diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-21 02:26:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-21 02:26:12 +0000 |
commit | 93e703bbfc7c8ef654b7b0185474397ec1bbaa6b (patch) | |
tree | 194a5f2bef1c93dd17dc557b2e1fcde14dbb78e3 /apps/workflowengine/l10n/nb.js | |
parent | 21f9688c70f1e0f7ade06f5235a1f6042050868d (diff) | |
download | nextcloud-server-93e703bbfc7c8ef654b7b0185474397ec1bbaa6b.tar.gz nextcloud-server-93e703bbfc7c8ef654b7b0185474397ec1bbaa6b.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/workflowengine/l10n/nb.js')
-rw-r--r-- | apps/workflowengine/l10n/nb.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/nb.js b/apps/workflowengine/l10n/nb.js index 07c52e1730f..351839f8b7f 100644 --- a/apps/workflowengine/l10n/nb.js +++ b/apps/workflowengine/l10n/nb.js @@ -36,10 +36,12 @@ OC.L10N.register( "Operation %s does not exist" : "Handlingen %s finnes ikke", "Operation %s is invalid" : "Handlingen %s er ugyldig", "At least one check needs to be provided" : "Minst èn sjekk må gis", + "The provided operation data is too long" : "De oppgitte operasjonsdataene er for lange", "Invalid check provided" : "Ugyldig sjekk gitt", "Check %s does not exist" : "Sjekk %s finnes ikke", "Check %s is invalid" : "Sjekk %s er ugyldig", "Check %s is not allowed with this entity" : "Sjekk %s er ikke tillatt med denne hendelsen", + "The provided check value is too long" : "Den oppgitte sjekkverdien er for lang", "Check #%s does not exist" : "Sjekk #%s finnes ikke", "Check %s is invalid or does not exist" : "Sjekk %s er ugyldig eller finnes ikke", "Flow" : "Flyt", @@ -52,6 +54,7 @@ OC.L10N.register( "Images" : "Bilder", "Office documents" : "Office dokumenter", "PDF documents" : "PDF dokumenter", + "Custom MIME type" : "Egendefinert MIME-type", "Custom mimetype" : "Egendefinert MIME-type", "Please enter a valid time span" : "Vennligst skriv inn en gyldig tidsperiode", "Select a request URL" : "Velg en forespurt URL", @@ -77,6 +80,7 @@ OC.L10N.register( "Available flows" : "Tilgjengelige flyt", "For details on how to write your own flow, check out the development documentation." : "For informasjon om hvordan du skriver din egen flyt, sjekk ut utviklingsdokumentasjonen.", "More flows" : "Flere flyt", + "Browse the App Store" : "Utforsk appbutikken", "Show less" : "Vis mindre", "Show more" : "Vis mer", "Configured flows" : "Konfigurerte flyt", |