Skip to content

Commit 4bde382

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent b8d255a commit 4bde382

32 files changed

Lines changed: 192 additions & 16 deletions

File tree

apps/comments/l10n/nl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ OC.L10N.register(
1212
"Files" : "Bestanden",
1313
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Je werd genoemd op \"{file}\", in een reactie van een account dat intussen is verwijderd",
1414
"{user} mentioned you in a comment on \"{file}\"" : "{user} noemde jou in een reactie op \"{file}\"",
15+
"Go to file" : "Naar bestand gaan",
1516
"Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen",
1617
"Edit comment" : "Reactie bewerken",
1718
"Delete comment" : "Reactie verwijderen",

apps/comments/l10n/nl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"Files" : "Bestanden",
1111
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Je werd genoemd op \"{file}\", in een reactie van een account dat intussen is verwijderd",
1212
"{user} mentioned you in a comment on \"{file}\"" : "{user} noemde jou in een reactie op \"{file}\"",
13+
"Go to file" : "Naar bestand gaan",
1314
"Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen",
1415
"Edit comment" : "Reactie bewerken",
1516
"Delete comment" : "Reactie verwijderen",

apps/dav/l10n/en_GB.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,21 @@ OC.L10N.register(
242242
"Failed to unlink: %1$s" : "Failed to unlink: %1$s",
243243
"Failed to write file contents: %1$s" : "Failed to write file contents: %1$s",
244244
"File not found: %1$s" : "File not found: %1$s",
245+
"Insufficient space" : "Insufficient space",
245246
"Invalid target path" : "Invalid target path",
246247
"System is in maintenance mode." : "System is in maintenance mode.",
247248
"Upgrade needed" : "Upgrade needed",
249+
"Delegate:" : "Delegate:",
250+
"%1$s created \"%2$s\" on your behalf" : "%1$s created \"%2$s\" on your behalf",
251+
"%1$s created \"%2$s\" on your calendar \"%3$s\"" : "%1$s created \"%2$s\" on your calendar \"%3$s\"",
252+
"%1$s updated \"%2$s\" on your behalf" : "%1$s updated \"%2$s\" on your behalf",
253+
"%1$s updated \"%2$s\" on your calendar \"%3$s\"" : "%1$s updated \"%2$s\" on your calendar \"%3$s\"",
254+
"%1$s deleted \"%2$s\" on your behalf" : "%1$s deleted \"%2$s\" on your behalf",
255+
"%1$s permanently deleted \"%2$s\" from your calendar \"%3$s\"" : "%1$s permanently deleted \"%2$s\" from your calendar \"%3$s\"",
256+
"%1$s moved \"%2$s\" to the trash on your behalf" : "%1$s deleted \"%2$s\" on your behalf",
257+
"%1$s moved \"%2$s\" to the trash on your calendar \"%3$s\"" : "%1$s deleted \"%2$s\" on your calendar \"%3$s\"",
258+
"%1$s restored \"%2$s\" on your behalf" : "%1$s restored \"%2$s\" on your behalf",
259+
"%1$s restored \"%2$s\" on your calendar \"%3$s\"" : "%1$s restored \"%2$s\" on your calendar \"%3$s\"",
248260
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS.",
249261
"Configures a CalDAV account" : "Configures a CalDAV account",
250262
"Configures a CardDAV account" : "Configures a CardDAV account",
@@ -254,7 +266,7 @@ OC.L10N.register(
254266
"Due on %s by %s" : "Due on %s by %s",
255267
"Due on %s" : "Due on %s",
256268
"This is an example contact" : "This is an example contact",
257-
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings.",
269+
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customise your experience: schedule recurring events, adjust notifications and other settings.",
258270
"Example event - open me!" : "Example event - open me!",
259271
"System Address Book" : "System Address Book",
260272
"The system address book contains contact information for all users in your instance." : "The system address book contains contact information for all users in your instance.",

apps/dav/l10n/en_GB.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,21 @@
240240
"Failed to unlink: %1$s" : "Failed to unlink: %1$s",
241241
"Failed to write file contents: %1$s" : "Failed to write file contents: %1$s",
242242
"File not found: %1$s" : "File not found: %1$s",
243+
"Insufficient space" : "Insufficient space",
243244
"Invalid target path" : "Invalid target path",
244245
"System is in maintenance mode." : "System is in maintenance mode.",
245246
"Upgrade needed" : "Upgrade needed",
247+
"Delegate:" : "Delegate:",
248+
"%1$s created \"%2$s\" on your behalf" : "%1$s created \"%2$s\" on your behalf",
249+
"%1$s created \"%2$s\" on your calendar \"%3$s\"" : "%1$s created \"%2$s\" on your calendar \"%3$s\"",
250+
"%1$s updated \"%2$s\" on your behalf" : "%1$s updated \"%2$s\" on your behalf",
251+
"%1$s updated \"%2$s\" on your calendar \"%3$s\"" : "%1$s updated \"%2$s\" on your calendar \"%3$s\"",
252+
"%1$s deleted \"%2$s\" on your behalf" : "%1$s deleted \"%2$s\" on your behalf",
253+
"%1$s permanently deleted \"%2$s\" from your calendar \"%3$s\"" : "%1$s permanently deleted \"%2$s\" from your calendar \"%3$s\"",
254+
"%1$s moved \"%2$s\" to the trash on your behalf" : "%1$s deleted \"%2$s\" on your behalf",
255+
"%1$s moved \"%2$s\" to the trash on your calendar \"%3$s\"" : "%1$s deleted \"%2$s\" on your calendar \"%3$s\"",
256+
"%1$s restored \"%2$s\" on your behalf" : "%1$s restored \"%2$s\" on your behalf",
257+
"%1$s restored \"%2$s\" on your calendar \"%3$s\"" : "%1$s restored \"%2$s\" on your calendar \"%3$s\"",
246258
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS.",
247259
"Configures a CalDAV account" : "Configures a CalDAV account",
248260
"Configures a CardDAV account" : "Configures a CardDAV account",
@@ -252,7 +264,7 @@
252264
"Due on %s by %s" : "Due on %s by %s",
253265
"Due on %s" : "Due on %s",
254266
"This is an example contact" : "This is an example contact",
255-
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings.",
267+
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customise your experience: schedule recurring events, adjust notifications and other settings.",
256268
"Example event - open me!" : "Example event - open me!",
257269
"System Address Book" : "System Address Book",
258270
"The system address book contains contact information for all users in your instance." : "The system address book contains contact information for all users in your instance.",

apps/dav/l10n/nl.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,17 @@ OC.L10N.register(
246246
"Invalid target path" : "Ongeldig doel pad",
247247
"System is in maintenance mode." : "Systeem in onderhoudsmodus.",
248248
"Upgrade needed" : "Upgrade vereist",
249+
"Delegate:" : "Gemachtigde:",
250+
"%1$s created \"%2$s\" on your behalf" : "%1$s heeft \"%2$s\" namens jou aangemaakt",
251+
"%1$s created \"%2$s\" on your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" aangemaakt in je agenda \"%3$s\"",
252+
"%1$s updated \"%2$s\" on your behalf" : "%1$s heeft \"%2$s\" namens jou bijgewerkt",
253+
"%1$s updated \"%2$s\" on your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" bijgewerkt in je agenda \"%3$s\"",
254+
"%1$s deleted \"%2$s\" on your behalf" : "%1$s heeft \"%2$s\" namens jou verwijderd",
255+
"%1$s permanently deleted \"%2$s\" from your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" permanent verwijderd uit je agenda \"%3$s\"",
256+
"%1$s moved \"%2$s\" to the trash on your behalf" : "%1$s heeft \"%2$s\" namens jou naar de prullenbak verplaatst",
257+
"%1$s moved \"%2$s\" to the trash on your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" naar de prullenbak verplaatst in je agenda \"%3$s\"",
258+
"%1$s restored \"%2$s\" on your behalf" : "%1$s heeft \"%2$s\" namens jou hersteld",
259+
"%1$s restored \"%2$s\" on your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" hersteld in je agenda \"%3$s\"",
249260
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Je %s moet worden geconfigureerd voor gebruik van HTTPS om CalDAV en CardDAV met iOS/macOS te kunnen gebruiken.",
250261
"Configures a CalDAV account" : "Configureert een CalDAV account",
251262
"Configures a CardDAV account" : "Configureert een CardDAV account",

apps/dav/l10n/nl.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,17 @@
244244
"Invalid target path" : "Ongeldig doel pad",
245245
"System is in maintenance mode." : "Systeem in onderhoudsmodus.",
246246
"Upgrade needed" : "Upgrade vereist",
247+
"Delegate:" : "Gemachtigde:",
248+
"%1$s created \"%2$s\" on your behalf" : "%1$s heeft \"%2$s\" namens jou aangemaakt",
249+
"%1$s created \"%2$s\" on your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" aangemaakt in je agenda \"%3$s\"",
250+
"%1$s updated \"%2$s\" on your behalf" : "%1$s heeft \"%2$s\" namens jou bijgewerkt",
251+
"%1$s updated \"%2$s\" on your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" bijgewerkt in je agenda \"%3$s\"",
252+
"%1$s deleted \"%2$s\" on your behalf" : "%1$s heeft \"%2$s\" namens jou verwijderd",
253+
"%1$s permanently deleted \"%2$s\" from your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" permanent verwijderd uit je agenda \"%3$s\"",
254+
"%1$s moved \"%2$s\" to the trash on your behalf" : "%1$s heeft \"%2$s\" namens jou naar de prullenbak verplaatst",
255+
"%1$s moved \"%2$s\" to the trash on your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" naar de prullenbak verplaatst in je agenda \"%3$s\"",
256+
"%1$s restored \"%2$s\" on your behalf" : "%1$s heeft \"%2$s\" namens jou hersteld",
257+
"%1$s restored \"%2$s\" on your calendar \"%3$s\"" : "%1$s heeft \"%2$s\" hersteld in je agenda \"%3$s\"",
247258
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Je %s moet worden geconfigureerd voor gebruik van HTTPS om CalDAV en CardDAV met iOS/macOS te kunnen gebruiken.",
248259
"Configures a CalDAV account" : "Configureert een CalDAV account",
249260
"Configures a CardDAV account" : "Configureert een CardDAV account",

apps/files/l10n/en_GB.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ OC.L10N.register(
325325
"The files are locked" : "The files are locked",
326326
"The file does not exist anymore" : "The file does not exist anymore",
327327
"Moving \"{source}\" to \"{destination}\" …" : "Moving \"{source}\" to \"{destination}\" …",
328+
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Moving %n file to \"{destination}\" …","Moving %n files to \"{destination}\" …"],
328329
"Copying \"{source}\" to \"{destination}\" …" : "Copying \"{source}\" to \"{destination}\" …",
330+
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Copying %n file to \"{destination}\" …","Copying %n files to \"{destination}\" …"],
329331
"Choose destination" : "Choose destination",
330332
"Copy to {target}" : "Copy to {target}",
331333
"Move to {target}" : "Move to {target}",

apps/files/l10n/en_GB.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@
323323
"The files are locked" : "The files are locked",
324324
"The file does not exist anymore" : "The file does not exist anymore",
325325
"Moving \"{source}\" to \"{destination}\" …" : "Moving \"{source}\" to \"{destination}\" …",
326+
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Moving %n file to \"{destination}\" …","Moving %n files to \"{destination}\" …"],
326327
"Copying \"{source}\" to \"{destination}\" …" : "Copying \"{source}\" to \"{destination}\" …",
328+
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Copying %n file to \"{destination}\" …","Copying %n files to \"{destination}\" …"],
327329
"Choose destination" : "Choose destination",
328330
"Copy to {target}" : "Copy to {target}",
329331
"Move to {target}" : "Move to {target}",

apps/files/l10n/nl.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ OC.L10N.register(
307307
"Delete folder" : "Map verwijderen",
308308
"Delete folders" : "Verwijder mappen",
309309
"_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Je staat op het punt om {count} item permanent te verwijderen","Je staat op het punt om {count} items permanent te verwijderen"],
310-
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Je staat op het punt om {count} item te verwijderen","Je staat op het punt om {count}items te verwijderen"],
310+
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Je staat op het punt om {count} item te verwijderen","Je staat op het punt om {count} items te verwijderen"],
311311
"Confirm deletion" : "Bevestig verwijderen",
312312
"Download" : "Downloaden",
313313
"The requested file is not available." : "Het gevraagde bestand is niet beschikbaar.",
@@ -325,7 +325,9 @@ OC.L10N.register(
325325
"The files are locked" : "De bestanden zijn vergrendeld",
326326
"The file does not exist anymore" : "Dit bestand bestaat niet meer",
327327
"Moving \"{source}\" to \"{destination}\" …" : "Verplaatsen \"{source}\" naar \"{destination}\" …",
328+
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["%n bestand verplaatsen naar \"{destination}\" …","%n bestanden verplaatsen naar \"{destination}\" …"],
328329
"Copying \"{source}\" to \"{destination}\" …" : "Kopieren \"{source}\" naar \"{destination}\" …",
330+
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["%n bestand kopiëren naar \"{destination}\" …","%n bestanden kopiëren naar \"{destination}\" …"],
329331
"Choose destination" : "Kies bestemming",
330332
"Copy to {target}" : "Kopieer naar {target}",
331333
"Move to {target}" : "Verplaats naar {target}",
@@ -421,6 +423,6 @@ OC.L10N.register(
421423
"Converting files …" : "Bestanden converteren ...",
422424
"Converting file …" : "Bestand converteren ...",
423425
"Moving {count} files to \"{destination}\" …" : "{count} bestanden aan het verplaatsen naar \"{destination}\" …",
424-
"Copying {count} files to \"{destination}\" …" : "{count}bestanden aan het kopiëren naar \"{destination}\" …"
426+
"Copying {count} files to \"{destination}\" …" : "{count} bestanden kopiëren naar \"{destination}\" …"
425427
},
426428
"nplurals=2; plural=(n != 1);");

apps/files/l10n/nl.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"Delete folder" : "Map verwijderen",
306306
"Delete folders" : "Verwijder mappen",
307307
"_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Je staat op het punt om {count} item permanent te verwijderen","Je staat op het punt om {count} items permanent te verwijderen"],
308-
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Je staat op het punt om {count} item te verwijderen","Je staat op het punt om {count}items te verwijderen"],
308+
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Je staat op het punt om {count} item te verwijderen","Je staat op het punt om {count} items te verwijderen"],
309309
"Confirm deletion" : "Bevestig verwijderen",
310310
"Download" : "Downloaden",
311311
"The requested file is not available." : "Het gevraagde bestand is niet beschikbaar.",
@@ -323,7 +323,9 @@
323323
"The files are locked" : "De bestanden zijn vergrendeld",
324324
"The file does not exist anymore" : "Dit bestand bestaat niet meer",
325325
"Moving \"{source}\" to \"{destination}\" …" : "Verplaatsen \"{source}\" naar \"{destination}\" …",
326+
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["%n bestand verplaatsen naar \"{destination}\" …","%n bestanden verplaatsen naar \"{destination}\" …"],
326327
"Copying \"{source}\" to \"{destination}\" …" : "Kopieren \"{source}\" naar \"{destination}\" …",
328+
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["%n bestand kopiëren naar \"{destination}\" …","%n bestanden kopiëren naar \"{destination}\" …"],
327329
"Choose destination" : "Kies bestemming",
328330
"Copy to {target}" : "Kopieer naar {target}",
329331
"Move to {target}" : "Verplaats naar {target}",
@@ -419,6 +421,6 @@
419421
"Converting files …" : "Bestanden converteren ...",
420422
"Converting file …" : "Bestand converteren ...",
421423
"Moving {count} files to \"{destination}\" …" : "{count} bestanden aan het verplaatsen naar \"{destination}\" …",
422-
"Copying {count} files to \"{destination}\" …" : "{count}bestanden aan het kopiëren naar \"{destination}\" …"
424+
"Copying {count} files to \"{destination}\" …" : "{count} bestanden kopiëren naar \"{destination}\" …"
423425
},"pluralForm" :"nplurals=2; plural=(n != 1);"
424426
}

0 commit comments

Comments
 (0)