Latest translations and fallbacks
parent
9b7653cccb
commit
d81ce3e566
@ -1,7 +1,7 @@
|
||||
{
|
||||
"logs": "Logs",
|
||||
"control-panel": "Logs Control Panel",
|
||||
"reload": "Reload Logs",
|
||||
"clear": "Clear Logs",
|
||||
"clear-success": "Logs Cleared!"
|
||||
"logs": "Logger",
|
||||
"control-panel": "Kontrollpanel for logg",
|
||||
"reload": "Last inn logg på nytt",
|
||||
"clear": "Tøm logg",
|
||||
"clear-success": "Logg er tømt!"
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"checking-for-installed": "Checking for installed themes...",
|
||||
"homepage": "Homepage",
|
||||
"select-theme": "Select Theme",
|
||||
"current-theme": "Current Theme",
|
||||
"no-themes": "No installed themes found",
|
||||
"revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
|
||||
"theme-changed": "Theme Changed",
|
||||
"revert-success": "You have successfully reverted your NodeBB back to it's default theme.",
|
||||
"restart-to-activate": "Please rebuild and restart your NodeBB to fully activate this theme."
|
||||
"homepage": "Hjemmeside",
|
||||
"select-theme": "Velg tema",
|
||||
"current-theme": "Nåværende tema",
|
||||
"no-themes": "Ingen installerte temaer funnet",
|
||||
"revert-confirm": "Er du sikker på at du vil gjenopprette standard NodeBB-tema?",
|
||||
"theme-changed": "Tema endret",
|
||||
"revert-success": "Du har tilbakestilt NodeBB til standardtemaet.",
|
||||
"restart-to-activate": "Vennligst bygg og start NodeBB for å aktivere dette temaet fullt ut."
|
||||
}
|
@ -1,18 +1,18 @@
|
||||
|
||||
{
|
||||
"post-queue": "Post Queue",
|
||||
"post-queue": "Innleggskø",
|
||||
"description": "There are no posts in the post queue. <br> To enable this feature, go to <a href=\"%1\">Settings → Post → Post Queue</a> and enable <strong>Post Queue</strong>.",
|
||||
"user": "User",
|
||||
"category": "Category",
|
||||
"title": "Title",
|
||||
"content": "Content",
|
||||
"posted": "Posted",
|
||||
"reply-to": "Reply to \"%1\"",
|
||||
"content-editable": "Click on content to edit",
|
||||
"category-editable": "Click on category to edit",
|
||||
"title-editable": "Click on title to edit",
|
||||
"reply": "Reply",
|
||||
"topic": "Topic",
|
||||
"accept": "Accept",
|
||||
"reject": "Reject"
|
||||
"user": "Bruker",
|
||||
"category": "Kategori",
|
||||
"title": "Tittel",
|
||||
"content": "Innhold",
|
||||
"posted": "Postet",
|
||||
"reply-to": "Svar til \"%1\"",
|
||||
"content-editable": "Klikk på innhold for å redigere",
|
||||
"category-editable": "Klikk på kategori for å redigere",
|
||||
"title-editable": "Klikk på tittel for å redigere ",
|
||||
"reply": "Svare",
|
||||
"topic": "Emne",
|
||||
"accept": "Aksepter ",
|
||||
"reject": "Avvis"
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"uploading-file": "Uploading the file...",
|
||||
"select-file-to-upload": "Select a file to upload!",
|
||||
"upload-success": "File uploaded successfully!",
|
||||
"maximum-file-size": "Maximum %1 kb",
|
||||
"no-uploads-found": "No uploads found",
|
||||
"public-uploads-info": "Uploads are public, all visitors can see them.",
|
||||
"private-uploads-info": "Uploads are private, only logged in users can see them."
|
||||
"uploading-file": "Laster opp filen...",
|
||||
"select-file-to-upload": "Velg en fil å laste opp!",
|
||||
"upload-success": "Filen ble suksessfullt lastet opp!",
|
||||
"maximum-file-size": "Maksimum %1 kb",
|
||||
"no-uploads-found": "Ingen opplastninger funnet",
|
||||
"public-uploads-info": "Opplastninger er offentlige, alle besøkende kan se dem. ",
|
||||
"private-uploads-info": "Opplastninger er private, kun innloggede brukere kan se dem. "
|
||||
}
|
Loading…
Reference in New Issue