Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins for ownCloud committed Aug 7, 2018
1 parent f6e8ff6 commit 1ab5846
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/federatedfilesharing/l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ OC.L10N.register(
"Not allowed to create a federated share with the same user" : "Het is niet toegestaan om een gefedereerde share met dezelfde gebruikersserver te maken",
"File is already shared with %s" : "Bestand is al gedeeld met %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar.",
"\"%1$s\" shared \"%3$s\" with you (on behalf of \"%2$s\")" : "\"%1$s\" deelde \"%3$s\" met U (namens \"%2$s\")",
"\"%1$s\" shared \"%3$s\" with you" : "\"%1$s\" deelde \"%3$s\" met U",
"Accept" : "Accepteren",
"Decline" : "Afwijzen",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "Deel met mij via mijn #ownCloud federated Cloud ID, zie %s",
Expand Down
2 changes: 2 additions & 0 deletions apps/federatedfilesharing/l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"Not allowed to create a federated share with the same user" : "Het is niet toegestaan om een gefedereerde share met dezelfde gebruikersserver te maken",
"File is already shared with %s" : "Bestand is al gedeeld met %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar.",
"\"%1$s\" shared \"%3$s\" with you (on behalf of \"%2$s\")" : "\"%1$s\" deelde \"%3$s\" met U (namens \"%2$s\")",
"\"%1$s\" shared \"%3$s\" with you" : "\"%1$s\" deelde \"%3$s\" met U",
"Accept" : "Accepteren",
"Decline" : "Afwijzen",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "Deel met mij via mijn #ownCloud federated Cloud ID, zie %s",
Expand Down
11 changes: 10 additions & 1 deletion apps/files_sharing/l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ OC.L10N.register(
"Files and folders you share will show up here" : "Bestanden en mappen die u deelt, worden hier getoond",
"No shared links" : "Geen gedeelde links",
"Files and folders you share by link will show up here" : "Bestanden en mappen die u via links deelt, worden hier getoond",
"Accept Share" : "Share accepteren",
"Decline Share" : "Share afwijzen",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Wilt u de externe share {name} van {owner}@{remote} toevoegen?",
"Remote share" : "Externe share",
"Remote share password" : "Wachtwoord externe share",
Expand All @@ -44,6 +46,7 @@ OC.L10N.register(
"Please specify a valid user" : "Geef een geldige gebruiker op",
"Group sharing is disabled by the administrator" : "Delen voor groepen is uitgeschakeld door de beheerder",
"Please specify a valid group" : "Geef een geldige groep op",
"The group is blacklisted for sharing" : "Deze groep is uitgesloten voor delen",
"Public link sharing is disabled by the administrator" : "Delen van openbare links is uitgeschakeld door de beheerder",
"Public upload disabled by the administrator" : "Publieke upload uitgeschakeld door de systeembeheerder",
"Public upload is only possible for publicly shared folders" : "Publieke upload is alleen mogelijk voor publiek gedeelde mappen",
Expand All @@ -55,6 +58,7 @@ OC.L10N.register(
"Can't change permissions for public share links" : "Kan permissies voor openbare share links niet wijzigen",
"Wrong or no update parameter given" : "Verkeerde of geen update parameter gegeven",
"Cannot increase permissions" : "Kan de rechten niet verruimen",
"Only recipient can change accepted state" : "Alleen de ontvanger kan de geaccepteerde status wijzigen",
"A file or folder has been <strong>shared</strong>" : "Een bestand of map is <strong>gedeeld</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Een bestand of map werd gedeeld vanaf <strong>een andere server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "Een openbaar gedeeld bestand of map werd <strong>gedownloaded</strong>",
Expand Down Expand Up @@ -98,13 +102,16 @@ OC.L10N.register(
"Public link of %2$s expired" : "Openbare link van %2$s is verlopen",
"Shared by %2$s" : "Gedeeld door %2$s",
"Shares" : "Gedeeld",
"\"%1$s\" shared \"%3$s\" with you (on behalf of \"%2$s\")" : "\"%1$s\" deelde \"%3$s\" met U (namens \"%2$s\")",
"\"%1$s\" shared \"%3$s\" with you" : "\"%1$s\" deelde \"%3$s\" met U",
"Accept" : "Accepteren",
"Decline" : "Afwijzen",
"This share is password-protected" : "Deze share is met een wachtwoord beveiligd",
"The password is wrong. Try again." : "Wachtwoord ongeldig. Probeer het nogmaals.",
"Password" : "Wachtwoord",
"No entries found in this folder" : "Niets gevonden in deze map",
"Name" : "Naam",
"State" : "Status",
"Share time" : "Deel tijd",
"Expiration date" : "Vervaldatum",
"Sorry, this link doesn’t seem to work anymore." : "Sorry, deze link lijkt niet meer in gebruik te zijn.",
Expand All @@ -116,6 +123,8 @@ OC.L10N.register(
"%s is publicly shared" : "%s is openbaar gedeeld",
"Download" : "Downloaden",
"Download %s" : "Download %s",
"Direct link" : "Directe link"
"Direct link" : "Directe link",
"Exclude groups from receiving shares." : "Groepen uitsluiten van het ontvangen van shares.",
"These groups will not receive shares. Members of the group can still send and receive shares outside of the group." : "Deze groepen zullen geen shares meer ontvangen. Leden van deze groep kunnen nog wel shares verzenden en ontvangen buiten deze groep om."
},
"nplurals=2; plural=(n != 1);");
11 changes: 10 additions & 1 deletion apps/files_sharing/l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"Files and folders you share will show up here" : "Bestanden en mappen die u deelt, worden hier getoond",
"No shared links" : "Geen gedeelde links",
"Files and folders you share by link will show up here" : "Bestanden en mappen die u via links deelt, worden hier getoond",
"Accept Share" : "Share accepteren",
"Decline Share" : "Share afwijzen",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Wilt u de externe share {name} van {owner}@{remote} toevoegen?",
"Remote share" : "Externe share",
"Remote share password" : "Wachtwoord externe share",
Expand All @@ -42,6 +44,7 @@
"Please specify a valid user" : "Geef een geldige gebruiker op",
"Group sharing is disabled by the administrator" : "Delen voor groepen is uitgeschakeld door de beheerder",
"Please specify a valid group" : "Geef een geldige groep op",
"The group is blacklisted for sharing" : "Deze groep is uitgesloten voor delen",
"Public link sharing is disabled by the administrator" : "Delen van openbare links is uitgeschakeld door de beheerder",
"Public upload disabled by the administrator" : "Publieke upload uitgeschakeld door de systeembeheerder",
"Public upload is only possible for publicly shared folders" : "Publieke upload is alleen mogelijk voor publiek gedeelde mappen",
Expand All @@ -53,6 +56,7 @@
"Can't change permissions for public share links" : "Kan permissies voor openbare share links niet wijzigen",
"Wrong or no update parameter given" : "Verkeerde of geen update parameter gegeven",
"Cannot increase permissions" : "Kan de rechten niet verruimen",
"Only recipient can change accepted state" : "Alleen de ontvanger kan de geaccepteerde status wijzigen",
"A file or folder has been <strong>shared</strong>" : "Een bestand of map is <strong>gedeeld</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Een bestand of map werd gedeeld vanaf <strong>een andere server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "Een openbaar gedeeld bestand of map werd <strong>gedownloaded</strong>",
Expand Down Expand Up @@ -96,13 +100,16 @@
"Public link of %2$s expired" : "Openbare link van %2$s is verlopen",
"Shared by %2$s" : "Gedeeld door %2$s",
"Shares" : "Gedeeld",
"\"%1$s\" shared \"%3$s\" with you (on behalf of \"%2$s\")" : "\"%1$s\" deelde \"%3$s\" met U (namens \"%2$s\")",
"\"%1$s\" shared \"%3$s\" with you" : "\"%1$s\" deelde \"%3$s\" met U",
"Accept" : "Accepteren",
"Decline" : "Afwijzen",
"This share is password-protected" : "Deze share is met een wachtwoord beveiligd",
"The password is wrong. Try again." : "Wachtwoord ongeldig. Probeer het nogmaals.",
"Password" : "Wachtwoord",
"No entries found in this folder" : "Niets gevonden in deze map",
"Name" : "Naam",
"State" : "Status",
"Share time" : "Deel tijd",
"Expiration date" : "Vervaldatum",
"Sorry, this link doesn’t seem to work anymore." : "Sorry, deze link lijkt niet meer in gebruik te zijn.",
Expand All @@ -114,6 +121,8 @@
"%s is publicly shared" : "%s is openbaar gedeeld",
"Download" : "Downloaden",
"Download %s" : "Download %s",
"Direct link" : "Directe link"
"Direct link" : "Directe link",
"Exclude groups from receiving shares." : "Groepen uitsluiten van het ontvangen van shares.",
"These groups will not receive shares. Members of the group can still send and receive shares outside of the group." : "Deze groepen zullen geen shares meer ontvangen. Leden van deze groep kunnen nog wel shares verzenden en ontvangen buiten deze groep om."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
16 changes: 16 additions & 0 deletions core/l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ OC.L10N.register(
"%s password changed successfully" : "%s wachtwoord succesvol gewijzigd.",
"%s password reset" : "%s wachtwoord reset",
"Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.",
"Couldn't send mail to following recipient(s): %s " : "Kon geen e-mail versturen naar de volgende ontvanger(s): %s ",
"Preparing update" : "Update voorbereiden",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "Reparatiewaarschuwing:",
Expand Down Expand Up @@ -98,6 +99,7 @@ OC.L10N.register(
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Uw bestanden zijn versleuteld. Als u de herstelsleutel niet hebt geactiveerd, is er geen mogelijk om uw gegevens terug te krijgen nadat uw wachtwoord is hersteld. <br>Als u niet weet wat u moet doen, neem dan eerst contact op met uw beheerder. <br>Wilt u echt verder gaan?",
"I know what I'm doing" : "Ik weet wat ik doe",
"Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met uw beheerder.",
"Error adding {addItem}: {addItem} already exists" : "Fout bij toevoegen {addItem}: {addItem} bestaat al",
"No" : "Nee",
"Yes" : "Ja",
"Choose" : "Kies",
Expand Down Expand Up @@ -143,6 +145,7 @@ OC.L10N.register(
"The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken",
"Set expiration date" : "Stel vervaldatum in",
"Expiration" : "Vervaltermijn",
"Choose an expiration date" : "Kies een vervaldatum",
"Expiration date is required" : "De vervaldatum is vereist",
"Delete {link}" : "Verwijderen {link}",
"Remove link" : "Verwijderen link",
Expand All @@ -166,6 +169,11 @@ OC.L10N.register(
"Filename" : "Bestandsnaam",
"Password" : "Wachtwoord",
"Upload only" : "Alleen uploaden",
"Receive files from multiple recipients without revealing the contents of the folder." : "Ontvang bestanden van meerdere ontvangers zonder de inhoud van de map te weergeven.",
"Download / View" : "Download / Bekijk",
"Recipients can view or download contents." : "Ontvangers kunnen de inhoud bekijken of downloaden.",
"Download / View / Upload" : "Download / Bekijk / Upload",
"Recipients can view, download, edit, delete and upload contents." : "Ontvangers kunnen de inhoud bekijken, downloaden, bewerken, verwijderen en uploaden.",
"Edit link share: {name}" : "Bewerk link om te delen: {name}",
"Create link share: {name}" : "Creëren link om te delen: {name}",
"Share" : "Delen",
Expand All @@ -176,9 +184,13 @@ OC.L10N.register(
"Share to Diaspora. Opens in a new window." : "Delen op diaspora*. Opent in een nieuw venster.",
"Share to Google+. Opens in a new window." : "Delen op Google+. Opent in een nieuw venster.",
"Share via email. Opens your mail client." : "Delen via e-mail. Opent uw mailclient.",
"An error occured while sending email" : "Er trad een fout op bij het versturen van de e-mail",
"Email link to person" : "E-mail link naar persoon",
"Send copy to self" : "Stuur een kopie naar uzelf",
"Send link via email" : "Versturen link via e-mail",
"Add personal message" : "Voeg een persoonlijk bericht toe",
"Sending" : "Versturen",
"E-Mail sent" : "E-mail verzonden",
"Owner: {owner}" : "Eigenaar: {owner}",
"Shared with you and the group {group} by {owner}" : "Gedeeld met u en de groep {group} door {owner}",
"Shared with you by {owner}" : "Gedeeld met u door {owner}",
Expand Down Expand Up @@ -252,9 +264,12 @@ OC.L10N.register(
"You can click here to return to %s." : "Klik hier om terug te keren naar %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\n%s deelt %s met u.\nBekijk hier: %s\n\n",
"The share will expire on %s." : "De share vervalt op %s.",
"Personal note from the sender: %s." : "Persoonlijk bericht van de afzender: %s.",
"Cheers!" : "Proficiat!",
"Internal Server Error" : "Interne serverfout",
"The server encountered an internal error and was unable to complete your request." : "De server ontdekte een interne fout en kon uw aanvraag niet verder uitvoeren.",
"Please contact the server administrator if this error reappears multiple times and include the technical details below in your report." : "Neem contact op met de serverbeheerder als deze fout meerdere keren opnieuw optreedt en neem de onderstaande technische details op in uw melding.",
"More details can be found in the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">server log</a>." : "Meer details kunnen worden gevonden in het <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">server log</a>.",
"Technical details" : "Technische details",
"Remote Address: %s" : "Extern adres: %s",
"Request ID: %s" : "Aanvraag ID: %s",
Expand All @@ -265,6 +280,7 @@ OC.L10N.register(
"Line: %s" : "Regel: %s",
"Trace" : "Trace",
"Imprint" : "afdruk",
"Privacy Policy" : "Privacybeleid",
"Create an <strong>admin account</strong>" : "Maak een <strong>beheerdersaccount</strong> aan",
"Username" : "Gebruikersnaam",
"Storage & database" : "Opslag & database",
Expand Down
16 changes: 16 additions & 0 deletions core/l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"%s password changed successfully" : "%s wachtwoord succesvol gewijzigd.",
"%s password reset" : "%s wachtwoord reset",
"Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.",
"Couldn't send mail to following recipient(s): %s " : "Kon geen e-mail versturen naar de volgende ontvanger(s): %s ",
"Preparing update" : "Update voorbereiden",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "Reparatiewaarschuwing:",
Expand Down Expand Up @@ -96,6 +97,7 @@
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Uw bestanden zijn versleuteld. Als u de herstelsleutel niet hebt geactiveerd, is er geen mogelijk om uw gegevens terug te krijgen nadat uw wachtwoord is hersteld. <br>Als u niet weet wat u moet doen, neem dan eerst contact op met uw beheerder. <br>Wilt u echt verder gaan?",
"I know what I'm doing" : "Ik weet wat ik doe",
"Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met uw beheerder.",
"Error adding {addItem}: {addItem} already exists" : "Fout bij toevoegen {addItem}: {addItem} bestaat al",
"No" : "Nee",
"Yes" : "Ja",
"Choose" : "Kies",
Expand Down Expand Up @@ -141,6 +143,7 @@
"The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken",
"Set expiration date" : "Stel vervaldatum in",
"Expiration" : "Vervaltermijn",
"Choose an expiration date" : "Kies een vervaldatum",
"Expiration date is required" : "De vervaldatum is vereist",
"Delete {link}" : "Verwijderen {link}",
"Remove link" : "Verwijderen link",
Expand All @@ -164,6 +167,11 @@
"Filename" : "Bestandsnaam",
"Password" : "Wachtwoord",
"Upload only" : "Alleen uploaden",
"Receive files from multiple recipients without revealing the contents of the folder." : "Ontvang bestanden van meerdere ontvangers zonder de inhoud van de map te weergeven.",
"Download / View" : "Download / Bekijk",
"Recipients can view or download contents." : "Ontvangers kunnen de inhoud bekijken of downloaden.",
"Download / View / Upload" : "Download / Bekijk / Upload",
"Recipients can view, download, edit, delete and upload contents." : "Ontvangers kunnen de inhoud bekijken, downloaden, bewerken, verwijderen en uploaden.",
"Edit link share: {name}" : "Bewerk link om te delen: {name}",
"Create link share: {name}" : "Creëren link om te delen: {name}",
"Share" : "Delen",
Expand All @@ -174,9 +182,13 @@
"Share to Diaspora. Opens in a new window." : "Delen op diaspora*. Opent in een nieuw venster.",
"Share to Google+. Opens in a new window." : "Delen op Google+. Opent in een nieuw venster.",
"Share via email. Opens your mail client." : "Delen via e-mail. Opent uw mailclient.",
"An error occured while sending email" : "Er trad een fout op bij het versturen van de e-mail",
"Email link to person" : "E-mail link naar persoon",
"Send copy to self" : "Stuur een kopie naar uzelf",
"Send link via email" : "Versturen link via e-mail",
"Add personal message" : "Voeg een persoonlijk bericht toe",
"Sending" : "Versturen",
"E-Mail sent" : "E-mail verzonden",
"Owner: {owner}" : "Eigenaar: {owner}",
"Shared with you and the group {group} by {owner}" : "Gedeeld met u en de groep {group} door {owner}",
"Shared with you by {owner}" : "Gedeeld met u door {owner}",
Expand Down Expand Up @@ -250,9 +262,12 @@
"You can click here to return to %s." : "Klik hier om terug te keren naar %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\n%s deelt %s met u.\nBekijk hier: %s\n\n",
"The share will expire on %s." : "De share vervalt op %s.",
"Personal note from the sender: %s." : "Persoonlijk bericht van de afzender: %s.",
"Cheers!" : "Proficiat!",
"Internal Server Error" : "Interne serverfout",
"The server encountered an internal error and was unable to complete your request." : "De server ontdekte een interne fout en kon uw aanvraag niet verder uitvoeren.",
"Please contact the server administrator if this error reappears multiple times and include the technical details below in your report." : "Neem contact op met de serverbeheerder als deze fout meerdere keren opnieuw optreedt en neem de onderstaande technische details op in uw melding.",
"More details can be found in the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">server log</a>." : "Meer details kunnen worden gevonden in het <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">server log</a>.",
"Technical details" : "Technische details",
"Remote Address: %s" : "Extern adres: %s",
"Request ID: %s" : "Aanvraag ID: %s",
Expand All @@ -263,6 +278,7 @@
"Line: %s" : "Regel: %s",
"Trace" : "Trace",
"Imprint" : "afdruk",
"Privacy Policy" : "Privacybeleid",
"Create an <strong>admin account</strong>" : "Maak een <strong>beheerdersaccount</strong> aan",
"Username" : "Gebruikersnaam",
"Storage & database" : "Opslag & database",
Expand Down
Loading

0 comments on commit 1ab5846

Please sign in to comment.