1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

New Crowdin updates (#3384)

This commit is contained in:
Dan Brown
2022-04-29 15:40:38 +01:00
committed by GitHub
parent c216a6a210
commit 8fb016d1bf
95 changed files with 2248 additions and 399 deletions

View File

@ -196,9 +196,19 @@ return [
'pages_edit_draft_save_at' => 'Bản nháp đã lưu lúc ',
'pages_edit_delete_draft' => 'Xóa Bản nháp',
'pages_edit_discard_draft' => 'Hủy bỏ Bản nháp',
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
'pages_edit_set_changelog' => 'Đặt Changelog',
'pages_edit_enter_changelog_desc' => 'Viết mô tả ngắn gọn cho các thay đổi mà bạn tạo',
'pages_edit_enter_changelog' => 'Viết Changelog',
'pages_editor_switch_title' => 'Switch Editor',
'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?',
'pages_editor_switch_consider_following' => 'Consider the following when changing editors:',
'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.',
'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.',
'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.',
'pages_save' => 'Lưu Trang',
'pages_title' => 'Tiêu đề Trang',
'pages_name' => 'Tên Trang',
@ -225,6 +235,7 @@ return [
'pages_revisions_number' => '#',
'pages_revisions_numbered' => 'Phiên bản #:id',
'pages_revisions_numbered_changes' => 'Các thay đổi của phiên bản #:id',
'pages_revisions_editor' => 'Editor Type',
'pages_revisions_changelog' => 'Nhật ký thay đổi',
'pages_revisions_changes' => 'Các thay đổi',
'pages_revisions_current' => 'Phiên bản hiện tại',

View File

@ -27,8 +27,8 @@ return [
'app_secure_images' => 'Bảo mật tốt hơn cho việc tải lên ảnh',
'app_secure_images_toggle' => 'Bật bảo mật tốt hơn cho các ảnh được tải lên',
'app_secure_images_desc' => 'Vì lí do hiệu năng, tất cả các ảnh đều được truy cập công khai. Tùy chọn này thêm một chuỗi ngẫu nhiên, khó đoán vào phần liên kết đến ảnh. Đảm bảo rằng tránh việc index thư mục để ngăn chặn việc truy cập đến ảnh một cách dễ dàng.',
'app_editor' => 'Soạn thảo Trang',
'app_editor_desc' => 'Chọn trình soạn thảo nào sẽ được sử dụng bởi tất cả người dùng để chỉnh sửa trang.',
'app_default_editor' => 'Default Page Editor',
'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.',
'app_custom_html' => 'Tùy chọn nội dung Head HTML',
'app_custom_html_desc' => 'Bất cứ nội dung nào được thêm vào đây sẽ được đưa vào phần cuối của khu vực <head> của mỗi trang. Tiện cho việc ghi đè style hoặc thêm mã phân tích dữ liệu.',
'app_custom_html_disabled_notice' => 'Nội dung tùy biến HTML head bị tắt tại trang cài đặt này để đảm bảo mọi thay đổi làm hỏng hệ thống có để được khôi phục.',
@ -152,6 +152,7 @@ return [
'role_access_api' => 'Truy cập đến API hệ thống',
'role_manage_settings' => 'Quản lý cài đặt của ứng dụng',
'role_export_content' => 'Export content',
'role_editor_change' => 'Change page editor',
'role_asset' => 'Quyền tài sản (asset)',
'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.',
'role_asset_desc' => 'Các quyền này điều khiển truy cập mặc định tới tài sản (asset) nằm trong hệ thống. Quyền tại Sách, Chường và Trang se ghi đè các quyền này.',