mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations preference.php (Chinese Traditional)
This commit is contained in:
parent
68d5a10021
commit
2a33b7383b
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sidebar_hover' => [
|
||||
'name' => '邊欄懸停',
|
||||
'instructions' => '展開懸停邊欄?',
|
||||
],
|
||||
'navigation' => [
|
||||
'name' => '導航',
|
||||
'instructions' => '指定您的 <em>個人</em> 導航順序。',
|
||||
'warning' => '第一個可訪問的導航項目用作您的 <strong>home</strong> 區域。',
|
||||
'reorder' => '將主要導航項目拖放到 <strong>側欄</strong> 以對其重新排序。',
|
||||
],
|
||||
'display' => [
|
||||
'name' => '顯示密度',
|
||||
'instructions' => '緊湊的顯示屏可讓更多內容立即顯示在屏幕上。',
|
||||
'option' => [
|
||||
'default' => '默認',
|
||||
'compact' => '緊湊',
|
||||
],
|
||||
],
|
||||
'sidebars' => [
|
||||
'name' => '側邊欄模式',
|
||||
'instructions' => '靜態邊欄將始終可見。',
|
||||
'option' => [
|
||||
'default' => '默認',
|
||||
'static' => '靜態的',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user