9 lines
545 B
JavaScript
9 lines
545 B
JavaScript
OC.L10N.register(
|
||
"files_pdfviewer",
|
||
{
|
||
"PDF viewer" : "PDF 阅读器",
|
||
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "直接在 Nextcloud 中查看 PDF 文件。\n除此之外,该应用也可以直接显示 Adobe Illustrator(.ai)文件。\n\n由 [pdf.js](https://mozilla.github.io/pdf.js/)提供",
|
||
"File upload failed." : "文件上传失败。"
|
||
},
|
||
"nplurals=1; plural=0;");
|