-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Minh <[email protected]> | ||
*/ | ||
$lang['menu'] = 'Menu mục lục tiện ích'; | ||
$lang['fetch'] = 'Hiện'; | ||
$lang['install'] = 'Cài đặt'; | ||
$lang['delete'] = 'Xoá'; | ||
$lang['check'] = 'Kiểm tra'; | ||
$lang['no_repos'] = 'Không có url kho lưu trữ theme chủ đề nào được định cấu hình.'; | ||
$lang['disabled'] = 'Đã tắt'; | ||
$lang['conn_err'] = 'Lỗi kết nối'; | ||
$lang['dir_err'] = 'Không thể tạo thư mục tạm để nhận theme chủ đề'; | ||
$lang['down_err'] = 'Không thể nhận theme chủ đề'; | ||
$lang['zip_err'] = 'Lỗi tạo hoặc giải nén zip'; | ||
$lang['install_ok'] = 'Theme chủ đề được cài đặt thành công. Theme chủ đề mới sẵn sàng trong thanh công cụ của Chỉnh sửa trang hoặc với dòng lệnh <code>js#theme_name option</code>.'; | ||
$lang['install_no'] = 'Lỗi kết nối. Mặc dù vậy, bạn có thể thử tải lên bằng cách thủ công theme chủ đề từ <a href="http://samuele.netsons.org/dokuwiki/lib/plugins/indexmenu/upload/">here</a>.'; | ||
$lang['delete_ok'] = 'Theme chủ đề đã được xoá thành công.'; | ||
$lang['delete_no'] = 'Đã có lỗi xảy ra trong khi xoá theme chủ đề'; | ||
$lang['upload'] = 'Chia sẻ'; | ||
$lang['checkupdates'] = 'Nâng cấp plugin'; | ||
$lang['noupdates'] = 'Menu mục lục không cần phải nâng cấp. Bạn đã có phiên bản mới nhất:'; | ||
$lang['infos'] = 'Bạn có thể tạo theme chủ đề của bạn bằng cách thực hiện theo hướng dẫn tại trang <a href="https://www.dokuwiki.org/plugin:indexmenu#theme_tutorial">Hướng dẫn Theme chủ đề</a>. <br />Sau đó bạn có thể khiến nhiều người vui vẻ hơn :-) bằng cách gửi chúng tới thư viện menu mục lục công cộng, với nút "chia sẻ" ngay bên dưới theme chủ đề.'; | ||
$lang['showsort'] = 'Sắp xếp số thứ tự Menu mục lục:'; | ||
$lang['donation_text'] = 'Plugin menu mục lục không được tài trợ bởi bất kỳ ai nhưng tôi phát triển và hỗ trợ nó không công trong thời gian rảnh của tôi. Nếu bạn đạt được điều gì nhờ vào nó hoặc bạn muốn hỗ trợ sự phát triển của nó, bạn có thể xem xét quyên góp.'; | ||
$lang['js']['indexmenuwizard'] = 'Trình hướng dẫn menu mục lục'; | ||
$lang['js']['index'] = 'Mục lục'; | ||
$lang['js']['options'] = 'Tuỳ chọn'; | ||
$lang['js']['navigation'] = 'Định hướng'; | ||
$lang['js']['sort'] = 'Sắp xếp'; | ||
$lang['js']['filter'] = 'Lọc'; | ||
$lang['js']['performance'] = 'Hiệu quả'; | ||
$lang['js']['namespace'] = 'Khoảng tên'; | ||
$lang['js']['nsdepth'] = 'Độ sâu'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author 昊林 <[email protected]> | ||
* @author FENG.JIE <[email protected]> | ||
* @author lempel <[email protected]> | ||
* @author oott123 <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author 昊林 <[email protected]> | ||
* @author FENG.JIE <[email protected]> | ||
* @author lempel <[email protected]> | ||
* @author super_ZED <[email protected]> | ||
|
@@ -11,6 +12,8 @@ | |
$lang['only_admins'] = '仅允许管理员使用indexmenu语法。 | ||
请注意,由非管理员用户编辑的页面将丢失所有包含的indexmenu导航树。'; | ||
$lang['hide_headpage'] = '隐藏标题'; | ||
$lang['page_index'] = '此页面将代替 dokuwiki 的主页索引。创建它并插入 indexmenu 语法。如果已经存在带有导航的侧边栏,使用<code>id#random</code>。我的建议是<code>{{indexmenu>..|js navbar nocookie id#random}}</code>。'; | ||
$lang['empty_msg'] = '当树为空时显示的消息。请使用 Dokuwiki 语法,而不是 html 代码。<code>{{ns}}</code> 是导向指定名称空间的快捷方式。'; | ||
$lang['skip_index'] = '要跳过的命名空间ID。使用正则表达式格式。例如:<code> /(sidebars | private:myns)/ </ code>'; | ||
$lang['skip_file'] = '要跳过的页面ID。使用正则表达式格式。示例<code> /(:: start $ | ^ public:newstart $)/ </ code>'; | ||
$lang['show_sort'] = '显示给管理员索引菜单的排序号作为页面顶部的注释'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
base indexmenu | ||
author Samuele Tognini | ||
email [email protected] | ||
date 2020-07-31 | ||
date 2023-09-17 | ||
name Indexmenu Plugin | ||
desc Show a customizable and sortable index for a namespace | ||
url https://www.dokuwiki.org/plugin:indexmenu |