From 77698be0d3deccde34679cf45f5a7770fcf7d031 Mon Sep 17 00:00:00 2001 From: Weblate Translation Memory Date: Fri, 17 May 2024 18:31:42 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 1.0% (1 of 93 strings) Translation: Materialious/Materialious Translate-URL: https://toolate.othing.xyz/projects/materialious/materialious/zh_Hans/ --- .../src/lib/i18n/locales/zh_Hans.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/materialious/src/lib/i18n/locales/zh_Hans.json b/materialious/src/lib/i18n/locales/zh_Hans.json index 087a6c90..0c0178bc 100644 --- a/materialious/src/lib/i18n/locales/zh_Hans.json +++ b/materialious/src/lib/i18n/locales/zh_Hans.json @@ -4,5 +4,29 @@ "videos": "视频", "thumbnail": { "failedToLoadImage": "加载图像失败。" + }, + "cancel": "取消", + "create": "新建", + "title": "标题", + "delete": "删除", + "videoTabs": { + "all": "全部", + "videos": "视频", + "playlists": "播放列表" + }, + "playlist": { + "createPlaylist": "新建播放列表", + "public": "公开", + "private": "仅自己可见" + }, + "pages": { + "home": "首页", + "history": "历史记录", + "playlists": "播放列表" + }, + "player": { + "share": { + "title": "分享" + } } }