Skip to content

Commit 72ea03d

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 1e7b5c0 commit 72ea03d

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

l10n/nb.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
OC.L10N.register(
22
"cloud_py_api",
33
{
4+
"Use pre-compiled Python binaries" : "Bruk forhåndskompilerte Python-binærfiler",
5+
"Use Python part in binary format (located in the appdata folder)" : "Bruk Python-delen i binært format (plassert i appdata-mappen)",
46
"Error" : "Feil",
7+
"Settings list is empty" : "Innstillingslisten er tom",
8+
"Seems like database not initialized properly. Try to re-enable the app" : "Ser ut til at databasen ikke er initialisert riktig. Prøv å reaktivere appen",
9+
"Bug report" : "Feilrapport",
10+
"Settings successfully updated" : "Innstillinger ble oppdatert",
11+
"Some error occurred while updating settings" : "Det oppstod en feil under oppdatering av innstillinger",
12+
"Collect non sensitive system info for bug report" : "Samle ikke-sensitiv systeminformasjon for feilrapport",
13+
"Collect system info" : "Samle systeminformasjon",
14+
"System info" : "Systeminformasjon",
515
"Copy to clipboard" : "Kopiert til utklippstavlen",
6-
"Copied to clipboard" : "Kopiert til utklippstavlen"
16+
"Copied to clipboard" : "Kopiert til utklippstavlen",
17+
"_Test text_::_Test texts_" : ["Testtekst","Testtekster"]
718
},
819
"nplurals=2; plural=(n != 1);");

l10n/nb.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{ "translations": {
2+
"Use pre-compiled Python binaries" : "Bruk forhåndskompilerte Python-binærfiler",
3+
"Use Python part in binary format (located in the appdata folder)" : "Bruk Python-delen i binært format (plassert i appdata-mappen)",
24
"Error" : "Feil",
5+
"Settings list is empty" : "Innstillingslisten er tom",
6+
"Seems like database not initialized properly. Try to re-enable the app" : "Ser ut til at databasen ikke er initialisert riktig. Prøv å reaktivere appen",
7+
"Bug report" : "Feilrapport",
8+
"Settings successfully updated" : "Innstillinger ble oppdatert",
9+
"Some error occurred while updating settings" : "Det oppstod en feil under oppdatering av innstillinger",
10+
"Collect non sensitive system info for bug report" : "Samle ikke-sensitiv systeminformasjon for feilrapport",
11+
"Collect system info" : "Samle systeminformasjon",
12+
"System info" : "Systeminformasjon",
313
"Copy to clipboard" : "Kopiert til utklippstavlen",
4-
"Copied to clipboard" : "Kopiert til utklippstavlen"
14+
"Copied to clipboard" : "Kopiert til utklippstavlen",
15+
"_Test text_::_Test texts_" : ["Testtekst","Testtekster"]
516
},"pluralForm" :"nplurals=2; plural=(n != 1);"
617
}

0 commit comments

Comments
 (0)