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

zh_CN.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6610bac5b2581c0a448850dece080ce1258fb214 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"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" => "文件列表"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";