[tx-robot] updated from transifex
This commit is contained in:
parent
804dfd1d59
commit
b5e9ecf764
|
@ -1,20 +1,29 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"comments",
|
"comments",
|
||||||
{
|
{
|
||||||
"Type in a new comment..." : "Skriv inn en ny kommentar...",
|
"New comment …" : "Ny kommentar",
|
||||||
"Delete comment" : "Slett kommentar",
|
"Delete comment" : "Slett kommentar",
|
||||||
"Post" : "Send",
|
"Post" : "Send",
|
||||||
"Cancel" : "Avbryt",
|
"Cancel" : "Avbryt",
|
||||||
"Edit comment" : "Rediger kommentar",
|
"Edit comment" : "Rediger kommentar",
|
||||||
"[Deleted user]" : "[Slettet bruker]",
|
"[Deleted user]" : "[Slettet bruker]",
|
||||||
"Comments" : "Kommentarer",
|
"Comments" : "Kommentarer",
|
||||||
"No other comments available" : "Ingen andre kommentarer tilgjengelig",
|
"No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
|
||||||
"More comments..." : "Flere kommentarer..",
|
"More comments …" : "Flere kommentarer..",
|
||||||
"Save" : "Lagre",
|
"Save" : "Lagre",
|
||||||
"Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
|
"Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
|
||||||
|
"Error occurred while retrieving comment with id {id}" : "En feil oppstod under henting av kommentar med id {id}",
|
||||||
|
"Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
|
||||||
|
"Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
|
||||||
"{count} unread comments" : "{count} uleste kommentarer",
|
"{count} unread comments" : "{count} uleste kommentarer",
|
||||||
"Comment" : "Kommentar",
|
"Comment" : "Kommentar",
|
||||||
|
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
|
||||||
|
"You commented" : "Du kommenterte",
|
||||||
"%1$s commented" : "%1$s kommentert",
|
"%1$s commented" : "%1$s kommentert",
|
||||||
"%1$s commented on %2$s" : "%1$s kommenterte %2$s"
|
"You commented on %2$s" : "Du kommenterte til %2$s",
|
||||||
|
"%1$s commented on %2$s" : "%1$s kommenterte %2$s",
|
||||||
|
"Type in a new comment..." : "Skriv inn en ny kommentar...",
|
||||||
|
"No other comments available" : "Ingen andre kommentarer tilgjengelig",
|
||||||
|
"More comments..." : "Flere kommentarer.."
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
|
@ -1,18 +1,27 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Type in a new comment..." : "Skriv inn en ny kommentar...",
|
"New comment …" : "Ny kommentar",
|
||||||
"Delete comment" : "Slett kommentar",
|
"Delete comment" : "Slett kommentar",
|
||||||
"Post" : "Send",
|
"Post" : "Send",
|
||||||
"Cancel" : "Avbryt",
|
"Cancel" : "Avbryt",
|
||||||
"Edit comment" : "Rediger kommentar",
|
"Edit comment" : "Rediger kommentar",
|
||||||
"[Deleted user]" : "[Slettet bruker]",
|
"[Deleted user]" : "[Slettet bruker]",
|
||||||
"Comments" : "Kommentarer",
|
"Comments" : "Kommentarer",
|
||||||
"No other comments available" : "Ingen andre kommentarer tilgjengelig",
|
"No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
|
||||||
"More comments..." : "Flere kommentarer..",
|
"More comments …" : "Flere kommentarer..",
|
||||||
"Save" : "Lagre",
|
"Save" : "Lagre",
|
||||||
"Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
|
"Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
|
||||||
|
"Error occurred while retrieving comment with id {id}" : "En feil oppstod under henting av kommentar med id {id}",
|
||||||
|
"Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
|
||||||
|
"Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
|
||||||
"{count} unread comments" : "{count} uleste kommentarer",
|
"{count} unread comments" : "{count} uleste kommentarer",
|
||||||
"Comment" : "Kommentar",
|
"Comment" : "Kommentar",
|
||||||
|
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
|
||||||
|
"You commented" : "Du kommenterte",
|
||||||
"%1$s commented" : "%1$s kommentert",
|
"%1$s commented" : "%1$s kommentert",
|
||||||
"%1$s commented on %2$s" : "%1$s kommenterte %2$s"
|
"You commented on %2$s" : "Du kommenterte til %2$s",
|
||||||
|
"%1$s commented on %2$s" : "%1$s kommenterte %2$s",
|
||||||
|
"Type in a new comment..." : "Skriv inn en ny kommentar...",
|
||||||
|
"No other comments available" : "Ingen andre kommentarer tilgjengelig",
|
||||||
|
"More comments..." : "Flere kommentarer.."
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
|
@ -1,14 +1,20 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"updatenotification",
|
"updatenotification",
|
||||||
{
|
{
|
||||||
|
"Update notifications" : "Oppdateringsvarsel",
|
||||||
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
|
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
|
||||||
"Updated channel" : "Oppdaterte kanal",
|
"Channel updated" : "Kanal oppdatert",
|
||||||
"Updater" : "Oppdaterer",
|
"Nextcloud core" : "Nextcloud kjerne",
|
||||||
|
"Update for %1$s to version %2$s is available." : "Oppdatering for %1$s til versjon %2$s er tilgjengelig.",
|
||||||
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s",
|
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s",
|
||||||
"Open updater" : "Åpne oppdaterer",
|
"Download now" : "Last ned nå",
|
||||||
"Your version is up to date." : "Du har nyeste versjon.",
|
"Your version is up to date." : "Du har nyeste versjon.",
|
||||||
"Checked on %s" : "Sjekket %s",
|
"Checked on %s" : "Sjekket %s",
|
||||||
"Update channel:" : "Oppdateringskanal:",
|
"Update channel:" : "Oppdateringskanal:",
|
||||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal."
|
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal.",
|
||||||
|
"Notify members of the following groups about available updates:" : "Informer medlemmene i følgende grupper om tilgjengelig oppdateringer:",
|
||||||
|
"Only notification for app updates are available." : "Kun varsler for app oppdateringer er tilgjengelig.",
|
||||||
|
"The selected update channel does not support updates of the server." : "Den valgte oppdateringskanalen tilbyr ikke oppdateringer av serveren.",
|
||||||
|
"Updater" : "Oppdaterer"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
|
@ -1,12 +1,18 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Update notifications" : "Oppdateringsvarsel",
|
||||||
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
|
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
|
||||||
"Updated channel" : "Oppdaterte kanal",
|
"Channel updated" : "Kanal oppdatert",
|
||||||
"Updater" : "Oppdaterer",
|
"Nextcloud core" : "Nextcloud kjerne",
|
||||||
|
"Update for %1$s to version %2$s is available." : "Oppdatering for %1$s til versjon %2$s er tilgjengelig.",
|
||||||
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s",
|
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s",
|
||||||
"Open updater" : "Åpne oppdaterer",
|
"Download now" : "Last ned nå",
|
||||||
"Your version is up to date." : "Du har nyeste versjon.",
|
"Your version is up to date." : "Du har nyeste versjon.",
|
||||||
"Checked on %s" : "Sjekket %s",
|
"Checked on %s" : "Sjekket %s",
|
||||||
"Update channel:" : "Oppdateringskanal:",
|
"Update channel:" : "Oppdateringskanal:",
|
||||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal."
|
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal.",
|
||||||
|
"Notify members of the following groups about available updates:" : "Informer medlemmene i følgende grupper om tilgjengelig oppdateringer:",
|
||||||
|
"Only notification for app updates are available." : "Kun varsler for app oppdateringer er tilgjengelig.",
|
||||||
|
"The selected update channel does not support updates of the server." : "Den valgte oppdateringskanalen tilbyr ikke oppdateringer av serveren.",
|
||||||
|
"Updater" : "Oppdaterer"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
Loading…
Reference in New Issue