ra-language-finnish 5.0.1 → 5.2.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 +2 -0
- package/lib/index.js +2 -0
- package/package.json +6 -6
- package/src/index.ts +2 -0
package/esm/index.js
CHANGED
|
@@ -97,6 +97,8 @@ var finnishMessages = {
|
|
|
97
97
|
unsaved_changes: 'Joitakin muutoksia ei ole tallennettu. Haluatko varmasti hylätä ne?',
|
|
98
98
|
},
|
|
99
99
|
navigation: {
|
|
100
|
+
clear_filters: 'Tyhjennä suodattimet',
|
|
101
|
+
no_filtered_results: 'Yhtään kohdetta ei löytynyt nykyisillä suodattimilla.',
|
|
100
102
|
no_results: 'Yhtään kohdetta ei löytynyt',
|
|
101
103
|
no_more_results: '%{page}. sivu ylittää tulosten määrän. Yritä edellistä sivua.',
|
|
102
104
|
page_out_of_boundaries: '%{page}. sivu on rajojen ulkopuolella',
|
package/lib/index.js
CHANGED
|
@@ -99,6 +99,8 @@ var finnishMessages = {
|
|
|
99
99
|
unsaved_changes: 'Joitakin muutoksia ei ole tallennettu. Haluatko varmasti hylätä ne?',
|
|
100
100
|
},
|
|
101
101
|
navigation: {
|
|
102
|
+
clear_filters: 'Tyhjennä suodattimet',
|
|
103
|
+
no_filtered_results: 'Yhtään kohdetta ei löytynyt nykyisillä suodattimilla.',
|
|
102
104
|
no_results: 'Yhtään kohdetta ei löytynyt',
|
|
103
105
|
no_more_results: '%{page}. sivu ylittää tulosten määrän. Yritä edellistä sivua.',
|
|
104
106
|
page_out_of_boundaries: '%{page}. sivu on rajojen ulkopuolella',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ra-language-finnish",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.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",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"watch": "tsc --outDir esm --module es2015 --watch"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"ra-core": "^5.
|
|
26
|
+
"ra-core": "^5.2.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"prettier": "3.3.
|
|
30
|
-
"rimraf": "^
|
|
31
|
-
"typescript": "^5.
|
|
29
|
+
"prettier": "3.3.3",
|
|
30
|
+
"rimraf": "^6.0.1",
|
|
31
|
+
"typescript": "^5.6.2"
|
|
32
32
|
},
|
|
33
33
|
"keywords": [
|
|
34
34
|
"react-admin",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"url": "https://github.com/Aikain/ra-language-finnish/issues"
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://github.com/Aikain/ra-language-finnish#readme",
|
|
45
|
-
"packageManager": "yarn@4.
|
|
45
|
+
"packageManager": "yarn@4.5.0"
|
|
46
46
|
}
|
package/src/index.ts
CHANGED
|
@@ -101,6 +101,8 @@ const finnishMessages: TranslationMessages = {
|
|
|
101
101
|
unsaved_changes: 'Joitakin muutoksia ei ole tallennettu. Haluatko varmasti hylätä ne?',
|
|
102
102
|
},
|
|
103
103
|
navigation: {
|
|
104
|
+
clear_filters: 'Tyhjennä suodattimet',
|
|
105
|
+
no_filtered_results: 'Yhtään kohdetta ei löytynyt nykyisillä suodattimilla.',
|
|
104
106
|
no_results: 'Yhtään kohdetta ei löytynyt',
|
|
105
107
|
no_more_results: '%{page}. sivu ylittää tulosten määrän. Yritä edellistä sivua.',
|
|
106
108
|
page_out_of_boundaries: '%{page}. sivu on rajojen ulkopuolella',
|