From f9d0aa4a5a99a71932a63ea1bbf8496536929336 Mon Sep 17 00:00:00 2001 From: symonbaikov Date: Fri, 11 Jul 2025 02:16:05 +0300 Subject: [PATCH] Add Finnish translations for notification messages and update i18n config --- server/config/i18n.js | 2 +- server/config/locales/fi-FI.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 server/config/locales/fi-FI.json diff --git a/server/config/i18n.js b/server/config/i18n.js index b4c9680e..6cf4bb17 100644 --- a/server/config/i18n.js +++ b/server/config/i18n.js @@ -19,7 +19,7 @@ module.exports.i18n = { * */ - locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'fr-FR', 'it-IT', 'ru-RU', 'tr-TR'], + locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'fr-FR', 'it-IT', 'ru-RU', 'tr-TR', 'fi-FI'], /** * diff --git a/server/config/locales/fi-FI.json b/server/config/locales/fi-FI.json new file mode 100644 index 00000000..0d74017b --- /dev/null +++ b/server/config/locales/fi-FI.json @@ -0,0 +1,16 @@ +{ + "Card Created": "Kortti luotu", + "Card Moved": "Kortti siirretty", + "New Comment": "Uusi kommentti", + "Test Title": "Testin otsikko", + "This is a test text message!": "Tämä on testiviesti!", + "This is a *test* **markdown** `message`!": "Tämä on *testi* **markdown** `viesti`!", + "This is a test html message": "Tämä on testi html viesti", + "You Were Added to Card": "Sinut lisättiin korttiin", + "You Were Mentioned in Comment": "Sinut mainittiin kommentissa", + "%s added you to %s on %s": "%s lisäsi sinut kohteeseen %s kohteessa %s", + "%s created %s in %s on %s": "%s loi %s kohteessa %s kohteessa %s", + "%s left a new comment to %s on %s": "%s jätti uuden kommentin kohteeseen %s kohteessa %s", + "%s mentioned you in %s on %s": "%s mainitsi sinut kohteessa %s kohteessa %s", + "%s moved %s from %s to %s on %s": "%s siirsi %s kohteesta %s kohteeseen %s kohteessa %s" +}