1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00

Fix metadata translation (#6651)

* update translation

* update translation

* fix bug
This commit is contained in:
Michael An 2024-08-27 17:03:42 +08:00 committed by GitHub
parent 6de70045a5
commit a9f7442a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
96 changed files with 17290 additions and 9230 deletions

View File

@ -14,16 +14,3 @@ export const SIDE_PANEL_FOLDED_WIDTH = 71;
export const SUB_NAV_ITEM_HEIGHT = 28;
export { KeyCodes, zIndexes, TAG_COLORS };
export const VIEW_OPTIONS = [
{
key: 'table',
label: 'Table',
type: 'table',
},
{
key: 'gallery',
label: 'Gallery',
type: 'image',
}
];

View File

@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
import { CustomizeAddTool } from '@seafile/sf-metadata-ui-component';
import Icon from '../../components/icon';
import { gettext } from '../../utils/constants';
import { PRIVATE_FILE_TYPE, VIEW_OPTIONS } from '../../constants';
import { PRIVATE_FILE_TYPE } from '../../constants';
import ViewItem from './view-item';
import { useMetadata } from '../hooks';
import { AddView } from '../metadata-view/components/popover/view-popover';
@ -157,7 +157,11 @@ const MetadataTreeView = ({ userPerm, currentPath }) => {
</div>
</div>
{showAddViewPopover && (
<AddView target='sf-metadata-view-popover' options={VIEW_OPTIONS} toggle={togglePopover} onOptionClick={handlePopoverOptionClick} />
<AddView
target='sf-metadata-view-popover'
toggle={togglePopover}
onOptionClick={handlePopoverOptionClick}
/>
)}
</>
);

View File

@ -102,26 +102,36 @@ const GroupbyItem = memo(({
return sortOptions.find(option => option.value.sortType === groupby.sort_type);
}, [sortOptions, groupby]);
const DISPLAY_GROUP_DATE_GRANULARITY_TEXT = useMemo(() => {
return {
'By day': gettext('By day'),
'By week': gettext('By week'),
'By month': gettext('By month'),
'By quarter': gettext('By quarter'),
'By year': gettext('By year'),
};
}, []);
const countTypeOptions = useMemo(() => {
const column = getColumnByKey(columns, groupby.column_key);
const { granularityList, displayGranularity } = getGroupbyGranularityByColumn(column);
return granularityList.map((granularity) => {
return {
value: granularity,
label: <span className="select-option-name">{gettext(displayGranularity[granularity])}</span>,
label: <span className="select-option-name">{DISPLAY_GROUP_DATE_GRANULARITY_TEXT[displayGranularity[granularity]]}</span>,
};
});
}, [columns, groupby]);
}, [columns, groupby, DISPLAY_GROUP_DATE_GRANULARITY_TEXT]);
const selectedCountType = useMemo(() => {
const { count_type } = groupby;
const countType = getSelectedCountType(column, count_type);
if (countType) {
return {
label: <span className="select-option-name">{gettext(countType)}</span>
label: <span className="select-option-name">{DISPLAY_GROUP_DATE_GRANULARITY_TEXT[countType]}</span>
};
}
}, [column, groupby]);
}, [column, groupby, DISPLAY_GROUP_DATE_GRANULARITY_TEXT]);
const deleteGroupby = useCallback((event) => {
event.nativeEvent.stopImmediatePropagation();

View File

@ -15,7 +15,16 @@ import { EVENT_BUS_TYPE } from '../../../constants';
import './index.css';
const SORT_TYPES = [SORT_TYPE.UP, SORT_TYPE.DOWN];
const SORT_TYPES = [
{
name: gettext('Up'),
value: SORT_TYPE.UP,
},
{
name: gettext('Down'),
value: SORT_TYPE.DOWN,
},
];
const propTypes = {
readOnly: PropTypes.bool,
@ -162,8 +171,8 @@ class SortPopover extends Component {
createSortTypeOptions = () => {
return SORT_TYPES.map(sortType => {
return {
value: { sortType },
label: <span className="select-option-name">{gettext(sortType)}</span>
value: { sortType: sortType.value },
label: <span className="select-option-name">{sortType.name}</span>
};
});
};

View File

@ -6,7 +6,18 @@ import Icon from '../../../../../../components/icon';
import '../index.css';
const AddView = ({ target, options, toggle, onOptionClick }) => {
const VIEW_OPTIONS = [
{
key: 'table',
type: 'table',
},
{
key: 'gallery',
type: 'image',
}
];
const AddView = ({ target, toggle, onOptionClick }) => {
const popoverRef = useRef(null);
const handleClickOutside = useCallback((event) => {
@ -25,6 +36,17 @@ const AddView = ({ target, options, toggle, onOptionClick }) => {
};
}, [handleClickOutside]);
const translateLabel = useCallback((type) => {
switch (type) {
case 'table':
return gettext('Table');
case 'image':
return gettext('Gallery');
default:
return type;
}
}, []);
return (
<UncontrolledPopover
className='sf-metadata-addview-popover'
@ -39,13 +61,13 @@ const AddView = ({ target, options, toggle, onOptionClick }) => {
<div ref={popoverRef}>
<div className='sf-metadata-addview-popover-header'>{gettext('New view')}</div>
<div className='sf-metadata-addview-popover-body'>
{options.map((item, index) => {
{VIEW_OPTIONS.map((item, index) => {
return (
<button key={index} className='dropdown-item sf-metadata-addview-popover-item' onClick={() => onOptionClick(item)}>
<div className="left-icon">
<Icon symbol={item.type} className='metadata-view-icon' />
</div>
<div>{gettext(item.label)}</div>
<div>{translateLabel(item.type)}</div>
</button>
);
})}

View File

@ -29,3 +29,5 @@ gettext('You have not shared any folders with other users yet. You can share a f
gettext('You have not created any share links yet. A share link can be used to share files and folders with anyone. You can create a share link for a file or folder by clicking the share icon to the right of its name.');
gettext('You have not created any upload links yet. An upload link allows anyone to upload files to a folder or library. You can create an upload link for a folder or library by clicking the share icon to the right of its name.');
gettext('You have not added any libraries, folders or files to your favorites yet. A favorite gives you quick access to your most frequently used objects. You can add a library, folder or file to your favorites by clicking the star to the left of its name.');
gettext('No public libraries have been created yet. A public library is accessible by all users. You can create a public library by clicking the "Add Library" button in the menu bar.');
gettext('No libraries have been shared directly with you. A shared library can be shared with full or restricted permission. If you need access to a library owned by another user, ask the user to share the library with you.');

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: malnaim <malnaim@safedecision.com.sa>, 2021,2023-2024\n"
"Language-Team: Arabic (http://app.transifex.com/haiwen/seahub/language/ar/)\n"
@ -79,12 +79,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr "فشل إلغاء ربط SAML، يرجى تعيين بريد إلكتروني للاتصال أولاً."
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "الاسم طويل جدا (الحد الأقصى 64 حرف)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "الاسم لا يجب ان يحتوي على '/'."
@ -120,7 +120,7 @@ msgstr "يجب أن يكون عدد صحيح أكبر من أو يساوي 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -171,12 +171,12 @@ msgstr " فشل في إضافة %s إلى المنشأة: ينتمي المست
msgid "System library can not be deleted."
msgstr "لا يمكن حذف مكتبة النظام"
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr " فشل النقل: دور %s , هو %s ، لا يمكن إضافة مكتبة."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr " لا يمكن نقل المكتبة إلى المالك."
@ -441,13 +441,13 @@ msgstr "ملف الفيروس لم يعثر عليه."
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -468,19 +468,19 @@ msgstr "مسار الوجهة غير صحيح"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "نفدت المساحة المخصصة."
#: seahub/api2/endpoints/copy_move_task.py:164
#, python-format
msgid "Can not move folder %(src)s to its subfolder %(des)s"
msgstr ""
msgstr "لا يمكن نقل المجلد %(src)s إلى المجلدات المتفرعة منه %(des)s"
#: seahub/api2/endpoints/copy_move_task.py:180
#: seahub/api2/endpoints/file.py:336 seahub/api2/endpoints/file.py:425
@ -516,7 +516,7 @@ msgstr " لم يتم العثور على المستخدم %s ."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -529,7 +529,7 @@ msgstr "الترخيص مرفوض."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr "عدد الملفات في المكتبة يتجاوز الحد المسموح"
@ -541,7 +541,7 @@ msgstr "الملف غير مقفل."
msgid "You can not refresh this file's lock."
msgstr "لا يمكنك تحديث قفل هذا الملف."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "المُشارك موجود بالفعل."
@ -561,7 +561,7 @@ msgstr "المستخدم %s عضو في المجموعة بالفعل."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -631,8 +631,8 @@ msgstr "فشل ارسال البريد، خدمة البريد الالكترو
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "كلمة المرور مطلوبة."
@ -664,7 +664,7 @@ msgstr "كلمة المرور يجب أن تحتوي على رقم و حرف ك
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "يجب أن تكون أيام انتهاء الصلاحية أكبر من أو تساوي %s"
@ -674,7 +674,7 @@ msgstr "يجب أن تكون أيام انتهاء الصلاحية أكبر م
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "يجب أن تكون أيام انتهاء الصلاحية أقل من أو تساوي %s"
@ -700,7 +700,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "يجب أن تكون أيام انتهاء الصلاحية قبل %s"
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -726,11 +726,11 @@ msgstr "لا يمكن إعادة تعيين كلمة مرور هذه المكت
msgid "New password of library %s"
msgstr "كلمة مرور جديدة للمكتبة %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "كلمة مرور غير صحيحة"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "خطأ فك تشفير المكتبة"
@ -767,12 +767,12 @@ msgstr "تم مشاركة ملف معك على %s"
#: seahub/api2/endpoints/send_share_link_email.py:100
msgid "folder"
msgstr ""
msgstr "مجلد"
#: seahub/api2/endpoints/send_share_link_email.py:101
#, python-format
msgid "A folder is shared to you on %s"
msgstr ""
msgstr "تم مشاركة مجلد معك على %s"
#: seahub/api2/endpoints/send_upload_link_email.py:74
msgid "email invalid."
@ -786,17 +786,17 @@ msgstr "تم مشاركة رابط تحميل معك على %s"
#: seahub/api2/endpoints/share_link_auth.py:147
#, python-format
msgid "User %s does not exist."
msgstr ""
msgstr "المستخدم %s غير موجود."
#: seahub/api2/endpoints/share_link_auth.py:310
#, python-format
msgid "Email %s already exists."
msgstr ""
msgstr "البريد الالكتروني %s موجود مسبقاً."
#: seahub/api2/endpoints/share_link_auth.py:316
#, python-format
msgid "Email %s is invalid."
msgstr ""
msgstr "البريد الالكتروني %s غير صالح."
#: seahub/api2/endpoints/share_links.py:478
#: seahub/api2/endpoints/share_links.py:487
@ -871,7 +871,7 @@ msgstr "الاسم مطلوب."
#: seahub/api2/utils.py:312
msgid "A share link for you"
msgstr ""
msgstr "رابط مشاركة لك"
#: seahub/auth/decorators.py:73
msgid "Please log in."
@ -915,7 +915,7 @@ msgstr "هذا الحساب غير فعال."
#: seahub/auth/forms.py:118 seahub/auth/forms.py:119
#: seahub/templates/registration/login.html:59
msgid "Please use Single Sign-On to login."
msgstr ""
msgstr "يرجى استخدام تسجيل الدخول الأحادي SSO لتسجيل الدخول."
#: seahub/auth/forms.py:124
msgid ""
@ -1085,7 +1085,7 @@ msgid "File Path"
msgstr "مسار الملف"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "محذوف"
@ -1160,86 +1160,86 @@ msgstr "ضيف"
msgid "Default"
msgstr "افتراضي"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "مضاف"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "محذوف"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "معدل"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "معاد تسميته"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "منقول"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
msgstr "مجلد تمت إضافته"
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
msgstr "مجلد تمت إزالته"
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "مجلد معاد تسميته"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "مجلد تم نقله"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "مضاف أو معدل"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "مكتبة معادة الى الحالة في"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "ملف \"%(file)s\" معاد الى الحالة في %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
msgstr "تم استعادة مجلد محذوف"
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "تم تغيير اسم او وصف المكتبة"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "دمج تلقائي بواسطة نظام seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "مكتبة منشأة"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "الان"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1250,7 +1250,7 @@ msgstr[3] "منذ %(days)d أيام"
msgstr[4] "منذ %(days)d يوما"
msgstr[5] "منذ %(days)d يوم"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1261,7 +1261,7 @@ msgstr[3] "منذ %(hours)d ساعات"
msgstr[4] "منذ %(hours)d ساعة"
msgstr[5] "منذ %(hours)d ساعة"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1272,7 +1272,7 @@ msgstr[3] "منذ %(minutes)d دقائق"
msgstr[4] "منذ %(minutes)d دقيقة"
msgstr[5] "منذ %(minutes)d دقيقة"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1283,16 +1283,16 @@ msgstr[3] "منذ %(seconds)d ثواني"
msgstr[4] "منذ %(seconds)d ثانية"
msgstr[5] "منذ %(seconds)d ثانية"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "قراءة-كتابة"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "للقراءة فقط"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1303,27 +1303,27 @@ msgstr[3] "%(size)d بايتات"
msgstr[4] "%(size)d بايت"
msgstr[5] "%(size)d بايت"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2324,7 +2324,7 @@ msgstr[5] "%(total)s نتيجة"
#: seahub/search/templates/search_results.html:63
msgid "Folder icon"
msgstr ""
msgstr "أيقونة المجلد"
#: seahub/search/templates/search_results.html:168
msgid "Invalid start date, should be yyyy-mm-dd"
@ -2365,7 +2365,7 @@ msgstr "لم يتم العثور على المكتبة %s."
#: seahub/share/decorators.py:50
msgid "Invalid verification code, please try again."
msgstr ""
msgstr "رمز التحقق غير صحيح، يرجى المحاولة مرة أخرى."
#: seahub/share/decorators.py:81
msgid "Link does not exist."
@ -2379,37 +2379,37 @@ msgstr "انتهت صلاحية الرابط."
msgid "The number of share link exceeds the limit."
msgstr "تجاوز عدد روابط المشاركة الحد."
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "كلمة المرور لا يمكن أن تكون فارغة"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "الرجاء ادخال كلمة مرور صحيحة."
#: seahub/share/templates/share/audit_code_email.html:10
#, python-format
msgid "The verification code is %(code)s. It is valid for one hour."
msgstr ""
msgstr "رمز التحقق هو %(code)s . وهو صالح لمدة ساعة واحدة."
#: seahub/share/templates/share/share_link_email.html:9
#, python-format
msgid ""
"\n"
" %(shared_from)s shared a file link with you.\n"
msgstr ""
msgstr "\n%(shared_from)s شارك رابط ملف معك.\n"
#: seahub/share/templates/share/share_link_email.html:14
#, python-format
msgid ""
"\n"
"You can click <a href=%(url)s>here</a> to verify your email address and visit it.\n"
msgstr ""
msgstr "\nيمكنك النقر <a href=%(url)s>هنا</a> للتحقق من عنوان بريدك الإلكتروني وزيارته.\n"
#: seahub/share/templates/share/share_link_email_audit.html:4
#: seahub/share/templates/share/share_link_email_audit.html:24
msgid "Email address verification"
msgstr ""
msgstr "التحقق من عنوان البريد الإلكتروني"
#: seahub/share/templates/share/share_link_email_audit.html:25
msgid "Please provide your email address to continue."
@ -2417,7 +2417,7 @@ msgstr "الرجاء ادخال عنوان بريدك للمواصلة."
#: seahub/share/templates/share/share_link_email_audit.html:28
msgid "Enter your email address"
msgstr ""
msgstr "أدخل عنوان بريدك الإلكتروني"
#: seahub/share/templates/share/share_link_email_audit.html:29
msgid "Get code"
@ -2425,19 +2425,19 @@ msgstr "الحصول على شفرة"
#: seahub/share/templates/share/share_link_email_audit.html:31
msgid "Paste the verification code here"
msgstr ""
msgstr "الصق رمز التحقق هنا"
#: seahub/share/templates/share/share_link_email_audit.html:64
msgid "Resend"
msgstr ""
msgstr "ارسال"
#: seahub/share/templates/share/share_link_email_audit.html:92
msgid "A verification code has been sent to the email address."
msgstr ""
msgstr "تم إرسال رمز التحقق إلى عنوان البريد الإلكتروني."
#: seahub/share/views.py:133
msgid "Please choose a folder."
msgstr ""
msgstr "الرجاء اختيار مجلد."
#: seahub/share/views.py:157
msgid "Successfully saved."
@ -2487,7 +2487,7 @@ msgstr "المكتبة غير موجودة."
#: seahub/share/views.py:258 seahub/views/ajax.py:386
msgid "Folder does not exist."
msgstr ""
msgstr "المجلد غير موجود."
#: seahub/share/views.py:306
msgid "Only the owner of the library has permission to share it."
@ -2531,11 +2531,11 @@ msgstr "إنشاء حساب تنظيم"
#: seahub/templates/client_login_complete.html:6
msgid "The client has logged in. Please open the client to confirm."
msgstr ""
msgstr "قام العميل بتسجيل الدخول. يرجى فتح العميل للتأكيد."
#: seahub/templates/client_login_confirm.html:6
msgid "Client Login Confirm"
msgstr ""
msgstr "تأكيد تسجيل دخول العميل"
#: seahub/templates/client_login_confirm.html:8
msgid "Do you want to login to your client?"
@ -2850,15 +2850,16 @@ msgstr "لقطه"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "فشل. الرجاء التحقق من الشبكة."
#: seahub/templates/share_access_validation.html:6
msgid ""
"Please input the password if you want to browse the shared file/folder."
msgstr ""
msgstr "يرجى إدخال كلمة المرور إذا كنت تريد تصفح الملف / المجلد المشترك."
#: seahub/templates/shared_link_email.html:12
#, python-format
@ -2896,7 +2897,7 @@ msgstr "قوة كلمة المرور"
msgid ""
"The password should contain different types of characters to make it strong:"
" uppercase letters, lowercase letters, numbers and special characters."
msgstr ""
msgstr "يجب أن تحتوي كلمة المرور على أنواع مختلفة من الأحرف لجعلها قوية: الأحرف الكبيرة والأحرف الصغيرة والأرقام والأحرف الخاصة."
#: seahub/templates/snippets/policy_service_link.html:5
#: seahub/templates/snippets/policy_service_link.html:9

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Веселин Панайотов <support@ivexbg.com>, 2015\n"
"Language-Team: Bulgarian (http://app.transifex.com/haiwen/seahub/language/bg/)\n"
@ -78,12 +78,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -119,7 +119,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -170,12 +170,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -440,13 +440,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -467,12 +467,12 @@ msgstr ""
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -515,7 +515,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -528,7 +528,7 @@ msgstr ""
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -540,7 +540,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -560,7 +560,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -630,8 +630,8 @@ msgstr "Грешка при изпращане на поща, услугата
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr ""
@ -663,7 +663,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -673,7 +673,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -699,7 +699,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -725,11 +725,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Грешна парола"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Грешка в разкодиращата библиотека"
@ -1084,7 +1084,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr ""
@ -1159,150 +1159,150 @@ msgstr ""
msgid "Default"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Създадена библиотека"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr ""
@ -2346,11 +2346,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Паролата е задължителна"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr ""
@ -2817,8 +2817,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Грешка. Моля проверете връзката."

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: imwhatiam <imwhatiam123@gmail.com>, 2017\n"
"Language-Team: Catalan (http://app.transifex.com/haiwen/seahub/language/ca/)\n"
@ -79,12 +79,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -120,7 +120,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -171,12 +171,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -441,13 +441,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -468,12 +468,12 @@ msgstr "La ruta de destí no és vàlida"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -516,7 +516,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -529,7 +529,7 @@ msgstr "Permís denegat."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -541,7 +541,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -561,7 +561,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -631,8 +631,8 @@ msgstr "No s'ha pogut enviar el correu. El servei de missatgeria no està ben co
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Es requereix contrasenya."
@ -664,7 +664,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -674,7 +674,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -700,7 +700,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -726,11 +726,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "La contrasenya no és correcte"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "S'ha produït un error al desencriptar la llibreria"
@ -1085,7 +1085,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Eliminat"
@ -1160,150 +1160,150 @@ msgstr ""
msgid "Default"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Afegit"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Eliminat"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Actualitzat"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Reanomenat"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Traspassat"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "S'ha restaurat la llibreria al estat de"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "S'ha restaurat el fitxer \"%(file)s\" a l'estat de %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "S'ha canviat el nom o descripció de la llibreria"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Sincronització automàtica de seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "S'ha creat la llibreria "
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Ara mateix"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "Fa %(days)d dia"
msgstr[1] "Fa %(days)d dies"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "Fa %(hours)d hora"
msgstr[1] "Fa %(hours)d hores"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "Fa %(minutes)d minut"
msgstr[1] "Fa %(minutes)d minuts"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "Fa %(seconds)d segon"
msgstr[1] "Fa %(seconds)d segons"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lectura-Escriptura"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Només lectura"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr ""
@ -2347,11 +2347,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "La contrasenya és obligatòria"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr ""
@ -2818,8 +2818,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Error. Verifiqueu la connexió a la xarxa"

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Tomáš Kubalík <tkubalik@ifrog.cz>, 2017,2019-2020,2024\n"
"Language-Team: Czech (http://app.transifex.com/haiwen/seahub/language/cs/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Jméno je příliš dlouhé (maximum je 64 znaků)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Jméno by nemělo obsahovat '/'."
@ -124,7 +124,7 @@ msgstr "Musí být číslo které je větší nebo rovno 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr "Nelze přidat uživatele %s do instituce: uživatel již je v této inst
msgid "System library can not be deleted."
msgstr "Není možno smazat systémovou knihovnu."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "Přenos selhal: role %s je %s, nemohu přidat knihovnu."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "Knihovnu nelze převést na vlastníka."
@ -445,13 +445,13 @@ msgstr "Soubor s virem nenalezen."
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "Nesprávná cílová cesta"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Nedostatek úložného prostoru - mimo kvótu."
@ -520,7 +520,7 @@ msgstr "Uživatel %s nebyl nalezen."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "Přístup odmítnut."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr "Počet souborů v knihovně překračuje limit."
@ -545,7 +545,7 @@ msgstr "Soubor není uzamčen."
msgid "You can not refresh this file's lock."
msgstr "Nemůžete obnovit zámek tohoto souboru."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "Účastník již existuje"
@ -565,7 +565,7 @@ msgstr "Uživatel %s už je členem skupiny."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "Odeslání emailu se nezdařilo. Emailový server není správně nastav
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Heslo je vyžadováno."
@ -668,7 +668,7 @@ msgstr "Heslo může obsahovat pouze číslice, velká písmena, malá písmena
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Počet dní do expirace by měl být větší nebo rovno %s"
@ -678,7 +678,7 @@ msgstr "Počet dní do expirace by měl být větší nebo rovno %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Počet dní do expirace by měl být menší nebo rovno %s"
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "Datum skončení by mělo být dříve než %s."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr "Nelze resetovat heslo této knihovny."
msgid "New password of library %s"
msgstr "Nové heslo knihovny %s "
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Chybné heslo"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Problém při dešifrování knihovny"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr "Cesta k souboru"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Smazán"
@ -1164,86 +1164,86 @@ msgstr "Host"
msgid "Default"
msgstr "Výchozí"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Přidán"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Odstraněn"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Upraven"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Přejmenován"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Přesunut"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Přejmenovaná složka"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Přesunutá složka"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Přidán nebo modifikován"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Vrácen status knihovny na"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Vrácen soubor \"%(file)s\" na status v %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Jméno knihovny nebo popisu bylo změněno"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Automatické spojení seafile systémem"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Vytvořená knihovna"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Právě teď"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1252,7 +1252,7 @@ msgstr[1] "%(days)d dny"
msgstr[2] "%(days)d dní"
msgstr[3] "%(days)d dní"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1261,7 +1261,7 @@ msgstr[1] "%(hours)d hodiny"
msgstr[2] "%(hours)d hodin"
msgstr[3] "%(hours)d hodin"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1270,7 +1270,7 @@ msgstr[1] "%(minutes)d minuty"
msgstr[2] "%(minutes)d minut"
msgstr[3] "%(minutes)d minut"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1279,16 +1279,16 @@ msgstr[1] "%(seconds)d vteřiny"
msgstr[2] "%(seconds)d vteřin"
msgstr[3] "%(seconds)d vteřin"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Čtení-Zápis"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Jen čtení"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1297,27 +1297,27 @@ msgstr[1] "%(size)d bajty"
msgstr[2] "%(size)d bajtů"
msgstr[3] "%(size)d bajtů"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2367,11 +2367,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Heslo nemůže být prázdné"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Prosím zadejte správné heslo"
@ -2838,8 +2838,9 @@ msgstr "Snímek"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Chyba. Prosím zkontrolujte připojení k síti."

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -78,7 +78,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Ralf Dyllick <rdb@datamate.org>, 2021-2024\n"
"Language-Team: German (http://app.transifex.com/haiwen/seahub/language/de/)\n"
@ -148,12 +148,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr "Das Lösen der SAML-Verbindung ist fehlgeschlagen. Legen Sie zunächst eine Kontakt-E-Mail-Adresse fest."
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Der Name ist zu lang. (Die Maximallänge ist 64 Zeichen.)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Der Name darf keinen Schrägstrich ( / ) enthalten"
@ -189,7 +189,7 @@ msgstr "Ganze Zahl größer oder gleich 0 erforderlich."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -240,12 +240,12 @@ msgstr "Der Benutzer %s gehört bereits zu der Einrichtung und kann nicht erneut
msgid "System library can not be deleted."
msgstr "Eine System-Bibliothek kann nicht gelöscht werden. "
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "Ein Fehler ist beim Transfer aufgetreten: Die Rolle von %s ist %s. Die Bibliothek kann nicht zugeordnet werden."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "Bibliotheken können nicht auf ihre Eigentümer übertragen werden."
@ -510,13 +510,13 @@ msgstr "Die Virusdatei wurde nicht gefunden."
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -537,12 +537,12 @@ msgstr "Ungültiges Ziel"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Speicherplatz ist verbraucht."
@ -585,7 +585,7 @@ msgstr "Der Benutzer %s wurde nicht gefunden."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -598,7 +598,7 @@ msgstr "Zugriff verweigert."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr "Die Anzahl der Dateien in der Bibliothek übersteigt das Limit."
@ -610,7 +610,7 @@ msgstr "Datei ist nicht gesperrt."
msgid "You can not refresh this file's lock."
msgstr "Sie können die Sperrung der Datei nicht erneuern."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "Der Benutzer ist bereits vorhanden."
@ -630,7 +630,7 @@ msgstr "%s ist bereits Mitglied der Gruppe."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -700,8 +700,8 @@ msgstr "Die E-Mail konnte nicht verschickt werden. Der E-Mail-Dienst ist nicht k
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Passwort erforderlich."
@ -733,7 +733,7 @@ msgstr "Das Passwort darf nur Zahlen, Buchstaben und andere Symbole enthalten."
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Der Freigabe-Link sollte mindestens %s Tage verfügbar sein"
@ -743,7 +743,7 @@ msgstr "Der Freigabe-Link sollte mindestens %s Tage verfügbar sein"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Der Freigabe-Link sollte höchstens %s Tage verfügbar sein"
@ -769,7 +769,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "Die Ablaufzeit sollte vor %s liegen."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -795,11 +795,11 @@ msgstr "Das Passwort der Bibliothek kann nicht zurückgesetzt werden."
msgid "New password of library %s"
msgstr "Neues Passwort für Bibliothek %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Falsches Passwort"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Fehler beim Entschlüsseln der Bibliothek"
@ -1154,7 +1154,7 @@ msgid "File Path"
msgstr "Dateipfad"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Gelöscht:"
@ -1229,150 +1229,150 @@ msgstr "Gast"
msgid "Default"
msgstr "Standard"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Neu:"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Entfernt"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Geändert:"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Umbenannt:"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Verschoben:"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Umbenannter Ordner"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Ordner verschoben"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Neu oder geändert:"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Die Bibliothek wurde zurückgesetzt auf den Stand von"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Die Datei %(file)s wurde auf den Stand von %(time)s zurückgesetzt."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Der Bibliotheksname oder -beschreibung wurde geändert."
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Automatisch von Seafile zusammengeführt"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Bibliothek erstellt"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Gerade eben"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "Vor %(days)d Tag"
msgstr[1] "vor %(days)d Tagen"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "Vor %(hours)d Stunde"
msgstr[1] "vor %(hours)d Stunden"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "Vor %(minutes)d Minute"
msgstr[1] "vor %(minutes)d Minuten"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "vor einer Sekunde"
msgstr[1] "vor %(seconds)d Sekunden"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lesen und Schreiben"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Nur Lesen"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d Byte"
msgstr[1] "%(size)d Bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2416,11 +2416,11 @@ msgstr "Der Link ist abgelaufen."
msgid "The number of share link exceeds the limit."
msgstr "Die Anzahl der Freigabe-Links überschreitet das Limit."
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Passwort darf nicht leer sein"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Bitte geben Sie das richtige Passwort ein"
@ -2887,8 +2887,9 @@ msgstr "Schnappschuss"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Fehlgeschlagen. Bitte überprüfen Sie die Netzwerkverbindung."

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: imwhatiam <imwhatiam123@gmail.com>, 2017\n"
"Language-Team: Greek (http://app.transifex.com/haiwen/seahub/language/el/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Το όνομα είναι πολύ μεγάλο (μέγιστο μέγεθος 64 χαρακτήρες)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "To όνομα δεν πρέπει να περιέχει '/'."
@ -124,7 +124,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -445,13 +445,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "Εσφαλμένη διαδρομή προορισμού"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -520,7 +520,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "Απαγόρευση πρόσβασης."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -545,7 +545,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -565,7 +565,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "Αποτυχία αποστολής μηνύματος ηλεκτρον
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Απαιτείται συνθηματικό."
@ -668,7 +668,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -678,7 +678,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Λάθος κωδικός"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Πρόβλημα αποκρυπτογράφησης βιβλιοθήκης"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Διεγράφη"
@ -1164,150 +1164,150 @@ msgstr ""
msgid "Default"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Προστέθηκε"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Διαγράφτηκε"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Τροποποιήθηκε"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Μετονομάστηκε"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Μετακιινήθηκε"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Προστέθηκε ή τροποποιήθηκε"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Η βιβλιοθήκη επαναφέρθηκε στην κατάσταση που είχε στις"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Επαναφέρθηκε το/τα αρχεί/α \"%(file)s\" στην κατάσταση που είχαν στις %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Αλλάχθηκε το όνομα ή η περιγραφή της βιβλιοθήκης"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Αυτόματη ένωση από το σύστημα seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Δημιουργήθηκε η βιβλιοθήκη"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Μόλις τώρα"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "πριν από %(days)d μέρα"
msgstr[1] "πριν από %(days)d μέρες"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "πριν από %(hours)d ώρα"
msgstr[1] "πριν από %(hours)d ώρες"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "πριν από %(minutes)d λεπτό"
msgstr[1] "πριν από %(minutes)d λεπτά"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "πριν από %(seconds)d δευτερόλεπτο"
msgstr[1] "πριν από %(seconds)d δευτερόλεπτα"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Ανάγνωση-Εγγραφή"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Μόνο ανάγνωση"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2351,11 +2351,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Ο κωδικός δεν μπορεί να είναι κενός"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Παρακαλώ εισάγετε ένα σωστό κωδικό."
@ -2822,8 +2822,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Αποτυχία. Παρακαλώ ελέγξτε τη σύνδεση."

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -77,12 +77,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -118,7 +118,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -168,12 +168,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -437,13 +437,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:52
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129 seahub/api2/endpoints/wiki2.py:419
#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:4014
#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:4063
#: seahub/notifications/models.py:536 seahub/notifications/models.py:577
#: seahub/notifications/models.py:619 seahub/notifications/models.py:670
#: seahub/notifications/models.py:726 seahub/notifications/models.py:756
#: seahub/notifications/models.py:778 seahub/notifications/models.py:804
#: seahub/notifications/models.py:821 seahub/notifications/models.py:838
#: seahub/notifications/models.py:867 seahub/seadoc/apis.py:2763
#: seahub/notifications/models.py:867 seahub/seadoc/apis.py:2762
#: seahub/search/views.py:200 seahub/share/views.py:230
#: seahub/subscription/views.py:90 seahub/utils/__init__.py:178
#: seahub/utils/__init__.py:1176 seahub/views/__init__.py:810
@ -464,12 +464,12 @@ msgstr ""
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -511,7 +511,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112 seahub/api2/endpoints/wikis.py:115
#: seahub/api2/endpoints/wikis.py:210 seahub/drafts/views.py:31
#: seahub/profile/forms.py:24 seahub/profile/views.py:260
#: seahub/seadoc/apis.py:2747 seahub/seadoc/views.py:31
#: seahub/seadoc/apis.py:2746 seahub/seadoc/views.py:31
#: seahub/seadoc/views.py:85 seahub/seadoc/views.py:168
#: seahub/search/views.py:174 seahub/subscription/views.py:27
#: seahub/subscription/views.py:43 seahub/thumbnail/views.py:51
@ -524,7 +524,7 @@ msgstr ""
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -536,7 +536,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -556,7 +556,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -626,8 +626,8 @@ msgstr ""
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr ""
@ -659,7 +659,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -669,7 +669,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -695,7 +695,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -721,11 +721,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr ""
@ -1080,7 +1080,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr ""
@ -1155,150 +1155,150 @@ msgstr ""
msgid "Default"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr ""
@ -2340,11 +2340,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr ""
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr ""
@ -2812,8 +2812,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Rodolfo Cossalter <rcoss@dm.uba.ar>, 2014-2015\n"
"Language-Team: Spanish (http://app.transifex.com/haiwen/seahub/language/es/)\n"
@ -85,12 +85,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "El nombre es demasiado largo (máximo 64 caracteres)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "El nombre no debe contener ' / '."
@ -126,7 +126,7 @@ msgstr "Debe ser un número entero mayor o igual que 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -177,12 +177,12 @@ msgstr "Fallo al agregar a %s a la institución: el usuario ya pertenece a esta
msgid "System library can not be deleted."
msgstr "La bibilioteca del sistema no puede ser eliminada."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "La transferencia falló: el rol de %s es %s, no puede agregar una biblioteca."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "La biblioteca no puede ser transferida al propietario."
@ -447,13 +447,13 @@ msgstr "Archivo con virus no encontrado"
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -474,12 +474,12 @@ msgstr "Ruta de destino inválida"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Cuota agotada."
@ -522,7 +522,7 @@ msgstr "Usuario %s no encontrado."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -535,7 +535,7 @@ msgstr "Persmiso denegado."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -547,7 +547,7 @@ msgstr "El archivo no está bloqueado."
msgid "You can not refresh this file's lock."
msgstr "No puede refrescar el bloqueo de este archivo."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "El participante ya existe."
@ -567,7 +567,7 @@ msgstr "El usuario %s ya es miembro del grupo."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -637,8 +637,8 @@ msgstr "No se pudo enviar el correo, el servicio no está configurado adecuadame
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Contraseña requerida"
@ -670,7 +670,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Días al vencimiento de be ser mayor o igual que %s"
@ -680,7 +680,7 @@ msgstr "Días al vencimiento de be ser mayor o igual que %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Días al vencimiento de be ser menor o igual que %s"
@ -706,7 +706,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "El tiempo de vencimiento debe ser anterior a %s."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -732,11 +732,11 @@ msgstr "No se puede restablecer la contraseña de esta biblioteca."
msgid "New password of library %s"
msgstr "Nueva contraseña de la biblioteca %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Contraseña incorrecta"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Error en el desencriptado de la biblioteca"
@ -1091,7 +1091,7 @@ msgid "File Path"
msgstr "Ruta"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Borrado"
@ -1166,86 +1166,86 @@ msgstr "Invitado"
msgid "Default"
msgstr "Predeterminado"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Agregado"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Eliminado"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Modificado"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Renombrado"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Movido"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Carpeta renombrada"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Carpeta movida"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Agregado o modificado"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Estado de la biblioteca revertido a las"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Archivo \"%(file)s\" revertido a las %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Descripción o nombre de la biblioteca modificados."
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Auto fusionar por sistema seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Biblioteca creada"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Ahora"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1253,7 +1253,7 @@ msgstr[0] "Hace %(days)d día"
msgstr[1] "Hace %(days)d días"
msgstr[2] "Hace %(days)d días"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1261,7 +1261,7 @@ msgstr[0] "Hace %(hours)d hora"
msgstr[1] "Hace %(hours)d horas"
msgstr[2] "Hace %(hours)d horas"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1269,7 +1269,7 @@ msgstr[0] "Hace %(minutes)d minuto"
msgstr[1] "Hace %(minutes)d minutos"
msgstr[2] "Hace %(minutes)d minutos"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1277,16 +1277,16 @@ msgstr[0] "Hace menos de un segundo"
msgstr[1] "Hace %(seconds)d segundos"
msgstr[2] "Hace %(seconds)d segundos"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lectura / Escritura"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Sólo lectura"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1294,27 +1294,27 @@ msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d bytes"
msgstr[2] "%(size)d bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2361,11 +2361,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "La contraseña no puede estar vacía"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Ingrese la contraseña correcta"
@ -2832,8 +2832,9 @@ msgstr "Instantánea"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Fallo. Por favor, verifica la red."

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Rodolfo Cossalter <rcoss@dm.uba.ar>, 2014-2021\n"
"Language-Team: Spanish (Argentina) (http://app.transifex.com/haiwen/seahub/language/es_AR/)\n"
@ -82,12 +82,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "El nombre es demasiado largo (máximo 64 caracteres)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "El nombre no debe contener ' / '."
@ -123,7 +123,7 @@ msgstr "Debe ser un número entero mayor o igual que 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -174,12 +174,12 @@ msgstr "Fallo al agregar a %s a la institución: el usuario ya pertenece a esta
msgid "System library can not be deleted."
msgstr "La bibilioteca del sistema no puede ser eliminada."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "La transferencia falló: el rol de %s es %s, no puede agregar una biblioteca."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "La biblioteca no puede ser transferida al propietario."
@ -444,13 +444,13 @@ msgstr "Archivo con virus no encontrado"
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -471,12 +471,12 @@ msgstr "Ruta de destino inválida"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Cuota agotada."
@ -519,7 +519,7 @@ msgstr "Usuario %s no encontrado."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -532,7 +532,7 @@ msgstr "Persmiso denegado."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -544,7 +544,7 @@ msgstr "El archivo no está bloqueado."
msgid "You can not refresh this file's lock."
msgstr "No puede refrescar el bloqueo de este archivo."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "El participante ya existe."
@ -564,7 +564,7 @@ msgstr "El usuario %s ya es miembro del grupo."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -634,8 +634,8 @@ msgstr "No se pudo enviar el correo, el servicio no está configurado adecuadame
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Contraseña requerida"
@ -667,7 +667,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Días al vencimiento de be ser mayor o igual que %s"
@ -677,7 +677,7 @@ msgstr "Días al vencimiento de be ser mayor o igual que %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Días al vencimiento de be ser menor o igual que %s"
@ -703,7 +703,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "El tiempo de vencimiento debe ser anterior a %s."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -729,11 +729,11 @@ msgstr "No se puede restablecer la contraseña de esta biblioteca."
msgid "New password of library %s"
msgstr "Nueva contraseña de la biblioteca %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Contraseña incorrecta"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Error en el desencriptado de la biblioteca"
@ -1088,7 +1088,7 @@ msgid "File Path"
msgstr "Ruta"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Borrado"
@ -1163,86 +1163,86 @@ msgstr "Invitado"
msgid "Default"
msgstr "Predeterminado"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Agregado"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Eliminado"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Modificado"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Renombrado"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Movido"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Carpeta renombrada"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Carpeta movida"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Agregado o modificado"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Estado de la biblioteca revertido a las"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Archivo \"%(file)s\" revertido a las %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Descripción o nombre de la biblioteca modificados."
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Auto fusionar por sistema seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Biblioteca creada"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Ahora"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1250,7 +1250,7 @@ msgstr[0] "Hace %(days)d día"
msgstr[1] "Hace %(days)d días"
msgstr[2] "Hace %(days)d días"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1258,7 +1258,7 @@ msgstr[0] "Hace %(hours)d hora"
msgstr[1] "Hace %(hours)d horas"
msgstr[2] "Hace %(hours)d horas"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1266,7 +1266,7 @@ msgstr[0] "Hace %(minutes)d minuto"
msgstr[1] "Hace %(minutes)d minutos"
msgstr[2] "Hace %(minutes)d minutos"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1274,16 +1274,16 @@ msgstr[0] "Hace menos de un segundo"
msgstr[1] "Hace %(seconds)d segundos"
msgstr[2] "Hace %(seconds)d segundos"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lectura / Escritura"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Sólo lectura"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1291,27 +1291,27 @@ msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d bytes"
msgstr[2] "%(size)d bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2358,11 +2358,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "La contraseña no puede estar vacía"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Ingrese la contraseña correcta"
@ -2829,8 +2829,9 @@ msgstr "Instantánea"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Fallo. Por favor, verifica la red."

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Rodolfo Cossalter <rcoss@dm.uba.ar>, 2014-2015\n"
"Language-Team: Spanish (Mexico) (http://app.transifex.com/haiwen/seahub/language/es_MX/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "El nombre es demasiado largo (máximo 64 caracteres)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "El nombre no debe contener ' / '."
@ -124,7 +124,7 @@ msgstr "Debe ser un número entero mayor o igual que 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr "Fallo al agregar a %s a la institución: el usuario ya pertenece a esta
msgid "System library can not be deleted."
msgstr "La bibilioteca del sistema no puede ser eliminada."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "La transferencia falló: el rol de %s es %s, no puede agregar una biblioteca."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "La biblioteca no puede ser transferida al propietario."
@ -445,13 +445,13 @@ msgstr "Archivo con virus no encontrado"
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "Ruta de destino inválida"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Cuota agotada."
@ -520,7 +520,7 @@ msgstr "Usuario %s no encontrado."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "Persmiso denegado."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -545,7 +545,7 @@ msgstr "El archivo no está bloqueado."
msgid "You can not refresh this file's lock."
msgstr "No puede refrescar el bloqueo de este archivo."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "El participante ya existe."
@ -565,7 +565,7 @@ msgstr "El usuario %s ya es miembro del grupo."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "No se pudo enviar el correo, el servicio no está configurado adecuadame
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Contraseña requerida"
@ -668,7 +668,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Días al vencimiento de be ser mayor o igual que %s"
@ -678,7 +678,7 @@ msgstr "Días al vencimiento de be ser mayor o igual que %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Días al vencimiento de be ser menor o igual que %s"
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "El tiempo de vencimiento debe ser anterior a %s."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr "No se puede restablecer la contraseña de esta biblioteca."
msgid "New password of library %s"
msgstr "Nueva contraseña de la biblioteca %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Contraseña incorrecta"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Error en el desencriptado de la biblioteca"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr "Ruta"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Borrado"
@ -1164,86 +1164,86 @@ msgstr "Invitado"
msgid "Default"
msgstr "Predeterminado"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Agregado"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Eliminado"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Modificado"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Renombrado"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Movido"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Carpeta renombrada"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Carpeta movida"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Agregado o modificado"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Estado de la biblioteca revertido a las"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Archivo \"%(file)s\" revertido a las %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Descripción o nombre de la biblioteca modificados."
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Auto fusionar con sistema seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Biblioteca creada"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Ahora"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1251,7 +1251,7 @@ msgstr[0] "Hace %(days)d día"
msgstr[1] "Hace %(days)d días"
msgstr[2] "Hace %(days)d días"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1259,7 +1259,7 @@ msgstr[0] "Hace %(hours)d hora"
msgstr[1] "Hace %(hours)d horas"
msgstr[2] "Hace %(hours)d horas"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1267,7 +1267,7 @@ msgstr[0] "Hace %(minutes)d minuto"
msgstr[1] "Hace %(minutes)d minutos"
msgstr[2] "Hace %(minutes)d minutos"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1275,16 +1275,16 @@ msgstr[0] "Hace menos de un segundo"
msgstr[1] "Hace %(seconds)d segundos"
msgstr[2] "Hace %(seconds)d segundos"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lectura-Escritura"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Sólo lectura"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1292,27 +1292,27 @@ msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d bytes"
msgstr[2] "%(size)d bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2359,11 +2359,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "La contraseña no puede estar vacía"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Ingrese la contraseña correcta"
@ -2830,8 +2830,9 @@ msgstr "Instantánea"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Fallo. Por favor, verifique la red"

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Teppo Sarjonen <teppo.sarjonen@gmail.com>, 2017-2018\n"
"Language-Team: Finnish (http://app.transifex.com/haiwen/seahub/language/fi/)\n"
@ -82,12 +82,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Nimi on liian pitkä (maksimi on 64 merkkiä)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Nimi ei voi sisältää '/'"
@ -123,7 +123,7 @@ msgstr "Pitää olla integer joka on suurempi tai samansuuruinen kuin 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -174,12 +174,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "Järjestelmäkirjastoa ei voi poistaa."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -444,13 +444,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -471,12 +471,12 @@ msgstr "Virheellinen kohdepolku"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Tila loppu."
@ -519,7 +519,7 @@ msgstr "Käyttäjää %s ei löydy."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -532,7 +532,7 @@ msgstr "Pääsy estetty."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -544,7 +544,7 @@ msgstr "Tiedosto ei ole lukittu."
msgid "You can not refresh this file's lock."
msgstr "Et voi päivittää tiedosto on lukiitu."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -564,7 +564,7 @@ msgstr "Käyttäjä %s on jo ryhmän jäsen."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -634,8 +634,8 @@ msgstr "Sähköpostin lähetys epäonnistui, sähköpostipalvelu ei ole oikein k
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Salasana vaaditaan"
@ -667,7 +667,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -677,7 +677,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -703,7 +703,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -729,11 +729,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Väärä salasana"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Salauksenpurkukirjaston virhe"
@ -1088,7 +1088,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Poistettu"
@ -1163,150 +1163,150 @@ msgstr "Vieras"
msgid "Default"
msgstr "Oletus"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Lisätty"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Poistettu"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Muokattu"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Nimetty uudelleen"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Siirretty"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Lisätty tai muokattu"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Kirjasto palautettu statukseen"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Palautettu tiedosto\"%(file)s\" statukseen %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Muutettiin kirjaston nimi tai kuvaus"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Automaattinen sulautus seafile systeemin toimesta"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Luotiin kirjasto"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Juuri nyt"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "%(days)d päivä sitten"
msgstr[1] "%(days)d päivää sitten"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "%(hours)d tunti sitten"
msgstr[1] "%(hours)d tuntia sitten"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "%(minutes)d minuutti sitten"
msgstr[1] "%(minutes)d minuuttia sitten"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "%(seconds)d sekunti sitten"
msgstr[1] "%(seconds)d sekuntia sitten"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Luku-Kirjoitus"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Vain-Luku"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d tavu"
msgstr[1] "%(size)d tavua"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2350,11 +2350,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Salasana ei voi olla tyhjä"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Ole hyvä ja anna oikea salasana."
@ -2821,8 +2821,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Epäonnistui. Ole hyvä ja tarkista verkkoyhteys."

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Konstantin <kostya49.fr@gmail.com>, 2024\n"
"Language-Team: French (http://app.transifex.com/haiwen/seahub/language/fr/)\n"
@ -108,12 +108,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Le nom est trop long. (Le maximum est de 64 caractères.)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Le nom ne doit pas comporter de '/'."
@ -149,7 +149,7 @@ msgstr "Doit être un entier supérieur ou égal à 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -200,12 +200,12 @@ msgstr "Impossible d'ajouter %s à l'organisation : l'utilisateur appartient dé
msgid "System library can not be deleted."
msgstr "La bibliothèque système ne peut pas être supprimée."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "Transfert échoué : le rôle de %s est %s, il ne peut ajouter de bibliothèque."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "La bibliothèque ne peut pas être transférée au propriétaire."
@ -470,13 +470,13 @@ msgstr "Fichier de virus introuvable"
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -497,12 +497,12 @@ msgstr "Chemin de destination invalide"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Quota dépassé."
@ -545,7 +545,7 @@ msgstr "L'utilisateur %s est introuvable."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -558,7 +558,7 @@ msgstr "Autorisation refusée."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr "Le nombre de fichiers dans la bibliothèque dépasse la limite"
@ -570,7 +570,7 @@ msgstr "Le fichier n'est pas verrouillé."
msgid "You can not refresh this file's lock."
msgstr "Impossible de rafraichir. Ce fichier est verrouillé."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "Le participant existe déjà."
@ -590,7 +590,7 @@ msgstr "L'utilisateur %s est déjà membre d'un groupe."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -660,8 +660,8 @@ msgstr "Échec d'envoi de l'e-mail, le service de courrier électronique n'est p
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Le mot de passe est obligatoire."
@ -693,7 +693,7 @@ msgstr "Le mot de passe ne doit contenir que des chiffres, des lettres majuscule
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Les jours dexpiration doivent être supérieurs ou égaux à %s"
@ -703,7 +703,7 @@ msgstr "Les jours dexpiration doivent être supérieurs ou égaux à %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Les jours dexpiration doivent être inférieurs ou égaux à %s"
@ -729,7 +729,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "Le délai d'expiration devrait être plus court que %s."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -755,11 +755,11 @@ msgstr "Impossible de réinitialiser le mot de passe de cette bibliothèque."
msgid "New password of library %s"
msgstr "Nouveau mot de passe de la bibliothèque %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Le mot de passe est erroné"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Erreur de déchiffrement de la bibliothèque"
@ -1114,7 +1114,7 @@ msgid "File Path"
msgstr "Chemin du fichier"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Supprimé"
@ -1189,86 +1189,86 @@ msgstr "Invité"
msgid "Default"
msgstr "Défaut"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Ajouté"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Enlevé"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Modifié"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Renommé"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Déplacé"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Dossier renommé"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Dossier déplacé"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Ajouté ou modifié"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Retour de la bibliothèque à son état du "
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Retour du fichier \"%(file)s\" à son état du %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Le nom de la bibliothèque ou sa description a changé."
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Fusion automatique par Seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Bibliothèque créée"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "À l'instant"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1276,7 +1276,7 @@ msgstr[0] "Il y a %(days)d jour"
msgstr[1] "Il y a %(days)d jours"
msgstr[2] "Il y a %(days)d jours"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1284,7 +1284,7 @@ msgstr[0] "Il y a %(hours)d heure"
msgstr[1] "Il y a %(hours)d heures"
msgstr[2] "Il y a %(hours)d heures"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1292,7 +1292,7 @@ msgstr[0] "Il y a %(minutes)d minute"
msgstr[1] "Il y a %(minutes)d minutes"
msgstr[2] "Il y a %(minutes)d minutes"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1300,16 +1300,16 @@ msgstr[0] "Il y a %(seconds)d seconde"
msgstr[1] "Il y a %(seconds)d secondes"
msgstr[2] "Il y a %(seconds)d secondes"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lecture / Écriture"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Lecture seule"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1317,27 +1317,27 @@ msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d octets"
msgstr[2] "%(size)d octets"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s Ko"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s Mo"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s Go"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s To"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s Po"
@ -2384,11 +2384,11 @@ msgstr "Le lien est expiré."
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Le mot de passe ne peut pas être vide"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Saisissez un mot de passe correct."
@ -2855,8 +2855,9 @@ msgstr "Instantané"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Échec. Veuillez vérifier le réseau."

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Kunda, 2013-2014\n"
"Language-Team: Hebrew (http://app.transifex.com/haiwen/seahub/language/he/)\n"
@ -80,12 +80,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -121,7 +121,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -172,12 +172,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -442,13 +442,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -469,12 +469,12 @@ msgstr ""
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -517,7 +517,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -530,7 +530,7 @@ msgstr ""
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -542,7 +542,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -562,7 +562,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -632,8 +632,8 @@ msgstr ""
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "נדרשת סיסמה."
@ -665,7 +665,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -675,7 +675,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -701,7 +701,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -727,11 +727,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "סיסמא לא נכונה"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "לפענח שגיאת ספרייה"
@ -1086,7 +1086,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "נמחקו"
@ -1161,86 +1161,86 @@ msgstr ""
msgid "Default"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "הוסר"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "השתנה"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "השתנתה שם הספרייה או תיאור"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "ספרייה נוצרה"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "כרגע"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1248,7 +1248,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1256,7 +1256,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1264,7 +1264,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1272,16 +1272,16 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "קריאה-כתיבה"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "קריאה-בלבד"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1289,27 +1289,27 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr ""
@ -2356,11 +2356,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "הסיסמא אינו יכול להישאר ריק"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr ""
@ -2827,8 +2827,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "נכשל. נא בדוק הרשת."

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Kelemen Norbert <nkelemen18@nkelemen.hu>, 2018,2022-2023\n"
"Language-Team: Hungarian (http://app.transifex.com/haiwen/seahub/language/hu/)\n"
@ -87,12 +87,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "A név túl hosszú (legfeljebb 64 karakter lehet)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Név nem tartalmazhat \"/\" jelet."
@ -128,7 +128,7 @@ msgstr "Csak 0 vagy nagyobb egész lehet."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -179,12 +179,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "A rendszer kötetet nem lehet törölni."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -449,13 +449,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -476,12 +476,12 @@ msgstr "A cél útvonal érvénytelen"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Kvóta túllépés."
@ -524,7 +524,7 @@ msgstr "%s felhasználó nem található."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -537,7 +537,7 @@ msgstr "Jogosultság megtagadva"
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -549,7 +549,7 @@ msgstr "A fájl nincs zárolva."
msgid "You can not refresh this file's lock."
msgstr "Nem újíthatja meg a fájl zárolását."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -569,7 +569,7 @@ msgstr "%s felhasználó már a csoport tagja."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -639,8 +639,8 @@ msgstr "Az e-mail küldése meghiúsult, az e-mail szolgáltatás nincs megfelel
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Jelszó szükséges."
@ -672,7 +672,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "A lejárati napok száma legalább %s"
@ -682,7 +682,7 @@ msgstr "A lejárati napok száma legalább %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "A lejárati napok száma legfeljebb %s"
@ -708,7 +708,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -734,11 +734,11 @@ msgstr "Kötet jelszavának visszaállítása sikertelen."
msgid "New password of library %s"
msgstr "Új kötet jelszó %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Hibás jelszó"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Kötet visszafejtési hiba"
@ -1093,7 +1093,7 @@ msgid "File Path"
msgstr "Fájl elérési út"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Törölve"
@ -1168,150 +1168,150 @@ msgstr "Vendég"
msgid "Default"
msgstr "Alapértelmezett"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Hozzáadva"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Eltávolítva"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Módosítva"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Átnevezve"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Áthelyezve"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Átnevezett mappa"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Áthelyezett mappa"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Hozzáadott vagy változott"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Kötet visszaállítva erre az állapotra:"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "„%(file)s” fájl visszaállítva erre az állapotra: %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Kötetnév vagy leírás módosítva"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Automatikus összeolvasztás (seafile)"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Kötet létrehozva"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Éppen most"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "%(days)d napja"
msgstr[1] "%(days)d napja"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "%(hours)d órája"
msgstr[1] "%(hours)d órája"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "%(minutes)d perce"
msgstr[1] "%(minutes)d perce"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "%(seconds)d másodperce"
msgstr[1] "%(seconds)d másodperce"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Írás-olvasás"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Csak olvaható"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d byte"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2355,11 +2355,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "A jelszó megadása kötelező"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Adja meg a helyes jelszót."
@ -2826,8 +2826,9 @@ msgstr "Pillanatkép"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Sikertelen. Ellenőrizze a hálózatot."

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Hjörleifur Sveinbjörnsson <hjorleifur@gmail.com>, 2014-2016\n"
"Language-Team: Icelandic (http://app.transifex.com/haiwen/seahub/language/is/)\n"
@ -80,12 +80,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -121,7 +121,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -172,12 +172,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "Ekki er hægt að eyða kerfissafni."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -442,13 +442,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -469,12 +469,12 @@ msgstr "Ekki leyfileg viðtökuslóð"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -517,7 +517,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -530,7 +530,7 @@ msgstr "Aðgangur óheimill."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -542,7 +542,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -562,7 +562,7 @@ msgstr "Notandi %s er þegar meðlimur hóps."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -632,8 +632,8 @@ msgstr "Tókst ekki að senda tölvupóst, tölvupóstþjónustan er líklegast
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Lykilorðs er krafist."
@ -665,7 +665,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -675,7 +675,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -701,7 +701,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -727,11 +727,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Rangt lykilorð"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Villa í dulkóðuðu safni"
@ -1086,7 +1086,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Eytt"
@ -1161,150 +1161,150 @@ msgstr "Gestur"
msgid "Default"
msgstr "Sjálfgefið"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Bætt við"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Fjarlægt"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Breytt"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Endurnefnt"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Fært"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Bætt við eða breytt"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Endursetti safnastöðuna að"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Endursetti skráarstöðu \"%(file)s\" á %(time)s. "
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Breytti nafni á safni eða lýsingu"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Steypt saman sjálfvirkt af Seafile kerfinu"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Bjó til safn"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Rétt í þessu"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "fyrir %(days)d degi síðan"
msgstr[1] "fyrir %(days)d dögum síðan"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "fyrir %(hours)d klukkustund síðan"
msgstr[1] "fyrir %(hours)d klukkustundum síðan"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "fyrir %(minutes)d mínútu síðan"
msgstr[1] "fyrir %(minutes)d mínútum síðan"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "fyrir %(seconds)d sekúndu síðan"
msgstr[1] "fyrir %(seconds)d sekúndum síðan"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lesa-Skrifa"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Aðeins-Lesa"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d bæti"
msgstr[1] "%(size)d bæti"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2348,11 +2348,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Lykilorð er má ekki vanta"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Vinsamlegast sláðu inn rétt lykilorð."
@ -2819,8 +2819,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Tókst ekki, vinsamlegast athugaðu nettenginguna"

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Roberto Di Lorenzo <dilorenzo.roberto80@gmail.com>, 2020\n"
"Language-Team: Italian (http://app.transifex.com/haiwen/seahub/language/it/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Il nome è troppo lungo (la lunghezza massima è di 64 caratteri)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Il nome non dovrebbe includere '/'"
@ -124,7 +124,7 @@ msgstr "Deve essere un numero intero maggiore o uguale a 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "La libreria di sistema non può essere eliminata."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -445,13 +445,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "Percorso di destinazione non valido"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Quota superata."
@ -520,7 +520,7 @@ msgstr "Utente %s non trovato."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "Permesso negato."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -545,7 +545,7 @@ msgstr "Il File non è bloccato"
msgid "You can not refresh this file's lock."
msgstr "Non è possibile aggiornare il blocco di questo file."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -565,7 +565,7 @@ msgstr "L'utente %s è già membro del gruppo."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "Impossibile spedire la email, il servizio non è correttamente configura
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Password obbligatoria"
@ -668,7 +668,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "I giorni di scadenza dovrebbero essere maggiori o uguali a 1 %s"
@ -678,7 +678,7 @@ msgstr "I giorni di scadenza dovrebbero essere maggiori o uguali a 1 %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "I giorni di scadenza dovrebbero essere inferiori o uguali a 1 %s"
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr ""
msgid "New password of library %s"
msgstr "Nuova password per la libreria 1%s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Password sbagliata"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Errore nella decrittazione della libreria"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Cancellato"
@ -1164,86 +1164,86 @@ msgstr "Ospite"
msgid "Default"
msgstr "Predefinito"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Aggiunto"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Rimosso"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Modificato"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Rinominato"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Spostato"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Cartella rinominata"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Cartella spostata"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Aggiunto o modificato"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Riportato lo stato della libreria a"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Riportato il file \"%(file)s\" allo stato di %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Cambia il nome della libreria o della descrizione"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Unione automatica effettuata da seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Liberia creata"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Subito"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1251,7 +1251,7 @@ msgstr[0] "%(days)d giorno fa"
msgstr[1] "%(days)d giorni fa"
msgstr[2] "%(days)d giorni fa"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1259,7 +1259,7 @@ msgstr[0] "%(hours)d ora fa"
msgstr[1] "%(hours)d ore fa"
msgstr[2] "%(hours)d ore fa"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1267,7 +1267,7 @@ msgstr[0] "%(minutes)d minuto fa"
msgstr[1] "%(minutes)d minuti fa"
msgstr[2] "%(minutes)d minuti fa"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1275,16 +1275,16 @@ msgstr[0] "%(seconds)d secondo fa"
msgstr[1] "%(seconds)d secondi fa"
msgstr[2] "%(seconds)d secondi fa"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lettura-Scrittura"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Sola lettura"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1292,27 +1292,27 @@ msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d bytes"
msgstr[2] "%(size)d bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2359,11 +2359,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "La password non può essere vuota"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Per favore inserisci la password corretta."
@ -2830,8 +2830,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Impossibile. Prego controlla la rete."

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: 鑫 王 <wangxin@oneby.com.cn>, 2020\n"
"Language-Team: Japanese (http://app.transifex.com/haiwen/seahub/language/ja/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "名前が長すぎます最大64文字"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "名前には「/」を含めないでください。"
@ -124,7 +124,7 @@ msgstr "0以上の整数である必要があります"
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "システムライブラリーは削除できません。"
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "ライブラリは所有者に転送することはできません"
@ -445,13 +445,13 @@ msgstr "ウイルスファイルが見つかりません"
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "行き先パス名が不正です。"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "クォータを超えています"
@ -520,7 +520,7 @@ msgstr "ユーザー%sが見つかりません"
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "権限がありません。"
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -545,7 +545,7 @@ msgstr "ファイルはロックされていません。"
msgid "You can not refresh this file's lock."
msgstr "このファイルのロックを更新することはできません"
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "参加者はすでに存在します。"
@ -565,7 +565,7 @@ msgstr "ユーザー%sはすでにグループメンバーです。"
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "メールの送信に失敗しました。"
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "パスワードは入力必須です"
@ -668,7 +668,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "有効期限は%s以上である必要があります"
@ -678,7 +678,7 @@ msgstr "有効期限は%s以上である必要があります"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "有効期限は%s以下である必要があります"
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "有効期限は%sより早くする必要があります"
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr "このライブラリのパスワードをリセットできません。
msgid "New password of library %s"
msgstr "ライブラリ%sの新しいパスワード"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "パスワードが違います。"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "ライブラリ復号化エラー"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr "ファイルパス"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "削除"
@ -1164,145 +1164,145 @@ msgstr "ゲスト"
msgid "Default"
msgstr "既定"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "追加"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "削除済み"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "変更済み"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "名前の変更"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "移動"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "追加または変更"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "ライブラリをこの時点に復元 → "
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "ファイル名\\\"%(file)s\\\"を%(time)sの時点へ復元する。"
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "ライブラリ名や説明文を変更しました"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "システムにマージされます"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "ライブラリを作成しました"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "ただ今"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "%(days)d 日前"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "%(hours)d 時間前"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "%(minutes)d 分前"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "%(seconds)d 秒前"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "読み/書き"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "読みのみ"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)dバイト"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%sKB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%sMB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%sGB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%sTB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%sPB"
@ -2343,11 +2343,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "パスワードを入力してください"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "正しいパスワードを入力してください"
@ -2814,8 +2814,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "操作に失敗しました。ネットワークをご確認ください。"

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>, 2014-2017,2019,2022-2024\n"
"Language-Team: Korean (http://app.transifex.com/haiwen/seahub/language/ko/)\n"
@ -80,12 +80,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr "SAML 바인딩 해제 실패. 먼저 전자메일 주소를 설정하세요."
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "이름이 너무 깁니다(최대 64문자)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "이름에 '/' 문자를 넣으면 안됩니다."
@ -121,7 +121,7 @@ msgstr "0보다 크거나 같은 정수값이어야합니다."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -172,12 +172,12 @@ msgstr "단체로의 %s 사용자 추가에 실패했습니다: 이미 해당
msgid "System library can not be deleted."
msgstr "시스템 라이브러리는 삭제할 수 없습니다."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "전송 실패: %s의 역할은 %s입니다. 라이브러리를 추가할 수 없음"
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "라이브러리를 소유자에게 전송할 수 없습니다."
@ -442,13 +442,13 @@ msgstr "바이러스 파일이 없습니다."
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -469,12 +469,12 @@ msgstr "부적절한 대상 경로입니다"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "제한 용량을 넘었습니다."
@ -517,7 +517,7 @@ msgstr "%s 사용자가 없습니다."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -530,7 +530,7 @@ msgstr "권한이 거부되었습니다."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr "라이브러리의 한계 파일 갯수를 넘었습니다"
@ -542,7 +542,7 @@ msgstr "파일을 잠그지 않았습니다."
msgid "You can not refresh this file's lock."
msgstr "잠근 파일을 새로 고칠 수 없습니다."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "이미 참여자가 있습니다"
@ -562,7 +562,7 @@ msgstr "%s 사용자는 이미 그룹 구성원입니다."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -632,8 +632,8 @@ msgstr "전자메일 서비스를 올바르게 설정하지 않아 전자메일
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "암호가 필요합니다."
@ -665,7 +665,7 @@ msgstr "암호에는 숫자, 대소문자 및 특수문자만 넣을 수 있습
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "유효기간 값은 %s보다 크거나 같아야 합니다."
@ -675,7 +675,7 @@ msgstr "유효기간 값은 %s보다 크거나 같아야 합니다."
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "유효기간 값은 %s보다 작거나 같아야 합니다. "
@ -701,7 +701,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "경과 시간은 %s 이전이어야 합니다."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -727,11 +727,11 @@ msgstr "이 라이브러리 암호를 초기화할 수 없습니다."
msgid "New password of library %s"
msgstr "%s 라이브러리의 새 암호"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "잘못된 암호입니다"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "라이브러리 해독 오류"
@ -1086,7 +1086,7 @@ msgid "File Path"
msgstr "파일 경로"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "삭제함"
@ -1161,145 +1161,145 @@ msgstr "손님"
msgid "Default"
msgstr "기본"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "추가함"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "제거함"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "수정함"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "이름 바꿈"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "이동함"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "폴더 이름을 바꾸었습니다"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "폴더를 이동했습니다"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "추가 또는 수정함"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "다음 상태로 라이브러리를 되돌렸습니다"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "%(time)s의 상태로 \"%(file)s\" 파일을 되돌렸습니다."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "라이브러리 이름 또는 설명이 바뀌었습니다"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Seafile 시스템에서 자동으로 병합"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "만든 라이브러리"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "지금"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "%(days)d일 전"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "%(hours)d시간 전"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "%(minutes)d분 전"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "%(seconds)d초 전"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "읽기/쓰기"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "읽기 전용"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d바이트"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%sKB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%sMB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%sGB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%sTB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%sPB"
@ -2340,11 +2340,11 @@ msgstr "링크 유효 기간이 끝났습니다."
msgid "The number of share link exceeds the limit."
msgstr "공유 링크 한계 갯수를 넘었습니다."
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "암호를 비워둘 수 없습니다"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "올바른 암호를 입력해주세요."
@ -2811,8 +2811,9 @@ msgstr "스냅샷"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "실패했습니다. 네트워크를 확인하세요."

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Vytautas Stanaitis <vytautas@basas.lt>, 2018\n"
"Language-Team: Lithuanian (http://app.transifex.com/haiwen/seahub/language/lt/)\n"
@ -80,12 +80,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Vardas per ilgas (daugiausia 64 simboliai)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Vardas negali turėti '/'."
@ -121,7 +121,7 @@ msgstr "Turi būti sveikas skaičius, didesnis arba lygus 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -172,12 +172,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "Sistemos bibliotekos ištrinti negalima."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -442,13 +442,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -469,12 +469,12 @@ msgstr "Neteisingas paskirties maršrutas"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Saugyklos vieta išnaudota."
@ -517,7 +517,7 @@ msgstr "Vartotojo %s nėra."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -530,7 +530,7 @@ msgstr "Prieiga uždrausta."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -542,7 +542,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -562,7 +562,7 @@ msgstr "Vartotojas %s jau yra grupės narys."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -632,8 +632,8 @@ msgstr "Nepavyko išsiųsti laiško. El. pašto tarnyba nėra tinkamai sukonfig
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Slaptažodis privalomas."
@ -665,7 +665,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -675,7 +675,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -701,7 +701,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -727,11 +727,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Klaidingas slaptažodis"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Nepavyko iššifruoti bibliotekos"
@ -1086,7 +1086,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Ištrinta"
@ -1161,86 +1161,86 @@ msgstr "Svečias"
msgid "Default"
msgstr "Numatytasis"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Įtraukta"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Patalinta"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Pakeista"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Pervardinta"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Perkelta"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Įtraukta arba pakeista"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Bibliotekos būsena sugrąžinta į"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Bylos \"%(file)s\" būsena sugrąžinta į %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Pakeistas bibliotekos pavadinimas ar aprašymas"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Automatiškai sujungta seafile sistemos"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Sukurta biblioteka"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Ką tik"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1249,7 +1249,7 @@ msgstr[1] "Prieš %(days)d d."
msgstr[2] "Prieš %(days)d d."
msgstr[3] "Prieš %(days)d d."
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1258,7 +1258,7 @@ msgstr[1] "Prieš %(hours)d val."
msgstr[2] "Prieš %(hours)d val."
msgstr[3] "Prieš %(hours)d val."
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1267,7 +1267,7 @@ msgstr[1] "Prieš %(minutes)d min."
msgstr[2] "Prieš %(minutes)d min."
msgstr[3] "Prieš %(minutes)d min."
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1276,16 +1276,16 @@ msgstr[1] "Prieš %(seconds)d sek."
msgstr[2] "Prieš %(seconds)d sek."
msgstr[3] "Prieš %(seconds)d sek."
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Skaityti-Rašyti"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Tik-Skaityti"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1294,27 +1294,27 @@ msgstr[1] "%(size)d baitai"
msgstr[2] "%(size)d baitai"
msgstr[3] "%(size)d baitai"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2364,11 +2364,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr ""
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr ""
@ -2835,8 +2835,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Nepavyko. Patikrinkite tinklą."

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Ilo Kra, 2023\n"
"Language-Team: Latvian (http://app.transifex.com/haiwen/seahub/language/lv/)\n"
@ -79,12 +79,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -120,7 +120,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -171,12 +171,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "Sistēmas bibliotēku nevar dzēst."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -441,13 +441,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -468,12 +468,12 @@ msgstr "Nederīgs mērķa ceļš"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Pārsniegts apjoms"
@ -516,7 +516,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -529,7 +529,7 @@ msgstr "Pieeja liegta."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -541,7 +541,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -561,7 +561,7 @@ msgstr "Lietotājs %s jau ir grupas dalībnieks."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -631,8 +631,8 @@ msgstr "Neizdevās nosūtīt e-pastu, iestatījumi nav korekti. Sazinieties ar a
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Parole ir nepieciešama."
@ -664,7 +664,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -674,7 +674,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -700,7 +700,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -726,11 +726,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Kļūdaina parole"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Atkodēšanas kļūda"
@ -1085,7 +1085,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Dzēsts"
@ -1160,86 +1160,86 @@ msgstr "Viesis"
msgid "Default"
msgstr "Noklusēts"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Pievienots"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Aizvākts"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Modificēts"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Pārsaukts"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Pārvietots"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Pievienots vai modificēts"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Bibliotēkas statuss atgriezts uz"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Atgriezt datni \"%(file)s\" uz statusu %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Mainīts bibliotēkas nosaukums vai apraksts"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Automātiski sapludināts"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Bibliotēka izveidota"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Tūlīt"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1247,7 +1247,7 @@ msgstr[0] "%(days)d dienas"
msgstr[1] "%(days)d dienām"
msgstr[2] "%(days)d dienām"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1255,7 +1255,7 @@ msgstr[0] "%(hours)d stundas"
msgstr[1] "%(hours)d stundām"
msgstr[2] "%(hours)d stundām"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1263,7 +1263,7 @@ msgstr[0] "%(minutes)d minūtes"
msgstr[1] "%(minutes)d minūtēm"
msgstr[2] "%(minutes)d minūtēm"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1271,16 +1271,16 @@ msgstr[0] "%(seconds)d sekundes"
msgstr[1] "%(seconds)d sekundēm"
msgstr[2] "%(seconds)d sekundēm"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Lasīt-Rakstīt"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Tikai lasīt"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1288,27 +1288,27 @@ msgstr[0] "%(size)d baits"
msgstr[1] "%(size)d baits"
msgstr[2] "%(size)d baiti"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2355,11 +2355,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Parole nevar būt tukša"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Lūdzu, ievadiet pareizo paroli."
@ -2826,8 +2826,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Neizdevās. Lūdzu, pārbaudiet tīkla pieslēgumu."

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Macedonian (http://app.transifex.com/haiwen/seahub/language/mk/)\n"
@ -77,12 +77,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -118,7 +118,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -169,12 +169,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -439,13 +439,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -466,12 +466,12 @@ msgstr ""
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -514,7 +514,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -527,7 +527,7 @@ msgstr ""
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -539,7 +539,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -559,7 +559,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -629,8 +629,8 @@ msgstr ""
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr ""
@ -662,7 +662,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -672,7 +672,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -698,7 +698,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -724,11 +724,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr ""
@ -1083,7 +1083,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr ""
@ -1158,150 +1158,150 @@ msgstr ""
msgid "Default"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr ""
@ -2345,11 +2345,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr ""
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr ""
@ -2816,8 +2816,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Bart Van Hooydonck, 2024\n"
"Language-Team: Dutch (http://app.transifex.com/haiwen/seahub/language/nl/)\n"
@ -78,12 +78,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Naam is te lang (maximaal 64 tekens)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Naam mag geen '/' bevatten."
@ -119,7 +119,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -170,12 +170,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -440,13 +440,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -467,12 +467,12 @@ msgstr ""
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -515,7 +515,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -528,7 +528,7 @@ msgstr ""
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -540,7 +540,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -560,7 +560,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -630,8 +630,8 @@ msgstr ""
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr ""
@ -663,7 +663,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -673,7 +673,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -699,7 +699,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -725,11 +725,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr ""
@ -1084,7 +1084,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr ""
@ -1159,150 +1159,150 @@ msgstr ""
msgid "Default"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr ""
@ -2346,11 +2346,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr ""
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr ""
@ -2817,8 +2817,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Ryszard Trojnacki <ryszard.trojnacki@gmail.com>, 2020\n"
"Language-Team: Polish (http://app.transifex.com/haiwen/seahub/language/pl/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Nazwa jest zbyt długa (maksymalnie 64 znaki)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Nazwa nie powinna zawierać '/'."
@ -124,7 +124,7 @@ msgstr "Musi być liczbą większą lub równą 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr "Błąd dodawania %s do instytucji: użytkownik już należy do tej insty
msgid "System library can not be deleted."
msgstr "Biblioteka systemowa nie może zostać usunięta."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "Biblioteka nie może być przeniesiona do właściciela."
@ -445,13 +445,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "Nieprawidłowa ścieżka docelowa"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Brak miejsca."
@ -520,7 +520,7 @@ msgstr "Użytkownika %s nie został znaleziony."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "Odmowa dostępu."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -545,7 +545,7 @@ msgstr "Plik nie jest zablokowany."
msgid "You can not refresh this file's lock."
msgstr "Nie możesz odświeżyć tego pliku. Jest zablokowany."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -565,7 +565,7 @@ msgstr "Użytkownik %s już jest członkiem grupy."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "Nie udało się wysłać wiadomości e-mail. Usługa e-mail nie jest pop
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Hasło jest wymagane."
@ -668,7 +668,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Czas przedawnienia w dniach powinien być większy lub równy %s"
@ -678,7 +678,7 @@ msgstr "Czas przedawnienia w dniach powinien być większy lub równy %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Czas przedawnienia w dniach powinien być mniejszy lub równy %s"
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr "Nie można zresetować hasła tej biblioteki."
msgid "New password of library %s"
msgstr "Nowe hasło dla biblioteki %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Nieprawidłowe hasło"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Błąd deszyfrowania biblioteki"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr "Ścieżka pliku"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Usunięto"
@ -1164,86 +1164,86 @@ msgstr "Gość"
msgid "Default"
msgstr "Domyślnie"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Dodano"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Skasowano"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Zmodyfikowano"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Zmieniono nazwę"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Przeniesiono"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Zmieniono nazwę folderu"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Folder przeniesiono"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Dodane lub zmienione"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Przywrócono bibliotekę do stanu z"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Przywrócono plik \"%(file)s\" do stanu z %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Zmieniona nazwa biblioteki lub opis"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Automatyczne scalanie przez Seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Utworzona biblioteka"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Przed chwilą"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1252,7 +1252,7 @@ msgstr[1] "%(days)d dni temu"
msgstr[2] "%(days)d dni temu"
msgstr[3] "%(days)d dni temu"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1261,7 +1261,7 @@ msgstr[1] "%(hours)d godziny temu"
msgstr[2] "%(hours)d godzin temu"
msgstr[3] "%(hours)d godzin temu"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1270,7 +1270,7 @@ msgstr[1] "%(minutes)d minuty temu"
msgstr[2] "%(minutes)d minut temu"
msgstr[3] "%(minutes)d minut temu"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1279,16 +1279,16 @@ msgstr[1] "%(seconds)d sekundy temu"
msgstr[2] "%(seconds)d sekund temu"
msgstr[3] "%(seconds)d sekund temu"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Do odczytu i zapisu"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Tylko do odczytu"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1297,27 +1297,27 @@ msgstr[1] "%(size)d bajty"
msgstr[2] "%(size)d bajtów"
msgstr[3] "%(size)d bajtów"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2367,11 +2367,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Hasło nie może być puste"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Proszę wpisać prawidłowe hasło."
@ -2838,8 +2838,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Niepowodzenie. Proszę sprawdzić połączenie."

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: zheng xie <xiez1989@gmail.com>, 2013,2017\n"
"Language-Team: Portuguese (Brazil) (http://app.transifex.com/haiwen/seahub/language/pt_BR/)\n"
@ -93,12 +93,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "O nome é muito extenso (máximo de 64 caracteres)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "O nome não pode conter '/'."
@ -134,7 +134,7 @@ msgstr "Deve ser um número inteiro superior ou igual a 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -185,12 +185,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "A biblioteca do sistema não pode ser excluída."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -455,13 +455,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -482,12 +482,12 @@ msgstr "O caminho destino é inválido"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Sem cota disponível."
@ -530,7 +530,7 @@ msgstr "Usuário %s não encontrado."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -543,7 +543,7 @@ msgstr "Permissão negada."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -555,7 +555,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -575,7 +575,7 @@ msgstr "O usuário %s já é membro do grupo."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -645,8 +645,8 @@ msgstr "Falha ao enviar e-mail, o serviço de e-mail não está configurado corr
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Senha obrigatoria"
@ -678,7 +678,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -688,7 +688,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -714,7 +714,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -740,11 +740,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Senha incorreta"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Falha ao descriptografar a biblioteca"
@ -1099,7 +1099,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Excluído"
@ -1174,86 +1174,86 @@ msgstr "Convidado"
msgid "Default"
msgstr "Padrão"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Adicionado"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Removido"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Alterado"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Renomeado"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Movido"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Adicionado ou modificado"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Biblioteca atualizada para o status de"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Arquivo revertido \"%(file)s\" para o status de %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "O nome da biblioteca mudou ou sua descrição"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Auto merge pelo sistema seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Biblioteca criada"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Agora"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1261,7 +1261,7 @@ msgstr[0] "Passado %(days)d dia"
msgstr[1] "%(days)d dias atrás"
msgstr[2] "%(days)d dias atrás"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1269,7 +1269,7 @@ msgstr[0] "Passado menos de %(hours)d hora"
msgstr[1] "%(hours)d horas atrás"
msgstr[2] "%(hours)d horas atrás"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1277,7 +1277,7 @@ msgstr[0] "Passado menos de um minuto"
msgstr[1] "%(minutes)d minutos atrás"
msgstr[2] "%(minutes)d minutos atrás"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1285,16 +1285,16 @@ msgstr[0] "Passado menos de um segundo"
msgstr[1] "%(seconds)d segundos atrás"
msgstr[2] "%(seconds)d segundos atrás"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Leitura-Escrita"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Somente leitura"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1302,27 +1302,27 @@ msgstr[0] "%(size)d bytes"
msgstr[1] "%(size)d bytes"
msgstr[2] "%(size)d bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2369,11 +2369,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "A senha não pode ser vazia"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Por favor insira uma senha correta."
@ -2840,8 +2840,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Falha. Por favor verifique a rede."

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Vladimir <pash.vld@gmail.com>, 2015-2024\n"
"Language-Team: Russian (http://app.transifex.com/haiwen/seahub/language/ru/)\n"
@ -95,12 +95,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr "Не удалось отменить привязку SAML. Сначала укажите контактный адрес электронной почты."
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Имя слишком длинное (максимум 64 символа)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Имя не должно содержать '/'."
@ -136,7 +136,7 @@ msgstr "Должно быть целым числом, которое больш
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -187,12 +187,12 @@ msgstr "Не удалось добавить %s в учреждение: пол
msgid "System library can not be deleted."
msgstr "Системная библиотека не может быть удалена."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "Передача не удалась: роль %s в %s, невозможно добавить библиотеку.."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "Библиотека не может быть передана владельцу."
@ -457,13 +457,13 @@ msgstr "Файл с вирусом не найден."
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -484,19 +484,19 @@ msgstr "Неправильный путь назначения"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Превышение квоты дискового пространства."
#: seahub/api2/endpoints/copy_move_task.py:164
#, python-format
msgid "Can not move folder %(src)s to its subfolder %(des)s"
msgstr ""
msgstr "Невозможно переместить папку %(src)s в ее подпапку %(des)s"
#: seahub/api2/endpoints/copy_move_task.py:180
#: seahub/api2/endpoints/file.py:336 seahub/api2/endpoints/file.py:425
@ -532,7 +532,7 @@ msgstr "Пользователь %s не найден."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -545,7 +545,7 @@ msgstr "Доступ запрещен"
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr "Количество файлов в библиотеке превышает лимит"
@ -557,7 +557,7 @@ msgstr "Файл не заблокирован."
msgid "You can not refresh this file's lock."
msgstr "Вы не можете обновить блокировку этого файла."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "Участник уже существует."
@ -577,7 +577,7 @@ msgstr "Пользователь %s уже участник группы."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -647,8 +647,8 @@ msgstr "Не удалось отправить email - сервис не нас
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Требуется пароль."
@ -680,7 +680,7 @@ msgstr "Пароль может содержать только цифры, за
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Срок действия должен быть больше или равен %s"
@ -690,7 +690,7 @@ msgstr "Срок действия должен быть больше или ра
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Срок действия должен быть меньше или равен %s"
@ -716,7 +716,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "Время истечения должно быть раньше, чем %s."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -742,11 +742,11 @@ msgstr "Не удается сбросить пароль этой библио
msgid "New password of library %s"
msgstr "Новый пароль библиотеки %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Неверный пароль"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Ошибка расшифровки библиотеки"
@ -783,12 +783,12 @@ msgstr "Пользователь поделился с вами файлом н
#: seahub/api2/endpoints/send_share_link_email.py:100
msgid "folder"
msgstr ""
msgstr "папка"
#: seahub/api2/endpoints/send_share_link_email.py:101
#, python-format
msgid "A folder is shared to you on %s"
msgstr ""
msgstr "Вам предоставлен доступ к папке на %s"
#: seahub/api2/endpoints/send_upload_link_email.py:74
msgid "email invalid."
@ -1101,7 +1101,7 @@ msgid "File Path"
msgstr "Путь к файлу"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Удален"
@ -1176,86 +1176,86 @@ msgstr "Гость"
msgid "Default"
msgstr "По умолчанию"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Добавлен"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Удален"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Изменен"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Переименован"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Перемещен"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
msgstr "Добавленная ​​папка"
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
msgstr "Удаленная папка"
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Переименованная папка"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Перемещенная папка"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Добавлено или изменено"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Библиотека восстановлена в статусе"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Статус файла восстановлен \"%(file)s\" в %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
msgstr "Восстановленная ​​удаленная папка"
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Изменено название или описание библиотеки"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Автоматическое слияние системой Seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Библиотека создана"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Прямо сейчас"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1264,7 +1264,7 @@ msgstr[1] "%(days)d дней назад"
msgstr[2] "%(days)d дней назад"
msgstr[3] "%(days)d дней назад"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1273,7 +1273,7 @@ msgstr[1] "%(hours)d часов назад"
msgstr[2] "%(hours)d часов назад"
msgstr[3] "%(hours)d часов назад"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1282,7 +1282,7 @@ msgstr[1] "%(minutes)d минут назад"
msgstr[2] "%(minutes)d минут назад"
msgstr[3] "%(minutes)d минут назад"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1291,16 +1291,16 @@ msgstr[1] "%(seconds)d секунд назад"
msgstr[2] "%(seconds)d секунд назад"
msgstr[3] "%(seconds)d секунд назад"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Чтение-запись"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Только чтение"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1309,27 +1309,27 @@ msgstr[1] "%(size)d байтов"
msgstr[2] "%(size)d байтов"
msgstr[3] "%(size)d Байт"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s КБ"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s МБ"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s ГБ"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s ТБ"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s ПБ"
@ -2324,7 +2324,7 @@ msgstr[3] "%(total)s результатов"
#: seahub/search/templates/search_results.html:63
msgid "Folder icon"
msgstr ""
msgstr "Значок папки"
#: seahub/search/templates/search_results.html:168
msgid "Invalid start date, should be yyyy-mm-dd"
@ -2379,11 +2379,11 @@ msgstr "Срок действия ссылки истек."
msgid "The number of share link exceeds the limit."
msgstr "Количество ссылок на общий доступ превышает лимит."
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Пароль не может быть пустым"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Пожалуйста, введите правильный пароль."
@ -2437,7 +2437,7 @@ msgstr "Код подтверждения был отправлен на адр
#: seahub/share/views.py:133
msgid "Please choose a folder."
msgstr ""
msgstr "Выберите папку."
#: seahub/share/views.py:157
msgid "Successfully saved."
@ -2850,15 +2850,16 @@ msgstr "Снимок"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Не удалось. Пожалуйста, проверьте сеть."
#: seahub/templates/share_access_validation.html:6
msgid ""
"Please input the password if you want to browse the shared file/folder."
msgstr ""
msgstr "Введите пароль, если вы хотите просмотреть общий файл/папку."
#: seahub/templates/shared_link_email.html:12
#, python-format

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: llj <lingjun.li1@gmail.com>, 2021\n"
"Language-Team: Swedish (http://app.transifex.com/haiwen/seahub/language/sv/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "Namnet är för långt (max 64 tecken)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Namn ska inte innehålla '/'."
@ -124,7 +124,7 @@ msgstr "Måste vara ett heltal större eller lika med 0."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr "Misslyckades att lägga till %s till institutionen: användaren tillhör
msgid "System library can not be deleted."
msgstr "Systemkatalog kan inte tas bort."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "Överföring misslyckades: rolen för %s är %s, kan inte lägga till katalog."
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "Katalogen kan inte överföras till ägaren."
@ -445,13 +445,13 @@ msgstr "Virusfilen kunde inte hittas."
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "Felaktig destination"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Slut på kvoten."
@ -520,7 +520,7 @@ msgstr "Användare %s hittades inte."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "Åtkomst nekas"
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -545,7 +545,7 @@ msgstr "Filen är inte låst."
msgid "You can not refresh this file's lock."
msgstr "Du kan inte uppdatera denna fillåsning."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "Deltagaren existerar redan."
@ -565,7 +565,7 @@ msgstr "Användaren %s är redan medlem i gruppen."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "Misslyckades att skicka email. Email-tjänsten är inte korrekt konfigur
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Lösenord krävs."
@ -668,7 +668,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Utgångsdatum ska vara större eller lika med %s"
@ -678,7 +678,7 @@ msgstr "Utgångsdatum ska vara större eller lika med %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Utgångsdagar ska vara minde än eller lika med %s"
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "Utgångstid bör vara tidigare än %s."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr "Kan inte återställa katalogens lösenord."
msgid "New password of library %s"
msgstr "Nytt lösenord för katalog %s"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Fel lösenord"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Fel vid avkryptering av katalog"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr "Filsökväg"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Borttagen"
@ -1164,150 +1164,150 @@ msgstr "Gäst"
msgid "Default"
msgstr "Standard"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Tillagd"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Borttagen"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Ändrad"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Omdöpt"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Flyttad"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Döpt om mapp"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Flyttat mapp"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Tillagd eller modifierad"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Backade katalogens status till"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Backade filen \"%(file)s\" till status kl. %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Ändrade katalogens namn eller beskrivning"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Automatisk ihopslagning av seafile-systemet"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Skapade katalog"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Precis nyss"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "%(days)d dag sedan"
msgstr[1] "%(days)d dagar sedan"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "%(hours)d timme sedan"
msgstr[1] "%(hours)d timmar sedan"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] ""
msgstr[1] "%"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "%(seconds)d sekund sedan"
msgstr[1] "%(seconds)d sekunder sedan"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Läs/Skriv"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Läs Enbart"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2351,11 +2351,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Lösenord måste anges"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Skriv in rätt lösenord."
@ -2822,8 +2822,9 @@ msgstr "Snapshot"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Misslyckades. Kontrollera nätverksanslutning"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Muhammed Şamil Kıvanç, 2022\n"
"Language-Team: Turkish (http://app.transifex.com/haiwen/seahub/language/tr/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "İsim çok uzun (maksimum 64 karakter)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "İsim '/' içermemelidir."
@ -124,7 +124,7 @@ msgstr "0'dan büyük veya 0'a eşit bir tam sayı olmalıdır."
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "Sistem kütüphanesi silinemez."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "Kütüphane sahibine devredilemez."
@ -445,13 +445,13 @@ msgstr "Virüs dosyası bulunamadı."
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "Geçersiz hedef yolu"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "Kota dışında."
@ -520,7 +520,7 @@ msgstr "%s kullanıcı bulunamadı."
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "İzin reddedildi."
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -545,7 +545,7 @@ msgstr "Dosya kilitli değil."
msgid "You can not refresh this file's lock."
msgstr "Bu dosyanın kilidini yenileyemezsiniz."
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "Katılımcı zaten var."
@ -565,7 +565,7 @@ msgstr "%s kullanıcısı zaten bir grup üyesidir."
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "Eposta gönderme başarısız, eposta servisinin yapılandırması doğr
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Parola gerekli."
@ -668,7 +668,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Son kullanma günleri %s'den büyük veya eşit olmalıdır."
@ -678,7 +678,7 @@ msgstr "Son kullanma günleri %s'den büyük veya eşit olmalıdır."
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Son kullanma günleri %s'den küçük veya eşit olmalıdır."
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "Son kullanma süresi %s'den önce olmalıdır."
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr "Bu kütüphanenin parolası sıfırlanamıyor."
msgid "New password of library %s"
msgstr "%s kütüphanesinin yeni parolası"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Hatalı şifre"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Kütüphane şifresi açma hatası"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr "Dosya Yolu"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Silindi"
@ -1164,150 +1164,150 @@ msgstr "Misafir"
msgid "Default"
msgstr "Varsayılan"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Eklendi"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Kaldırıldı"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Değiştirildi"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Yeniden adlandırıldı"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Taşındı"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "Yeniden adlandırılan klasör"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "Taşınan klasör"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Eklendi ya da değiştirildi"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Kütüphane durumu geri alındı"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Dosya \"%(file)s\" %(time)s durumuna geri alındı."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Değiştirilmiş kütüphane adı ya da açıklaması"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Seafile sistemi tarafından oto birleştirme"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Oluşturulmuş kütüphane"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Şu anda"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Okuma-Yazma"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Salt okunur"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2351,11 +2351,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Şifre boş bırakılamaz"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Lüfen doğru bir şifre giriniz."
@ -2822,8 +2822,9 @@ msgstr "Anlık görüntü"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Başarısız oldu. Lütfen ağı kontrol edin."

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Oleksandr Suvorov <say@say.od.ua>, 2016\n"
"Language-Team: Ukrainian (http://app.transifex.com/haiwen/seahub/language/uk/)\n"
@ -83,12 +83,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -124,7 +124,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -175,12 +175,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "Системна бібліотека не може бути видалена."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -445,13 +445,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -472,12 +472,12 @@ msgstr "Невірний шлях призначення"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -520,7 +520,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -533,7 +533,7 @@ msgstr "Доступ заборонено"
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -545,7 +545,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -565,7 +565,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -635,8 +635,8 @@ msgstr "Не вдалося надіслати email. Сервіс електр
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Потрібен пароль."
@ -668,7 +668,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -678,7 +678,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -704,7 +704,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -730,11 +730,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Невірний пароль"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Помилка розшифровки бібліотеки"
@ -1089,7 +1089,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Видалено"
@ -1164,86 +1164,86 @@ msgstr "Гость"
msgid "Default"
msgstr "За замовчуванням"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Додано"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Видалено"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Модифіковано"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Перейменовано"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Переміщено"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Статус бібліотеки відновлено на"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Статус файлу \"%(file)s\" відновлено за %(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Змінено назву або опис бібліотеки"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Автоматичне злиття системою seafile"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Створена бібліотека"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Просто зараз"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
@ -1252,7 +1252,7 @@ msgstr[1] "%(days)d днів тому"
msgstr[2] "%(days)d днів тому"
msgstr[3] "%(days)d днів тому"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
@ -1261,7 +1261,7 @@ msgstr[1] "%(hours)d годин тому"
msgstr[2] "%(hours)d годин тому"
msgstr[3] "%(hours)d годин тому"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
@ -1270,7 +1270,7 @@ msgstr[1] "%(minutes)d хвилин тому"
msgstr[2] "%(minutes)d хвилин тому"
msgstr[3] "%(minutes)d хвилин тому"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
@ -1279,16 +1279,16 @@ msgstr[1] "%(seconds)d секунд тому"
msgstr[2] "%(seconds)d секунд тому"
msgstr[3] "%(seconds)d секунд тому"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Читання+Запис"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Тільки для читання"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
@ -1297,27 +1297,27 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr ""
@ -2367,11 +2367,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Пароль не може бути порожнім"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Будь ласка введіть правильний пароль."
@ -2838,8 +2838,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Не вдалося. Будь ласка, перевірте мережеве з'єднання."

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Vietnamese (http://app.transifex.com/haiwen/seahub/language/vi/)\n"
@ -77,12 +77,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr ""
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr ""
@ -118,7 +118,7 @@ msgstr ""
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -169,12 +169,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "Không thể xóa thư viện hệ thống."
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -439,13 +439,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -466,12 +466,12 @@ msgstr "Đường dẫn không hợp lệ"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr ""
@ -514,7 +514,7 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -527,7 +527,7 @@ msgstr ""
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -539,7 +539,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -559,7 +559,7 @@ msgstr ""
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -629,8 +629,8 @@ msgstr "Gửi email thất bại, dịch vụ email không được thiết lậ
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "Yêu cầu mật khẩu."
@ -662,7 +662,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -672,7 +672,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -698,7 +698,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -724,11 +724,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "Sai mật khẩu"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "Lỗi giải mã"
@ -1083,7 +1083,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "Đã xóa"
@ -1158,145 +1158,145 @@ msgstr "Tài khoản Khách"
msgid "Default"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "Đã thêm"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "Đã loại bỏ"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "Đã sửa đổi"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "Đã đổi tên"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "Đã di chuyển"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "Thêm hoặc thay đổi"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "Đã phục hồi thư viện về trạng thái"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "File \"%(file)s\" đã trở lại trạng thái lúc %(time)s"
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Tên thư viện hoặc mô tả đã thay đổi"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "Tự động hợp nhất bởi hệ thống"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "Đã tạo thư viện"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "Vừa mới"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "%(days)d ngày trước"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "%(hours)d giờ trước"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "%(minutes)d phút trước"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "%(seconds)d giây trước"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "Xem - Điều chỉnh"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "Chỉ xem"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr ""
@ -2337,11 +2337,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "Mật khẩu không được để trống"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "Vui lòng điền chính xác mật khẩu."
@ -2808,8 +2808,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "Thất bại. Vui lòng kiểm tra lại network."

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Seafile Info <info@seafile.com>, 2023-2024\n"
"Language-Team: Chinese (China) (http://app.transifex.com/haiwen/seahub/language/zh_CN/)\n"
@ -95,12 +95,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr "解绑 SAML 失败,请先请先设置联系邮箱。"
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "名字太长(最多 64 个字)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "名字不能包含 /’。"
@ -136,7 +136,7 @@ msgstr "必须是大于等于 0 的整数。"
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -187,12 +187,12 @@ msgstr "添加 %s 到机构失败:用户已经属于该机构"
msgid "System library can not be deleted."
msgstr "系统资料库无法被删除。"
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "转让失败:角色 %s 是 %s无法添加资料库。"
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr "资料库无法转让给所有者。"
@ -457,13 +457,13 @@ msgstr "病毒文件未找到。"
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -484,12 +484,12 @@ msgstr "目标路径无效"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "空间已超"
@ -532,7 +532,7 @@ msgstr "未找到用户 %s 。"
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -545,7 +545,7 @@ msgstr "没有权限"
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr "该资料库中的文件数量已超过限制"
@ -557,7 +557,7 @@ msgstr "文件没有被锁定。"
msgid "You can not refresh this file's lock."
msgstr "不能刷新文件锁。"
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr "该参与者已存在。"
@ -577,7 +577,7 @@ msgstr "用户 %s 已经是群组成员。"
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -647,8 +647,8 @@ msgstr "邮件发送失败, 邮箱服务没配置好,请联系管理员。"
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "密码为必填项。"
@ -680,7 +680,7 @@ msgstr "密码只能包含数字,大写字母,小写字母和其他字符。
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "过期天数需要大于等于 %s"
@ -690,7 +690,7 @@ msgstr "过期天数需要大于等于 %s"
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "过期天数需要小于等于 %s"
@ -716,7 +716,7 @@ msgid "Expiration time should be earlier than %s."
msgstr "过期时间应早于 %s。"
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -742,11 +742,11 @@ msgstr "无法重置这个资料库的密码。"
msgid "New password of library %s"
msgstr "资料库 %s的新密码"
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "密码错误"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "解密资料库出错"
@ -1101,7 +1101,7 @@ msgid "File Path"
msgstr "文件路径"
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "删除了"
@ -1176,145 +1176,145 @@ msgstr "访客"
msgid "Default"
msgstr "默认"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "添加了"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "删除了"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "修改了"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "重命名或移动了"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "移动了"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr "新建了目录"
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr "删除了目录"
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr "重命名文件夹"
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr "移动文件夹"
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "添加或修改了"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "资料库内容还原到"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "文件\"%(file)s\"还原到%(time)s."
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr "还原已删除的目录"
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "修改了资料库名称或描述"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "系统自动合并修改"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "创建了资料库"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "刚才"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "%(days)d 天前"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "%(hours)d 小时前"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "%(minutes)d 分钟前"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "%(seconds)d 秒前"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "可读写"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "只读"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2355,11 +2355,11 @@ msgstr "该外链已过期。"
msgid "The number of share link exceeds the limit."
msgstr "外链的数量超过了限制。"
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "密码不能为空"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "请输入正确的密码。"
@ -2826,8 +2826,9 @@ msgstr "镜像"
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "操作失败。请检查网络是否已连接。"

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-23 15:25+0800\n"
"POT-Creation-Date: 2024-08-27 11:49+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: david082321 <david082321@gmail.com>, 2018\n"
"Language-Team: Chinese (Taiwan) (http://app.transifex.com/haiwen/seahub/language/zh_TW/)\n"
@ -84,12 +84,12 @@ msgid "Failed to unbind SAML, please set a contact email first."
msgstr ""
#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:95
#: seahub/api2/views.py:365
#: seahub/api2/views.py:367
msgid "Name is too long (maximum is 64 characters)"
msgstr "名字太長 (最多64個字)"
#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:99
#: seahub/api2/views.py:369 seahub/forms.py:44 seahub/profile/forms.py:27
#: seahub/api2/views.py:371 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "名字不能包含 '/'。"
@ -125,7 +125,7 @@ msgstr "必須是大于或等于 0 的整數。"
#: seahub/api2/endpoints/admin/groups.py:134
#: seahub/api2/endpoints/admin/groups.py:273
#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302
#: seahub/api2/views.py:4680 seahub/group/forms.py:36
#: seahub/api2/views.py:4729 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
@ -176,12 +176,12 @@ msgstr ""
msgid "System library can not be deleted."
msgstr "系統資料庫無法被刪除。"
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1781
#: seahub/api2/endpoints/admin/libraries.py:388 seahub/api2/views.py:1830
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr ""
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1786
#: seahub/api2/endpoints/admin/libraries.py:409 seahub/api2/views.py:1835
msgid "Library can not be transferred to owner."
msgstr ""
@ -446,13 +446,13 @@ msgstr ""
#: seahub/api2/endpoints/subscription.py:92
#: seahub/api2/endpoints/subscription.py:129
#: seahub/api2/endpoints/wiki2.py:419 seahub/api2/endpoints/wiki_pages.py:135
#: seahub/api2/views.py:4014 seahub/notifications/models.py:536
#: seahub/api2/views.py:4063 seahub/notifications/models.py:536
#: seahub/notifications/models.py:577 seahub/notifications/models.py:619
#: seahub/notifications/models.py:670 seahub/notifications/models.py:726
#: seahub/notifications/models.py:756 seahub/notifications/models.py:778
#: seahub/notifications/models.py:804 seahub/notifications/models.py:821
#: seahub/notifications/models.py:838 seahub/notifications/models.py:867
#: seahub/seadoc/apis.py:2763 seahub/search/views.py:200
#: seahub/seadoc/apis.py:2762 seahub/search/views.py:200
#: seahub/share/views.py:230 seahub/subscription/views.py:90
#: seahub/utils/__init__.py:178 seahub/utils/__init__.py:1176
#: seahub/views/__init__.py:810 seahub/views/ajax.py:401
@ -473,12 +473,12 @@ msgstr "目標路徑無效"
#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1927
#: seahub/api2/views.py:1967 seahub/api2/views.py:2028
#: seahub/api2/views.py:2072 seahub/api2/views.py:2118
#: seahub/api2/views.py:2167 seahub/api2/views.py:2580
#: seahub/api2/views.py:2688 seahub/seadoc/apis.py:368
#: seahub/seadoc/apis.py:455
#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1976
#: seahub/api2/views.py:2016 seahub/api2/views.py:2077
#: seahub/api2/views.py:2121 seahub/api2/views.py:2167
#: seahub/api2/views.py:2216 seahub/api2/views.py:2629
#: seahub/api2/views.py:2737 seahub/seadoc/apis.py:367
#: seahub/seadoc/apis.py:454
msgid "Out of quota."
msgstr "超過空間上限"
@ -521,7 +521,7 @@ msgstr "找不到使用者%s "
#: seahub/api2/endpoints/subscription.py:112
#: seahub/api2/endpoints/wikis.py:115 seahub/api2/endpoints/wikis.py:210
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2747
#: seahub/profile/views.py:260 seahub/seadoc/apis.py:2746
#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85
#: seahub/seadoc/views.py:168 seahub/search/views.py:174
#: seahub/subscription/views.py:27 seahub/subscription/views.py:43
@ -534,7 +534,7 @@ msgstr "沒有權限"
#: seahub/api2/endpoints/file.py:218 seahub/api2/endpoints/upload_links.py:480
#: seahub/api2/endpoints/via_repo_token.py:848
#: seahub/api2/endpoints/wiki2.py:504 seahub/api2/endpoints/wikis.py:135
#: seahub/api2/views.py:1975
#: seahub/api2/views.py:2024
msgid "The number of files in library exceeds the limit"
msgstr ""
@ -546,7 +546,7 @@ msgstr ""
msgid "You can not refresh this file's lock."
msgstr ""
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2754
#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753
msgid "The participant already exists."
msgstr ""
@ -566,7 +566,7 @@ msgstr "用戶 %s 已經是群組的成員"
#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1776
#: seahub/api2/endpoints/group_members.py:500 seahub/api2/views.py:1825
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:342
@ -636,8 +636,8 @@ msgstr "郵件發送失敗, 電子信箱服務沒配置好,請聯繫管理
#: seahub/api2/endpoints/multi_share_links.py:105
#: seahub/api2/endpoints/multi_share_links.py:353
#: seahub/api2/endpoints/share_links.py:335
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4167
#: seahub/api2/views.py:4287
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4216
#: seahub/api2/views.py:4336
msgid "Password is required."
msgstr "密碼為必填項。"
@ -669,7 +669,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:372
#: seahub/api2/endpoints/share_links.py:713
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3581
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3630
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr ""
@ -679,7 +679,7 @@ msgstr ""
#: seahub/api2/endpoints/share_links.py:378
#: seahub/api2/endpoints/share_links.py:719
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3587
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3636
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr ""
@ -705,7 +705,7 @@ msgid "Expiration time should be earlier than %s."
msgstr ""
#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/seadoc/apis.py:508
#: seahub/seadoc/apis.py:507
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
msgid "Error"
@ -731,11 +731,11 @@ msgstr ""
msgid "New password of library %s"
msgstr ""
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4011
#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4060
msgid "Wrong password"
msgstr "密碼錯誤"
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4017
#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4066
msgid "Decrypt library error"
msgstr "解密資料庫出錯"
@ -1090,7 +1090,7 @@ msgid "File Path"
msgstr ""
#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:134
#: seahub/base/templatetags/seahub_tags.py:139
msgid "Deleted"
msgstr "刪除了"
@ -1165,145 +1165,145 @@ msgstr "訪客"
msgid "Default"
msgstr "預設"
#: seahub/base/templatetags/seahub_tags.py:133
#: seahub/base/templatetags/seahub_tags.py:138
msgid "Added"
msgstr "新增了"
#: seahub/base/templatetags/seahub_tags.py:135
#: seahub/base/templatetags/seahub_tags.py:140
msgid "Removed"
msgstr "刪除了"
#: seahub/base/templatetags/seahub_tags.py:136
#: seahub/base/templatetags/seahub_tags.py:141
msgid "Modified"
msgstr "修改了"
#: seahub/base/templatetags/seahub_tags.py:137
#: seahub/base/templatetags/seahub_tags.py:142
msgid "Renamed"
msgstr "重命名或移動了"
#: seahub/base/templatetags/seahub_tags.py:138
#: seahub/base/templatetags/seahub_tags.py:143
msgid "Moved"
msgstr "移動了"
#: seahub/base/templatetags/seahub_tags.py:139
#: seahub/base/templatetags/seahub_tags.py:144
msgid "Added folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:140
#: seahub/base/templatetags/seahub_tags.py:145
msgid "Removed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:141
#: seahub/base/templatetags/seahub_tags.py:146
#: seahub/notifications/management/commands/send_file_updates.py:172
msgid "Renamed folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:142
#: seahub/base/templatetags/seahub_tags.py:147
#: seahub/notifications/management/commands/send_file_updates.py:177
msgid "Moved folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:143
#: seahub/base/templatetags/seahub_tags.py:148
msgid "Added or modified"
msgstr "新增或修改了"
#: seahub/base/templatetags/seahub_tags.py:158
#: seahub/base/templatetags/seahub_tags.py:229
#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Reverted library to status at"
msgstr "資料庫內容還原到"
#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232
#: seahub/base/templatetags/seahub_tags.py:166
#: seahub/base/templatetags/seahub_tags.py:237
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "檔案\"%(file)s\"還原到%(time)s。"
#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/base/templatetags/seahub_tags.py:170
#: seahub/base/templatetags/seahub_tags.py:241
msgid "Recovered deleted folder"
msgstr ""
#: seahub/base/templatetags/seahub_tags.py:167
#: seahub/base/templatetags/seahub_tags.py:238 seahub/views/ajax.py:460
#: seahub/base/templatetags/seahub_tags.py:172
#: seahub/base/templatetags/seahub_tags.py:243 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "修改了資料庫名稱或描述"
#: seahub/base/templatetags/seahub_tags.py:169
#: seahub/base/templatetags/seahub_tags.py:240
#: seahub/base/templatetags/seahub_tags.py:174
#: seahub/base/templatetags/seahub_tags.py:245
msgid "Auto merge by seafile system"
msgstr "系統自動合併修改"
#: seahub/base/templatetags/seahub_tags.py:171
#: seahub/base/templatetags/seahub_tags.py:242
#: seahub/base/templatetags/seahub_tags.py:176
#: seahub/base/templatetags/seahub_tags.py:247
#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Created library"
msgstr "建立了資料庫"
#: seahub/base/templatetags/seahub_tags.py:322
#: seahub/base/templatetags/seahub_tags.py:358
#: seahub/base/templatetags/seahub_tags.py:327
#: seahub/base/templatetags/seahub_tags.py:363
msgid "Just now"
msgstr "剛才"
#: seahub/base/templatetags/seahub_tags.py:333
#: seahub/base/templatetags/seahub_tags.py:338
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "%(days)d 天前"
#: seahub/base/templatetags/seahub_tags.py:340
#: seahub/base/templatetags/seahub_tags.py:345
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "%(hours)d 小時前"
#: seahub/base/templatetags/seahub_tags.py:347
#: seahub/base/templatetags/seahub_tags.py:352
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "%(minutes)d 分鐘前"
#: seahub/base/templatetags/seahub_tags.py:353
#: seahub/base/templatetags/seahub_tags.py:358
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "%(seconds)d 秒前"
#: seahub/base/templatetags/seahub_tags.py:478
#: seahub/base/templatetags/seahub_tags.py:483
msgid "Read-Write"
msgstr "可讀寫"
#: seahub/base/templatetags/seahub_tags.py:480
#: seahub/base/templatetags/seahub_tags.py:485
msgid "Read-Only"
msgstr "唯讀"
#: seahub/base/templatetags/seahub_tags.py:504
#: seahub/base/templatetags/seahub_tags.py:516
#: seahub/base/templatetags/seahub_tags.py:509
#: seahub/base/templatetags/seahub_tags.py:521
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d bytes"
#: seahub/base/templatetags/seahub_tags.py:518
#: seahub/base/templatetags/seahub_tags.py:523
#, python-format
msgid "%s KB"
msgstr "%s KB"
#: seahub/base/templatetags/seahub_tags.py:520
#: seahub/base/templatetags/seahub_tags.py:525
#, python-format
msgid "%s MB"
msgstr "%s MB"
#: seahub/base/templatetags/seahub_tags.py:522
#: seahub/base/templatetags/seahub_tags.py:527
#, python-format
msgid "%s GB"
msgstr "%s GB"
#: seahub/base/templatetags/seahub_tags.py:524
#: seahub/base/templatetags/seahub_tags.py:529
#, python-format
msgid "%s TB"
msgstr "%s TB"
#: seahub/base/templatetags/seahub_tags.py:526
#: seahub/base/templatetags/seahub_tags.py:531
#, python-format
msgid "%s PB"
msgstr "%s PB"
@ -2344,11 +2344,11 @@ msgstr ""
msgid "The number of share link exceeds the limit."
msgstr ""
#: seahub/share/models.py:92
#: seahub/share/models.py:127
msgid "Password can't be empty"
msgstr "密碼不能為空"
#: seahub/share/models.py:99
#: seahub/share/models.py:134
msgid "Please enter a correct password."
msgstr "請輸入正確的密碼。"
@ -2815,8 +2815,9 @@ msgstr ""
#: seahub/templates/sdoc_file_view_react.html:64
#: seahub/templates/sdoc_file_view_react.html:87
#: seahub/templates/view_file_onlyoffice.html:153
#: seahub/templates/view_file_onlyoffice.html:176
#: seahub/templates/view_file_onlyoffice.html:94
#: seahub/templates/view_file_onlyoffice.html:182
#: seahub/templates/view_file_onlyoffice.html:205
msgid "Failed. Please check the network."
msgstr "操作失敗。請檢查網路是否已連接。"

File diff suppressed because it is too large Load Diff

View File

@ -397,7 +397,7 @@
"Published": "Zveřejněné",
"Delete_Successfully": "Delete Successfully",
"Delete_failed": "Smazání se nezdařilo",
"Insert_caption": "Insert caption",
"Caption": "Caption",
"No_collaborators_available": "No_collaborators_available",
"Search_collaborator": "Search collaborator",
"Doc_comments": "Document comments",

View File

@ -397,7 +397,7 @@
"Published": "Veröffentlicht",
"Delete_Successfully": "Delete Successfully",
"Delete_failed": "Löschen fehlgeschlagen",
"Insert_caption": "Insert caption",
"Caption": "Caption",
"No_collaborators_available": "No_collaborators_available",
"Search_collaborator": "Search collaborator",
"Doc_comments": "Document comments",

View File

@ -397,7 +397,7 @@
"Published": "Publicado",
"Delete_Successfully": "Delete Successfully",
"Delete_failed": "Eliminar falló",
"Insert_caption": "Insert caption",
"Caption": "Caption",
"No_collaborators_available": "No_collaborators_available",
"Search_collaborator": "Search collaborator",
"Doc_comments": "Document comments",

View File

@ -397,7 +397,7 @@
"Published": "Publié",
"Delete_Successfully": "Delete Successfully",
"Delete_failed": "Échec de la suppression",
"Insert_caption": "Insert caption",
"Caption": "Caption",
"No_collaborators_available": "No_collaborators_available",
"Search_collaborator": "Search collaborator",
"Doc_comments": "Document comments",

View File

@ -397,7 +397,7 @@
"Published": "Pubblicato",
"Delete_Successfully": "Delete Successfully",
"Delete_failed": "Rimozione fallita",
"Insert_caption": "Insert caption",
"Caption": "Caption",
"No_collaborators_available": "No_collaborators_available",
"Search_collaborator": "Search collaborator",
"Doc_comments": "Document comments",

View File

@ -397,7 +397,7 @@
"Published": "Опубликовано",
"Delete_Successfully": "Удалено",
"Delete_failed": "Не удалось удалить",
"Insert_caption": "Вставить подпись",
"Caption": одпись",
"No_collaborators_available": "Нет доступных соавторов",
"Search_collaborator": "Поиск соавтора",
"Doc_comments": "Комментарии к документу",

View File

@ -397,7 +397,7 @@
"Published": "已发布",
"Delete_Successfully": "删除成功",
"Delete_failed": "删除失败",
"Insert_caption": "插入标题",
"Caption": "标题",
"No_collaborators_available": "没有找到协作人",
"Search_collaborator": "查找协作人",
"Doc_comments": "文档评论",