ra-language-finnish 4.6.0 → 4.7.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 +1 -0
- package/lib/index.js +1 -0
- package/package.json +4 -4
- package/src/index.ts +1 -0
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.
|
|
3
|
+
"version": "4.7.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.
|
|
26
|
+
"ra-core": "^4.7.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"prettier": "2.8.
|
|
29
|
+
"prettier": "2.8.2",
|
|
30
30
|
"rimraf": "^3.0.2",
|
|
31
|
-
"typescript": "^4.9.
|
|
31
|
+
"typescript": "^4.9.4"
|
|
32
32
|
},
|
|
33
33
|
"keywords": [
|
|
34
34
|
"react-admin",
|
package/src/index.ts
CHANGED
|
@@ -80,6 +80,7 @@ const finnishMessages: TranslationMessages = {
|
|
|
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:
|
|
84
85
|
'Oletko varma, että ${name} poistetaan? |||| Oletko varma että haluat poistaa %{smart_count} kohdetta?',
|
|
85
86
|
bulk_delete_title: 'Poista %{name} |||| Poista %{smart_count} %{name} kohdetta',
|