@activepieces/piece-text-helper 0.4.13 → 0.4.14
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.
- package/package.json +1 -1
- package/src/i18n/zh.json +49 -49
package/package.json
CHANGED
package/src/i18n/zh.json
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Tools for text processing": "
|
|
3
|
-
"Concatenate": "
|
|
2
|
+
"Tools for text processing": "Tools for text processing",
|
|
3
|
+
"Concatenate": "Concatenate",
|
|
4
4
|
"Replace": "替换",
|
|
5
|
-
"Split": "
|
|
6
|
-
"Find": "
|
|
7
|
-
"Markdown to HTML": "Markdown
|
|
8
|
-
"HTML to Markdown": "
|
|
9
|
-
"Remove HTML Tags": "
|
|
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",
|
|
10
10
|
"Slugify": "Slugify",
|
|
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": "
|
|
18
|
-
"Convert HTML to Markdown": "
|
|
19
|
-
"Removes every HTML tag and returns plain text": "
|
|
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": "
|
|
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",
|
|
24
24
|
"Separator": "分隔符",
|
|
25
25
|
"Text": "文本",
|
|
26
26
|
"Search Value": "搜索值",
|
|
27
|
-
"Replace Value": "
|
|
28
|
-
"Replace Only First Match": "
|
|
29
|
-
"Delimiter": "
|
|
27
|
+
"Replace Value": "Replace Value",
|
|
28
|
+
"Replace Only First Match": "Replace Only First Match",
|
|
29
|
+
"Delimiter": "Delimiter",
|
|
30
30
|
"text": "文本",
|
|
31
|
-
"Expression": "
|
|
31
|
+
"Expression": "Expression",
|
|
32
32
|
"Markdown Content": "Markdown Content",
|
|
33
|
-
"Flavor of Markdown": "Markdown
|
|
34
|
-
"Minimum Header Level": "
|
|
35
|
-
"Support Tables": "
|
|
36
|
-
"No Header ID": "
|
|
37
|
-
"Simple Line Breaks": "
|
|
38
|
-
"Open Links in New Window": "
|
|
39
|
-
"HTML Content": "HTML
|
|
40
|
-
"HTML content": "HTML
|
|
41
|
-
"Enter value": "
|
|
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",
|
|
42
42
|
"Default Value": "默认值",
|
|
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": "
|
|
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": "
|
|
54
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
55
|
-
"The HTML to convert to markdown": "
|
|
56
|
-
"List of items to convert to a text table": "
|
|
57
|
-
"Default": "
|
|
58
|
-
"Original": "
|
|
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",
|
|
59
59
|
"GitHub": "GitHub"
|
|
60
60
|
}
|