From 8f67c060c85cf95454739e99148a8cc31cd70f9b Mon Sep 17 00:00:00 2001 From: NanCheung Date: Thu, 29 Jul 2021 22:35:12 +0800 Subject: [PATCH] :bookmark: Release / Version tags v0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增侧边栏缩放功能的翻译 2. 修复右上角收藏因单词变更导致的翻译失效 --- notion-zh_CN.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/notion-zh_CN.js b/notion-zh_CN.js index 708bfd2..88fb348 100644 --- a/notion-zh_CN.js +++ b/notion-zh_CN.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Notion-zh_CN notion的汉化脚本 // @namespace http://tampermonkey.net/ -// @version 0.0.9 +// @version 0.1.0 // @description notion的汉化脚本,欢迎积极贡献一同改进项目,地址:https://github.com/nancheung97/notion-zh_CN // @author NanCheung // @match *://www.notion.so/* @@ -48,11 +48,15 @@ "in" : "在", "Learn about page updates" : "学习如何修改页面", 'Settings & Members': '设置与成员', - + 'Close sidebar':'关闭侧边栏', + 'Lock sidebar open':'锁定展开侧边栏', + '':'', + '':'', + '':'', // ----------------- 'Share': '分享', 'Updates': '更新', - 'Favorite': '收藏', + 'Favorited': '收藏', 'Templates': '模板', 'Import': '导入', 'Trash': '垃圾箱', @@ -399,7 +403,7 @@ 'Move to': '移动至', 'Share or publish to the web': '分享或发布至网站', 'View past changes to this page': '查看本页面过去的更改纪录', - 'Pin this page in your sidebar': '将此页面固定在侧栏中', + 'Hide this page from your sidebar': '将此页面固定在侧栏中', 'Learn about importing': '了解关于导入', 'All pages': '所有页面', 'In current page': '在目前页面',