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

zh_CN.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e01b7ad52cddf9c829575c9ef039e6898dd0448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_filter",
    {
    "Images" : "图像",
    "Videos" : "视频",
    "No images found" : "未找到任何图片",
    "Any uploaded image will show up here" : "已上传的图片会显示在这里",
    "Filter" : "筛选",
    "Files filter" : "文件筛选器",
    "Adds type filtered file views to the sidebar" : "在侧边栏按类型筛选文件视图",
    "No entries found in this folder" : "在此文件夹中找不到项目",
    "Name" : "文件名",
    "Size" : "大小",
    "Modified" : "编辑日期",
    "Delete" : "删除",
    "No videos found" : "未找到任何视频",
    "Any uploaded video will show up here" : "已上传的视频会显示在这里"
},
"nplurals=1; plural=0;");