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

zh_CN.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea69cfc0fe658a0f2ad8e60a1fd9cb5d7ea205a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OC.L10N.register(
    "photos",
    {
    "Photos" : "照片",
    "Your memories under your control" : "您的回忆在您的掌控之下",
    "Your photos" : "你的照片",
    "Your videos" : "您的视频",
    "Favorites" : "收藏",
    "Your folders" : "您的文件夹",
    "Shared with you" : "已与您共享",
    "Tagged photos" : "标记的照片",
    "Locations" : "地点",
    "Settings" : "设置",
    "Open the full size \"{name}\" image" : "打开图片 “{name}” 的完整尺寸",
    "Open the \"{name}\" sub-directory" : "打开 “{name}” 的子目录",
    "Share this folder" : "共享此文件夹",
    "Back to {folder}" : "返回 {folder}",
    "View" : "查看",
    "Enable squared photos view" : "启用平铺照片视图",
    "This folder does not exist" : "此文件夹不存在",
    "An error occurred" : "发生错误",
    "No photos in here" : "这里没有照片",
    "No tags yet" : "尚无标签",
    "Photos with tags will show up here" : "带标签的照片将显示在此处",
    "Your albums" : "你的相册",
    "Shared albums" : "共享的相册",
    "This folder does not exists" : "该文件夹不存在"
},
"nplurals=1; plural=0;");