mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-11 11:19:38 +03:00
Compare commits
23 Commits
developmen
...
l10n_devel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08313ab6cc | ||
|
|
3726c80dab | ||
|
|
31d1cf409d | ||
|
|
b1a033f69c | ||
|
|
2bfe546a05 | ||
|
|
946d5ecac9 | ||
|
|
8a972f6209 | ||
|
|
dbed8173a4 | ||
|
|
bc627663c3 | ||
|
|
4fe0f6132b | ||
|
|
c008dd76d7 | ||
|
|
119fcada30 | ||
|
|
ad60ac905f | ||
|
|
cd5f1620f1 | ||
|
|
aa341bdfdf | ||
|
|
cd2f4f290a | ||
|
|
06d66222e4 | ||
|
|
09774817ef | ||
|
|
258b6d4b95 | ||
|
|
ce99a1aee7 | ||
|
|
9c09f6a770 | ||
|
|
63fcd09d87 | ||
|
|
509c739c66 |
@@ -125,7 +125,7 @@ return [
|
||||
'api_incorrect_token_secret' => 'Poskytnutý Token Secret neodpovídá použitému API tokenu',
|
||||
'api_user_no_api_permission' => 'Vlastník použitého API tokenu nemá oprávnění provádět API volání',
|
||||
'api_user_token_expired' => 'Platnost autorizačního tokenu vypršela',
|
||||
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
|
||||
'api_cookie_auth_only_get' => 'Při používání API s ověřováním pomocí souborů cookie jsou povoleny pouze požadavky GET',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'Při posílání testovacího e-mailu nastala chyba:',
|
||||
|
||||
@@ -125,7 +125,7 @@ return [
|
||||
'api_incorrect_token_secret' => 'El secreto proporcionado para el token API usado es incorrecto',
|
||||
'api_user_no_api_permission' => 'El propietario del token API usado no tiene permiso para hacer llamadas API',
|
||||
'api_user_token_expired' => 'El token de autorización usado ha caducado',
|
||||
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
|
||||
'api_cookie_auth_only_get' => 'Sólo se permiten peticiones GET cuando se utiliza el API con autenticación basada en cookies',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'Error al enviar un email de prueba:',
|
||||
|
||||
@@ -125,7 +125,7 @@ return [
|
||||
'api_incorrect_token_secret' => 'API tunnusele lisatud salajane võti ei ole korrektne',
|
||||
'api_user_no_api_permission' => 'Selle API tunnuse omanikul ei ole õigust API päringuid teha',
|
||||
'api_user_token_expired' => 'Volitustunnus on aegunud',
|
||||
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
|
||||
'api_cookie_auth_only_get' => 'Küpsistega autentimisel on API kasutamisel lubatud ainult GET päringud',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'Test e-kirja saatmisel tekkis viga:',
|
||||
|
||||
@@ -13,7 +13,7 @@ return [
|
||||
'auth_pre_register_theme_prevention' => 'Le compte utilisateur n\'a pas pu être enregistré avec les informations fournies',
|
||||
'email_already_confirmed' => 'Cet e-mail a déjà été validé, vous pouvez vous connecter.',
|
||||
'email_confirmation_invalid' => 'Cette confirmation est invalide. Veuillez essayer de vous inscrire à nouveau.',
|
||||
'email_confirmation_expired' => 'Le jeton de confirmation est périmé. Un nouvel e-mail vous a été envoyé.',
|
||||
'email_confirmation_expired' => 'Le jeton de confirmation a expiré. Un nouvel e-mail vous a été envoyé.',
|
||||
'email_confirmation_awaiting' => 'L\'adresse e-mail du compte utilisé doit être confirmée',
|
||||
'ldap_fail_anonymous' => 'L\'accès LDAP anonyme n\'a pas abouti',
|
||||
'ldap_fail_authed' => 'L\'accès LDAP n\'a pas abouti avec cet utilisateur et ce mot de passe',
|
||||
@@ -125,7 +125,7 @@ return [
|
||||
'api_incorrect_token_secret' => 'Le secret fourni pour le jeton d\'API utilisé est incorrect',
|
||||
'api_user_no_api_permission' => 'Le propriétaire du jeton API utilisé n\'a pas la permission de passer des requêtes API',
|
||||
'api_user_token_expired' => 'Le jeton d\'autorisation utilisé a expiré',
|
||||
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
|
||||
'api_cookie_auth_only_get' => 'Seules les requêtes GET sont autorisées lors de l’utilisation de l’API avec une authentification basée sur les cookies',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'Erreur émise lors de l\'envoi d\'un e-mail de test :',
|
||||
|
||||
@@ -125,7 +125,7 @@ return [
|
||||
'api_incorrect_token_secret' => '利用されたAPIトークンに対して提供されたシークレットが正しくありません',
|
||||
'api_user_no_api_permission' => '使用されているAPIトークンの所有者には、API呼び出しを行う権限がありません',
|
||||
'api_user_token_expired' => '認証トークンが期限切れです。',
|
||||
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
|
||||
'api_cookie_auth_only_get' => 'Cookie ベースの認証で API を使用する場合、GET リクエストのみが許可されます',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'テストメール送信時にエラーが発生しました:',
|
||||
|
||||
@@ -110,7 +110,7 @@ return [
|
||||
'import_zip_cant_read' => 'Não foi possível ler o arquivo ZIP.',
|
||||
'import_zip_cant_decode_data' => 'Não foi possível encontrar e decodificar o conteúdo ZIP data.json.',
|
||||
'import_zip_no_data' => 'Os dados do arquivo ZIP não têm o conteúdo esperado livro, capítulo ou página.',
|
||||
'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.',
|
||||
'import_zip_data_too_large' => 'O conteúdo ZIP data.json excede o tamanho máximo de upload configurado para a aplicação.',
|
||||
'import_validation_failed' => 'Falhou na validação da importação do ZIP com erros:',
|
||||
'import_zip_failed_notification' => 'Falhou ao importar arquivo ZIP.',
|
||||
'import_perms_books' => 'Você não tem as permissões necessárias para criar livros.',
|
||||
@@ -126,7 +126,7 @@ return [
|
||||
'api_incorrect_token_secret' => 'O segredo fornecido para o código de API usado está incorreto',
|
||||
'api_user_no_api_permission' => 'O proprietário do código de API utilizado não tem permissão para fazer requisições de API',
|
||||
'api_user_token_expired' => 'O código de autenticação expirou',
|
||||
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
|
||||
'api_cookie_auth_only_get' => 'Somente solicitações GET são permitidas ao usar a API com autenticação baseada em cookies',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'Erro encontrado ao enviar uma mensagem eletrônica de teste:',
|
||||
|
||||
@@ -11,8 +11,8 @@ return [
|
||||
'updated_page_subject' => 'Página atualizada: :pageName',
|
||||
'updated_page_intro' => 'Uma página foi atualizada em :appName:',
|
||||
'updated_page_debounce' => 'Para prevenir notificações em massa, por enquanto notificações não serão enviadas para você para próximas edições nessa página pelo mesmo editor.',
|
||||
'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName',
|
||||
'comment_mention_intro' => 'You were mentioned in a comment on :appName:',
|
||||
'comment_mention_subject' => 'Você foi mencionado em um comentário na página: :pageName',
|
||||
'comment_mention_intro' => 'Você foi mencionado em um comentário sobre :appName:',
|
||||
|
||||
'detail_page_name' => 'Nome da Página:',
|
||||
'detail_page_path' => 'Caminho da Página:',
|
||||
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
'notifications_desc' => 'Controle as notificações por e-mail que você recebe quando uma determinada atividade é executada no sistema.',
|
||||
'notifications_opt_own_page_changes' => 'Notificar quando houver alterações em páginas que eu possuo',
|
||||
'notifications_opt_own_page_comments' => 'Notificar comentários nas páginas que eu possuo',
|
||||
'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment',
|
||||
'notifications_opt_comment_mentions' => 'Notificar quando eu for mencionado em um comentário',
|
||||
'notifications_opt_comment_replies' => 'Notificar ao responder aos meus comentários',
|
||||
'notifications_save' => 'Salvar Preferências',
|
||||
'notifications_update_success' => 'Preferências de notificação foram atualizadas!',
|
||||
|
||||
@@ -197,13 +197,13 @@ return [
|
||||
'role_import_content' => 'Importar conteúdo',
|
||||
'role_editor_change' => 'Alterar página de edição',
|
||||
'role_notifications' => 'Receber e gerenciar notificações',
|
||||
'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.',
|
||||
'role_permission_note_users_and_roles' => 'Essas permissões tecnicamente também fornecerão visibilidade e busca de usuários e perfis no sistema.',
|
||||
'role_asset' => 'Permissões de Ativos',
|
||||
'roles_system_warning' => 'Esteja ciente de que o acesso a qualquer uma das três permissões acima pode permitir que um usuário altere seus próprios privilégios ou privilégios de outros usuários no sistema. Apenas atribua perfis com essas permissões para usuários confiáveis.',
|
||||
'role_asset_desc' => 'Essas permissões controlam o acesso padrão para os ativos dentro do sistema. Permissões em Livros, Capítulos e Páginas serão sobrescritas por essas permissões.',
|
||||
'role_asset_admins' => 'Administradores recebem automaticamente acesso a todo o conteúdo, mas essas opções podem mostrar ou ocultar as opções da Interface de Usuário.',
|
||||
'role_asset_image_view_note' => 'Isso está relacionado à visibilidade no gerenciador de imagens. O acesso real dos arquivos de imagem carregados dependerá da opção de armazenamento de imagem do sistema.',
|
||||
'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.',
|
||||
'role_asset_users_note' => 'Essas permissões tecnicamente também fornecerão visibilidade e busca de usuários do sistema.',
|
||||
'role_all' => 'Todos',
|
||||
'role_own' => 'Próprio',
|
||||
'role_controlled_by_asset' => 'Controlado pelos ativos nos quais o upload foi realizado',
|
||||
|
||||
@@ -106,7 +106,7 @@ return [
|
||||
'uploaded' => 'O arquivo não pôde ser carregado. O servidor pode não aceitar arquivos deste tamanho.',
|
||||
|
||||
'zip_file' => 'O :attribute precisa fazer referência a um arquivo do ZIP.',
|
||||
'zip_file_size' => 'The file :attribute must not exceed :size MB.',
|
||||
'zip_file_size' => 'O arquivo :attribute não deve exceder :size MB.',
|
||||
'zip_file_mime' => 'O :attribute precisa fazer referência a um arquivo do tipo :validTypes, encontrado :foundType.',
|
||||
'zip_model_expected' => 'Objeto de dados esperado, mas ":type" encontrado.',
|
||||
'zip_unique' => 'O :attribute deve ser único para o tipo de objeto dentro do ZIP.',
|
||||
|
||||
@@ -39,21 +39,21 @@ return [
|
||||
'export_pdf' => 'PDF файл',
|
||||
'export_text' => 'Текстовый файл',
|
||||
'export_md' => 'Файл Markdown',
|
||||
'export_zip' => 'Portable ZIP',
|
||||
'export_zip' => 'Портативный ZIP',
|
||||
'default_template' => 'Шаблон страницы по умолчанию',
|
||||
'default_template_explain' => 'Назначить шаблон страницы, который будет использоваться в качестве содержимого по умолчанию для всех страниц, созданных в этом элементе. Имейте в виду, что это будет работать, только если создатель страницы имеет доступ к выбранной странице шаблона.',
|
||||
'default_template_select' => 'Выберите страницу шаблона',
|
||||
'import' => 'Импорт',
|
||||
'import_validate' => 'Validate Import',
|
||||
'import_validate' => 'Проверка импорта',
|
||||
'import_desc' => 'Импортировать книги, главы и страницы с помощью ZIP-файла, экспортированного из этого или другого источника. Выберите ZIP-файл, чтобы продолжить. После загрузки и проверки файла вы сможете настроить и подтвердить импорт в следующем окне.',
|
||||
'import_zip_select' => 'Select ZIP file to upload',
|
||||
'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:',
|
||||
'import_pending' => 'Pending Imports',
|
||||
'import_pending_none' => 'No imports have been started.',
|
||||
'import_continue' => 'Continue Import',
|
||||
'import_zip_select' => 'Выберите ZIP файл для загрузки',
|
||||
'import_zip_validation_errors' => 'Были обнаружены ошибки при проверке предоставленного ZIP файла:',
|
||||
'import_pending' => 'Ожидается импорт',
|
||||
'import_pending_none' => 'Импорт не был запущен.',
|
||||
'import_continue' => 'Продолжить импорт',
|
||||
'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.',
|
||||
'import_details' => 'Import Details',
|
||||
'import_run' => 'Run Import',
|
||||
'import_run' => 'Запустить импорт',
|
||||
'import_size' => ':size Import ZIP Size',
|
||||
'import_uploaded_at' => 'Uploaded :relativeTime',
|
||||
'import_uploaded_by' => 'Uploaded by',
|
||||
@@ -61,7 +61,7 @@ return [
|
||||
'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.',
|
||||
'import_delete_confirm' => 'Are you sure you want to delete this import?',
|
||||
'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.',
|
||||
'import_errors' => 'Import Errors',
|
||||
'import_errors' => 'Ошибки импорта',
|
||||
'import_errors_desc' => 'The follow errors occurred during the import attempt:',
|
||||
'breadcrumb_siblings_for_page' => 'Navigate siblings for page',
|
||||
'breadcrumb_siblings_for_chapter' => 'Navigate siblings for chapter',
|
||||
@@ -252,7 +252,7 @@ return [
|
||||
'pages_edit_switch_to_markdown_stable' => 'Полное сохранение форматирования (HTML)',
|
||||
'pages_edit_switch_to_wysiwyg' => 'Переключиться в WYSIWYG',
|
||||
'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
|
||||
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)',
|
||||
'pages_edit_switch_to_new_wysiwyg_desc' => '(В бета-тестировании)',
|
||||
'pages_edit_set_changelog' => 'Задать список изменений',
|
||||
'pages_edit_enter_changelog_desc' => 'Введите краткое описание внесенных изменений',
|
||||
'pages_edit_enter_changelog' => 'Введите список изменений',
|
||||
@@ -397,11 +397,11 @@ return [
|
||||
'comment' => 'Комментарий',
|
||||
'comments' => 'Комментарии',
|
||||
'comment_add' => 'Комментировать',
|
||||
'comment_none' => 'No comments to display',
|
||||
'comment_none' => 'Нет комментариев для отображения',
|
||||
'comment_placeholder' => 'Оставить комментарий здесь',
|
||||
'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
|
||||
'comment_archived_count' => ':count Archived',
|
||||
'comment_archived_threads' => 'Archived Threads',
|
||||
'comment_archived_count' => ':count архивировано',
|
||||
'comment_archived_threads' => 'Архивированные темы',
|
||||
'comment_save' => 'Сохранить комментарий',
|
||||
'comment_new' => 'Новый комментарий',
|
||||
'comment_created' => 'прокомментировал :createDiff',
|
||||
@@ -410,14 +410,14 @@ return [
|
||||
'comment_deleted_success' => 'Комментарий удален',
|
||||
'comment_created_success' => 'Комментарий добавлен',
|
||||
'comment_updated_success' => 'Комментарий обновлен',
|
||||
'comment_archive_success' => 'Comment archived',
|
||||
'comment_unarchive_success' => 'Comment un-archived',
|
||||
'comment_view' => 'View comment',
|
||||
'comment_jump_to_thread' => 'Jump to thread',
|
||||
'comment_archive_success' => 'Комментарий заархивирован',
|
||||
'comment_unarchive_success' => 'Комментарий разархивирован',
|
||||
'comment_view' => 'Просмотреть комментарий',
|
||||
'comment_jump_to_thread' => 'Перейти к теме',
|
||||
'comment_delete_confirm' => 'Удалить этот комментарий?',
|
||||
'comment_in_reply_to' => 'В ответ на :commentId',
|
||||
'comment_reference' => 'Reference',
|
||||
'comment_reference_outdated' => '(Outdated)',
|
||||
'comment_reference' => 'Ссылка',
|
||||
'comment_reference_outdated' => '(Устаревшее)',
|
||||
'comment_editor_explain' => 'Вот комментарии, которые были оставлены на этой странице. Комментарии могут быть добавлены и управляться при просмотре сохраненной страницы.',
|
||||
|
||||
// Revision
|
||||
|
||||
@@ -11,7 +11,7 @@ return [
|
||||
'updated_page_subject' => 'Обновлена страница: :pageName',
|
||||
'updated_page_intro' => 'Страница была обновлена в :appName:',
|
||||
'updated_page_debounce' => 'Чтобы предотвратить массовые уведомления, в течение некоторого времени вы не будете получать уведомления о дальнейших правках этой страницы этим же редактором.',
|
||||
'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName',
|
||||
'comment_mention_subject' => 'Вы были упомянуты в комментарии на странице: :pageName',
|
||||
'comment_mention_intro' => 'You were mentioned in a comment on :appName:',
|
||||
|
||||
'detail_page_name' => 'Имя страницы:',
|
||||
|
||||
@@ -75,7 +75,7 @@ return [
|
||||
'reg_confirm_restrict_domain_placeholder' => 'Без ограничений',
|
||||
|
||||
// Sorting Settings
|
||||
'sorting' => 'Lists & Sorting',
|
||||
'sorting' => 'Списки и сортировка',
|
||||
'sorting_book_default' => 'Default Book Sort Rule',
|
||||
'sorting_book_default_desc' => 'Выберите правило сортировки по умолчанию для новых книг. Это не повлияет на существующие книги, и может быть изменено для каждой книги отдельно.',
|
||||
'sorting_rules' => 'Правила сортировки',
|
||||
@@ -101,7 +101,7 @@ return [
|
||||
'sort_rule_op_name_numeric' => 'По нумерации',
|
||||
'sort_rule_op_created_date' => 'Created Date',
|
||||
'sort_rule_op_updated_date' => 'Updated Date',
|
||||
'sort_rule_op_chapters_first' => 'Chapters First',
|
||||
'sort_rule_op_chapters_first' => 'Главы в начале',
|
||||
'sort_rule_op_chapters_last' => 'Главы в конце',
|
||||
'sorting_page_limits' => 'Per-Page Display Limits',
|
||||
'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.',
|
||||
|
||||
@@ -397,7 +397,7 @@ return [
|
||||
'comment' => 'Kommentar',
|
||||
'comments' => 'Kommentarer',
|
||||
'comment_add' => 'Lägg till kommentar',
|
||||
'comment_none' => 'No comments to display',
|
||||
'comment_none' => 'Inga kommentarer att visa',
|
||||
'comment_placeholder' => 'Lämna en kommentar här',
|
||||
'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
|
||||
'comment_archived_count' => ':count Archived',
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'my_account' => 'My Account',
|
||||
'my_account' => 'Mitt Konto',
|
||||
|
||||
'shortcuts' => 'Genvägar',
|
||||
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||
|
||||
@@ -48,7 +48,7 @@ return [
|
||||
'superscript' => '上标',
|
||||
'subscript' => '下标',
|
||||
'text_color' => '文本颜色',
|
||||
'highlight_color' => 'Highlight color',
|
||||
'highlight_color' => '高亮颜色',
|
||||
'custom_color' => '自定义颜色',
|
||||
'remove_color' => '移除颜色',
|
||||
'background_color' => '背景色',
|
||||
|
||||
@@ -63,10 +63,10 @@ return [
|
||||
'import_delete_desc' => '这将删除上传的ZIP文件,不能撤消。',
|
||||
'import_errors' => '导入错误',
|
||||
'import_errors_desc' => '在尝试导入过程中出现了以下错误:',
|
||||
'breadcrumb_siblings_for_page' => 'Navigate siblings for page',
|
||||
'breadcrumb_siblings_for_chapter' => 'Navigate siblings for chapter',
|
||||
'breadcrumb_siblings_for_book' => 'Navigate siblings for book',
|
||||
'breadcrumb_siblings_for_bookshelf' => 'Navigate siblings for shelf',
|
||||
'breadcrumb_siblings_for_page' => '导航页面',
|
||||
'breadcrumb_siblings_for_chapter' => '导航章节',
|
||||
'breadcrumb_siblings_for_book' => '导航书籍',
|
||||
'breadcrumb_siblings_for_bookshelf' => '导航书架',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => '权限',
|
||||
@@ -399,7 +399,7 @@ return [
|
||||
'comment_add' => '添加评论',
|
||||
'comment_none' => '没有要显示的评论',
|
||||
'comment_placeholder' => '在这里评论',
|
||||
'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
|
||||
'comment_thread_count' => ':count 条',
|
||||
'comment_archived_count' => ':count 条评论已存档',
|
||||
'comment_archived_threads' => '已存档的贴子',
|
||||
'comment_save' => '保存评论',
|
||||
|
||||
@@ -109,7 +109,7 @@ return [
|
||||
'import_zip_cant_read' => '无法读取 ZIP 文件。',
|
||||
'import_zip_cant_decode_data' => '无法找到并解码 ZIP data.json 内容。',
|
||||
'import_zip_no_data' => 'ZIP 文件数据没有预期的书籍、章节或页面内容。',
|
||||
'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.',
|
||||
'import_zip_data_too_large' => '超出最大上传大小。',
|
||||
'import_validation_failed' => '导入 ZIP 验证失败,出现错误:',
|
||||
'import_zip_failed_notification' => 'ZIP 文件导入失败。',
|
||||
'import_perms_books' => '您缺少创建书籍所需的权限。',
|
||||
@@ -125,7 +125,7 @@ return [
|
||||
'api_incorrect_token_secret' => '给已给出的API所提供的密钥不正确',
|
||||
'api_user_no_api_permission' => '使用过的 API 令牌的所有者没有进行API 调用的权限',
|
||||
'api_user_token_expired' => '所使用的身份令牌已过期',
|
||||
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
|
||||
'api_cookie_auth_only_get' => '使用基于 Cookie 的身份验证 API 时,仅允许 GET 请求。',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => '发送测试电子邮件时出现错误:',
|
||||
|
||||
@@ -11,8 +11,8 @@ return [
|
||||
'updated_page_subject' => '页面更新::pageName',
|
||||
'updated_page_intro' => ':appName: 中的一个页面已被更新',
|
||||
'updated_page_debounce' => '为了防止出现大量通知,一段时间内您不会收到同一编辑者再次编辑本页面的通知。',
|
||||
'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName',
|
||||
'comment_mention_intro' => 'You were mentioned in a comment on :appName:',
|
||||
'comment_mention_subject' => '在页面中被提及::pageName',
|
||||
'comment_mention_intro' => '在 :appName 中被提及:',
|
||||
|
||||
'detail_page_name' => '页面名称:',
|
||||
'detail_page_path' => '页面路径:',
|
||||
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
'notifications_desc' => '控制在系统内发生某些活动时您会收到的电子邮件通知。',
|
||||
'notifications_opt_own_page_changes' => '在我拥有的页面被修改时通知我',
|
||||
'notifications_opt_own_page_comments' => '在我拥有的页面上有新评论时通知我',
|
||||
'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment',
|
||||
'notifications_opt_comment_mentions' => '当我在评论中被提及时通知我',
|
||||
'notifications_opt_comment_replies' => '在有人回复我的频率时通知我',
|
||||
'notifications_save' => '保存偏好设置',
|
||||
'notifications_update_success' => '通知偏好设置已更新!',
|
||||
|
||||
@@ -75,8 +75,8 @@ return [
|
||||
'reg_confirm_restrict_domain_placeholder' => '尚未设置限制',
|
||||
|
||||
// Sorting Settings
|
||||
'sorting' => 'Lists & Sorting',
|
||||
'sorting_book_default' => 'Default Book Sort Rule',
|
||||
'sorting' => '列表和排序',
|
||||
'sorting_book_default' => '默认排序规则',
|
||||
'sorting_book_default_desc' => '选择要应用于新书的默认排序规则。这不会影响现有书,并且可以每本书覆盖。',
|
||||
'sorting_rules' => '排序规则',
|
||||
'sorting_rules_desc' => '这些是预定义的排序操作,可应用于系统中的内容。',
|
||||
@@ -103,8 +103,8 @@ return [
|
||||
'sort_rule_op_updated_date' => '更新时间',
|
||||
'sort_rule_op_chapters_first' => '章节正序',
|
||||
'sort_rule_op_chapters_last' => '章节倒序',
|
||||
'sorting_page_limits' => 'Per-Page Display Limits',
|
||||
'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.',
|
||||
'sorting_page_limits' => '每页显示限制',
|
||||
'sorting_page_limits_desc' => '设置系统中各种列表每页显示的项目数。通常,项目数越少性能越好,而项目数越多可以避免用户点击多个页面。建议使用 3 的整数倍(例如 18、24、30 等)。',
|
||||
|
||||
// Maintenance settings
|
||||
'maint' => '维护',
|
||||
@@ -197,13 +197,13 @@ return [
|
||||
'role_import_content' => '导入内容',
|
||||
'role_editor_change' => '更改页面编辑器',
|
||||
'role_notifications' => '管理和接收通知',
|
||||
'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.',
|
||||
'role_permission_note_users_and_roles' => '从技术上讲,这些权限还将提供对系统中用户和角色的可见性和搜索功能。',
|
||||
'role_asset' => '资源许可',
|
||||
'roles_system_warning' => '请注意,拥有以上三个权限中的任何一个都会允许用户更改自己的权限或系统中其他人的权限。 请只将拥有这些权限的角色分配给你信任的用户。',
|
||||
'role_asset_desc' => '对系统内资源的默认访问许可将由这些权限控制。单独设置在书籍、章节和页面上的权限将覆盖这里的权限设定。',
|
||||
'role_asset_admins' => '管理员可自动获得对所有内容的访问权限,但这些选项可能会显示或隐藏UI选项。',
|
||||
'role_asset_image_view_note' => '这与图像管理器中的可见性有关。已经上传的图片的实际访问取决于系统图像存储选项。',
|
||||
'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.',
|
||||
'role_asset_users_note' => '从技术上讲,这些权限还将提供对系统中用户和角色的可见性和搜索功能。',
|
||||
'role_all' => '全部的',
|
||||
'role_own' => '拥有的',
|
||||
'role_controlled_by_asset' => '由其所在的资源来控制',
|
||||
|
||||
@@ -106,7 +106,7 @@ return [
|
||||
'uploaded' => '无法上传文件。 服务器可能不接受此大小的文件。',
|
||||
|
||||
'zip_file' => ':attribute 需要引用 ZIP 内的文件。',
|
||||
'zip_file_size' => 'The file :attribute must not exceed :size MB.',
|
||||
'zip_file_size' => ':attribute 不能超过 :size MB 。',
|
||||
'zip_file_mime' => ':attribute 需要引用类型为 :validTypes 的文件,找到 :foundType 。',
|
||||
'zip_model_expected' => '预期的数据对象,但找到了 ":type" 。',
|
||||
'zip_unique' => '对于 ZIP 中的对象类型来说,:attribute 必须是唯一的。',
|
||||
|
||||
Reference in New Issue
Block a user