@activepieces/piece-text-helper 0.4.3 → 0.4.5

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 +2 -2
  2. package/src/i18n/zh.json +51 -51
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-text-helper",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
@@ -17,7 +17,7 @@
17
17
  "zod": "3.25.76",
18
18
  "@activepieces/pieces-common": "0.7.0",
19
19
  "@activepieces/pieces-framework": "0.18.4",
20
- "@activepieces/shared": "0.19.0",
20
+ "@activepieces/shared": "0.20.0",
21
21
  "tslib": "2.8.1"
22
22
  },
23
23
  "overrides": {
package/src/i18n/zh.json CHANGED
@@ -1,57 +1,57 @@
1
1
  {
2
- "Text Helper": "文本助手",
3
- "Tools for text processing": "文字處理工具",
4
- "Concatenate": "串聯",
5
- "Replace": "替換",
6
- "Split": "拆分",
7
- "Find": "查找",
8
- "Markdown to HTML": "Markdown 轉換為 HTML",
9
- "HTML to Markdown": "HTML 轉換為 Markdown",
10
- "Remove HTML Tags": "刪除 HTML 標籤",
11
- "Slugify": "生成 Slug",
12
- "Use Default Value if Input is Empty": "輸入為空時使用默認值",
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.": "生成 Slug 字符串。",
21
- "Checks your input and returns the default value, if the input is an empty text or list": "檢查你的輸入,如果輸入為空,返回默認值",
22
- "Texts": "文字",
2
+ "Text Helper": "Text Helper",
3
+ "Tools for text processing": "Tools for text processing",
4
+ "Concatenate": "Concatenate",
5
+ "Replace": "替换",
6
+ "Split": "Split",
7
+ "Find": "Find",
8
+ "Markdown to HTML": "Markdown to HTML",
9
+ "HTML to Markdown": "HTML to Markdown",
10
+ "Remove HTML Tags": "Remove HTML Tags",
11
+ "Slugify": "Slugify",
12
+ "Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
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
+ "Texts": "Texts",
23
23
  "Separator": "分隔符",
24
24
  "Text": "文本",
25
- "Search Value": "查找值",
26
- "Replace Value": "替換值",
27
- "Replace Only First Match": "僅替換首個匹配項",
28
- "Delimiter": "分隔符",
25
+ "Search Value": "搜索值",
26
+ "Replace Value": "Replace Value",
27
+ "Replace Only First Match": "Replace Only First Match",
28
+ "Delimiter": "Delimiter",
29
29
  "text": "文本",
30
- "Expression": "表達式",
31
- "Markdown Content": "Markdown 內容",
32
- "Flavor of Markdown": "Markdown 的風格",
33
- "Minimum Header Level": "最低標題級別",
34
- "Support Tables": "支援表格",
35
- "No Header ID": "沒有標題ID",
36
- "Simple Line Breaks": "簡單換行",
37
- "Open Links in New Window": "在新窗口中打開鏈接",
38
- "HTML Content": "HTML 內容",
39
- "HTML content": "HTML 內容",
40
- "Enter value": "輸入值",
41
- "Default Value": "默認值",
42
- "The text that separates the texts you want to concatenate": "分隔要串聯的文本的文本",
43
- "Can be plain text or a regex expression.": "可以是純文本或正則表達式。",
44
- "Leave empty to delete found results.": "留空以刪除找到的結果。",
45
- "Only replaces the first instance of the search value.": "僅替換第一次出現的查找值。",
46
- "Regex or text to search for.": "要搜索的正則表達式或文字。",
47
- "The markdown to convert to HTML": "要轉換為 HTML Markdown",
48
- "The flavor of markdown use during conversion": "轉換過程中使用的 Markdown 風格",
49
- "The minimum header level to use during conversion": "轉換過程中使用的最低標題級別",
50
- "Whether to support tables during conversion": "是否在轉換過程中支援表格",
51
- "Whether to add an ID to headers during conversion": "在轉換過程中是否為標題添加 ID",
52
- "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "將換行解析為 <br>,不需要在行尾兩個空格",
53
- "The HTML to convert to markdown": "要轉換為 Markdown HTML",
54
- "Default": "默認",
55
- "Original": "原始",
30
+ "Expression": "Expression",
31
+ "Markdown Content": "Markdown Content",
32
+ "Flavor of Markdown": "Flavor of Markdown",
33
+ "Minimum Header Level": "Minimum Header Level",
34
+ "Support Tables": "Support Tables",
35
+ "No Header ID": "No Header ID",
36
+ "Simple Line Breaks": "Simple Line Breaks",
37
+ "Open Links in New Window": "Open Links in New Window",
38
+ "HTML Content": "HTML Content",
39
+ "HTML content": "HTML content",
40
+ "Enter value": "Enter value",
41
+ "Default Value": "默认值",
42
+ "The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
43
+ "Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
44
+ "Leave empty to delete found results.": "Leave empty to delete found results.",
45
+ "Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
46
+ "Regex or text to search for.": "Regex or text to search for.",
47
+ "The markdown to convert to HTML": "The markdown to convert to HTML",
48
+ "The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
49
+ "The minimum header level to use during conversion": "The minimum header level to use during conversion",
50
+ "Whether to support tables during conversion": "Whether to support tables during conversion",
51
+ "Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
52
+ "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",
53
+ "The HTML to convert to markdown": "The HTML to convert to markdown",
54
+ "Default": "Default",
55
+ "Original": "Original",
56
56
  "GitHub": "GitHub"
57
57
  }