ra-language-finnish 5.10.1 → 5.11.1
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 +1 -0
- package/lib/index.js +1 -0
- package/package.json +3 -3
- package/src/index.ts +1 -0
package/esm/index.js
CHANGED
|
@@ -151,6 +151,7 @@ var finnishMessages = {
|
|
|
151
151
|
logged_out: 'Istuntosi on päättynyt, ole hyvä kirjaudu uudelleen.',
|
|
152
152
|
not_authorized: 'Sinulla ei ole lupaa käyttää tätä resurssia.',
|
|
153
153
|
application_update_available: 'Uusi versio saatavilla.',
|
|
154
|
+
offline: 'Ei yhteyttä. Tietoja ei voitu hakea.',
|
|
154
155
|
},
|
|
155
156
|
validation: {
|
|
156
157
|
required: 'Pakollinen',
|
package/lib/index.js
CHANGED
|
@@ -153,6 +153,7 @@ var finnishMessages = {
|
|
|
153
153
|
logged_out: 'Istuntosi on päättynyt, ole hyvä kirjaudu uudelleen.',
|
|
154
154
|
not_authorized: 'Sinulla ei ole lupaa käyttää tätä resurssia.',
|
|
155
155
|
application_update_available: 'Uusi versio saatavilla.',
|
|
156
|
+
offline: 'Ei yhteyttä. Tietoja ei voitu hakea.',
|
|
156
157
|
},
|
|
157
158
|
validation: {
|
|
158
159
|
required: 'Pakollinen',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ra-language-finnish",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.11.1",
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"watch": "tsc --outDir esm --module es2015 --watch"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"ra-core": "^5.
|
|
27
|
+
"ra-core": "^5.11.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"prettier": "3.6.2",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"url": "https://github.com/Aikain/ra-language-finnish/issues"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/Aikain/ra-language-finnish#readme",
|
|
46
|
-
"packageManager": "yarn@4.9.
|
|
46
|
+
"packageManager": "yarn@4.9.4"
|
|
47
47
|
}
|
package/src/index.ts
CHANGED
|
@@ -156,6 +156,7 @@ const finnishMessages: TranslationMessages = {
|
|
|
156
156
|
logged_out: 'Istuntosi on päättynyt, ole hyvä kirjaudu uudelleen.',
|
|
157
157
|
not_authorized: 'Sinulla ei ole lupaa käyttää tätä resurssia.',
|
|
158
158
|
application_update_available: 'Uusi versio saatavilla.',
|
|
159
|
+
offline: 'Ei yhteyttä. Tietoja ei voitu hakea.',
|
|
159
160
|
},
|
|
160
161
|
validation: {
|
|
161
162
|
required: 'Pakollinen',
|