@activepieces/piece-text-helper 0.4.11 → 0.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +5 -6
  2. package/src/i18n/zh.json +49 -49
package/package.json CHANGED
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "name": "@activepieces/piece-text-helper",
3
- "version": "0.4.11",
3
+ "version": "0.4.13",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "@types/showdown": "2.0.6",
7
7
  "ai": "^6.0.0",
8
- "axios": "1.13.1",
8
+ "axios": "1.13.5",
9
9
  "axios-retry": "4.4.1",
10
10
  "deepmerge-ts": "7.1.0",
11
11
  "form-data": "4.0.4",
12
- "i18next": "23.13.0",
13
12
  "mime-types": "2.1.35",
14
13
  "nanoid": "3.3.8",
15
14
  "semver": "7.6.0",
@@ -19,9 +18,9 @@
19
18
  "string-strip-html": "8.5.0",
20
19
  "turndown": "7.2.0",
21
20
  "zod": "4.1.13",
22
- "@activepieces/pieces-common": "0.11.3",
23
- "@activepieces/pieces-framework": "0.25.1",
24
- "@activepieces/shared": "0.34.0",
21
+ "@activepieces/pieces-common": "0.11.5",
22
+ "@activepieces/pieces-framework": "0.25.3",
23
+ "@activepieces/shared": "0.37.0",
25
24
  "tslib": "2.6.2"
26
25
  },
27
26
  "resolutions": {
package/src/i18n/zh.json CHANGED
@@ -1,60 +1,60 @@
1
1
  {
2
- "Tools for text processing": "Tools for text processing",
3
- "Concatenate": "Concatenate",
2
+ "Tools for text processing": "文本处理工具",
3
+ "Concatenate": "连接的",
4
4
  "Replace": "替换",
5
- "Split": "Split",
6
- "Find": "Find",
7
- "Markdown to HTML": "Markdown to HTML",
8
- "HTML to Markdown": "HTML to Markdown",
9
- "Remove HTML Tags": "Remove HTML Tags",
5
+ "Split": "拆分",
6
+ "Find": "查找",
7
+ "Markdown to HTML": "Markdown HTML",
8
+ "HTML to Markdown": "标记为 HTML",
9
+ "Remove HTML Tags": "删除 HTML 标签",
10
10
  "Slugify": "Slugify",
11
- "Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
12
- "List to Text Table": "List to Text Table",
13
- "Concatenate two or more texts": "Concatenate two or more texts",
14
- "Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
15
- "Split a text by a delimiter": "Split a text by a delimiter",
16
- "Find substring (Regex or Text).": "Find substring (Regex or Text).",
17
- "Convert markdown to HTML": "Convert markdown to HTML",
18
- "Convert HTML to Markdown": "Convert HTML to Markdown",
19
- "Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
20
- "Slugifies strings.": "Slugifies strings.",
21
- "Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
22
- "Convert a list of items to a text table": "Convert a list of items to a text table",
23
- "Texts": "Texts",
11
+ "Use Default Value if Input is Empty": "输入空时使用默认值",
12
+ "List to Text Table": "列表到文本表",
13
+ "Concatenate two or more texts": "连接两个或多个文本",
14
+ "Replaces all instances of any word, character or phrase in text, with another.": "替换文本中任何单词、字符或短语的所有实例。",
15
+ "Split a text by a delimiter": "用分隔符拆分文本",
16
+ "Find substring (Regex or Text).": "查找子字符串 (正则表达式或文本)",
17
+ "Convert markdown to HTML": "将Markdown 转换为 HTML",
18
+ "Convert HTML to Markdown": " HTML 转换为 Markdown",
19
+ "Removes every HTML tag and returns plain text": "删除每个HTML标签并返回纯文本",
20
+ "Slugifies strings.": "斜体字符串。",
21
+ "Checks your input and returns the default value, if the input is an empty text or list": "检查您的输入并返回默认值,如果输入为空文本或列表",
22
+ "Convert a list of items to a text table": "将项目列表转换为文本表",
23
+ "Texts": "文本",
24
24
  "Separator": "分隔符",
25
25
  "Text": "文本",
26
26
  "Search Value": "搜索值",
27
- "Replace Value": "Replace Value",
28
- "Replace Only First Match": "Replace Only First Match",
29
- "Delimiter": "Delimiter",
27
+ "Replace Value": "替换值",
28
+ "Replace Only First Match": "仅替换第一场比赛",
29
+ "Delimiter": "分隔符",
30
30
  "text": "文本",
31
- "Expression": "Expression",
31
+ "Expression": "表达式",
32
32
  "Markdown Content": "Markdown Content",
33
- "Flavor of Markdown": "Flavor of Markdown",
34
- "Minimum Header Level": "Minimum Header Level",
35
- "Support Tables": "Support Tables",
36
- "No Header ID": "No Header ID",
37
- "Simple Line Breaks": "Simple Line Breaks",
38
- "Open Links in New Window": "Open Links in New Window",
39
- "HTML Content": "HTML Content",
40
- "HTML content": "HTML content",
41
- "Enter value": "Enter value",
33
+ "Flavor of Markdown": "Markdown 的卷轴",
34
+ "Minimum Header Level": "页眉最小级别",
35
+ "Support Tables": "支持表",
36
+ "No Header ID": "无页眉ID",
37
+ "Simple Line Breaks": "简单的线路断开",
38
+ "Open Links in New Window": "在新窗口中打开链接",
39
+ "HTML Content": "HTML 内容",
40
+ "HTML content": "HTML 内容",
41
+ "Enter value": "输入值",
42
42
  "Default Value": "默认值",
43
- "List": "List",
44
- "The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
45
- "Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
46
- "Leave empty to delete found results.": "Leave empty to delete found results.",
47
- "Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
48
- "Regex or text to search for.": "Regex or text to search for.",
49
- "The markdown to convert to HTML": "The markdown to convert to HTML",
50
- "The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
51
- "The minimum header level to use during conversion": "The minimum header level to use during conversion",
52
- "Whether to support tables during conversion": "Whether to support tables during conversion",
53
- "Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
54
- "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
55
- "The HTML to convert to markdown": "The HTML to convert to markdown",
56
- "List of items to convert to a text table": "List of items to convert to a text table",
57
- "Default": "Default",
58
- "Original": "Original",
43
+ "List": "列表",
44
+ "The text that separates the texts you want to concatenate": "将您想要连接的文本分开的文本",
45
+ "Can be plain text or a regex expression.": "可以是纯文本或正则表达式。",
46
+ "Leave empty to delete found results.": "留空以删除找到的结果。",
47
+ "Only replaces the first instance of the search value.": "只替换搜索值的第一个实例。",
48
+ "Regex or text to search for.": "要搜索的正则表达式或文本。",
49
+ "The markdown to convert to HTML": "要转换为 HTML 的Markdown",
50
+ "The flavor of markdown use during conversion": "转换时标记缩放使用的签名",
51
+ "The minimum header level to use during conversion": "转换时使用的最小标题级别",
52
+ "Whether to support tables during conversion": "转换时是否支持表",
53
+ "Whether to add an ID to headers during conversion": "转换时是否向信头添加 ID",
54
+ "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "解析线条间断为 <br>,无需在线末尾填写2个空格",
55
+ "The HTML to convert to markdown": "要转换为Markdown HTML",
56
+ "List of items to convert to a text table": "要转换为文本表的项目列表",
57
+ "Default": "默认设置",
58
+ "Original": "原始文件",
59
59
  "GitHub": "GitHub"
60
60
  }