@tasenor/common-plugins 1.9.143 → 1.9.144
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @tasenor/common-plugins@1.9.
|
|
2
|
+
> @tasenor/common-plugins@1.9.143 build /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
3
3
|
> rm -fr dist && tsc
|
|
4
4
|
|
package/.turbo/turbo-ci.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @tasenor/common-plugins@1.9.
|
|
2
|
+
> @tasenor/common-plugins@1.9.143 ci /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
3
3
|
> pnpm run lint
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @tasenor/common-plugins@1.9.
|
|
6
|
+
> @tasenor/common-plugins@1.9.143 lint /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
7
7
|
> eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
|
|
8
8
|
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"Search": "Etsi",
|
|
251
251
|
"Select database": "Valitse kanta",
|
|
252
252
|
"Select period": "Valitse tilikausi",
|
|
253
|
-
"Select plugin for handling the import": "Valitse tuonnin hoitava
|
|
253
|
+
"Select plugin for handling the import": "Valitse tuonnin hoitava lisäosa",
|
|
254
254
|
"Session expired or invalid.": "Istunto on vanhentunut tai viallinen.",
|
|
255
255
|
"Settings": "Asetukset",
|
|
256
256
|
"Shop": "Kauppa",
|
|
@@ -280,8 +280,8 @@
|
|
|
280
280
|
"System": "Järjestelmä",
|
|
281
281
|
"The status is unknown.": "Tila on tuntematon",
|
|
282
282
|
"There are no databases available.": "Tietokantoja ei ole saatavilla.",
|
|
283
|
-
"There are no import plugins available.": "Yhtään
|
|
284
|
-
"There are no report plugins available.": "Yhtään
|
|
283
|
+
"There are no import plugins available.": "Yhtään tuontilisäosaa ei ole asennettu.",
|
|
284
|
+
"There are no report plugins available.": "Yhtään raportointilisäosaa ei ole asennettu.",
|
|
285
285
|
"There was a problem fetching plugin data and some features may be missing.": "Lisäosien haussa oli ongelmia ja kaikki toiminnot eivät ole tällä hetkellä käytettävissä.",
|
|
286
286
|
"There was already an existing transaction matching.": "Samanlainen tilitapahtuma oli jo ennestää tilikaudella.",
|
|
287
287
|
"This field is required.": "Tämä kenttä ei voi olla tyhjä.",
|
|
@@ -338,5 +338,6 @@
|
|
|
338
338
|
"case sensitive": "aakkoslajit erottava",
|
|
339
339
|
"Case sensitive match": "Aakkoslajit erottava täsmäys",
|
|
340
340
|
"Match complete field value": "Täsmää kentän koko pituudelta",
|
|
341
|
-
"The text to match": "Etsittävä teksti"
|
|
341
|
+
"The text to match": "Etsittävä teksti",
|
|
342
|
+
"There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu."
|
|
342
343
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tasenor/common-plugins",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.144",
|
|
4
4
|
"description": "Shared common plugins of Tasenor project",
|
|
5
5
|
"repository": "git@github.com:dataplugoy/tasenor-bookkeeper.git",
|
|
6
6
|
"author": "Tommi Ronkainen <tommi.ronkainen@gmail.com>",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"dayjs": "1.10.8",
|
|
14
14
|
"sprintf-js": "^1.1.2",
|
|
15
15
|
"tsx": "^4.7.0",
|
|
16
|
-
"@tasenor/common
|
|
17
|
-
"@tasenor/common-ui": "1.9.
|
|
18
|
-
"@tasenor/common": "1.9.
|
|
16
|
+
"@tasenor/common": "1.9.144",
|
|
17
|
+
"@tasenor/common-ui": "1.9.144",
|
|
18
|
+
"@tasenor/common-node": "1.9.144"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@mui/icons-material": "^5.14.1",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react-i18next": "^13.0.2",
|
|
32
32
|
"react-router-dom": "^6.14.1",
|
|
33
33
|
"typescript": "^5.1.6",
|
|
34
|
-
"@tasenor/config": "1.9.
|
|
34
|
+
"@tasenor/config": "1.9.144",
|
|
35
35
|
"eslint-config-tasenor": "0.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"Search": "Etsi",
|
|
251
251
|
"Select database": "Valitse kanta",
|
|
252
252
|
"Select period": "Valitse tilikausi",
|
|
253
|
-
"Select plugin for handling the import": "Valitse tuonnin hoitava
|
|
253
|
+
"Select plugin for handling the import": "Valitse tuonnin hoitava lisäosa",
|
|
254
254
|
"Session expired or invalid.": "Istunto on vanhentunut tai viallinen.",
|
|
255
255
|
"Settings": "Asetukset",
|
|
256
256
|
"Shop": "Kauppa",
|
|
@@ -280,8 +280,8 @@
|
|
|
280
280
|
"System": "Järjestelmä",
|
|
281
281
|
"The status is unknown.": "Tila on tuntematon",
|
|
282
282
|
"There are no databases available.": "Tietokantoja ei ole saatavilla.",
|
|
283
|
-
"There are no import plugins available.": "Yhtään
|
|
284
|
-
"There are no report plugins available.": "Yhtään
|
|
283
|
+
"There are no import plugins available.": "Yhtään tuontilisäosaa ei ole asennettu.",
|
|
284
|
+
"There are no report plugins available.": "Yhtään raportointilisäosaa ei ole asennettu.",
|
|
285
285
|
"There was a problem fetching plugin data and some features may be missing.": "Lisäosien haussa oli ongelmia ja kaikki toiminnot eivät ole tällä hetkellä käytettävissä.",
|
|
286
286
|
"There was already an existing transaction matching.": "Samanlainen tilitapahtuma oli jo ennestää tilikaudella.",
|
|
287
287
|
"This field is required.": "Tämä kenttä ei voi olla tyhjä.",
|
|
@@ -338,5 +338,6 @@
|
|
|
338
338
|
"case sensitive": "aakkoslajit erottava",
|
|
339
339
|
"Case sensitive match": "Aakkoslajit erottava täsmäys",
|
|
340
340
|
"Match complete field value": "Täsmää kentän koko pituudelta",
|
|
341
|
-
"The text to match": "Etsittävä teksti"
|
|
341
|
+
"The text to match": "Etsittävä teksti",
|
|
342
|
+
"There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu."
|
|
342
343
|
}
|