diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
commit | 8f517325f577c64562cad10be9195d2d706e82f5 (patch) | |
tree | 4590e176cdaca2443e8c1e928be8e8cddf8412b5 /core/l10n/nb.js | |
parent | 28a30a6ea89974601a5cf849fb480238df906060 (diff) | |
download | nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.tar.gz nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/nb.js')
-rw-r--r-- | core/l10n/nb.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/nb.js b/core/l10n/nb.js index c521ba1ee73..f1b7a15f05c 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -98,6 +98,8 @@ OC.L10N.register( "More apps" : "Flere apper", "Currently open" : "For øyeblikket åpen", "_{count} notification_::_{count} notifications_" : ["{count} varsel","{count} varsler"], + "No" : "Nei", + "Yes" : "Ja", "Custom date range" : "Egendefinert datoperiode", "Pick start date" : "Velg start dato", "Pick end date" : "Velg sluttdato", @@ -202,8 +204,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versjon {version} og nyere", "Settings menu" : "Meny for innstillinger", "Avatar of {displayName}" : "{displayName} sin Avatar", - "No" : "Nei", - "Yes" : "Ja", "Choose {file}" : "Velg {file}", "Choose" : "Velg", "Copy to {target}" : "Kopier til {target}", @@ -211,7 +211,6 @@ OC.L10N.register( "Move to {target}" : "Flytt til {target}", "Move" : "Flytt", "OK" : "OK", - "Error loading message template: {error}" : "Feil ved lasting av meldingsmal: {error}", "read-only" : "skrivebeskyttet", "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} fil konflikter"], "One file conflict" : "En filkonflikt", @@ -448,6 +447,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\" er ikke en tillatt filtype", "{newName} already exists" : "{newName} finnes allerede", "Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}", + "Error loading message template: {error}" : "Feil ved lasting av meldingsmal: {error}", "Show list view" : "Vis listevisning", "Show grid view" : "Vis rutenett-visning", "Pending" : "Venter", |