forked from AppFlowy-IO/appflowy-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* main: chore: refactor attribute comparison in Delta class diff loop (AppFlowy-IO#456) fix: duration cannot be zero in animate (AppFlowy-IO#452) chore: update Chinese l10n (AppFlowy-IO#445) fix: sometimes failed to paste content from google translation (AppFlowy-IO#451) feat: refactor color conversion method to handle RGB and hex formatsRefactor method to handle RGB and hex formats, improving color conversion (AppFlowy-IO#450) fix: unable to paste html contains section (AppFlowy-IO#448) fix: remove unused check in non_delta_input_service (AppFlowy-IO#447) feat: optimize the performance (AppFlowy-IO#442) refactor: migrate tests (AppFlowy-IO#438) feat: bulk open links shortcut (AppFlowy-IO#419) fix: request focus in find replace menu (AppFlowy-IO#440) feat: implement delta diff and provide external values (AppFlowy-IO#444)
- Loading branch information
Showing
120 changed files
with
5,886 additions
and
1,583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ignore: | ||
- "lib/src/flutter/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,120 @@ | ||
{ | ||
"@@locale": "zh-CN", | ||
"bold": "", | ||
"bold": "粗体", | ||
"@bold": {}, | ||
"bulletedList": "", | ||
"bulletedList": "无序列表", | ||
"@bulletedList": {}, | ||
"checkbox": "", | ||
"checkbox": "选框", | ||
"@checkbox": {}, | ||
"embedCode": "", | ||
"embedCode": "代码块", | ||
"@embedCode": {}, | ||
"heading1": "", | ||
"heading1": "一级标题", | ||
"@heading1": {}, | ||
"heading2": "", | ||
"heading2": "二级标题", | ||
"@heading2": {}, | ||
"heading3": "", | ||
"heading3": "三级标题", | ||
"@heading3": {}, | ||
"highlight": "", | ||
"highlight": "高亮", | ||
"@highlight": {}, | ||
"image": "", | ||
"color": "颜色", | ||
"@color": {}, | ||
"image": "图片", | ||
"@image": {}, | ||
"italic": "", | ||
"italic": "斜体", | ||
"@italic": {}, | ||
"link": "", | ||
"link": "链接", | ||
"@link": {}, | ||
"numberedList": "", | ||
"numberedList": "有序列表", | ||
"@numberedList": {}, | ||
"quote": "", | ||
"quote": "引文", | ||
"@quote": {}, | ||
"strikethrough": "", | ||
"strikethrough": "删除线", | ||
"@strikethrough": {}, | ||
"text": "", | ||
"text": "文本", | ||
"@text": {}, | ||
"underline": "", | ||
"@underline": {} | ||
"underline": "下划线", | ||
"@underline": {}, | ||
"fontColorDefault": "默认", | ||
"@fontColorDefault": {}, | ||
"fontColorGray": "灰色", | ||
"@fontColorGray": {}, | ||
"fontColorBrown": "棕色", | ||
"@fontColorBrown": {}, | ||
"fontColorOrange": "橙色", | ||
"@fontColorOrange": {}, | ||
"fontColorYellow": "黄色", | ||
"@fontColorYellow": {}, | ||
"fontColorGreen": "绿色", | ||
"@fontColorGreen": {}, | ||
"fontColorBlue": "蓝色", | ||
"@fontColorBlue": {}, | ||
"fontColorPurple": "紫色", | ||
"@fontColorPurple": {}, | ||
"fontColorPink": "粉红色", | ||
"@fontColorPink": {}, | ||
"fontColorRed": "红色", | ||
"@fontColorRed": {}, | ||
"backgroundColorDefault": "默认背景色", | ||
"@backgroundColorDefault": {}, | ||
"backgroundColorGray": "灰色背景", | ||
"@backgroundColorGray": {}, | ||
"backgroundColorBrown": "棕色背景", | ||
"@backgroundColorBrown": {}, | ||
"backgroundColorOrange": "橙色背景", | ||
"@backgroundColorOrange": {}, | ||
"backgroundColorYellow": "黄色背景", | ||
"@backgroundColorYellow": {}, | ||
"backgroundColorGreen": "绿色背景", | ||
"@backgroundColorGreen": {}, | ||
"backgroundColorBlue": "蓝色背景", | ||
"@backgroundColorBlue": {}, | ||
"backgroundColorPurple": "紫色背景", | ||
"@backgroundColorPurple": {}, | ||
"backgroundColorPink": "粉色背景", | ||
"@backgroundColorPink": {}, | ||
"backgroundColorRed": "红色背景", | ||
"@backgroundColorRed": {}, | ||
"done": "完成", | ||
"cancel": "取消", | ||
"tint1": "色调1", | ||
"tint2": "色调2", | ||
"tint3": "色调3", | ||
"tint4": "色调4", | ||
"tint5": "色调5", | ||
"tint6": "色调6", | ||
"tint7": "色调7", | ||
"tint8": "色调8", | ||
"tint9": "色调9", | ||
"lightLightTint1": "紫色", | ||
"lightLightTint2": "粉红色", | ||
"lightLightTint3": "浅粉红色", | ||
"lightLightTint4": "橙色", | ||
"lightLightTint5": "黄色", | ||
"lightLightTint6": "草绿色", | ||
"lightLightTint7": "绿色", | ||
"lightLightTint8": "水蓝色", | ||
"lightLightTint9": "蓝色", | ||
"urlHint": "URL", | ||
"mobileHeading1": "一级标题", | ||
"mobileHeading2": "二级标题", | ||
"mobileHeading3": "三级标题", | ||
"textColor": "文字颜色", | ||
"backgroundColor": "背景颜色", | ||
"addYourLink": "添加链接", | ||
"openLink": "打开链接", | ||
"copyLink": "复制链接", | ||
"removeLink": "移除链接", | ||
"editLink": "修改链接", | ||
"linkText": "文字", | ||
"linkTextHint": "请输入文字", | ||
"linkAddressHint": "请输入URL", | ||
"highlightColor": "高亮颜色", | ||
"clearHighlightColor": "清除高亮颜色", | ||
"customColor": "自定义颜色", | ||
"hexValue": "十六进制值", | ||
"opacity": "透明度", | ||
"resetToDefaultColor": "重设为默认颜色", | ||
"ltr": "自左至右", | ||
"rtl": "自右至左", | ||
"auto": "自动" | ||
} |
Oops, something went wrong.