From c04ff91bfdffa9a822cb4a5b0eb359fe9e6e0c4c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 7 May 2020 03:16:23 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/zh_CN.js | 23 +++++++++++++++++++++++ l10n/zh_CN.json | 21 +++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 l10n/zh_CN.js create mode 100644 l10n/zh_CN.json diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js new file mode 100644 index 0000000..945d984 --- /dev/null +++ b/l10n/zh_CN.js @@ -0,0 +1,23 @@ +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;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json new file mode 100644 index 0000000..07e02a2 --- /dev/null +++ b/l10n/zh_CN.json @@ -0,0 +1,21 @@ +{ "translations": { + "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", + " " : " " +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file