diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-02 00:19:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-02 00:19:57 +0000 |
commit | f59aa618efc721b10210616b279dd9c6d0b27a6f (patch) | |
tree | beec4bad8727994ac7be36e73cec67d78765ef66 /apps/comments | |
parent | 0b8625b5e8560033dfa0ba08938e3a44ec7daad4 (diff) | |
download | nextcloud-server-f59aa618efc721b10210616b279dd9c6d0b27a6f.tar.gz nextcloud-server-f59aa618efc721b10210616b279dd9c6d0b27a6f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/fi.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/fi.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/comments/l10n/fi.js b/apps/comments/l10n/fi.js index 24c6d3cdf27..918fdd70758 100644 --- a/apps/comments/l10n/fi.js +++ b/apps/comments/l10n/fi.js @@ -13,6 +13,8 @@ OC.L10N.register( "Edit comment" : "Muokkaa kommenttia", "Delete comment" : "Poista kommentti", "Cancel edit" : "Peruuta muokkaus", + "New comment" : "Uusi kommentti", + "Write a comment …" : "Kirjoita kommentti…", "Post comment" : "Lähetä viesti", "No comments yet, start the conversation!" : "Ei kommentteja vielä. Aloita keskustelu!", "No more messages" : "Ei enempää viestejä", @@ -25,6 +27,7 @@ OC.L10N.register( "Comment deleted" : "Kommentti poistettu", "An error occurred while trying to delete the comment" : "Kommenttia poistaessa tapahtui virhe", "An error occurred while trying to create the comment" : "Kommenttia luodessa tapahtui virhe", + "Write a message …" : "Kirjoita viesti…", "_%n unread comment_::_%n unread comments_" : ["%n lukematon kommentti","%n lukematonta kommenttia"] }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/fi.json b/apps/comments/l10n/fi.json index 0536456df34..2fbe3bd5948 100644 --- a/apps/comments/l10n/fi.json +++ b/apps/comments/l10n/fi.json @@ -11,6 +11,8 @@ "Edit comment" : "Muokkaa kommenttia", "Delete comment" : "Poista kommentti", "Cancel edit" : "Peruuta muokkaus", + "New comment" : "Uusi kommentti", + "Write a comment …" : "Kirjoita kommentti…", "Post comment" : "Lähetä viesti", "No comments yet, start the conversation!" : "Ei kommentteja vielä. Aloita keskustelu!", "No more messages" : "Ei enempää viestejä", @@ -23,6 +25,7 @@ "Comment deleted" : "Kommentti poistettu", "An error occurred while trying to delete the comment" : "Kommenttia poistaessa tapahtui virhe", "An error occurred while trying to create the comment" : "Kommenttia luodessa tapahtui virhe", + "Write a message …" : "Kirjoita viesti…", "_%n unread comment_::_%n unread comments_" : ["%n lukematon kommentti","%n lukematonta kommenttia"] },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |