mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
New translations preference.php (Chinese Simplified)
This commit is contained in:
parent
667b73495c
commit
cf34f74eab
@ -2,29 +2,29 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'sidebar_hover' => [
|
'sidebar_hover' => [
|
||||||
'name' => '邊欄懸停',
|
'name' => '边栏悬停',
|
||||||
'instructions' => '展開懸停邊欄?',
|
'instructions' => '展开悬停边栏?',
|
||||||
],
|
],
|
||||||
'navigation' => [
|
'navigation' => [
|
||||||
'name' => '導航',
|
'name' => '导航',
|
||||||
'instructions' => '指定您的 <em>個人</em> 導航順序。',
|
'instructions' => '指定您的 <em>个人</em> 导航顺序。',
|
||||||
'warning' => '第一個可訪問的導航項目用作您的 <strong>home</strong> 區域。',
|
'warning' => '第一个可访问的导航项目用作您的 <strong>home</strong> 区域。',
|
||||||
'reorder' => '將主要導航項目拖放到 <strong>側欄</strong> 以對其重新排序。',
|
'reorder' => '将主要导航项目拖放到 <strong>侧栏</strong> 以对其重新排序。',
|
||||||
],
|
],
|
||||||
'display' => [
|
'display' => [
|
||||||
'name' => '顯示密度',
|
'name' => '显示密度',
|
||||||
'instructions' => '緊湊的顯示屏可讓更多內容立即顯示在屏幕上。',
|
'instructions' => '紧凑的显示屏可让更多内容立即显示在屏幕上。',
|
||||||
'option' => [
|
'option' => [
|
||||||
'default' => '默認',
|
'default' => '默认',
|
||||||
'compact' => '緊湊',
|
'compact' => '紧凑',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'sidebars' => [
|
'sidebars' => [
|
||||||
'name' => '側邊欄模式',
|
'name' => '侧边栏模式',
|
||||||
'instructions' => '靜態邊欄將始終可見。',
|
'instructions' => '静态边栏将始终可见。',
|
||||||
'option' => [
|
'option' => [
|
||||||
'default' => '默認',
|
'default' => '默认',
|
||||||
'static' => '靜態的',
|
'static' => '静态的',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user