2
0
Lauri Ojansivu 7 жил өмнө
parent
commit
96d81768bc

+ 11 - 0
CHANGELOG.md

@@ -1,3 +1,14 @@
+# v0.75 2018-02-16 Wekan release
+
+This release adds the following new features:
+
+- [Checklist templates](https://github.com/wekan/wekan/pull/1470);
+- Added [Finnish language changelog](https://github.com/wekan/wekan/tree/devel/meta/t9n-changelog)
+  and [more Finnish traslations](https://github.com/wekan/wekan/blob/devel/sandstorm-pkgdef.capnp)
+  to Sandstorm.
+
+Thanks to GitHub users erikturk and xet7 for their contributions.
+
 # v0.74 2018-02-13 Wekan release
 # v0.74 2018-02-13 Wekan release
 
 
 This release fixes the following bugs:
 This release fixes the following bugs:

+ 7 - 2
meta/t9n-changelog/fi.md

@@ -1,9 +1,14 @@
-# Tuleva Wekan julkaisu
+# v0.75 2018-02-16 Wekan julkaisu
 
 
 Tämä julkaisu lisää seuraavat ominaisuudet:
 Tämä julkaisu lisää seuraavat ominaisuudet:
 
 
 - [Tarkistuslista mallit](https://github.com/wekan/wekan/pull/1470);
 - [Tarkistuslista mallit](https://github.com/wekan/wekan/pull/1470);
-- [Suomenkielisen muutoslokin lisäys Sandstormiin]().
+- Lisätty [Suomenkielinen muutosloki](https://github.com/wekan/wekan/tree/devel/meta/t9n-changelog) 
+  ja [lisää suomennoksia](https://github.com/wekan/wekan/blob/devel/sandstorm-pkgdef.capnp)
+  Sandstormiin.
+
+
+Kiitos GitHub käyttäjille erikturk ja xet7 heidän osallistumisistaan.
 
 
 # v0.74 2018-02-13 Wekan julkaisu
 # v0.74 2018-02-13 Wekan julkaisu
 
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "0.74.0",
+  "version": "0.75.0",
   "description": "The open-source Trello-like kanban",
   "description": "The open-source Trello-like kanban",
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {

+ 10 - 2
sandstorm-pkgdef.capnp

@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
     appTitle = (defaultText = "Wekan"),
     appTitle = (defaultText = "Wekan"),
     # The name of the app as it is displayed to the user.
     # The name of the app as it is displayed to the user.
 
 
-    appVersion = 59,
+    appVersion = 60,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "0.74.0~2018-02-13"),
+    appMarketingVersion = (defaultText = "0.75.0~2018-02-16"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,
@@ -118,12 +118,14 @@ const pkgdef :Spk.PackageDefinition = (
           defaultText = "participate",
           defaultText = "participate",
           localizations = [
           localizations = [
             (locale = "fr", text = "participer"),
             (locale = "fr", text = "participer"),
+            (locale = "fi", text = "osallistu"),
           ],
           ],
         ),
         ),
         description = (
         description = (
           defaultText = "allows participating in the board",
           defaultText = "allows participating in the board",
           localizations = [
           localizations = [
             (locale = "fr", text = "permet de participer dans le tableau"),
             (locale = "fr", text = "permet de participer dans le tableau"),
+            (locale = "fi", text = "mahdollistaa taululle osallistumisen"),
           ],
           ],
         )
         )
       ), (
       ), (
@@ -132,12 +134,14 @@ const pkgdef :Spk.PackageDefinition = (
           defaultText = "configure",
           defaultText = "configure",
           localizations = [
           localizations = [
             (locale = "fr", text = "configurer"),
             (locale = "fr", text = "configurer"),
+            (locale = "fi", text = "asetukset"),
           ],
           ],
         ),
         ),
         description = (
         description = (
           defaultText = "allows configuring the board",
           defaultText = "allows configuring the board",
           localizations = [
           localizations = [
             (locale = "fr", text = "permet de configurer le tableau"),
             (locale = "fr", text = "permet de configurer le tableau"),
+            (locale = "fi", text = "mahdollistaa taulun asetusten määrittämisen"),
           ],
           ],
         )
         )
       )],
       )],
@@ -147,6 +151,7 @@ const pkgdef :Spk.PackageDefinition = (
           defaultText = "observer",
           defaultText = "observer",
           localizations = [
           localizations = [
             (locale = "fr", text = "observateur"),
             (locale = "fr", text = "observateur"),
+            (locale = "fi", text = "tarkkailija"),
           ],
           ],
         ),
         ),
         permissions = [false, false],
         permissions = [false, false],
@@ -154,6 +159,7 @@ const pkgdef :Spk.PackageDefinition = (
           defaultText = "can read",
           defaultText = "can read",
           localizations = [
           localizations = [
             (locale = "fr", text = "peut lire"),
             (locale = "fr", text = "peut lire"),
+            (locale = "fi", text = "voi lukea"),
           ],
           ],
         )
         )
       ), (
       ), (
@@ -161,6 +167,7 @@ const pkgdef :Spk.PackageDefinition = (
           defaultText = "member",
           defaultText = "member",
           localizations = [
           localizations = [
             (locale = "fr", text = "membre"),
             (locale = "fr", text = "membre"),
+            (locale = "fi", text = "jäsen"),
           ],
           ],
         ),
         ),
         permissions = [true, false],
         permissions = [true, false],
@@ -168,6 +175,7 @@ const pkgdef :Spk.PackageDefinition = (
           defaultText = "can edit",
           defaultText = "can edit",
           localizations = [
           localizations = [
             (locale = "fr", text = "peut éditer"),
             (locale = "fr", text = "peut éditer"),
+            (locale = "fi", text = "voi muokata"),
           ],
           ],
         ),
         ),
         default = true,
         default = true,