diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-13 02:25:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-13 02:25:00 +0000 |
commit | 59a564f3eb2262bc8e5d92c9006b40c738900d5f (patch) | |
tree | a56476f3d9780b5a5874f3ecf37e38123565291a /apps/comments | |
parent | 6209026794962a02d882f30f5f927df81ac22a28 (diff) | |
download | nextcloud-server-59a564f3eb2262bc8e5d92c9006b40c738900d5f.tar.gz nextcloud-server-59a564f3eb2262bc8e5d92c9006b40c738900d5f.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/nb.js | 4 | ||||
-rw-r--r-- | apps/comments/l10n/nb.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/comments/l10n/nb.js b/apps/comments/l10n/nb.js index a2511dc0a86..c43da655029 100644 --- a/apps/comments/l10n/nb.js +++ b/apps/comments/l10n/nb.js @@ -13,11 +13,15 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer", "Edit comment" : "Rediger kommentar", "Delete comment" : "Slett kommentar", + "Cancel edit" : "Avbryt endring", + "Post comment" : "Send kommentar", "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!", + "No more messages" : "Ingen flere meldinger", "Retry" : "Prøv igjen", "_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"], "_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"], "Comment" : "Kommentar", + "Comment deleted" : "Kommentar slettet", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet", "{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”" }, diff --git a/apps/comments/l10n/nb.json b/apps/comments/l10n/nb.json index e219d860521..cc8a43dfa25 100644 --- a/apps/comments/l10n/nb.json +++ b/apps/comments/l10n/nb.json @@ -11,11 +11,15 @@ "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer", "Edit comment" : "Rediger kommentar", "Delete comment" : "Slett kommentar", + "Cancel edit" : "Avbryt endring", + "Post comment" : "Send kommentar", "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!", + "No more messages" : "Ingen flere meldinger", "Retry" : "Prøv igjen", "_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"], "_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"], "Comment" : "Kommentar", + "Comment deleted" : "Kommentar slettet", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet", "{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" |