@activepieces/piece-date-helper 0.1.10 → 0.1.11
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/es.json +3 -3
- package/src/i18n/pt.json +3 -3
package/package.json
CHANGED
package/src/i18n/es.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Date Helper": "Ayudante de fecha",
|
|
3
|
-
"Manipulate, format, and extract time units for all your date and time needs.": "
|
|
4
|
-
"Get Current Date": "
|
|
5
|
-
"Format Date": "
|
|
3
|
+
"Manipulate, format, and extract time units for all your date and time needs.": "Manipular, formatear y extraer unidades de tiempo para todas sus necesidades de fecha y hora.",
|
|
4
|
+
"Get Current Date": "Obtener fecha actual",
|
|
5
|
+
"Format Date": "Formatear fecha",
|
|
6
6
|
"Extract Date Units": "Extract Date Units",
|
|
7
7
|
"Date Difference": "Date Difference",
|
|
8
8
|
"Add/Subtract Time": "Add/Subtract Time",
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Date Helper": "Ajudante de data",
|
|
3
|
-
"Manipulate, format, and extract time units for all your date and time needs.": "
|
|
4
|
-
"Get Current Date": "
|
|
5
|
-
"Format Date": "
|
|
3
|
+
"Manipulate, format, and extract time units for all your date and time needs.": "Manipular, formatar e extrair unidades de hora para todas as suas necessidades de data e hora.",
|
|
4
|
+
"Get Current Date": "Obter a data atual",
|
|
5
|
+
"Format Date": "Formato Data",
|
|
6
6
|
"Extract Date Units": "Extract Date Units",
|
|
7
7
|
"Date Difference": "Date Difference",
|
|
8
8
|
"Add/Subtract Time": "Add/Subtract Time",
|