@tasenor/common-plugins 1.11.64 → 1.11.65

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @tasenor/common-plugins@1.11.63 build /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.11.64 build /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
3
3
  > rm -fr dist && tsc
4
4
 
@@ -1,8 +1,8 @@
1
1
 
2
- > @tasenor/common-plugins@1.11.63 ci /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.11.64 ci /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
3
3
  > pnpm run lint
4
4
 
5
5
 
6
- > @tasenor/common-plugins@1.11.63 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
6
+ > @tasenor/common-plugins@1.11.64 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
7
7
  > eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
8
8
 
@@ -105,6 +105,7 @@
105
105
  "icon-create-period": "Aloita uusi tilikausi",
106
106
  "icon-create-user": "Luo uusi käyttäjä",
107
107
  "icon-delete-entry": "Poista rivi",
108
+ "icon-delete-import": "Hylkää tuonti",
108
109
  "icon-delete-tx": "Poista koko tapahtuma",
109
110
  "icon-delete-user": "Poista käyttäjä",
110
111
  "icon-download-csv": "Lataa CSV-tiedostona",
@@ -342,5 +343,9 @@
342
343
  "Delete this data line?": "Poistetaanko tämä tietueen rivi?",
343
344
  "from this entry": "tältä tapahtumalta",
344
345
  "extra-data-stock-change": "Omaisuuserän muutos",
345
- "icon-add-stock-change": "Lisää omaisuuserän muutos"
346
+ "icon-add-stock-change": "Lisää omaisuuserän muutos",
347
+ "You cannot delete an import that has been successfully executed.": "Sellaista tuontia ei voi poista, jossa on onnistuneesti tuotuja tapahtumia.",
348
+ "You need to revert changes first.": "Ensin täytyy perua tuonnin tekemät muutokset.",
349
+ "Alert": "Huomio",
350
+ "Imported data deleted.": "Tuonnin tiedot poistettu."
346
351
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tasenor/common-plugins",
3
- "version": "1.11.64",
3
+ "version": "1.11.65",
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": "1.11.64",
17
- "@tasenor/common-node": "1.11.64",
18
- "@tasenor/common-ui": "1.11.64"
16
+ "@tasenor/common": "1.11.65",
17
+ "@tasenor/common-node": "1.11.65",
18
+ "@tasenor/common-ui": "1.11.65"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@mui/icons-material": "^5.14.1",
@@ -31,7 +31,7 @@
31
31
  "react-i18next": "^14.0.5",
32
32
  "react-router-dom": "^6.14.1",
33
33
  "typescript": "^5.1.6",
34
- "@tasenor/config": "1.11.64",
34
+ "@tasenor/config": "1.11.65",
35
35
  "eslint-config-tasenor": "0.0.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -105,6 +105,7 @@
105
105
  "icon-create-period": "Aloita uusi tilikausi",
106
106
  "icon-create-user": "Luo uusi käyttäjä",
107
107
  "icon-delete-entry": "Poista rivi",
108
+ "icon-delete-import": "Hylkää tuonti",
108
109
  "icon-delete-tx": "Poista koko tapahtuma",
109
110
  "icon-delete-user": "Poista käyttäjä",
110
111
  "icon-download-csv": "Lataa CSV-tiedostona",
@@ -342,5 +343,9 @@
342
343
  "Delete this data line?": "Poistetaanko tämä tietueen rivi?",
343
344
  "from this entry": "tältä tapahtumalta",
344
345
  "extra-data-stock-change": "Omaisuuserän muutos",
345
- "icon-add-stock-change": "Lisää omaisuuserän muutos"
346
+ "icon-add-stock-change": "Lisää omaisuuserän muutos",
347
+ "You cannot delete an import that has been successfully executed.": "Sellaista tuontia ei voi poista, jossa on onnistuneesti tuotuja tapahtumia.",
348
+ "You need to revert changes first.": "Ensin täytyy perua tuonnin tekemät muutokset.",
349
+ "Alert": "Huomio",
350
+ "Imported data deleted.": "Tuonnin tiedot poistettu."
346
351
  }