Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_TW.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42c9b5ab87cc667132e7280fddbcda2b7b7e5329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "圖片",
    "Picture view" : "檢視圖片",
    "Error loading slideshow template" : "載入投影片檢視樣板時發生錯誤",
    "Share" : "分享",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "找不到圖片! 您使用檔案app上傳的圖片,將會展示在這裡。",
    "shared by %s" : "由 %s 分享",
    "File list" : "檔案列表"
},
"nplurals=1; plural=0;");