diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-27 01:20:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-27 01:20:37 +0000 |
commit | 7c7c6442714ed84bb2370a7707b240009e2a0af1 (patch) | |
tree | 044898472884bd68f15b88a519edb00a370aa436 | |
parent | 3a254d2bf825bcc8e4b6cc32cde6714210fac4b0 (diff) |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r-- | l10n/zh_CN.js | 7 | ||||
-rw-r--r-- | l10n/zh_CN.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index e81d5fbb..2009bb81 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Public link" : "公开链接", "Photos" : "照片", + "On This Day" : "在这一天", "Your memories under your control" : "您的回忆在您的掌控之下", "All media" : "所有媒体", "Videos" : "视频", @@ -48,6 +49,9 @@ OC.L10N.register( "Failed to update album." : "更新相册失败。", "This collection does not exist" : "此收藏不存在", "An error occurred" : "发生错误", + "No picture for this day" : "这一天没有照片", + "Picture taken on this day will show up here." : "在这一天拍摄的照片将显示在这。", + "More photos from this day" : "这一天更多的照片", "_%n unassigned photo_::_%n unassigned photos_" : ["%n张尚未指派的照片"], "Favorite" : "收藏", "Select image {imageName}" : "选择图像 {imageName}", @@ -66,6 +70,7 @@ OC.L10N.register( "Enable squared photos view" : "启用平铺照片视图", "Delete source directory" : "删除源目录", "All folders" : "所有文件夹", + "Add a Photos source for the timelines" : "为时间轴添加一个照片源", "Add folder" : "添加文件夹", "Select a source folder for your media" : "为你的媒体文件选择一个源文件夹", "Home" : "家", @@ -73,6 +78,7 @@ OC.L10N.register( "Choose a different folder" : "选择一个不同的文件夹", "Select the default upload location for your media" : "选择你的媒体文件默认上传位置", "View" : "查看", + "Media folders" : "多媒体文件夹", "Choose the folders from where photos and videos are shown." : "选择显示照片和视频的文件夹。", "Upload folder" : "上传文件夹", "Choose the folder where photos and albums are uploaded to." : "选择照片和相册上传的文件夹。", @@ -120,6 +126,7 @@ OC.L10N.register( "No tags yet" : "尚无标签", "Photos with tags will show up here" : "带标签的照片将显示在此处", "Popular tags" : "常用标签", + "One of the source folders does not exists" : "其中一个源文件夹不存在", "Add" : "添加", "Add to album" : "添加至相册", "Delete selection" : "删除选择项", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index d50b69bb..553d809d 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -1,6 +1,7 @@ { "translations": { "Public link" : "公开链接", "Photos" : "照片", + "On This Day" : "在这一天", "Your memories under your control" : "您的回忆在您的掌控之下", "All media" : "所有媒体", "Videos" : "视频", @@ -46,6 +47,9 @@ "Failed to update album." : "更新相册失败。", "This collection does not exist" : "此收藏不存在", "An error occurred" : "发生错误", + "No picture for this day" : "这一天没有照片", + "Picture taken on this day will show up here." : "在这一天拍摄的照片将显示在这。", + "More photos from this day" : "这一天更多的照片", "_%n unassigned photo_::_%n unassigned photos_" : ["%n张尚未指派的照片"], "Favorite" : "收藏", "Select image {imageName}" : "选择图像 {imageName}", @@ -64,6 +68,7 @@ "Enable squared photos view" : "启用平铺照片视图", "Delete source directory" : "删除源目录", "All folders" : "所有文件夹", + "Add a Photos source for the timelines" : "为时间轴添加一个照片源", "Add folder" : "添加文件夹", "Select a source folder for your media" : "为你的媒体文件选择一个源文件夹", "Home" : "家", @@ -71,6 +76,7 @@ "Choose a different folder" : "选择一个不同的文件夹", "Select the default upload location for your media" : "选择你的媒体文件默认上传位置", "View" : "查看", + "Media folders" : "多媒体文件夹", "Choose the folders from where photos and videos are shown." : "选择显示照片和视频的文件夹。", "Upload folder" : "上传文件夹", "Choose the folder where photos and albums are uploaded to." : "选择照片和相册上传的文件夹。", @@ -118,6 +124,7 @@ "No tags yet" : "尚无标签", "Photos with tags will show up here" : "带标签的照片将显示在此处", "Popular tags" : "常用标签", + "One of the source folders does not exists" : "其中一个源文件夹不存在", "Add" : "添加", "Add to album" : "添加至相册", "Delete selection" : "删除选择项", |