From 6d785e30fc265d103dd2cb8bf31c94b1769451ef Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 25 Jan 2024 02:17:26 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/nb.js | 4 +++- l10n/nb.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/l10n/nb.js b/l10n/nb.js index f58880bc..40bbe1bc 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -255,6 +255,8 @@ OC.L10N.register( "Failed to download files" : "Kunne ikke laste ned filer", "Failed to favorite files." : "Kunne ikke velge favorittfiler.", "Failed to favorite some files." : "Kunne ikke favoritt noen filer.", - "Failed to favorite {fileName}." : "Kunne ikke favoritt {fileName}." + "Failed to favorite {fileName}." : "Kunne ikke favoritt {fileName}.", + "Yes" : "Ja", + "No" : "Nei" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json index d5bd8fe8..2ebf3639 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -253,6 +253,8 @@ "Failed to download files" : "Kunne ikke laste ned filer", "Failed to favorite files." : "Kunne ikke velge favorittfiler.", "Failed to favorite some files." : "Kunne ikke favoritt noen filer.", - "Failed to favorite {fileName}." : "Kunne ikke favoritt {fileName}." + "Failed to favorite {fileName}." : "Kunne ikke favoritt {fileName}.", + "Yes" : "Ja", + "No" : "Nei" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file