24 lines
971 B
JavaScript
24 lines
971 B
JavaScript
|
OC.L10N.register(
|
||
|
"epubreader",
|
||
|
{
|
||
|
"Settings updated successfully." : "设置已成功更新。",
|
||
|
"EPUB/CBZ/PDF ebook reader" : "EPUB/CBZ/PDF 电子书阅读器",
|
||
|
"custom font" : "自定义字体",
|
||
|
"monospace" : "等宽",
|
||
|
"font size" : "字体大小",
|
||
|
"font weight" : "字体粗细",
|
||
|
"Use custom colors" : "使用自定义颜色",
|
||
|
"night mode can be toggled by clicking the book title" : "点击书的标题可以切换夜间模式",
|
||
|
"reflow text when sidebars are open" : "在侧边栏打开时重新调整文字流",
|
||
|
"disable extra-wide page turn areas" : "禁用超宽翻页区域",
|
||
|
"show page turn arrows" : "显示翻页箭头",
|
||
|
"menu" : "菜单",
|
||
|
"Reader" : "阅读器",
|
||
|
"Select file types for which Reader should be the default viewer." : "选择默认用阅读器打开的文件类型。",
|
||
|
"Epub" : "EPUB",
|
||
|
"PDF" : "PDF",
|
||
|
"CBR/CBZ" : "CBR/CBZ",
|
||
|
" " : " "
|
||
|
},
|
||
|
"nplurals=1; plural=0;");
|