@activepieces/piece-text-helper 0.4.4 → 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.
- package/package.json +2 -2
- package/src/i18n/de.json +49 -49
- package/src/i18n/es.json +51 -51
- package/src/i18n/fr.json +51 -51
- package/src/i18n/ja.json +52 -52
- package/src/i18n/nl.json +52 -52
- package/src/i18n/pt.json +51 -51
- package/src/i18n/zh.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-text-helper",
|
|
3
|
-
"version": "0.4.
|
|
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.
|
|
20
|
+
"@activepieces/shared": "0.20.0",
|
|
21
21
|
"tslib": "2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Text Helper": "Text
|
|
3
|
-
"Tools for text processing": "
|
|
4
|
-
"Concatenate": "
|
|
5
|
-
"Replace": "
|
|
6
|
-
"Split": "
|
|
7
|
-
"Find": "
|
|
8
|
-
"Markdown to HTML": "Markdown
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Text Helfer",
|
|
3
|
+
"Tools for text processing": "Werkzeuge für Textverarbeitung",
|
|
4
|
+
"Concatenate": "Zusammenführen",
|
|
5
|
+
"Replace": "Ersetzen",
|
|
6
|
+
"Split": "Aufteilen",
|
|
7
|
+
"Find": "Suchen",
|
|
8
|
+
"Markdown to HTML": "Markdown zu HTML",
|
|
9
|
+
"HTML to Markdown": "HTML zu Markdown",
|
|
10
|
+
"Remove HTML Tags": "HTML-Tags entfernen",
|
|
11
11
|
"Slugify": "Slugify",
|
|
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": "
|
|
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
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Standardwert verwenden, wenn Eingabe leer ist",
|
|
13
|
+
"Concatenate two or more texts": "Zwei oder mehr Texte zusammenfassen",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Ersetzt alle Instanzen eines Wortes, eines Zeichens oder einer Phrase im Text durch ein anderes.",
|
|
15
|
+
"Split a text by a delimiter": "Text durch Trennzeichen teilen",
|
|
16
|
+
"Find substring (Regex or Text).": "Substring finden (Regex oder Text).",
|
|
17
|
+
"Convert markdown to HTML": "Markdown in HTML konvertieren",
|
|
18
|
+
"Convert HTML to Markdown": "HTML in Markdown konvertieren",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Entfernt jeden HTML-Tag und gibt Klartext zurück",
|
|
20
|
+
"Slugifies strings.": "Verwässert Zeichenketten.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Prüft Ihre Eingabe und gibt den Standardwert zurück, wenn die Eingabe ein leerer Text oder eine Liste ist",
|
|
22
|
+
"Texts": "Texte",
|
|
23
|
+
"Separator": "Trennzeichen",
|
|
24
24
|
"Text": "Text",
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
25
|
+
"Search Value": "Suchwert",
|
|
26
|
+
"Replace Value": "Wert ersetzen",
|
|
27
|
+
"Replace Only First Match": "Nur erstes Match ersetzen",
|
|
28
|
+
"Delimiter": "Trennzeichen",
|
|
29
29
|
"text": "text",
|
|
30
|
-
"Expression": "
|
|
30
|
+
"Expression": "Ausdruck",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header 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.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
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": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
32
|
+
"Flavor of Markdown": "Sorte Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimale Kopfzeilenstufe",
|
|
34
|
+
"Support Tables": "Unterstützungstabellen",
|
|
35
|
+
"No Header ID": "Keine Header-ID",
|
|
36
|
+
"Simple Line Breaks": "Einfache Zeilenumbrüche",
|
|
37
|
+
"Open Links in New Window": "Links in neuem Fenster öffnen",
|
|
38
|
+
"HTML Content": "HTML-Inhalt",
|
|
39
|
+
"HTML content": "HTML-Inhalt",
|
|
40
|
+
"Enter value": "Wert eingeben",
|
|
41
|
+
"Default Value": "Standardwert",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "Der Text, der die Texte trennt, die Sie zusammenfassen möchten",
|
|
43
|
+
"Can be plain text or a regex expression.": "Kann einfacher Text oder ein regex-Ausdruck sein.",
|
|
44
|
+
"Leave empty to delete found results.": "Leer lassen, um gefundene Ergebnisse zu löschen.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Ersetzt nur die erste Instanz des Suchwertes.",
|
|
46
|
+
"Regex or text to search for.": "Regex oder Text zum Suchen.",
|
|
47
|
+
"The markdown to convert to HTML": "Das Markdown zum Konvertieren in HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "Der Geschmack der Markdown Verwendung während der Konvertierung",
|
|
49
|
+
"The minimum header level to use during conversion": "Die minimale Kopfzeilen-Ebene, die bei der Konvertierung verwendet wird",
|
|
50
|
+
"Whether to support tables during conversion": "Gibt an, ob Tabellen während der Konvertierung unterstützt werden sollen",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Gibt an, ob während der Konvertierung eine ID zu Kopfzeilen hinzugefügt werden soll",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parse Linie pausiert als <br>, ohne 2 Leerzeichen am Ende der Zeile zu benötigen",
|
|
53
|
+
"The HTML to convert to markdown": "HTML zum Konvertieren in Markdown",
|
|
54
|
+
"Default": "Standard",
|
|
55
55
|
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/es.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
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Ayuda de texto",
|
|
3
|
+
"Tools for text processing": "Herramientas para procesamiento de texto",
|
|
4
|
+
"Concatenate": "Concatenar",
|
|
5
|
+
"Replace": "Reemplazar",
|
|
6
|
+
"Split": "Dividir",
|
|
7
|
+
"Find": "Buscar",
|
|
8
|
+
"Markdown to HTML": "Markdown a HTML",
|
|
9
|
+
"HTML to Markdown": "HTML a Markdown",
|
|
10
|
+
"Remove HTML Tags": "Eliminar etiquetas HTML",
|
|
11
11
|
"Slugify": "Slugify",
|
|
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": "
|
|
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
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Usar valor predeterminado si la entrada está vacía",
|
|
13
|
+
"Concatenate two or more texts": "Concatenar dos o más textos",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Reemplaza todas las instancias de cualquier palabra, carácter o frase en texto, con otra.",
|
|
15
|
+
"Split a text by a delimiter": "Dividir un texto por un delimitador",
|
|
16
|
+
"Find substring (Regex or Text).": "Buscar subcadena (Regex o Texto).",
|
|
17
|
+
"Convert markdown to HTML": "Convertir markdown a HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convertir HTML a Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Elimina cada etiqueta HTML y devuelve texto plano",
|
|
20
|
+
"Slugifies strings.": "Slugifica las cadenas.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Comprueba tu entrada y devuelve el valor predeterminado, si la entrada está vacía de texto o lista",
|
|
22
|
+
"Texts": "Textos",
|
|
23
|
+
"Separator": "Separador",
|
|
24
|
+
"Text": "Texto",
|
|
25
|
+
"Search Value": "Valor de búsqueda",
|
|
26
|
+
"Replace Value": "Reemplazar valor",
|
|
27
|
+
"Replace Only First Match": "Reemplazar solo la primera partida",
|
|
28
|
+
"Delimiter": "Delimitador",
|
|
29
|
+
"text": "texto",
|
|
30
|
+
"Expression": "Expresión",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header 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.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
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": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
32
|
+
"Flavor of Markdown": "Sabor de Markdown",
|
|
33
|
+
"Minimum Header Level": "Nivel mínimo de cabecera",
|
|
34
|
+
"Support Tables": "Tablas de soporte",
|
|
35
|
+
"No Header ID": "Sin ID de cabecera",
|
|
36
|
+
"Simple Line Breaks": "Saltos de línea simples",
|
|
37
|
+
"Open Links in New Window": "Abrir enlaces en nueva ventana",
|
|
38
|
+
"HTML Content": "Contenido HTML",
|
|
39
|
+
"HTML content": "Contenido HTML",
|
|
40
|
+
"Enter value": "Introducir valor",
|
|
41
|
+
"Default Value": "Valor por defecto",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "El texto que separa los textos que desea concatenar",
|
|
43
|
+
"Can be plain text or a regex expression.": "Puede ser texto plano o expresión regex.",
|
|
44
|
+
"Leave empty to delete found results.": "Dejar en blanco para eliminar los resultados encontrados.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Sólo reemplaza la primera instancia del valor de búsqueda.",
|
|
46
|
+
"Regex or text to search for.": "Regex o texto a buscar.",
|
|
47
|
+
"The markdown to convert to HTML": "El markdown para convertir a HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "El sabor del uso de markdown durante la conversión",
|
|
49
|
+
"The minimum header level to use during conversion": "El nivel mínimo de cabecera a usar durante la conversión",
|
|
50
|
+
"Whether to support tables during conversion": "Si soporta tablas durante la conversión",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Si agregar un ID a las cabeceras durante la conversión",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Analiza los saltos de línea como <br>, sin necesidad de 2 espacios al final de la línea",
|
|
53
|
+
"The HTML to convert to markdown": "El HTML para convertir a markdown",
|
|
54
|
+
"Default": "Por defecto",
|
|
55
55
|
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/fr.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
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Assistant de texte",
|
|
3
|
+
"Tools for text processing": "Outils pour le traitement du texte",
|
|
4
|
+
"Concatenate": "Concaténer",
|
|
5
|
+
"Replace": "Remplacer",
|
|
6
|
+
"Split": "Diviser",
|
|
7
|
+
"Find": "Chercher",
|
|
8
|
+
"Markdown to HTML": "Markdown vers HTML",
|
|
9
|
+
"HTML to Markdown": "HTML vers Markdown",
|
|
10
|
+
"Remove HTML Tags": "Supprimer les balises HTML",
|
|
11
11
|
"Slugify": "Slugify",
|
|
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": "
|
|
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
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Utiliser la valeur par défaut si l'entrée est vide",
|
|
13
|
+
"Concatenate two or more texts": "Concaténer deux ou plusieurs textes",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Remplace toutes les instances de n'importe quel mot, caractère ou expression dans le texte, par un autre.",
|
|
15
|
+
"Split a text by a delimiter": "Diviser un texte par un délimiteur",
|
|
16
|
+
"Find substring (Regex or Text).": "Rechercher une sous-chaîne (Regex ou Texte).",
|
|
17
|
+
"Convert markdown to HTML": "Convertir markdown en HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convertir le HTML en Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Supprime chaque balise HTML et retourne du texte brut",
|
|
20
|
+
"Slugifies strings.": "Slugifie les chaînes.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Vérifie votre entrée et renvoie la valeur par défaut, si l'entrée est un texte vide ou une liste",
|
|
22
|
+
"Texts": "Textes",
|
|
23
|
+
"Separator": "Séparateur",
|
|
24
|
+
"Text": "Texte du texte",
|
|
25
|
+
"Search Value": "Valeur de la recherche",
|
|
26
|
+
"Replace Value": "Remplacer la valeur",
|
|
27
|
+
"Replace Only First Match": "Remplacer seulement le premier match",
|
|
28
|
+
"Delimiter": "Délimiteur",
|
|
29
|
+
"text": "texte du texte",
|
|
30
30
|
"Expression": "Expression",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header 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.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
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": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
55
|
-
"Original": "
|
|
32
|
+
"Flavor of Markdown": "Saveur de Markdown",
|
|
33
|
+
"Minimum Header Level": "Niveau minimum d'en-tête",
|
|
34
|
+
"Support Tables": "Tables de support",
|
|
35
|
+
"No Header ID": "Aucun ID d'en-tête",
|
|
36
|
+
"Simple Line Breaks": "Coupes de ligne simples",
|
|
37
|
+
"Open Links in New Window": "Ouvrir les liens dans une nouvelle fenêtre",
|
|
38
|
+
"HTML Content": "Contenu HTML",
|
|
39
|
+
"HTML content": "Contenu HTML",
|
|
40
|
+
"Enter value": "Entrez une valeur",
|
|
41
|
+
"Default Value": "Valeur par défaut",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "Le texte qui sépare les textes que vous voulez concaténer",
|
|
43
|
+
"Can be plain text or a regex expression.": "Peut être du texte brut ou une expression régulière.",
|
|
44
|
+
"Leave empty to delete found results.": "Laisser vide pour supprimer les résultats trouvés.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Remplace seulement la première instance de la valeur de la recherche.",
|
|
46
|
+
"Regex or text to search for.": "Regex ou texte à rechercher.",
|
|
47
|
+
"The markdown to convert to HTML": "Le markdown à convertir en HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "La saveur de l'utilisation du markdown lors de la conversion",
|
|
49
|
+
"The minimum header level to use during conversion": "Le niveau d'en-tête minimum à utiliser lors de la conversion",
|
|
50
|
+
"Whether to support tables during conversion": "Prise en charge des tables lors de la conversion",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "S'il faut ajouter un ID aux en-têtes lors de la conversion",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Analyse les sauts de ligne en <br>, sans avoir besoin de 2 espaces à la fin de la ligne",
|
|
53
|
+
"The HTML to convert to markdown": "Le HTML à convertir en markdown",
|
|
54
|
+
"Default": "Par défaut",
|
|
55
|
+
"Original": "Originale",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/ja.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
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
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
11
|
"Slugify": "Slugify",
|
|
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": "
|
|
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
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
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": "マークダウンを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
|
+
"Texts": "テキスト",
|
|
23
|
+
"Separator": "区切り記号",
|
|
24
|
+
"Text": "テキスト",
|
|
25
|
+
"Search Value": "検索値",
|
|
26
|
+
"Replace Value": "置換値",
|
|
27
|
+
"Replace Only First Match": "最初の一致のみ置換",
|
|
28
|
+
"Delimiter": "区切り文字",
|
|
29
|
+
"text": "テキスト",
|
|
30
|
+
"Expression": "式",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header 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": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
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": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
55
|
-
"Original": "
|
|
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に変換するマークダウン",
|
|
48
|
+
"The flavor of markdown use during conversion": "変換中のマークダウン使用の味",
|
|
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": "行末に 2 つのスペースを必要とせずに、改行を <br>として解析します。",
|
|
53
|
+
"The HTML to convert to markdown": "マークダウンに変換する HTML",
|
|
54
|
+
"Default": "デフォルト",
|
|
55
|
+
"Original": "オリジナル",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/nl.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
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Sms'en naar Helper",
|
|
3
|
+
"Tools for text processing": "Gereedschappen voor tekstverwerking",
|
|
4
|
+
"Concatenate": "Samenvoegen",
|
|
5
|
+
"Replace": "Vervangen",
|
|
6
|
+
"Split": "Opsplitsen",
|
|
7
|
+
"Find": "Zoeken",
|
|
8
|
+
"Markdown to HTML": "Markdown naar HTML",
|
|
9
|
+
"HTML to Markdown": "HTML naar Markdown",
|
|
10
|
+
"Remove HTML Tags": "Verwijder HTML-tags",
|
|
11
11
|
"Slugify": "Slugify",
|
|
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": "
|
|
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
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Gebruik standaard waarde als de invoer leeg is",
|
|
13
|
+
"Concatenate two or more texts": "Samenvoegen van twee of meer teksten",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Vervangt alle voorbeelden van een woord, teken of zin in tekst, met een ander woord.",
|
|
15
|
+
"Split a text by a delimiter": "Splits tekst door een scheidingsteken",
|
|
16
|
+
"Find substring (Regex or Text).": "Zoek substring (Regex of tekst).",
|
|
17
|
+
"Convert markdown to HTML": "Converteer markdown naar HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Converteer HTML naar Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Verwijdert elke HTML-tag en geeft platte tekst terug",
|
|
20
|
+
"Slugifies strings.": "Slugificeert strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Controleert uw invoer en geeft de standaardwaarde terug als de invoer een lege tekst of lijst is",
|
|
22
|
+
"Texts": "Teksten",
|
|
23
|
+
"Separator": "Scheidingsteken",
|
|
24
|
+
"Text": "Tekstveld",
|
|
25
|
+
"Search Value": "Waarde zoeken",
|
|
26
|
+
"Replace Value": "Vervang waarde",
|
|
27
|
+
"Replace Only First Match": "Vervang alleen eerste overeenkomst",
|
|
28
|
+
"Delimiter": "Scheidingsteken",
|
|
29
|
+
"text": "tekstveld",
|
|
30
|
+
"Expression": "Expressie",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "Flavor
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header 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.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
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": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
55
|
-
"Original": "
|
|
32
|
+
"Flavor of Markdown": "Flavor van Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimaal kopniveau",
|
|
34
|
+
"Support Tables": "Steun tabellen",
|
|
35
|
+
"No Header ID": "Geen header ID",
|
|
36
|
+
"Simple Line Breaks": "Eenvoudige lijnbreuken",
|
|
37
|
+
"Open Links in New Window": "Links openen in nieuw venster",
|
|
38
|
+
"HTML Content": "HTML inhoud",
|
|
39
|
+
"HTML content": "HTML inhoud",
|
|
40
|
+
"Enter value": "Voer waarde in",
|
|
41
|
+
"Default Value": "Standaard waarde",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "De tekst die de teksten scheidt die u wilt samenvoegen",
|
|
43
|
+
"Can be plain text or a regex expression.": "Kan platte tekst of een regex expressie zijn.",
|
|
44
|
+
"Leave empty to delete found results.": "Laat leeg om gevonden resultaten te verwijderen.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "vervangt alleen de eerste instantie van de waarde van de zoekopdracht.",
|
|
46
|
+
"Regex or text to search for.": "Regex of tekst om naar te zoeken",
|
|
47
|
+
"The markdown to convert to HTML": "De markdown om te converteren naar HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "De smaak van markdown gebruik tijdens conversie",
|
|
49
|
+
"The minimum header level to use during conversion": "Minimale te gebruiken koptekstniveau tijdens de conversie",
|
|
50
|
+
"Whether to support tables during conversion": "Ondersteun tabellen tijdens conversie",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Of een ID aan headers toe te voegen tijdens de conversie",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parsen regeleinden als <br>, zonder 2 spaties nodig aan het einde van de regel",
|
|
53
|
+
"The HTML to convert to markdown": "De HTML om te converteren naar markdown",
|
|
54
|
+
"Default": "Standaard",
|
|
55
|
+
"Original": "Origineel",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/pt.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
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Auxiliar de texto",
|
|
3
|
+
"Tools for text processing": "Ferramentas para processamento de texto",
|
|
4
|
+
"Concatenate": "Concatenar",
|
|
5
|
+
"Replace": "Substituir",
|
|
6
|
+
"Split": "Divisão",
|
|
7
|
+
"Find": "Localizar",
|
|
8
|
+
"Markdown to HTML": "Markdown para HTML",
|
|
9
|
+
"HTML to Markdown": "HTML para Markdown",
|
|
10
|
+
"Remove HTML Tags": "Remover Tags HTML",
|
|
11
11
|
"Slugify": "Slugify",
|
|
12
|
-
"Use Default Value if Input is Empty": "Use
|
|
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
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Use o valor padrão se a entrada estiver vazia",
|
|
13
|
+
"Concatenate two or more texts": "Concatenar dois ou mais textos",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Substitui todas as instâncias de qualquer palavra, caractere ou frase no texto, por outra.",
|
|
15
|
+
"Split a text by a delimiter": "Dividir um texto por um delimitador",
|
|
16
|
+
"Find substring (Regex or Text).": "Encontre substring (Regex ou Texto).",
|
|
17
|
+
"Convert markdown to HTML": "Converter markdown para HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Converter HTML para Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Remove todas as tags HTML e retorna texto puro",
|
|
20
|
+
"Slugifies strings.": "Elugifica strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Verifica sua entrada e retorna o valor padrão, se a entrada estiver vazia ou em branco",
|
|
22
|
+
"Texts": "Textos",
|
|
23
|
+
"Separator": "Separador",
|
|
24
|
+
"Text": "texto",
|
|
25
|
+
"Search Value": "Pesquisar Valor",
|
|
26
|
+
"Replace Value": "Substituir Valor",
|
|
27
|
+
"Replace Only First Match": "Substituir Apenas Primeira Correspondência",
|
|
28
|
+
"Delimiter": "Delimitador",
|
|
29
|
+
"text": "texto",
|
|
30
|
+
"Expression": "Expressão",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header 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.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
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": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
32
|
+
"Flavor of Markdown": "Sabor do Markdown",
|
|
33
|
+
"Minimum Header Level": "Nível mínimo do cabeçalho",
|
|
34
|
+
"Support Tables": "Tabelas de suporte",
|
|
35
|
+
"No Header ID": "Sem ID do Cabeçalho",
|
|
36
|
+
"Simple Line Breaks": "Quebra de linha simples",
|
|
37
|
+
"Open Links in New Window": "Abrir Links em Nova Janela",
|
|
38
|
+
"HTML Content": "Conteúdo HTML",
|
|
39
|
+
"HTML content": "Conteúdo HTML",
|
|
40
|
+
"Enter value": "Digite o valor",
|
|
41
|
+
"Default Value": "Valor Padrão",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "O texto que separa os textos que você quer concatenar",
|
|
43
|
+
"Can be plain text or a regex expression.": "Pode ser texto simples ou uma expressão regex .",
|
|
44
|
+
"Leave empty to delete found results.": "Deixe em branco para excluir os resultados encontrados.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Só substitui a primeira instância do valor de pesquisa.",
|
|
46
|
+
"Regex or text to search for.": "Regex ou texto para procurar.",
|
|
47
|
+
"The markdown to convert to HTML": "O markdown para converter em HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "O sabor do uso em markdown durante a conversão",
|
|
49
|
+
"The minimum header level to use during conversion": "O nível mínimo de cabeçalho a ser usado durante a conversão",
|
|
50
|
+
"Whether to support tables during conversion": "Se deseja suportar tabelas durante a conversão",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Adicionar um ID para cabeçalhos durante a conversão",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Analisa quebra de linha como <br>, sem precisar de 2 espaços no final da linha",
|
|
53
|
+
"The HTML to convert to markdown": "O HTML para converter para markdown",
|
|
54
|
+
"Default": "Padrão",
|
|
55
55
|
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Text Helper": "Text Helper",
|
|
3
3
|
"Tools for text processing": "Tools for text processing",
|
|
4
4
|
"Concatenate": "Concatenate",
|
|
5
|
-
"Replace": "
|
|
5
|
+
"Replace": "替换",
|
|
6
6
|
"Split": "Split",
|
|
7
7
|
"Find": "Find",
|
|
8
8
|
"Markdown to HTML": "Markdown to HTML",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"Slugifies strings.": "Slugifies strings.",
|
|
21
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
22
|
"Texts": "Texts",
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
23
|
+
"Separator": "分隔符",
|
|
24
|
+
"Text": "文本",
|
|
25
|
+
"Search Value": "搜索值",
|
|
26
26
|
"Replace Value": "Replace Value",
|
|
27
27
|
"Replace Only First Match": "Replace Only First Match",
|
|
28
28
|
"Delimiter": "Delimiter",
|
|
29
|
-
"text": "
|
|
29
|
+
"text": "文本",
|
|
30
30
|
"Expression": "Expression",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
32
|
"Flavor of Markdown": "Flavor of Markdown",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"HTML Content": "HTML Content",
|
|
39
39
|
"HTML content": "HTML content",
|
|
40
40
|
"Enter value": "Enter value",
|
|
41
|
-
"Default Value": "
|
|
41
|
+
"Default Value": "默认值",
|
|
42
42
|
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
43
43
|
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
44
44
|
"Leave empty to delete found results.": "Leave empty to delete found results.",
|