ra-language-finnish 4.7.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.
Files changed (2) hide show
  1. package/package.json +7 -6
  2. package/src/index.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ra-language-finnish",
3
- "version": "4.7.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.7.0"
26
+ "ra-core": "^4.13.0"
27
27
  },
28
28
  "devDependencies": {
29
- "prettier": "2.8.2",
30
- "rimraf": "^3.0.2",
31
- "typescript": "^4.9.4"
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ä',
@@ -142,6 +143,7 @@ const finnishMessages: TranslationMessages = {
142
143
  canceled: 'Toiminta peruutettu',
143
144
  logged_out: 'Istuntosi on päättynyt, ole hyvä kirjaudu uudelleen.',
144
145
  not_authorized: 'Sinulla ei ole lupaa käyttää tätä resurssia.',
146
+ application_update_available: 'Uusi versio saatavilla.',
145
147
  },
146
148
  validation: {
147
149
  required: 'Pakollinen',
@@ -153,6 +155,7 @@ const finnishMessages: TranslationMessages = {
153
155
  email: 'Sähköpostin täytyy olla kelvollinen',
154
156
  oneOf: 'Valinnan on oltava joku seuraavista: %{options}',
155
157
  regex: 'Sisällön on täsmättävä regexp:iin: %{pattern}',
158
+ unique: 'On oltava uniikki',
156
159
  },
157
160
  saved_queries: {
158
161
  label: 'Tallennetut kyselyt',