diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-22 02:26:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-22 02:26:32 +0000 |
commit | 710c593d53ab077338ac90d6c73b851d2cc331dc (patch) | |
tree | eb95000ccdcb4b6a85ce7052ac23a9a9abc47005 /apps/comments | |
parent | 926f795df1c69aa112a908ca274585664eaf9f30 (diff) | |
download | nextcloud-server-710c593d53ab077338ac90d6c73b851d2cc331dc.tar.gz nextcloud-server-710c593d53ab077338ac90d6c73b851d2cc331dc.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/nb.js | 6 | ||||
-rw-r--r-- | apps/comments/l10n/nb.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/comments/l10n/nb.js b/apps/comments/l10n/nb.js index 4c4485cef26..bb827d98760 100644 --- a/apps/comments/l10n/nb.js +++ b/apps/comments/l10n/nb.js @@ -9,6 +9,8 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s kommenterte %2$s", "{author} commented on {file}" : "{author} kommenterte på {file}", "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Du ble nevnt 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 til \"{file}\"", "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer", "Edit comment" : "Rediger kommentar", "Delete comment" : "Slett kommentar", @@ -17,10 +19,14 @@ OC.L10N.register( "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!", "No more messages" : "Ingen flere meldinger", "Retry" : "Prøv igjen", + "Unable to load the comments list" : "Kan ikke laste inn kommentarlisten", "_%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", + "An error occurred while trying to edit the comment" : "Det oppsto en feil under forsøk på å redigere kommentaren", "Comment deleted" : "Kommentar slettet", + "An error occurred while trying to delete the comment" : "Det oppsto en feil under forsøk på å slette kommentaren", + "An error occurred while trying to create the comment" : "Det oppsto en feil under forsøket på å opprette kommentaren", "%1$s commented" : "%1$s kommentert" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nb.json b/apps/comments/l10n/nb.json index cb5673fd23b..11ab4dcbf6e 100644 --- a/apps/comments/l10n/nb.json +++ b/apps/comments/l10n/nb.json @@ -7,6 +7,8 @@ "%1$s commented on %2$s" : "%1$s kommenterte %2$s", "{author} commented on {file}" : "{author} kommenterte på {file}", "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Du ble nevnt 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 til \"{file}\"", "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer", "Edit comment" : "Rediger kommentar", "Delete comment" : "Slett kommentar", @@ -15,10 +17,14 @@ "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!", "No more messages" : "Ingen flere meldinger", "Retry" : "Prøv igjen", + "Unable to load the comments list" : "Kan ikke laste inn kommentarlisten", "_%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", + "An error occurred while trying to edit the comment" : "Det oppsto en feil under forsøk på å redigere kommentaren", "Comment deleted" : "Kommentar slettet", + "An error occurred while trying to delete the comment" : "Det oppsto en feil under forsøk på å slette kommentaren", + "An error occurred while trying to create the comment" : "Det oppsto en feil under forsøket på å opprette kommentaren", "%1$s commented" : "%1$s kommentert" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |