mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat: Add sync_batch_size to allow users to customize the synchronization batch size, and introduce date_before to support semantics such as downloading emails from more than one year ago. #24 #58
This commit is contained in:
@@ -138,6 +138,22 @@
|
||||
"systemVersion": "Systeemversie"
|
||||
},
|
||||
"accounts": {
|
||||
"beforeRelativeValue": "Synchroniseer e-mails van vóór {{value}} {{unit}} geleden",
|
||||
"sinceRelativeValue": "Synchroniseer e-mails van de afgelopen {{value}} {{unit}}",
|
||||
"syncBatchSize": "Batchgrootte synchronisatie",
|
||||
"syncBatchSizeDescription": "Aantal berichten opgehaald per IMAP-verzoek",
|
||||
"incrementalSyncDescription": "Frequentie van incrementele synchronisatie (in minuten)",
|
||||
"syncScope": "Synchronisatiestrategie",
|
||||
"syncScopeDescription": "Kies welke e-mails geïndexeerd en gearchiveerd moeten worden.",
|
||||
"selectMode": "Filtermodus selecteren",
|
||||
"syncAll": "Alle e-mails synchroniseren",
|
||||
"sinceFixed": "Sinds een specifieke datum",
|
||||
"sinceRelative": "Alleen recente e-mails synchroniseren",
|
||||
"beforeRelative": "Alleen oude e-mails archiveren",
|
||||
"duration": "Duur",
|
||||
"unit": "Eenheid",
|
||||
"accessControl": "Toegangsbeheer",
|
||||
"owner": "Maker",
|
||||
"access_control": {
|
||||
"title": "Toewijzing accounttoegang",
|
||||
"description": "Rollen en geautoriseerde gebruikers toewijzen aan {{email}}",
|
||||
|
||||
Reference in New Issue
Block a user