Files
streamline-emr/docker/streamline-src/public/elite/bower_components/datatables-plugins/i18n/Chinese-traditional.lang
T
alec.turner a424394109 Build modified streamline images
The official image from streamline does not currently work for the arm64
platform. As a temporary measure, the source code and docker build scripts
have been lifted from the official images and are used to build locally.

Some additional modifications are made to reduce overall image size, these
are documented in docker/README.md
2024-03-10 16:17:50 -07:00

25 lines
725 B
Plaintext
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* Chinese (traditional) translation
* @name Chinese (traditional)
* @anchor Chinese (traditional)
* @author <a href="https://gimmerank.com/">GimmeRank Affiliate</a>
*/
{
"sProcessing":   "處理中...",
"sLengthMenu":   "顯示 _MENU_ 項結果",
"sZeroRecords":  "沒有匹配結果",
"sInfo":         "顯示第 _START_ 至 _END_ 項結果,共 _TOTAL_ 項",
"sInfoEmpty":    "顯示第 0 至 0 項結果,共 0 項",
"sInfoFiltered": "(從 _MAX_ 項結果過濾)",
"sInfoPostFix":  "",
"sSearch":       "搜索:",
"sUrl":          "",
"oPaginate": {
"sFirst":    "首頁",
"sPrevious": "上頁",
"sNext":     "下頁",
"sLast":     "尾頁"
}
}