9 lines
542 B
JavaScript
9 lines
542 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由 [pdf.js](https://mozilla.github.io/pdf.js/) 提供",
|
|
"File upload failed." : "檔案上傳失敗。"
|
|
},
|
|
"nplurals=1; plural=0;");
|