ra-language-finnish 4.6.0 → 4.13.0

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/esm/index.js CHANGED
@@ -78,6 +78,7 @@ var finnishMessages = {
78
78
  message: {
79
79
  about: 'Tietoja',
80
80
  are_you_sure: 'Oletko varma?',
81
+ auth_error: 'Autentikointitokenin vahvistamisessa tapahtui virhe',
81
82
  bulk_delete_content: 'Oletko varma, että ${name} poistetaan? |||| Oletko varma että haluat poistaa %{smart_count} kohdetta?',
82
83
  bulk_delete_title: 'Poista %{name} |||| Poista %{smart_count} %{name} kohdetta',
83
84
  bulk_update_content: 'Oletko varma, että ${name} päivitetään? |||| Oletko varma, että haluat päivittää %{smart_count} kohdetta?',
package/lib/index.js CHANGED
@@ -80,6 +80,7 @@ var finnishMessages = {
80
80
  message: {
81
81
  about: 'Tietoja',
82
82
  are_you_sure: 'Oletko varma?',
83
+ auth_error: 'Autentikointitokenin vahvistamisessa tapahtui virhe',
83
84
  bulk_delete_content: 'Oletko varma, että ${name} poistetaan? |||| Oletko varma että haluat poistaa %{smart_count} kohdetta?',
84
85
  bulk_delete_title: 'Poista %{name} |||| Poista %{smart_count} %{name} kohdetta',
85
86
  bulk_update_content: 'Oletko varma, että ${name} päivitetään? |||| Oletko varma, että haluat päivittää %{smart_count} kohdetta?',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ra-language-finnish",
3
- "version": "4.6.0",
3
+ "version": "4.13.0",
4
4
  "description": "Finnish messages for react-admin, the frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,12 +23,12 @@
23
23
  "watch": "tsc --outDir esm --module es2015 --watch"
24
24
  },
25
25
  "dependencies": {
26
- "ra-core": "^4.6.0"
26
+ "ra-core": "^4.13.0"
27
27
  },
28
28
  "devDependencies": {
29
- "prettier": "2.8.0",
30
- "rimraf": "^3.0.2",
31
- "typescript": "^4.9.3"
29
+ "prettier": "3.0.2",
30
+ "rimraf": "^5.0.1",
31
+ "typescript": "^5.1.6"
32
32
  },
33
33
  "keywords": [
34
34
  "react-admin",
@@ -41,5 +41,6 @@
41
41
  "bugs": {
42
42
  "url": "https://github.com/Aikain/ra-language-finnish/issues"
43
43
  },
44
- "homepage": "https://github.com/Aikain/ra-language-finnish#readme"
44
+ "homepage": "https://github.com/Aikain/ra-language-finnish#readme",
45
+ "packageManager": "yarn@3.6.1"
45
46
  }
package/src/index.ts CHANGED
@@ -40,6 +40,7 @@ const finnishMessages: TranslationMessages = {
40
40
  open: 'Avaa',
41
41
  toggle_theme: 'Vaihda teema',
42
42
  select_columns: 'Sarakkeet',
43
+ update_application: 'Päivitä sovellus',
43
44
  },
44
45
  boolean: {
45
46
  true: 'Kyllä',
@@ -80,6 +81,7 @@ const finnishMessages: TranslationMessages = {
80
81
  message: {
81
82
  about: 'Tietoja',
82
83
  are_you_sure: 'Oletko varma?',
84
+ auth_error: 'Autentikointitokenin vahvistamisessa tapahtui virhe',
83
85
  bulk_delete_content:
84
86
  'Oletko varma, että ${name} poistetaan? |||| Oletko varma että haluat poistaa %{smart_count} kohdetta?',
85
87
  bulk_delete_title: 'Poista %{name} |||| Poista %{smart_count} %{name} kohdetta',
@@ -141,6 +143,7 @@ const finnishMessages: TranslationMessages = {
141
143
  canceled: 'Toiminta peruutettu',
142
144
  logged_out: 'Istuntosi on päättynyt, ole hyvä kirjaudu uudelleen.',
143
145
  not_authorized: 'Sinulla ei ole lupaa käyttää tätä resurssia.',
146
+ application_update_available: 'Uusi versio saatavilla.',
144
147
  },
145
148
  validation: {
146
149
  required: 'Pakollinen',
@@ -152,6 +155,7 @@ const finnishMessages: TranslationMessages = {
152
155
  email: 'Sähköpostin täytyy olla kelvollinen',
153
156
  oneOf: 'Valinnan on oltava joku seuraavista: %{options}',
154
157
  regex: 'Sisällön on täsmättävä regexp:iin: %{pattern}',
158
+ unique: 'On oltava uniikki',
155
159
  },
156
160
  saved_queries: {
157
161
  label: 'Tallennetut kyselyt',