text
stringlengths
14
100k
source
stringclasses
1 value
repo
stringclasses
810 values
language
stringclasses
13 values
<|fim_suffix|>_page_not_found' => 'Page Not Found', 'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.', 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', 'image_not_found' => 'Image Not Found', ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'New comment on page: :pageName', 'new_comment_intro' => 'A user has commented on a page in :appName:', 'new_page_subject' => 'New page: :pageName', 'new_page_intro' => 'A new page has been crea...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Pagination Language Lines * Th<|fim_suffix|>gination links. */ return [ 'previous' => '&laquo; Previous', 'next' => 'Next &raquo;', ]; <|fim_middle|>e following language lines are used by the paginator library to build * the simple pa<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_suffix|>ress.', 'sent' => 'We have e-mailed your password reset link!', 'reset' => 'Your password has been reset!', ]; <|fim_prefix|><?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a passw...
fim
BookStackApp/BookStack
php
<|fim_suffix|> preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.', 'auth' => 'Access & Security', 'auth_change_password' => 'Change Password', 'auth_change_password_desc' => 'Change the password you use to log-in to the application. This mu...
fim
BookStackApp/BookStack
php
<|fim_suffix|>e with the name \':roleName\'.', 'role_delete_users_assigned' => 'This role has :userCount users assigned to it. If you would like to migrate the users from this role select a new role below.', 'role_delete_no_migration' => "Don't migrate users", 'role_delete_sure' => 'Are you sure you want to...
fim
BookStackApp/BookStack
php
<|fim_suffix|>bute must be greater than :value.', 'file' => 'The :attribute must be greater than :value kilobytes.', 'string' => 'The :attribute must be greater than :value characters.', 'array' => 'The :attribute must have more than :value items.', ], 'gte' => [ ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>_rule_create' => 'created sort rule', 'sort_rule_create_notification' => 'Sort rule successfully created', 'sort_rule_update' => 'updated sort rule', 'sort_rule_update_notification' => 'Sort rule successfully updated', 'sort_rule_delete' => 'deleted sort rule', 'sort_rule_delete_notifi...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ '<|fim_suffix|>adı. E-posta adresinin doğru bir şekilde ayarlığından emin olmak için yöneticiyle iletişime geçin.', '...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'İptal', 'close' => 'Kapat', 'confirm' => 'Onayla', 'back' => 'Geri', 'save' => 'Kaydet', 'continue' => 'Devam', 'select' => 'Seç', 'toggle_all' => 'Tümünü Aç/Kap...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Görsel Seç', 'image_list' => 'Görsel Listesi', 'image_details' => 'Görsel Detayları', 'image_upload' => 'Görsel Yükle', 'image_intro' => 'Burada sisteme daha önce yüklen...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ans ve Telif Hakkı', 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.', 'editor_lexical_license_link' => 'Full license details can be found here.', 'editor_tiny_license' => 'Bu düzenleyici, MIT lisansı altında sağlanan :tin...
fim
BookStackApp/BookStack
php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Yakın Zamanda Oluşturuldu', 'recently_created_pages' => 'Yakın Zamanda Oluşturulan Sayfalar', 'recently_updated_pages' => 'Yakın Zamanda Güncelle...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Bu sayfaya erişim izniniz bulunmuyor.', 'permissionJson' => 'Bu işlemi yapmaya yetkiniz bulunmuyor.', // Auth 'error_user_exists_different_creds' => ':email e-posta adresine sahip bir kullanıcı z...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ink' => 'your notification preferences', ]; <|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'New comment on page: :pageName', 'new_comment_intro' => 'A user has commented on a page in :appName:', 'new_page_subject' => 'Yeni sayfa :p...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ge lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Önceki', 'next' => 'Sonraki &raquo;', ]; <|fim_prefix|><<|fim_middle|>?php /** * Pagination Language Lines * The following langua<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_suffix|>ma bağlantısını e-posta adresinize gönderdik!', 'reset' => 'Şifreniz sıfırlandı!', ]; <|fim_prefix|><?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password bro<|fim_middle|>ker for a password update atte...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ns_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my...
fim
BookStackApp/BookStack
php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Ayarlar', 'settings_save' => 'Ayarları Kaydet', 'system_version' => 'Sistem Sürümü', 'categories' => 'Kateg...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines ...
fim
BookStackApp/BookStack
php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'створено сторінку', 'page_create_notification' => 'Сторінка успішно створена', 'page_update' => 'оновив сторінку', 'page_u...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Цей обліковий запис не знайдено.', 'throttle' => 'Забагато спроб входу в систему. Будь ласка, спробуйте ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Скасувати', 'close' => 'Закрити', 'confirm' => 'Застосувати', 'back' => 'Назад', 'save' => 'Зберегти', 'continue' => 'Продовжити', <|fim_suffix|> 'default' => 'За з...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Вибрати зображення', 'image_list' => 'Список зображень', 'image_details' => 'Деталі зображення', 'image_upload' => 'Завантажити зображення', 'image_intro' => 'Тут ви мож...
fim
BookStackApp/BookStack
php
<|fim_suffix|>_double' => 'Подвійна', 'cell_border_groove' => 'Паз', 'cell_border_ridge' => 'Рідж', 'cell_border_inset' => 'Врізка', 'cell_border_outset' => 'Початок', 'cell_border_none' => 'Відсутньо', 'cell_border_hidden' => 'Прихований', // Images, links, details/summary & embed 'sou...
fim
BookStackApp/BookStack
php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Недавно створено', 'recently_created_pages' => 'Нещодавно створені сторінки', 'recently_updated_pages' => 'Нещодавно оновлені сторінки', 'rec...
fim
BookStackApp/BookStack
php
<|fim_suffix|>Цю роль не можна видалити, бо вона встановлена як роль реєстрації за умовчанням', 'role_cannot_remove_only_admin' => 'Цей користувач є єдиним користувачем, призначеним для ролі адміністратора. Призначте роль адміністратора іншому користувачеві, перш ніж спробувати його видалити.', // Comments ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Новий коментар на сторінці: :pageName', 'new_comment_intro' => 'Користувач прокоментував на сторінці у :appName:', 'new_page_subject' => <|fim_suffix|>адали в коментарях на сторінці: :pageName', ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Pagination Language Lines * The fo<|fim_suffix|>;', ]; <|fim_middle|>llowing language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Попередня', 'next' => 'Наступна &raquo<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_suffix|> адреси електронної пошти.', 'sent' => 'Ми надіслали Вам електронний лист із посиланням для скидання пароля!', 'reset' => 'Ваш пароль скинуто!', ]; <|fim_prefix|><?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are giv...
fim
BookStackApp/BookStack
php
<|fim_suffix|> 'auth_change_password_desc' => 'Змініть пароль, який ви використовуєте для входу в програму. Це має бути щонайменше 8 символів.', 'auth_change_password_success' => 'Пароль оновлено!', 'profile' => 'Деталі профілю', 'profile_desc' => 'Керуйте інформацією вашого облікового запису, що представл...
fim
BookStackApp/BookStack
php
<|fim_suffix|>та «Ключ токена». Ключ буде показано лише один раз, тому перед тим, як продовжити, не забудьте скопіювати значення ключа в надійне та безпечне місце.', 'user_api_token' => 'Токен API', 'user_api_token_id' => 'Ідентифікатор (ID) токена', 'user_api_token_id_desc' => 'Системний ідентифікатор цьог...
fim
BookStackApp/BookStack
php
<|fim_suffix|> => 'Поле :attribute повинне містити коректну часову зону.', 'totp' => 'Наданий код не є дійсним або прострочений.', 'unique' => 'Вказане значення поля :attribute вже існує.', 'url' => 'Формат поля :attribute неправильний.', 'uploade...
fim
BookStackApp/BookStack
php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'yaratilgan sahifa', 'page_create_notification' => 'Sahifa muvaffaqiyatli yaratildi', 'page_update' => 'yangilangan sahifa', ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Uchbu ma‘lumotlar, bizdagi ma‘lumotlarga mos kelmadi.', 'throttle' => 'Kirishga urinishlar juda ko‘p. Il...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Bekor qilsih', 'close' => 'Yopish', 'confirm' => 'Tasdiqlang', 'back' => 'Orqaga', 'save' => 'Saqlash', 'continue' => 'Davom etish', 'select' => 'Tanlang', 'togg...
fim
BookStackApp/BookStack
php
<|fim_suffix|>iyatli oʻchirildi', 'image_replace' => 'Rasmni almashtirish', 'image_replace_success' => 'Rasm fayli muvaffaqiyatli yangilandi', 'image_rebuild_thumbs' => 'Regenerate Size Variations', 'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!', // Code Editor ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'Umumiy', 'advanced...
fim
BookStackApp/BookStack
php
<|fim_suffix|> menu is generated from any heading formats used in the page.', 'page_tags' => 'Sahifa teglari', 'chapter_tags' => 'Bo\'lim teglari', 'book_tags' => 'Kitob teglari', 'shelf_tags' => 'Raf teglari', 'tag' => 'teg', 'tags' => 'Tags', 'tags_index_desc' => 'Teglar turkumlashning mo...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Sizda soʻralgan sahifaga kirish ruxsatingiz yoʻq.', 'permissionJson' => 'Sizda soʻralgan amaln<|fim_suffix|>'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system res...
fim
BookStackApp/BookStack
php
<|fim_suffix|>hun ushbu turdagi faoliyatni qamrab olgani uchun sizga bildirishnoma yuborildi.', 'footer_reason_link' => 'Bildirishnoma sozlamalari', ]; <|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => ':pageName sah<|fim_middle|>ifada yangi izoh', ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>return [ 'previous' => '&laquo; Oldingi', 'next' => 'Kegingi &raquo;', ]; <|fim_prefix|><?php /** * Pagination Language Lines * <|fim_middle|>The following language lines are used by the paginator library to build * the simple pagination links. */ <|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_suffix|>bordik!', 'reset' => 'Parolingiz qayta tiklandi!', ]; <|fim_prefix|><?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' =...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ib koʻrsatadi.', 'shortcuts_update_success' => 'Qisqa klavishlar sozlamalari yangilandi!', 'shortcuts_overview_desc' => 'Tizim foydalanuvchi interfeysida harakatlanish uchun foydalanishingiz mumkin boʻlgan klaviatura yorliqlarini boshqaring.', 'notifications' => 'Bildirishnoma sozlamalari', ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>////////////// 'language_select' => [ 'en' => 'English', 'ar' => 'العربية', 'bg' => 'Bǎlgarski', 'bs' => 'Bosanski', 'ca' => 'Català', 'cs' => 'Česky', 'cy' => 'Cymraeg', 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', 'de_infor...
fim
BookStackApp/BookStack
php
<|fim_suffix|>validation lines 'custom' => [ 'password-confirm' => [ 'required_with' => 'Takroriy parolni to‘ldirish majburiy', ], ], // Custom validation attributes 'attributes' => [], ]; <|fim_prefix|><?php /** * Validation Lines * The following language lines contain th...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'đã tạo trang', 'page_create_notification' => 'Trang đã được tạo thành công', 'page_update' => 'đã cập nhật trang...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ownload' => 'Tải mã', 'mfa_gen_backup_codes_usage_warning' => 'Mỗi mã chỉ có thể sử dụng một lần', 'mfa_gen_totp_title' => 'Cài đặt ứng dụng di động', 'mfa_gen_totp_desc' => 'Để sử dụng xác thực nhiều bước, bạn cần một ứng dụng di động hỗ trợ TOTP ví dụ như Google Authenticator, Authy hoặc Mic...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Huỷ', 'close' => 'Đóng', 'confirm' => 'Xác nhận', 'back' => 'Quay lại', 'save' => 'Lưu', 'continue' => 'Tiếp tục', 'select' => 'Chọn', 'toggle_all' => 'Bật/tắt t...
fim
BookStackApp/BookStack
php
<|fim_suffix|>tạo các biến thể kích thước', 'image_rebuild_thumbs_success' => 'Các biến thể kích thước hình ảnh được xây dựng lại thành công!', // Code Editor 'code_editor' => 'Sửa Mã', 'code_language' => 'Ngôn ngữ Mã', 'code_content' => 'Nội dung Mã', 'code_session_history' => 'Lịch sử Phiên',...
fim
BookStackApp/BookStack
php
<|fim_suffix|>'background_color' => 'Màu nền', 'align_left' => 'Canh lề trái', 'align_center' => 'Căn giữa', 'align_right' => 'Căn lề phải', 'align_justify' => 'Căn đều', 'list_bullet' => 'Danh sách kiểu ký hiệu', 'list_numbered' => 'Danh sách kiểu số', 'list_task' => 'Danh sách tác vụ', ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Được tạo gần đây', 'recently_created_pages' => 'Trang được tạo gần đây', 'recently_updated_pages' => 'Trang được cập nhật gần đây',...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Bạn không có quyền truy cập đến trang này.', 'permissionJson' => 'Bạn không có quyền để thực hiện hành động này.', // Auth 'error_user_exists_different_creds' => 'Đã có người sử dụng email :email...
fim
BookStackApp/BookStack
php
<?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Bình luận mới trên trang: :pageName', 'new_comment_intro' => 'Một người dùng đã bình luận trên một trang tại :appName:', 'new_page_subject' => 'Trang mới: :pageName', 'new_page_intro' => 'Một trang mới đã đư...
fim
BookStackApp/BookStack
php
<|fim_suffix|>', ]; <|fim_prefix|><?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous<|fim_middle|>' => '&laquo; Trước', 'next' => 'Tiếp &raquo;<|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Password Reminder Language<|fim_suffix|>", 'token' => 'Mã token đặt lại mật khẩu cho địa chỉ email này không hợp lệ.', 'sent' => 'Chúng tôi đã gửi email chứa liên kết đặt lại mật khẩu cho bạn!', 'reset' => 'Mật khẩu của bạn đã được đặt lại!', ]; <|fim_middle|> Lines * The follow...
fim
BookStackApp/BookStack
php
<|fim_suffix|>the system. Ideally this image should be square and about 256px in width and height.', 'profile_admin_options' => 'Administrator Options', 'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Sett...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ố khác, cũng có thể ảnh hưởng đến quyền và truy cập.', 'user_profile' => 'Hồ sơ người dùng', 'users_add_new' => 'Thêm người dùng mới', 'users_search' => 'Tìm kiếm người dùng', 'users_latest_activity' => 'Hoạt động mới nhất', 'users_details' => 'Chi tiết người dùng', 'users_details_...
fim
BookStackApp/BookStack
php
<|fim_suffix|> => ':attribute phải là tệp tin có kiểu: :values.', 'min' => [ 'numeric' => ':attribute phải tối thiểu là :min.', 'file' => ':attribute phải tối thiểu là :min KB.', 'string' => ':attribute phải có tối thiểu :min ký tự.', 'array' => ':attribute p...
fim
BookStackApp/BookStack
php
<|fim_suffix|>pdate' => '书架已更新', 'bookshelf_update_notification' => '书架更新成功', 'bookshelf_delete' => '书架已删除', 'bookshelf_delete_notification' => '书架删除成功', // Revisions 'revision_restore' => '已还原修改', 'revision_delete' => '已删除修订', 'revision_delete_notifica...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => '用户名或密码错误。', 'throttle' => '您的登录次数过多,请在:seconds秒后重试。', 'mfa_throttle' => 'Too many multi-factor verif...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => '取消', 'close' => '关闭', 'confirm' => '确认', 'back' => '返回', 'save' => '保存', 'continue' => '继续', 'select' => '选择', 'toggle_all' => '切换全部', 'more' => '更多', /...
fim
BookStackApp/BookStack
php
<|fim_suffix|>nt' => '代码内容', 'code_session_history' => '会话历史', 'code_save' => '保存代码', ]; <|fim_prefix|><?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => '选择图片', 'image_list' => '图片列表', 'image_details' => '图片详情', 'image_upload' => ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ly' => '应用', 'undo' => '撤销', 'redo' => '重做', 'left' => '左对齐', 'center' => '居中', 'right' => '右对齐', 'top' => '上对齐', 'middle' => '居中对齐', 'bottom' => '底端对齐', 'width' => '宽度', 'height' => '高度', 'More' => '更多', 'select' => '选择...', // Toolbar 'formats' =>...
fim
BookStackApp/BookStack
php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => '最近创建', 'recently_created_pages' => '最近创建的页面', 'recently_updated_pages' => '最近更新的页面', 'recently_created_chapters' => '最近创建的章节', 'recently_...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => '您无权访问所请求的页面。', 'permissionJson' => '您无权执行所请<|fim_suffix|>cannot_be_deleted' => '无法删除系统角色', 'role_registration_default_cannot_delete' => '无法删除设置为默认注册的角色', 'role_cannot_remove_only_admin' => '该用户是分配...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => '页面上有新评论::pageName', 'new_comment_intro' => '一位用户在 :appName: 的页面上发表了评论', 'new_page_subject' => '新页面::pageName', 'new_page_intro' => ':appName: 中创建了一个新页面', 'updated_page_subject' => '页面更新::pa...
fim
BookStackApp/BookStack
php
<|fim_suffix|> => '下一页 &raquo;', ]; <|fim_prefix|><?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the sim<|fim_middle|>ple pagination links. */ return [ 'previous' => '&laquo; 上一页', 'next' <|endoftext|>
fim
BookStackApp/BookStack
php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => '密码必须至少包含六个字符并与确认相符。', 'user' => "使用该Email地址的用户不存在。", 'token' => '重置密码链接无法发送至...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for user-preference specific views within bookstack. */ return [ '<|fim_suffix|>tion' => '导航', 'shortcuts_section_actions' => '通用操作', 'shortcuts_save' => '保存快捷键', 'shortcuts_overlay_desc' => '注意:当快捷键启用时,可以按"?"键来打开帮助,它将突出显示当前屏幕上可见操作的快捷键。', 'shortcuts_update_suc...
fim
BookStackApp/BookStack
php
<|fim_suffix|> 'id' => 'Bahasa Indonesia', 'it' => 'Italien', 'ja' => '日本語', 'ko' => '한국어', 'lt' => 'Lietuvių Kalba', 'lv' => 'Latviešu Valoda', 'nb' => '挪威语 (Bokmål)', 'ne' => 'नेपाली', 'nn' => 'Nynorsk', 'nl' => 'Nederlands', 'pl' => ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines ...
fim
BookStackApp/BookStack
php
<|fim_suffix|>ication' => '成功建立 API 權杖', 'api_token_update' => '已更新 API 權杖', 'api_token_update_notification' => '成功更新 API 權杖', 'api_token_delete' => '已刪除 API 權杖', 'api_token_delete_notification' => 'API 權杖已成功刪除', // Roles 'role_create' => '創建角色', 'role_create_notification' => '建立角色成功', ...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => '使用者名稱或密碼錯誤。', 'throttle' => '您的登入次數過多,請在 :seconds 秒後重試。', 'mfa_throttle' => 'Too many multi-factor v...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => '取消', 'close' => '關閉', 'confirm' => '確認', 'back' => '返回', 'save' => '儲存', 'continue' => '繼續', 'select' => '選取', 'toggle_all' => '切換全部', 'more' => '更多', /...
fim
BookStackApp/BookStack
php
<|fim_suffix|>> '重建影像縮圖', 'image_rebuild_thumbs_success' => '縮圖建立成功', // Code Editor 'code_editor' => '編輯程式碼', 'code_language' => '程式語言', 'code_content' => '程式碼內容', 'code_session_history' => '工作階段歷史', 'code_save' => '儲存程式碼', ]; <|fim_prefix|><?php /** * Text used in custom JavaScript drive...
fim
BookStackApp/BookStack
php
<|fim_suffix|>裡找到。', 'save_continue' => '保存頁面並繼續', 'callouts_cycle' => '(繼續按下以切換類型)', 'link_selector' => '鏈接到內容', 'shortcuts' => '快捷鍵', 'shortcut' => '快捷鍵', 'shortcuts_intro' => '編輯器中提供了以下快捷鍵:', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', 'description' => '說明', ]; <|fim_p...
fim
BookStackApp/BookStack
php
<|fim_suffix|>'轉換成書本', 'convert_book_confirm' => '您確定要轉換此書本嗎?', 'convert_undo_warning' => '這可不能輕易撤消。', 'convert_to_book' => '轉換成書籍', 'convert_to_book_desc' => '您可以將此章節轉換為具有相同內容的新書本。此章節中設置的任何權限都將複製到新書本上,但從父圖書繼承的任何權限都不會被複製,這可能會導致訪問控制發生變化。', 'convert_chapter' => '轉換章節', 'convert_chapter_confirm' =>...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => '您沒有權限進入所請求的頁面。', 'permissionJson' => '您沒有權限執行所請求的動作。', // Auth 'error_user_exists_different_creds' => '電子郵件為 :email 已存在,但帳號密碼不同。', 'auth_pre_register_theme_prevention' => '無法使用資料建立帳號', 'e...
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => '頁面上有新評論::pageName', 'new_comment_intro' => '一位用戶在 :appName: 的頁面上發表了評論', 'new_page_subject' => '新頁面::pageName', 'new_page_intro' => ':appName: 中創建了一個新頁面', 'updated_page_subject' => '頁面更新::pa...
fim
BookStackApp/BookStack
php
<|fim_suffix|> * the simple pagination links. */ return [ 'previous' => '&laquo; 上一頁', 'next' => '下一頁 &raquo;', ]; <|fim_prefix|><?php /** * Pagination Language Lines * The following language lines are used by the pag<|fim_middle|>inator library to build <|endoftext|>
fim
BookStackApp/BookStack
php
<|fim_prefix|><?php /** * Password Reminder Language Lines * Th<|fim_suffix|>的密碼重設權杖無效。', 'sent' => '我們已經透過電子郵件發送您的密碼重設連結。', 'reset' => '您的密碼已被重設!', ]; <|fim_middle|>e following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has...
fim
BookStackApp/BookStack
php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => '帳號設定', 'shortcuts' => '快捷鍵', 'shortcuts_interface' => '快速鍵設定', 'shortcuts_toggle_desc' => '您可以在此處啟用或停用鍵盤系統介面快捷鍵,這些快捷鍵用於導覽與操作。', 'shortcuts_customize_desc' => '您可以自訂下方的每個快捷鍵。只要在選取快捷鍵輸入後按下您想要使用...
fim
BookStackApp/BookStack
php
<|fim_suffix|>郵件以確認他們的電子郵件地址。<br>注意,使用者可以在註冊成功後變更他們的電子郵件地址。', 'reg_confirm_restrict_domain_placeholder' => '尚未設定限制', // Sorting Settings 'sorting' => '清單與排序', 'sorting_book_default' => '預設書籍排序規則', 'sorting_book_default_desc' => '選取要套用至新書籍的預設排序規則。這不會影響現有書籍,並可按書籍覆寫。', 'sorting_rules' => '排序規則', ...
fim
BookStackApp/BookStack
php
<?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines 'accepted' ...
fim
BookStackApp/BookStack
php
<?php use BookStack\Http\Request; use Illuminate\Contracts\Http\Kernel; define('LARAVEL_START', microtime(true)); // Determine if the application is in maintenance mode... if (file_exists(__DIR__ . '/../storage/framework/maintenance.php')) { require __DIR__ . '/../storage/framework/maintenance.php'; } // Regist...
fim
BookStackApp/BookStack
php
<|fim_suffix|> 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6Zm0 12h8v3H6v-3Zm11 0c.6 0 1 .4 1 1v1a1 1 0 0 1-2 0v-1c0-.6.4-1 1-1ZM6 11h8v3H6v-3Zm11 0c.6 0 1 .4 1 1v1a1 1 0 0 1-2 0v-1c0-.6.4-1 1-1ZM6 6h8v3H6V6Zm11 0c.6 0 1 .4 1 1v1a1 1 0 1 1-2 0V7c0-.6.4-1 1-1Z"/></svg>',"table-row-numbering":'<svg width="24" height="24"><path ...
fim
BookStackApp/BookStack
javascript
<|fim_suffix|>},Vc=e=>{$c(e).isSome()&&jc.clear()},qc=e=>{e.fold(Gc,(e=>Hc({[Ic]:e})))},Uc=()=>$c(Ic),Gc=()=>Vc(Ic),Kc=e=>{e.fold(Jc,(e=>Hc({[Fc]:e})))},Yc=()=>$c(Fc),Jc=()=>Vc(Fc),Qc=e=>Ms(os(e),es(e)).filter(ss),Xc=(e,t)=>{const o=es(e),n=e=>Kt(e,o),l=t=>(e=>js(os(e),es(e)).filter(ss))(e).bind((e=>n(e).map((o=>t(o,e)...
fim
BookStackApp/BookStack
javascript
<|fim_suffix|>=>((t,e)=>{const s=t.selection.getNode();return e({parents:t.dom.getParents(s),element:s}),t.on("NodeChange",e),()=>t.off("NodeChange",e)})(t,(r=>((t,r)=>{const n=t.selection.getStart(!0);s.setActive(((t,e,s)=>((t,e,s)=>{for(let e=0,n=t.length;e<n;e++){const n=t[e];if(d(r=n)&&!/\btox\-/.test(r.className))...
fim
BookStackApp/BookStack
javascript
<|fim_prefix|>/** * TinyMCE version 6.8.4 (2024-06-19) */ !function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginMa<|fim_suffix|>),(e=>{e.addCommand("mceAnchor",(()=>{(e=>{const t=(e=>{const t=s(e);return t?i(t):""})(e);e.windowManager.open({title:"Anchor",size:"normal",body:{type:"panel",items:[{na...
fim
BookStackApp/BookStack
javascript
<|fim_prefix|>/** * TinyMCE version 6.8.4 (2024-06-19) */ !function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>t.options.get(e),n=t("autolink_pattern"),o=t("link_default_target"),r=t("link_default_protocol"),a=t("allow_unsafe_link_target"),s=("string",e=>"string"===(e=>{con...
fim
BookStackApp/BookStack
javascript
<|fim_prefix|>/** * TinyMCE version 6.8.4 (2024-06-19) */ !function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager"),t=tinymce.util.Tools.resolve<|fim_suffix|>rit"})}l=t?(0,()=>0):l,s+=1}else a(e,o,t,l)}))})(e,o)}}))}();<|fim_middle|>("tinymce.Env");const o=e=>t=>t.options.get(e),s=o("min_heig...
fim
BookStackApp/BookStack
javascript
<|fim_suffix|>off("StoreDraft RestoreDraft RemoveDraft",r)};t.add("autosave",(t=>((t=>{const r=t.options.register,o=t=>{const r=e(t);return r?{value:n(t),valid:r}:{valid:!1,message:"Must be a string."}};r("autosave_ask_before_unload",{processor:"boolean",default:!0}),r("autosave_prefix",{processor:"string",default:"tin...
fim
BookStackApp/BookStack
javascript
<|fim_prefix|>/** * TinyMCE version 6.8.4 (2024-06-19) */ !function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=(e,t)=>{const r=((e,t)=>e.dispatch("insertCustomChar",{chr:t}))(e,t).chr;e.execCommand("mceInsertContent",!1,r)},r=e=>t=>e===t,a=("array",e=>"array"===(e=>{const t=typeo...
fim
BookStackApp/BookStack
javascript
<|fim_suffix|>registry.addButton("code",{icon:"sourcecode",tooltip:"Source code",onAction:o}),e.ui.registry.addMenuItem("code",{icon:"sourcecode",text:"Source code",onAction:o})})(e),{})))}();<|fim_prefix|>/** * TinyMCE version 6.8.4 (2024-06-19) */ !function(){"use strict";tinymce.util.Tools.resolve("tinymce.PluginM...
fim
BookStackApp/BookStack
javascript
<|fim_suffix|>rator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:a.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"stat...
fim
BookStackApp/BookStack
javascript
<|fim_suffix|>,e)=>{t.dom.removeAttribute(e)},w=i(Element.prototype.attachShadow)&&i(Node.prototype.getRootNode)?t=>d(t.dom.getRootNode()):t=>v(t)?t:d(t.dom.ownerDocument),b=t=>d(t.dom.host),N=t=>{const e=f(t)?t.dom.parentNode:t.dom;if(null==e||null===e.ownerDocument)return!1;const o=e.ownerDocument;return(t=>{const e=...
fim
BookStackApp/BookStack
javascript
<|fim_prefix|>/** * TinyMCE version 6.8.4 (2024-06-19) */ !function(){"use strict";const e=e=>{let t=e;return{get:()=>t,set:e=>{t=e}}};var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const n=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=r=e,(o=Str...
fim
BookStackApp/BookStack
javascript
<|fim_prefix|>/** * TinyMCE version 6.8.4 (2024-06-19) */ !function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=Object.getPrototypeOf,a=(e,t,a)=>{var i;return!!a(e,t.prototype)||(null===(i=e.constructor)||void 0===i?void 0:i.name)===t.name},i=e=>t=>(e=>{const t=typeof e;return nul...
fim
BookStackApp/BookStack
javascript
<|fim_prefix|>/** * TinyMCE version 6.8.4 (2024-06-19) */ !function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(s=r=e,(o=String).prototype.isPrototypeOf(s)||(null===(n=r.constr...
fim
BookStackApp/BookStack
javascript