From 6eca351994a0dd4062417c1b748e4adea4232684 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Thu, 21 May 2026 23:52:26 +0800 Subject: [PATCH] update i18n --- web/src/locales/ar.json | 5 +++++ web/src/locales/da.json | 5 +++++ web/src/locales/de.json | 5 +++++ web/src/locales/en.json | 4 ++++ web/src/locales/es.json | 5 +++++ web/src/locales/fi.json | 5 +++++ web/src/locales/fr.json | 5 +++++ web/src/locales/it.json | 5 +++++ web/src/locales/jp.json | 5 +++++ web/src/locales/ko.json | 5 +++++ web/src/locales/nl.json | 5 +++++ web/src/locales/no.json | 5 +++++ web/src/locales/pl.json | 5 +++++ web/src/locales/pt.json | 5 +++++ web/src/locales/ru.json | 5 +++++ web/src/locales/sv.json | 5 +++++ web/src/locales/zh-tw.json | 5 +++++ web/src/locales/zh.json | 4 ++++ 18 files changed, 88 insertions(+) diff --git a/web/src/locales/ar.json b/web/src/locales/ar.json index d6475b6..c289a37 100644 --- a/web/src/locales/ar.json +++ b/web/src/locales/ar.json @@ -100,6 +100,7 @@ "auth": "المصادقة", "authType": "نوع_المصادقة", "autoConfiguring": "جارٍ التكوين التلقائي...", + "autoDownloadNewMailboxes": "إضافة المجلدات الجديدة تلقائيًا", "autoDownloadNewMailboxesDescription": "إضافة المجلدات الجديدة المكتشفة تلقائيًا إلى قائمة التنزيل.", "beforeRelative": "تنزيل رسائل البريد الإلكتروني القديمة فقط", "beforeRelativeValue": "تنزيل رسائل البريد الإلكتروني قبل {{value}} {{unit}} مضت", @@ -556,6 +557,7 @@ "account": "الحساب", "attachments": "المرفقات", "bcc": "نسخة مخفية", + "blockRemoteAgain": "حظر مجدداً", "cc": "نسخة", "clickToDownload": "انقر للتنزيل", "date": "التاريخ", @@ -575,8 +577,11 @@ "noMessageSelected": "لم يتم تحديد رسالة", "noTagsYet": "لا توجد علامات بعد", "onlyNonInlineAttachments": "يتم عرض المرفقات غير المضمنة فقط هنا.", + "remoteBlocked": "لحماية خصوصيتك، قام Bichon بحظر المحتوى الخارجي في هذه الرسالة.", + "remoteShown": "تم عرض المحتوى الخارجي.", "showLess": "إظهار أقل", "showMore": "إظهار المزيد...", + "showRemoteContent": "عرض المحتوى الخارجي", "subject": "الموضوع", "tags": "العلامات", "to": "إلى", diff --git a/web/src/locales/da.json b/web/src/locales/da.json index 9bfbeb9..ca1dc4c 100644 --- a/web/src/locales/da.json +++ b/web/src/locales/da.json @@ -100,6 +100,7 @@ "auth": "Godkendelse", "authType": "godkendelsestype", "autoConfiguring": "Konfigurerer automatisk...", + "autoDownloadNewMailboxes": "Tilføj automatisk nye mapper", "autoDownloadNewMailboxesDescription": "Føj automatisk nye mapper til downloadlisten.", "beforeRelative": "Download kun gamle e-mails", "beforeRelativeValue": "Download e-mails før {{value}} {{unit}} siden", @@ -556,6 +557,7 @@ "account": "Konto", "attachments": "Vedhæftninger", "bcc": "Blindkopi", + "blockRemoteAgain": "Bloker igen", "cc": "Kopi", "clickToDownload": "Klik for at downloade", "date": "Dato", @@ -575,8 +577,11 @@ "noMessageSelected": "Ingen meddelelse valgt", "noTagsYet": "Ingen etiketter endnu", "onlyNonInlineAttachments": "Kun ikke-indlejrede vedhæftninger vises her.", + "remoteBlocked": "For at beskytte dit privatliv har Bichon blokeret eksternt indhold i denne meddelelse.", + "remoteShown": "Eksternt indhold vises nu.", "showLess": "vis mindre", "showMore": "vis mere...", + "showRemoteContent": "Vis eksternt indhold", "subject": "Emne", "tags": "Etiketter", "to": "Til", diff --git a/web/src/locales/de.json b/web/src/locales/de.json index 554919a..2f87b6c 100644 --- a/web/src/locales/de.json +++ b/web/src/locales/de.json @@ -100,6 +100,7 @@ "auth": "Authentifizierung", "authType": "Authentifizierungstyp", "autoConfiguring": "Automatische Konfiguration läuft...", + "autoDownloadNewMailboxes": "Neue Ordner automatisch hinzufügen", "autoDownloadNewMailboxesDescription": "Neu entdeckte Ordner automatisch zur Download-Liste hinzufügen.", "beforeRelative": "Nur alte E-Mails herunterladen", "beforeRelativeValue": "E-Mails von vor {{value}} {{unit}} herunterladen", @@ -556,6 +557,7 @@ "account": "Konto", "attachments": "Anhänge", "bcc": "BCC", + "blockRemoteAgain": "Wieder blockieren", "cc": "CC", "clickToDownload": "Zum Herunterladen klicken", "date": "Datum", @@ -575,8 +577,11 @@ "noMessageSelected": "Keine Nachricht ausgewählt", "noTagsYet": "Noch keine Tags", "onlyNonInlineAttachments": "Es werden nur Nicht-Inline-Anhänge hier angezeigt.", + "remoteBlocked": "Zum Schutz Ihrer Privatsphäre hat Bichon externe Inhalte in dieser Nachricht blockiert.", + "remoteShown": "Externe Inhalte werden angezeigt.", "showLess": "weniger anzeigen", "showMore": "mehr anzeigen...", + "showRemoteContent": "Externe Inhalte anzeigen", "subject": "Betreff", "tags": "Tags", "to": "An", diff --git a/web/src/locales/en.json b/web/src/locales/en.json index 04996a0..844e820 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -557,6 +557,7 @@ "account": "Account", "attachments": "Attachments", "bcc": "BCC", + "blockRemoteAgain": "Block again", "cc": "CC", "clickToDownload": "Click to download", "date": "Date", @@ -576,8 +577,11 @@ "noMessageSelected": "No message selected", "noTagsYet": "No tags yet", "onlyNonInlineAttachments": "Only non-inline attachments are shown here.", + "remoteBlocked": "To protect your privacy, Bichon has blocked remote content in this message.", + "remoteShown": "Remote content is now shown.", "showLess": "show less", "showMore": "show more...", + "showRemoteContent": "Show remote content", "subject": "Subject", "tags": "Tags", "to": "To", diff --git a/web/src/locales/es.json b/web/src/locales/es.json index eef88d4..2934f4d 100644 --- a/web/src/locales/es.json +++ b/web/src/locales/es.json @@ -100,6 +100,7 @@ "auth": "Autenticación", "authType": "tipo de autenticación", "autoConfiguring": "Autoconfigurando...", + "autoDownloadNewMailboxes": "Añadir automáticamente nuevas carpetas", "autoDownloadNewMailboxesDescription": "Añadir automáticamente las nuevas carpetas a la lista de descarga.", "beforeRelative": "Descargar solo correos antiguos", "beforeRelativeValue": "Descargar correos de hace {{value}} {{unit}}", @@ -556,6 +557,7 @@ "account": "Cuenta", "attachments": "Adjuntos", "bcc": "CCO", + "blockRemoteAgain": "Bloquear de nuevo", "cc": "CC", "clickToDownload": "Hacer clic para descargar", "date": "Fecha", @@ -575,8 +577,11 @@ "noMessageSelected": "Ningún mensaje seleccionado", "noTagsYet": "Aún no hay etiquetas", "onlyNonInlineAttachments": "Solo se muestran aquí los adjuntos que no están en línea.", + "remoteBlocked": "Para proteger tu privacidad, Bichon ha bloqueado el contenido remoto de este mensaje.", + "remoteShown": "Contenido remoto mostrado.", "showLess": "mostrar menos", "showMore": "mostrar más...", + "showRemoteContent": "Mostrar contenido remoto", "subject": "Asunto", "tags": "Etiquetas", "to": "Para", diff --git a/web/src/locales/fi.json b/web/src/locales/fi.json index a7e4686..a65d698 100644 --- a/web/src/locales/fi.json +++ b/web/src/locales/fi.json @@ -100,6 +100,7 @@ "auth": "Todennus", "authType": "todennustyyppi", "autoConfiguring": "Automaattinen määritys...", + "autoDownloadNewMailboxes": "Lisää uudet kansiot automaattisesti", "autoDownloadNewMailboxesDescription": "Lisää uudet löydetyt kansiot automaattisesti latausluetteloon.", "beforeRelative": "Lataa vain vanhat sähköpostit", "beforeRelativeValue": "Lataa sähköpostit {{value}} {{unit}} sitten", @@ -556,6 +557,7 @@ "account": "Tili", "attachments": "Liitteet", "bcc": "Piilokopio", + "blockRemoteAgain": "Estä uudelleen", "cc": "Kopio", "clickToDownload": "Napsauta ladataksesi", "date": "Päivämäärä", @@ -575,8 +577,11 @@ "noMessageSelected": "Ei valittua viestiä", "noTagsYet": "Ei tunnisteita vielä", "onlyNonInlineAttachments": "Vain muut kuin sisäiset liitteet näytetään tässä.", + "remoteBlocked": "Tietoturvasi vuoksi Bichon on estänyt etäsisällön tässä viestissä.", + "remoteShown": "Etäsisältö näytetään nyt.", "showLess": "näytä vähemmän", "showMore": "näytä lisää...", + "showRemoteContent": "Näytä etäsisältö", "subject": "Aihe", "tags": "Tunnisteet", "to": "Vastaanottaja", diff --git a/web/src/locales/fr.json b/web/src/locales/fr.json index e5483d0..918860a 100644 --- a/web/src/locales/fr.json +++ b/web/src/locales/fr.json @@ -100,6 +100,7 @@ "auth": "Auth.", "authType": "type_auth", "autoConfiguring": "Configuration automatique...", + "autoDownloadNewMailboxes": "Ajouter automatiquement les nouveaux dossiers", "autoDownloadNewMailboxesDescription": "Ajouter automatiquement les nouveaux dossiers à la liste de téléchargement.", "beforeRelative": "Télécharger uniquement les anciens e-mails", "beforeRelativeValue": "Télécharger les e-mails d'il y a {{value}} {{unit}}", @@ -556,6 +557,7 @@ "account": "Compte", "attachments": "Pièces jointes", "bcc": "Cci", + "blockRemoteAgain": "Bloquer à nouveau", "cc": "Cc", "clickToDownload": "Cliquer pour télécharger", "date": "Date", @@ -575,8 +577,11 @@ "noMessageSelected": "Aucun message sélectionné", "noTagsYet": "Aucune étiquette pour l'instant", "onlyNonInlineAttachments": "Seules les pièces jointes non intégrées sont affichées ici.", + "remoteBlocked": "Pour protéger votre vie privée, Bichon a bloqué le contenu distant dans ce message.", + "remoteShown": "Contenu distant affiché.", "showLess": "afficher moins", "showMore": "afficher plus...", + "showRemoteContent": "Afficher le contenu distant", "subject": "Objet", "tags": "Étiquettes", "to": "À", diff --git a/web/src/locales/it.json b/web/src/locales/it.json index 7b4f169..edf726e 100644 --- a/web/src/locales/it.json +++ b/web/src/locales/it.json @@ -100,6 +100,7 @@ "auth": "Autenticazione", "authType": "tipo_autenticazione", "autoConfiguring": "Configurazione automatica...", + "autoDownloadNewMailboxes": "Aggiungi automaticamente nuove cartelle", "autoDownloadNewMailboxesDescription": "Aggiungi automaticamente le nuove cartelle all'elenco di download.", "beforeRelative": "Scarica solo le vecchie email", "beforeRelativeValue": "Scarica email da {{value}} {{unit}} fa", @@ -556,6 +557,7 @@ "account": "Account", "attachments": "Allegati", "bcc": "BCC", + "blockRemoteAgain": "Blocca di nuovo", "cc": "CC", "clickToDownload": "Clicca per scaricare", "date": "Data", @@ -575,8 +577,11 @@ "noMessageSelected": "Nessun messaggio selezionato", "noTagsYet": "Ancora nessun tag", "onlyNonInlineAttachments": "Solo gli allegati non in linea sono mostrati qui.", + "remoteBlocked": "Per proteggere la tua privacy, Bichon ha bloccato i contenuti remoti in questo messaggio.", + "remoteShown": "Contenuto remoto mostrato.", "showLess": "mostra meno", "showMore": "mostra altro...", + "showRemoteContent": "Mostra contenuto remoto", "subject": "Oggetto", "tags": "Tag", "to": "A", diff --git a/web/src/locales/jp.json b/web/src/locales/jp.json index f6442fe..65b9f12 100644 --- a/web/src/locales/jp.json +++ b/web/src/locales/jp.json @@ -100,6 +100,7 @@ "auth": "認証", "authType": "認証タイプ", "autoConfiguring": "自動設定中...", + "autoDownloadNewMailboxes": "新着フォルダーの自動追加", "autoDownloadNewMailboxesDescription": "新しく見つかったフォルダーを自動的にダウンロード一覧に追加します。", "beforeRelative": "古いメールのみダウンロード", "beforeRelativeValue": "{{value}} {{unit}}前より古いメールをダウンロード", @@ -556,6 +557,7 @@ "account": "アカウント", "attachments": "添付ファイル", "bcc": "BCC", + "blockRemoteAgain": "再度ブロック", "cc": "CC", "clickToDownload": "クリックしてダウンロード", "date": "日付", @@ -575,8 +577,11 @@ "noMessageSelected": "メッセージが選択されていません", "noTagsYet": "まだタグがありません", "onlyNonInlineAttachments": "インラインではない添付ファイルのみここに表示されます。", + "remoteBlocked": "プライバシー保護のため、Bichonはこのメッセージ内のリモートコンテンツをブロックしました。", + "remoteShown": "リモートコンテンツを表示しています。", "showLess": "少なく表示", "showMore": "さらに表示...", + "showRemoteContent": "リモートコンテンツを表示", "subject": "件名", "tags": "タグ", "to": "宛先", diff --git a/web/src/locales/ko.json b/web/src/locales/ko.json index 7c536fb..50e7f5f 100644 --- a/web/src/locales/ko.json +++ b/web/src/locales/ko.json @@ -100,6 +100,7 @@ "auth": "인증", "authType": "인증 유형", "autoConfiguring": "자동 구성 중...", + "autoDownloadNewMailboxes": "새 폴더 자동 추가", "autoDownloadNewMailboxesDescription": "새로 발견된 폴더를 다운로드 목록에 자동으로 추가합니다.", "beforeRelative": "이전 이메일만 다운로드", "beforeRelativeValue": "{{value}} {{unit}} 전의 이메일 다운로드", @@ -556,6 +557,7 @@ "account": "계정", "attachments": "첨부 파일", "bcc": "숨은 참조", + "blockRemoteAgain": "다시 차단", "cc": "참조", "clickToDownload": "클릭하여 다운로드", "date": "날짜", @@ -575,8 +577,11 @@ "noMessageSelected": "선택된 메시지 없음", "noTagsYet": "아직 태그가 없습니다", "onlyNonInlineAttachments": "인라인이 아닌 첨부 파일만 여기에 표시됩니다.", + "remoteBlocked": "개인 정보 보호를 위해 Bichon이 이 메시지의 원격 콘텐츠를 차단했습니다.", + "remoteShown": "원격 콘텐츠가 표시됩니다.", "showLess": "간단히 보기", "showMore": "더 보기...", + "showRemoteContent": "원격 콘텐츠 표시", "subject": "제목", "tags": "태그", "to": "받는 사람", diff --git a/web/src/locales/nl.json b/web/src/locales/nl.json index 24d3311..82a7603 100644 --- a/web/src/locales/nl.json +++ b/web/src/locales/nl.json @@ -100,6 +100,7 @@ "auth": "Authenticatie", "authType": "authenticatie_type", "autoConfiguring": "Automatisch configureren...", + "autoDownloadNewMailboxes": "Nieuwe mappen automatisch importeren", "autoDownloadNewMailboxesDescription": "Voeg automatisch nieuw ontdekte mappen toe aan de downloadlijst.", "beforeRelative": "Download alleen oude e-mails", "beforeRelativeValue": "Download e-mails van {{value}} {{unit}} geleden", @@ -556,6 +557,7 @@ "account": "Account", "attachments": "Bijlagen", "bcc": "BCC", + "blockRemoteAgain": "Opnieuw blokkeren", "cc": "CC", "clickToDownload": "Klik om te downloaden", "date": "Datum", @@ -575,8 +577,11 @@ "noMessageSelected": "Geen bericht geselecteerd", "noTagsYet": "Nog geen tags", "onlyNonInlineAttachments": "Alleen niet-inline bijlagen worden hier getoond.", + "remoteBlocked": "Om uw privacy te beschermen, heeft Bichon externe inhoud in dit bericht geblokkeerd.", + "remoteShown": "Externe inhoud wordt nu weergegeven.", "showLess": "toon minder", "showMore": "toon meer...", + "showRemoteContent": "Externe inhoud weergeven", "subject": "Onderwerp", "tags": "Tags", "to": "Aan", diff --git a/web/src/locales/no.json b/web/src/locales/no.json index 72d722b..2f5adc3 100644 --- a/web/src/locales/no.json +++ b/web/src/locales/no.json @@ -100,6 +100,7 @@ "auth": "Autentisering", "authType": "autentiseringstype", "autoConfiguring": "Konfigurerer automatisk...", + "autoDownloadNewMailboxes": "Legg til nye mapper automatisk", "autoDownloadNewMailboxesDescription": "Legg automatisk til nye mapper i nedlastingslisten.", "beforeRelative": "Last ned kun gamle e-poster", "beforeRelativeValue": "Last ned e-poster fra {{value}} {{unit}} siden", @@ -556,6 +557,7 @@ "account": "Konto", "attachments": "Vedlegg", "bcc": "Blindkopi", + "blockRemoteAgain": "Blokker igjen", "cc": "Kopi", "clickToDownload": "Klikk for å laste ned", "date": "Dato", @@ -575,8 +577,11 @@ "noMessageSelected": "Ingen melding valgt", "noTagsYet": "Ingen etiketter ennå", "onlyNonInlineAttachments": "Kun ikke-innebygde vedlegg vises her.", + "remoteBlocked": "For å beskytte personvernet ditt har Bichon blokkert eksternt innhold i denne meldingen.", + "remoteShown": "Eksternt innhold vises nå.", "showLess": "vis mindre", "showMore": "vis mer...", + "showRemoteContent": "Vis eksternt indhold", "subject": "Emne", "tags": "Etiketter", "to": "Til", diff --git a/web/src/locales/pl.json b/web/src/locales/pl.json index 5b8e4c0..43e6f65 100644 --- a/web/src/locales/pl.json +++ b/web/src/locales/pl.json @@ -100,6 +100,7 @@ "auth": "Auth", "authType": "auth_type", "autoConfiguring": "Auto konfiguracja...", + "autoDownloadNewMailboxes": "Automatycznie dodawaj nowe foldery", "autoDownloadNewMailboxesDescription": "Automatycznie dodawaj nowo wykryte foldery do listy pobierania.", "beforeRelative": "Pobierz tylko stare e-maile", "beforeRelativeValue": "Pobierz e-maile sprzed {{value}} {{unit}}", @@ -556,6 +557,7 @@ "account": "Konto", "attachments": "Załączniki", "bcc": "UDW", + "blockRemoteAgain": "Zablokuj ponownie", "cc": "DW", "clickToDownload": "Kliknij, aby pobrać", "date": "Data", @@ -575,8 +577,11 @@ "noMessageSelected": "Nie zaznaczono wiadomości", "noTagsYet": "Nie ma tagów", "onlyNonInlineAttachments": "Wyświetlane są tylko załączniki non-inline.", + "remoteBlocked": "Aby chronić Twoją prywatność, Bichon zablokował zawartość zdalną w tej wiadomości.", + "remoteShown": "Zawartość zdalna jest teraz widoczna.", "showLess": "pokaż mniej", "showMore": "pokaż więcej...", + "showRemoteContent": "Pokaż zawartość zdalną", "subject": "Temat", "tags": "Tagi", "to": "Do", diff --git a/web/src/locales/pt.json b/web/src/locales/pt.json index d847af9..7de4c29 100644 --- a/web/src/locales/pt.json +++ b/web/src/locales/pt.json @@ -100,6 +100,7 @@ "auth": "Autenticação", "authType": "Tipo de Autenticação", "autoConfiguring": "Configurando Automaticamente...", + "autoDownloadNewMailboxes": "Adicionar automaticamente novas pastas", "autoDownloadNewMailboxesDescription": "Adicionar automaticamente novas pastas à lista de download.", "beforeRelative": "Baixar apenas e-mails antigos", "beforeRelativeValue": "Baixar e-mails de {{value}} {{unit}} atrás", @@ -556,6 +557,7 @@ "account": "Conta", "attachments": "Anexos", "bcc": "BCC", + "blockRemoteAgain": "Bloquear novamente", "cc": "CC", "clickToDownload": "Clique para baixar", "date": "Data", @@ -575,8 +577,11 @@ "noMessageSelected": "Nenhuma mensagem selecionada", "noTagsYet": "Nenhuma tag ainda", "onlyNonInlineAttachments": "Apenas anexos não incorporados são exibidos aqui.", + "remoteBlocked": "Para proteger sua privacidade, o Bichon bloqueou o conteúdo remoto nesta mensagem.", + "remoteShown": "Conteúdo remoto exibido.", "showLess": "mostrar menos", "showMore": "mostrar mais...", + "showRemoteContent": "Mostrar conteúdo remoto", "subject": "Assunto", "tags": "Tags", "to": "Para", diff --git a/web/src/locales/ru.json b/web/src/locales/ru.json index 08174b0..9b1169d 100644 --- a/web/src/locales/ru.json +++ b/web/src/locales/ru.json @@ -100,6 +100,7 @@ "auth": "Авторизация", "authType": "тип_авторизации", "autoConfiguring": "Автонастройка...", + "autoDownloadNewMailboxes": "Автодобавление новых папок", "autoDownloadNewMailboxesDescription": "Автоматически добавлять новые папки в список загрузки.", "beforeRelative": "Скачать только старые письма", "beforeRelativeValue": "Скачать письма за {{value}} {{unit}} назад", @@ -556,6 +557,7 @@ "account": "Аккаунт", "attachments": "Вложения", "bcc": "Скрытая", + "blockRemoteAgain": "Заблокировать снова", "cc": "Копия", "clickToDownload": "Нажмите, чтобы скачать", "date": "Дата", @@ -575,8 +577,11 @@ "noMessageSelected": "Сообщение не выбрано", "noTagsYet": "Тегов пока нет", "onlyNonInlineAttachments": "Здесь показаны только не встроенные вложения.", + "remoteBlocked": "Для защиты вашей конфиденциальности Bichon заблокировал удаленный контент в этом сообщении.", + "remoteShown": "Удаленный контент отображен.", "showLess": "свернуть", "showMore": "показать ещё...", + "showRemoteContent": "Показать удаленный контент", "subject": "Тема", "tags": "Теги", "to": "Кому", diff --git a/web/src/locales/sv.json b/web/src/locales/sv.json index 289e607..50a4c48 100644 --- a/web/src/locales/sv.json +++ b/web/src/locales/sv.json @@ -100,6 +100,7 @@ "auth": "Auth", "authType": "auth_typ", "autoConfiguring": "Konfigurerar automatiskt...", + "autoDownloadNewMailboxes": "Lägg till nya mappar automatiskt", "autoDownloadNewMailboxesDescription": "Lägg automatiskt till nya mappar i hämtningslistan.", "beforeRelative": "Ladda ner endast gamla e-postmeddelanden", "beforeRelativeValue": "Ladda ner e-post från {{value}} {{unit}} sedan", @@ -556,6 +557,7 @@ "account": "Konto", "attachments": "Bilagor", "bcc": "Hemlig kopia", + "blockRemoteAgain": "Blockera igen", "cc": "Kopia", "clickToDownload": "Klicka för att ladda ner", "date": "Datum", @@ -575,8 +577,11 @@ "noMessageSelected": "Inget meddelande valt", "noTagsYet": "Inga etiketter än", "onlyNonInlineAttachments": "Endast icke-inbäddade bilagor visas här.", + "remoteBlocked": "För att skydda din integritet har Bichon blockerat externt innehåll i detta meddelande.", + "remoteShown": "Externt innehåll visas nu.", "showLess": "visa mindre", "showMore": "visa mer...", + "showRemoteContent": "Visa externt innehåll", "subject": "Ämne", "tags": "Etiketter", "to": "Till", diff --git a/web/src/locales/zh-tw.json b/web/src/locales/zh-tw.json index aea3ef7..0c3271b 100644 --- a/web/src/locales/zh-tw.json +++ b/web/src/locales/zh-tw.json @@ -100,6 +100,7 @@ "auth": "驗證", "authType": "驗證類型", "autoConfiguring": "正在自動設定...", + "autoDownloadNewMailboxes": "自動添加新郵件夾", "autoDownloadNewMailboxesDescription": "自動將新發現的郵件夾添加到下載列表中。", "beforeRelative": "僅下載舊郵件", "beforeRelativeValue": "下載 {{value}} {{unit}} 之前的郵件", @@ -556,6 +557,7 @@ "account": "帳號", "attachments": "附件", "bcc": "密件副本 (BCC)", + "blockRemoteAgain": "重新阻止", "cc": "副本 (CC)", "clickToDownload": "點擊下載", "date": "日期", @@ -575,8 +577,11 @@ "noMessageSelected": "未選取任何訊息", "noTagsYet": "尚無標籤", "onlyNonInlineAttachments": "此處僅顯示非內嵌附件。", + "remoteBlocked": "為了保護您的隱私,Bichon 已阻止此郵件中的遠端內容。", + "remoteShown": "已顯示遠端內容。", "showLess": "顯示較少", "showMore": "顯示更多...", + "showRemoteContent": "顯示遠端內容", "subject": "主旨", "tags": "標籤", "to": "收件人", diff --git a/web/src/locales/zh.json b/web/src/locales/zh.json index 3840e53..9b71302 100644 --- a/web/src/locales/zh.json +++ b/web/src/locales/zh.json @@ -557,6 +557,7 @@ "account": "账户", "attachments": "附件", "bcc": "密送", + "blockRemoteAgain": "重新阻止", "cc": "抄送", "clickToDownload": "点击下载", "date": "日期", @@ -576,8 +577,11 @@ "noMessageSelected": "未选择消息", "noTagsYet": "暂无标签", "onlyNonInlineAttachments": "此处仅显示非内联附件。", + "remoteBlocked": "为了保护您的隐私,Bichon 已阻止此邮件中的远程内容。", + "remoteShown": "已显示远程 content。", "showLess": "显示更少", "showMore": "显示更多...", + "showRemoteContent": "显示远程内容", "subject": "主题", "tags": "标签", "to": "收件人",