From 59ce4186826b918e4b4854bb3a93fc07f4d74a3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Jul 2021 00:03:14 +0800 Subject: [PATCH] i18n: new translations for Norwegian (#365) Co-authored-by: Daddie0 --- client/src/javascript/i18n/strings/no.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/javascript/i18n/strings/no.json b/client/src/javascript/i18n/strings/no.json index affe4083..a4bc07b7 100644 --- a/client/src/javascript/i18n/strings/no.json +++ b/client/src/javascript/i18n/strings/no.json @@ -6,6 +6,7 @@ "alert.settings.saved": "Innstillingene ble lagret.", "alert.torrent.add": "Helt lagt til {countElement} {count, plural, =1 {torrent} other {torrenter}}", "alert.torrent.add.failed": "Kunne ikke legge til {countElement} {count, plural, =1 {torrent} other {torrenter}}", + "alert.torrent.add.sent": "{countElement} {count, plural, =1 {forespørsel} other {forespørsler}} sendt til torrentklienten.", "alert.torrent.move": "{countElement} {count, plural, =1 {torrent} other {torrenter}}", "alert.torrent.move.failed": "Kunne ikke flytte {countElement} {count, plural, =1 {torrent} other {torrenter}}", "alert.torrent.remove": "Fjernet {countElement} {count, plural, =1 {torrent} other {torrenter}}", @@ -27,9 +28,11 @@ "auth.username": "Brukernavn", "button.add": "Legg til", "button.cancel": "Avbryt", + "button.close": "Lukk", "button.download": "Nedlasting", "button.new": "Ny", "button.no": "Nei", + "button.ok": "OK", "button.save": "Lagre innstillinger", "button.save.feed": "Lagre", "button.yes": "Ja", @@ -37,11 +40,15 @@ "connection-interruption.verification-error": "Tilkobling kunne ikke verifiseres.", "connection.settings.client.select": "Klient", "connection.settings.error.empty": "Tilkoblingsinnstillinger kan ikke være tomt.", + "connection.settings.deluge.password": "Passord", + "connection.settings.deluge.password.input.placeholder": "Passord", + "connection.settings.qbittorrent": "qBittorrent", "connection.settings.qbittorrent.password": "Passord", "connection.settings.qbittorrent.password.input.placeholder": "Passord", "connection.settings.qbittorrent.url": "Nettadresse", "connection.settings.qbittorrent.username": "Brukernavn", "connection.settings.qbittorrent.username.input.placeholder": "Brukernavn", + "connection.settings.rtorrent": "rTorrent", "connection.settings.rtorrent.host": "Vert", "connection.settings.rtorrent.host.input.placeholder": "Vertsnavn eller IP", "connection.settings.rtorrent.socket": "Sti",