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

zh_CN.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcac2807fe821c8064343e411b1e76f98f0338c0 (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." : "没有图片!您在文件应用中上传的图片将会在这里显示。",
    "shared by %s" : "由 %s 共享",
    "File list" : "文件列表"
},
"nplurals=1; plural=0;");