Merge remote-tracking branch 'origin/main' into pr/quote-header-i18n
This commit is contained in:
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Zadejte nové datum/čas, např. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Odesílatel žádá o potvrzení o přečtení:",
|
||||
"send": "Odeslat potvrzení",
|
||||
"ignore": "Ignorovat",
|
||||
"sent": "Potvrzení o přečtení odesláno.",
|
||||
"send_failed": "Potvrzení o přečtení se nepodařilo odeslat",
|
||||
"mdn_subject": "Přečteno: {subject}",
|
||||
"mdn_body": "Toto je potvrzení o přečtení zprávy, kterou jste odeslali na adresu {recipient}.\n\nPoznámka: Toto potvrzení pouze potvrzuje, že zpráva byla zobrazena na počítači příjemce. Nezaručuje, že příjemce obsah přečetl nebo mu porozuměl."
|
||||
},
|
||||
"no_email_selected": "Není vybrána žádná zpráva",
|
||||
"no_email_description": "Vyberte zprávu ze seznamu pro její zobrazení",
|
||||
"no_conversation_selected": "Není vybrána žádná konverzace",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Vrátit odeslání"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Vyžádáno potvrzení o přečtení (kliknutím vypnete)",
|
||||
"read_receipt_off": "Vyžádat potvrzení o přečtení",
|
||||
"new_message": "Nová zpráva",
|
||||
"reply": "Odpovědět",
|
||||
"reply_all": "Odpovědět všem",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Odeslat",
|
||||
"cancel": "Zrušit",
|
||||
"attach": "Připojit",
|
||||
"attach_photos": "Fotky a videa",
|
||||
"attach_files": "Soubory",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Zahodit",
|
||||
"discard_draft_title": "Zahodit koncept?",
|
||||
"discard_draft_confirm": "Máte neuložené změny. Chcete tento koncept zahodit?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Naplánované odeslání není pro tento účet podporováno.",
|
||||
"schedule_send_cleanup_warning": "Naplánované odeslání bylo vytvořeno, ale vyčištění konceptu selhalo.",
|
||||
"send_delay_unsupported": "Prodleva odeslání není pro tento účet podporována.",
|
||||
"send_delay_unsupported_confirm": "Tento účet nepodporuje prodlevu odeslání. Odeslat ihned?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Tento účet nepodporuje prodlevu odeslání. Odeslat ihned?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Potvrdit",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Standardně vyžadovat potvrzení o přečtení",
|
||||
"description": "Při psaní nové zprávy předem zapnout žádost o potvrzení o přečtení."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Reagovat na žádosti o potvrzení o přečtení",
|
||||
"description": "Co dělat, když příchozí zpráva žádá o potvrzení o přečtení.",
|
||||
"ask": "Vždy se zeptat",
|
||||
"always": "Vždy odeslat",
|
||||
"never": "Nikdy neodesílat"
|
||||
},
|
||||
"title": "Chování e-mailu",
|
||||
"description": "Nakonfigurujte způsob zpracování e-mailů",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Poznámky",
|
||||
"title": "Složky",
|
||||
"description": "Správa složek pošty a přiřazení standardních rolí",
|
||||
"folder_list": "Vaše složky",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Akce",
|
||||
"add_action": "Přidat akci",
|
||||
"stop_processing": "Zastavit zpracování dalších pravidel",
|
||||
"attachment_type_placeholder": "např. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Hodnota (více oddělených čárkami)",
|
||||
"condition_fields": {
|
||||
"attachment": "Příloha",
|
||||
"from": "Od",
|
||||
"to": "Komu",
|
||||
"cc": "Kopie",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Tělo zprávy"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "je přítomna",
|
||||
"has_type": "typu",
|
||||
"contains": "obsahuje",
|
||||
"not_contains": "neobsahuje",
|
||||
"is": "je přesně",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Správce",
|
||||
"custom": "Vlastní"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Nainstalovat {appName}",
|
||||
"description": "Nainstalujte si naši aplikaci pro rychlý přístup a offline podporu.",
|
||||
"not_now": "Teď ne",
|
||||
"install": "Nainstalovat",
|
||||
"dont_remind": "Už mi to nepřipomínat",
|
||||
"dismiss_aria": "Zavřít výzvu k instalaci"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Indtast en ny dato/tid, f.eks. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Afsenderen anmoder om en læsekvittering:",
|
||||
"send": "Send kvittering",
|
||||
"ignore": "Ignorér",
|
||||
"sent": "Læsekvittering sendt.",
|
||||
"send_failed": "Læsekvittering kunne ikke sendes",
|
||||
"mdn_subject": "Læst: {subject}",
|
||||
"mdn_body": "Dette er en læsekvittering for den besked, du sendte til {recipient}.\n\nBemærk: Denne kvittering bekræfter kun, at beskeden blev vist på modtagerens computer. Der er ingen garanti for, at modtageren har læst eller forstået indholdet."
|
||||
},
|
||||
"no_email_selected": "Ingen e-mail valgt",
|
||||
"no_email_description": "Vælg en e-mail fra listen for at se den her",
|
||||
"no_conversation_selected": "Ingen samtale valgt",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Fortryd afsendelse"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Læsekvittering anmodet (klik for at deaktivere)",
|
||||
"read_receipt_off": "Anmod om læsekvittering",
|
||||
"new_message": "Ny besked",
|
||||
"reply": "Svar",
|
||||
"reply_all": "Svar alle",
|
||||
@@ -1006,6 +1017,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Anmod om læsekvittering som standard",
|
||||
"description": "Aktivér anmodningen om læsekvittering på forhånd, når du skriver en ny besked."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Svar på anmodninger om læsekvittering",
|
||||
"description": "Hvad der skal ske, når en indgående besked beder om en læsekvittering.",
|
||||
"ask": "Spørg hver gang",
|
||||
"always": "Send altid",
|
||||
"never": "Send aldrig"
|
||||
},
|
||||
"title": "E-mail-adfærd",
|
||||
"description": "Konfigurér hvordan e-mails håndteres",
|
||||
"mark_read": {
|
||||
@@ -1430,6 +1452,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Noter",
|
||||
"title": "Mapper",
|
||||
"description": "Administrér dine e-mail-mapper og tildel standardroller",
|
||||
"folder_list": "Dine mapper",
|
||||
@@ -1632,7 +1655,10 @@
|
||||
"actions": "Handlinger",
|
||||
"add_action": "Tilføj handling",
|
||||
"stop_processing": "Stop behandling af efterfølgende regler",
|
||||
"attachment_type_placeholder": "f.eks. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Værdi (flere adskilt med komma)",
|
||||
"condition_fields": {
|
||||
"attachment": "Vedhæftet fil",
|
||||
"from": "Fra",
|
||||
"to": "Til",
|
||||
"cc": "Cc",
|
||||
@@ -1642,6 +1668,8 @@
|
||||
"body": "Brødtekst"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "er til stede",
|
||||
"has_type": "af typen",
|
||||
"contains": "indeholder",
|
||||
"not_contains": "indeholder ikke",
|
||||
"is": "er præcis",
|
||||
@@ -3052,5 +3080,13 @@
|
||||
},
|
||||
"unified_mailbox": {
|
||||
"search_unavailable": "Søgning er ikke tilgængelig i den samlede visning"
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Installer {appName}",
|
||||
"description": "Installer vores app for hurtig adgang og offline-understøttelse.",
|
||||
"not_now": "Ikke nu",
|
||||
"install": "Installer",
|
||||
"dont_remind": "Påmind mig ikke igen",
|
||||
"dismiss_aria": "Afvis installationsprompt"
|
||||
}
|
||||
}
|
||||
|
||||
+41
-7
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Neues Datum/Uhrzeit eingeben, z. B. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Der Absender bittet um eine Lesebestätigung:",
|
||||
"send": "Bestätigung senden",
|
||||
"ignore": "Ignorieren",
|
||||
"sent": "Lesebestätigung gesendet.",
|
||||
"send_failed": "Lesebestätigung konnte nicht gesendet werden",
|
||||
"mdn_subject": "Gelesen: {subject}",
|
||||
"mdn_body": "Dies ist eine Lesebestätigung für die Nachricht, die Sie an {recipient} gesendet haben.\n\nHinweis: Diese Bestätigung bestätigt lediglich, dass die Nachricht auf dem Computer des Empfängers angezeigt wurde. Es gibt keine Garantie, dass der Empfänger den Inhalt gelesen oder verstanden hat."
|
||||
},
|
||||
"no_email_selected": "Keine E-Mail ausgewählt",
|
||||
"no_email_description": "Wählen Sie eine E-Mail aus der Liste aus, um sie hier anzuzeigen",
|
||||
"no_conversation_selected": "Keine Unterhaltung ausgewählt",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Senden rückgängig"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Lesebestätigung angefordert (klicken zum Deaktivieren)",
|
||||
"read_receipt_off": "Lesebestätigung anfordern",
|
||||
"new_message": "Neue Nachricht",
|
||||
"reply": "Antworten",
|
||||
"reply_all": "Allen antworten",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Senden",
|
||||
"cancel": "Abbrechen",
|
||||
"attach": "Anhängen",
|
||||
"attach_photos": "Fotos & Videos",
|
||||
"attach_files": "Dateien",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Verwerfen",
|
||||
"discard_draft_title": "Entwurf verwerfen?",
|
||||
"discard_draft_confirm": "Sie haben ungespeicherte Änderungen. Möchten Sie diesen Entwurf verwerfen?",
|
||||
@@ -577,8 +588,8 @@
|
||||
"subject_label": "Betreff:",
|
||||
"file_size_kb": "KB",
|
||||
"prefix": {
|
||||
"forward": "Fwd:",
|
||||
"reply": "Re:"
|
||||
"forward": "WG:",
|
||||
"reply": "AW:"
|
||||
},
|
||||
"no_subject": "(Kein Betreff)",
|
||||
"unknown_sender": "Unbekannt",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Geplantes Senden wird für dieses Konto nicht unterstützt.",
|
||||
"schedule_send_cleanup_warning": "Geplantes Senden wurde erstellt, aber das Bereinigen des Entwurfs ist fehlgeschlagen.",
|
||||
"send_delay_unsupported": "Sendeverzögerung wird für dieses Konto nicht unterstützt.",
|
||||
"send_delay_unsupported_confirm": "Dieses Konto unterstützt keine Sendeverzögerung. Stattdessen sofort senden?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Dieses Konto unterstützt keine Sendeverzögerung. Stattdessen sofort senden?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Bestätigen",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Lesebestätigung standardmäßig anfordern",
|
||||
"description": "Beim Verfassen einer neuen Nachricht die Anforderung einer Lesebestätigung vorab aktivieren."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Auf Lesebestätigungs-Anfragen reagieren",
|
||||
"description": "Verhalten, wenn eine eingehende Nachricht um eine Lesebestätigung bittet.",
|
||||
"ask": "Jedes Mal fragen",
|
||||
"always": "Immer senden",
|
||||
"never": "Nie senden"
|
||||
},
|
||||
"title": "E-Mail-Verhalten",
|
||||
"description": "Konfigurieren Sie, wie E-Mails verarbeitet werden",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Notizen",
|
||||
"title": "Ordner",
|
||||
"description": "Verwalten Sie Ihre E-Mail-Ordner und weisen Sie Standardrollen zu",
|
||||
"folder_list": "Ihre Ordner",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Aktionen",
|
||||
"add_action": "Aktion hinzufügen",
|
||||
"stop_processing": "Verarbeitung nachfolgender Regeln stoppen",
|
||||
"attachment_type_placeholder": "z.B. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Wert (mehrere mit Komma trennen)",
|
||||
"condition_fields": {
|
||||
"attachment": "Anhang",
|
||||
"from": "Von",
|
||||
"to": "An",
|
||||
"cc": "Cc",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Nachrichtentext"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "vorhanden",
|
||||
"has_type": "vom Typ",
|
||||
"contains": "enthält",
|
||||
"not_contains": "enthält nicht",
|
||||
"is": "ist genau",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Verwalten",
|
||||
"custom": "Benutzerdefiniert"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "{appName} installieren",
|
||||
"description": "Installiere unsere App für schnellen Zugriff und Offline-Unterstützung.",
|
||||
"not_now": "Nicht jetzt",
|
||||
"install": "Installieren",
|
||||
"dont_remind": "Nicht mehr erinnern",
|
||||
"dismiss_aria": "Installationshinweis schließen"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Enter a new date/time, e.g. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "The sender requested a read receipt:",
|
||||
"send": "Send receipt",
|
||||
"ignore": "Ignore",
|
||||
"sent": "Read receipt sent.",
|
||||
"send_failed": "Read receipt could not be sent",
|
||||
"mdn_subject": "Read: {subject}",
|
||||
"mdn_body": "This is a return receipt for the message you sent to {recipient}.\n\nNote: This receipt only acknowledges that the message was displayed on the recipient''s computer. There is no guarantee that the recipient has read or understood the message contents."
|
||||
},
|
||||
"no_email_selected": "No email selected",
|
||||
"no_email_description": "Select an email from the list to view it here",
|
||||
"no_conversation_selected": "No conversation selected",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Undo send"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Read receipt requested (click to disable)",
|
||||
"read_receipt_off": "Request a read receipt",
|
||||
"new_message": "New Message",
|
||||
"reply": "Reply",
|
||||
"reply_all": "Reply All",
|
||||
@@ -1006,6 +1017,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Request read receipts by default",
|
||||
"description": "Pre-enable the read-receipt request when composing a new message."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Respond to read-receipt requests",
|
||||
"description": "What to do when an incoming message asks for a read receipt.",
|
||||
"ask": "Ask each time",
|
||||
"always": "Always send",
|
||||
"never": "Never send"
|
||||
},
|
||||
"title": "Email Behavior",
|
||||
"description": "Configure how emails are handled",
|
||||
"mark_read": {
|
||||
@@ -1430,6 +1452,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Notes",
|
||||
"title": "Folders",
|
||||
"description": "Manage your email folders and assign standard roles",
|
||||
"folder_list": "Your Folders",
|
||||
@@ -1632,7 +1655,10 @@
|
||||
"actions": "Actions",
|
||||
"add_action": "Add Action",
|
||||
"stop_processing": "Stop processing subsequent rules",
|
||||
"attachment_type_placeholder": "e.g. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Value (multiple separated by commas)",
|
||||
"condition_fields": {
|
||||
"attachment": "Attachment",
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"cc": "Cc",
|
||||
@@ -1642,6 +1668,8 @@
|
||||
"body": "Body"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "is present",
|
||||
"has_type": "of type",
|
||||
"contains": "contains",
|
||||
"not_contains": "does not contain",
|
||||
"is": "is exactly",
|
||||
@@ -3052,5 +3080,13 @@
|
||||
},
|
||||
"unified_mailbox": {
|
||||
"search_unavailable": "Search is not available in the unified view"
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Install {appName}",
|
||||
"description": "Install our app for quick access and offline support.",
|
||||
"not_now": "Not now",
|
||||
"install": "Install",
|
||||
"dont_remind": "Don't remind me again",
|
||||
"dismiss_aria": "Dismiss install prompt"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Introduce una nueva fecha/hora, p. ej. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "El remitente solicita una confirmación de lectura:",
|
||||
"send": "Enviar confirmación",
|
||||
"ignore": "Ignorar",
|
||||
"sent": "Confirmación de lectura enviada.",
|
||||
"send_failed": "No se pudo enviar la confirmación de lectura",
|
||||
"mdn_subject": "Leído: {subject}",
|
||||
"mdn_body": "Este es un acuse de recibo del mensaje que enviaste a {recipient}.\n\nNota: Este acuse solo confirma que el mensaje se mostró en el ordenador del destinatario. No garantiza que el destinatario haya leído o entendido el contenido."
|
||||
},
|
||||
"no_email_selected": "Ningún correo seleccionado",
|
||||
"no_email_description": "Seleccione un correo de la lista para verlo aquí",
|
||||
"no_conversation_selected": "Ninguna conversación seleccionada",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Deshacer envío"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Confirmación de lectura solicitada (haz clic para desactivar)",
|
||||
"read_receipt_off": "Solicitar confirmación de lectura",
|
||||
"new_message": "Nuevo Mensaje",
|
||||
"reply": "Responder",
|
||||
"reply_all": "Responder a Todos",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Enviar",
|
||||
"cancel": "Cancelar",
|
||||
"attach": "Adjuntar",
|
||||
"attach_photos": "Fotos y videos",
|
||||
"attach_files": "Archivos",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Descartar",
|
||||
"discard_draft_title": "¿Descartar borrador?",
|
||||
"discard_draft_confirm": "Tiene cambios sin guardar. ¿Desea descartar este borrador?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "El envío programado no es compatible con esta cuenta.",
|
||||
"schedule_send_cleanup_warning": "Se creó el envío programado, pero falló la limpieza del borrador.",
|
||||
"send_delay_unsupported": "La demora de envío no es compatible con esta cuenta.",
|
||||
"send_delay_unsupported_confirm": "Esta cuenta no admite demora de envío. ¿Enviar inmediatamente?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Esta cuenta no admite demora de envío. ¿Enviar inmediatamente?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Confirmar",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Solicitar confirmaciones de lectura de forma predeterminada",
|
||||
"description": "Activar previamente la solicitud de confirmación de lectura al redactar un mensaje nuevo."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Responder a las solicitudes de confirmación de lectura",
|
||||
"description": "Qué hacer cuando un mensaje entrante solicita una confirmación de lectura.",
|
||||
"ask": "Preguntar cada vez",
|
||||
"always": "Enviar siempre",
|
||||
"never": "No enviar nunca"
|
||||
},
|
||||
"title": "Comportamiento del Correo",
|
||||
"description": "Configure cómo se manejan los correos",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Notas",
|
||||
"title": "Carpetas",
|
||||
"description": "Administre sus carpetas de correo y asigne roles estándar",
|
||||
"folder_list": "Sus carpetas",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Acciones",
|
||||
"add_action": "Agregar acción",
|
||||
"stop_processing": "Detener el procesamiento de reglas posteriores",
|
||||
"attachment_type_placeholder": "p. ej. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Valor (varios separados por comas)",
|
||||
"condition_fields": {
|
||||
"attachment": "Adjunto",
|
||||
"from": "De",
|
||||
"to": "Para",
|
||||
"cc": "Cc",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Cuerpo"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "está presente",
|
||||
"has_type": "del tipo",
|
||||
"contains": "contiene",
|
||||
"not_contains": "no contiene",
|
||||
"is": "es exactamente",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Administrador",
|
||||
"custom": "Personalizado"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Instalar {appName}",
|
||||
"description": "Instala nuestra app para un acceso rápido y soporte sin conexión.",
|
||||
"not_now": "Ahora no",
|
||||
"install": "Instalar",
|
||||
"dont_remind": "No volver a recordármelo",
|
||||
"dismiss_aria": "Cerrar aviso de instalación"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Saisissez une nouvelle date/heure, p. ex. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "L''expéditeur demande un accusé de lecture :",
|
||||
"send": "Envoyer l''accusé",
|
||||
"ignore": "Ignorer",
|
||||
"sent": "Accusé de lecture envoyé.",
|
||||
"send_failed": "Impossible d''envoyer l''accusé de lecture",
|
||||
"mdn_subject": "Lu : {subject}",
|
||||
"mdn_body": "Ceci est un accusé de réception du message que vous avez envoyé à {recipient}.\n\nRemarque : cet accusé confirme uniquement que le message a été affiché sur l''ordinateur du destinataire. Il ne garantit pas que le destinataire a lu ou compris le contenu."
|
||||
},
|
||||
"no_email_selected": "Aucun email sélectionné",
|
||||
"no_email_description": "Sélectionnez un email dans la liste pour le voir ici",
|
||||
"no_conversation_selected": "Aucune conversation sélectionnée",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Annuler l’envoi"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Accusé de lecture demandé (cliquez pour désactiver)",
|
||||
"read_receipt_off": "Demander un accusé de lecture",
|
||||
"new_message": "Nouveau message",
|
||||
"reply": "Répondre",
|
||||
"reply_all": "Répondre à tous",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Envoyer",
|
||||
"cancel": "Annuler",
|
||||
"attach": "Joindre",
|
||||
"attach_photos": "Photos et vidéos",
|
||||
"attach_files": "Fichiers",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Supprimer",
|
||||
"discard_draft_title": "Supprimer le brouillon ?",
|
||||
"discard_draft_confirm": "Vous avez des modifications non enregistrées. Voulez-vous supprimer ce brouillon ?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "L’envoi planifié n’est pas pris en charge pour ce compte.",
|
||||
"schedule_send_cleanup_warning": "L’envoi planifié a été créé, mais le nettoyage du brouillon a échoué.",
|
||||
"send_delay_unsupported": "Le délai d’envoi n’est pas pris en charge pour ce compte.",
|
||||
"send_delay_unsupported_confirm": "Ce compte ne prend pas en charge le délai d’envoi. Envoyer immédiatement ?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Ce compte ne prend pas en charge le délai d’envoi. Envoyer immédiatement ?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Confirmer",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Demander un accusé de lecture par défaut",
|
||||
"description": "Activer au préalable la demande d''accusé de lecture lors de la rédaction d''un nouveau message."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Répondre aux demandes d''accusé de lecture",
|
||||
"description": "Que faire lorsqu''un message entrant demande un accusé de lecture.",
|
||||
"ask": "Demander à chaque fois",
|
||||
"always": "Toujours envoyer",
|
||||
"never": "Ne jamais envoyer"
|
||||
},
|
||||
"title": "Comportement email",
|
||||
"description": "Configurez la gestion des emails",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Notes",
|
||||
"title": "Dossiers",
|
||||
"description": "Gérez vos dossiers de messagerie et attribuez des rôles standard",
|
||||
"folder_list": "Vos dossiers",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Actions",
|
||||
"add_action": "Ajouter une action",
|
||||
"stop_processing": "Arrêter le traitement des règles suivantes",
|
||||
"attachment_type_placeholder": "p. ex. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Valeur (plusieurs séparées par des virgules)",
|
||||
"condition_fields": {
|
||||
"attachment": "Pièce jointe",
|
||||
"from": "De",
|
||||
"to": "À",
|
||||
"cc": "Cc",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Corps"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "est présent",
|
||||
"has_type": "de type",
|
||||
"contains": "contient",
|
||||
"not_contains": "ne contient pas",
|
||||
"is": "est exactement",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Gestionnaire",
|
||||
"custom": "Personnalisé"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Installer {appName}",
|
||||
"description": "Installez notre application pour un accès rapide et un support hors ligne.",
|
||||
"not_now": "Pas maintenant",
|
||||
"install": "Installer",
|
||||
"dont_remind": "Ne plus me le rappeler",
|
||||
"dismiss_aria": "Fermer l'invite d'installation"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Inserisci una nuova data/ora, ad es. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Il mittente richiede una conferma di lettura:",
|
||||
"send": "Invia conferma",
|
||||
"ignore": "Ignora",
|
||||
"sent": "Conferma di lettura inviata.",
|
||||
"send_failed": "Impossibile inviare la conferma di lettura",
|
||||
"mdn_subject": "Letto: {subject}",
|
||||
"mdn_body": "Questa è una conferma di lettura del messaggio che hai inviato a {recipient}.\n\nNota: questa conferma attesta solo che il messaggio è stato visualizzato sul computer del destinatario. Non garantisce che il destinatario abbia letto o compreso il contenuto."
|
||||
},
|
||||
"no_email_selected": "Nessun messaggio selezionato",
|
||||
"no_email_description": "Seleziona un messaggio dall'elenco per visualizzarlo qui",
|
||||
"no_conversation_selected": "Nessuna conversazione selezionata",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Annulla invio"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Conferma di lettura richiesta (clicca per disattivare)",
|
||||
"read_receipt_off": "Richiedi una conferma di lettura",
|
||||
"new_message": "Nuovo messaggio",
|
||||
"reply": "Rispondi",
|
||||
"reply_all": "Rispondi a tutti",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Invia",
|
||||
"cancel": "Annulla",
|
||||
"attach": "Allega",
|
||||
"attach_photos": "Foto e video",
|
||||
"attach_files": "File",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Scarta",
|
||||
"discard_draft_title": "Eliminare la bozza?",
|
||||
"discard_draft_confirm": "Ci sono modifiche non salvate. Vuoi scartare questa bozza?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "L’invio programmato non è supportato per questo account.",
|
||||
"schedule_send_cleanup_warning": "L’invio programmato è stato creato, ma la pulizia della bozza non è riuscita.",
|
||||
"send_delay_unsupported": "Il ritardo di invio non è supportato per questo account.",
|
||||
"send_delay_unsupported_confirm": "Questo account non supporta il ritardo di invio. Inviare subito?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Questo account non supporta il ritardo di invio. Inviare subito?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Conferma",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Richiedi conferme di lettura per impostazione predefinita",
|
||||
"description": "Attiva in anticipo la richiesta di conferma di lettura durante la composizione di un nuovo messaggio."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Rispondi alle richieste di conferma di lettura",
|
||||
"description": "Cosa fare quando un messaggio in arrivo richiede una conferma di lettura.",
|
||||
"ask": "Chiedi ogni volta",
|
||||
"always": "Invia sempre",
|
||||
"never": "Non inviare mai"
|
||||
},
|
||||
"title": "Comportamento email",
|
||||
"description": "Configura come vengono gestiti i messaggi",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Note",
|
||||
"title": "Cartelle",
|
||||
"description": "Gestisci le cartelle e-mail e assegna ruoli standard",
|
||||
"folder_list": "Le tue cartelle",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Azioni",
|
||||
"add_action": "Aggiungi azione",
|
||||
"stop_processing": "Interrompere l'elaborazione delle regole successive",
|
||||
"attachment_type_placeholder": "es. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Valore (più valori separati da virgole)",
|
||||
"condition_fields": {
|
||||
"attachment": "Allegato",
|
||||
"from": "Da",
|
||||
"to": "A",
|
||||
"cc": "Cc",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Corpo"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "è presente",
|
||||
"has_type": "di tipo",
|
||||
"contains": "contiene",
|
||||
"not_contains": "non contiene",
|
||||
"is": "è esattamente",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Gestore",
|
||||
"custom": "Personalizzato"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Installa {appName}",
|
||||
"description": "Installa la nostra app per un accesso rapido e il supporto offline.",
|
||||
"not_now": "Non ora",
|
||||
"install": "Installa",
|
||||
"dont_remind": "Non ricordarmelo più",
|
||||
"dismiss_aria": "Chiudi avviso di installazione"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "新しい日時を入力してください。例: 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "送信者が開封確認を求めています:",
|
||||
"send": "確認を送信",
|
||||
"ignore": "無視",
|
||||
"sent": "開封確認を送信しました。",
|
||||
"send_failed": "開封確認を送信できませんでした",
|
||||
"mdn_subject": "開封済み: {subject}",
|
||||
"mdn_body": "これは、あなたが {recipient} に送信したメッセージの開封確認です。\n\n注意: この確認は、メッセージが受信者のコンピューターに表示されたことを示すだけです。受信者が内容を読んだ、または理解したことを保証するものではありません。"
|
||||
},
|
||||
"no_email_selected": "メールが選択されていません",
|
||||
"no_email_description": "リストからメールを選択して表示してください",
|
||||
"no_conversation_selected": "会話が選択されていません",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "送信を取り消す"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "開封確認を要求中(クリックで無効化)",
|
||||
"read_receipt_off": "開封確認を要求する",
|
||||
"new_message": "新規メッセージ",
|
||||
"reply": "返信",
|
||||
"reply_all": "全員に返信",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "送信",
|
||||
"cancel": "キャンセル",
|
||||
"attach": "添付",
|
||||
"attach_photos": "写真と動画",
|
||||
"attach_files": "ファイル",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "破棄",
|
||||
"discard_draft_title": "下書きを破棄しますか?",
|
||||
"discard_draft_confirm": "未保存の変更があります。この下書きを破棄しますか?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "このアカウントでは予約送信はサポートされていません。",
|
||||
"schedule_send_cleanup_warning": "予約送信は作成されましたが、下書きのクリーンアップに失敗しました。",
|
||||
"send_delay_unsupported": "このアカウントでは送信遅延はサポートされていません。",
|
||||
"send_delay_unsupported_confirm": "このアカウントは送信遅延に対応していません。すぐに送信しますか?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "このアカウントは送信遅延に対応していません。すぐに送信しますか?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "確認",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "既定で開封確認を要求する",
|
||||
"description": "新しいメッセージの作成時に、開封確認の要求をあらかじめ有効にします。"
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "開封確認の要求に応答する",
|
||||
"description": "受信メッセージが開封確認を求めたときの動作。",
|
||||
"ask": "毎回確認する",
|
||||
"always": "常に送信",
|
||||
"never": "送信しない"
|
||||
},
|
||||
"title": "メール動作",
|
||||
"description": "メールの処理方法を設定",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "メモ",
|
||||
"title": "フォルダー",
|
||||
"description": "メールフォルダーを管理し、標準の役割を割り当てます",
|
||||
"folder_list": "フォルダー一覧",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "アクション",
|
||||
"add_action": "アクションを追加",
|
||||
"stop_processing": "以降のルールの処理を停止",
|
||||
"attachment_type_placeholder": "例: pdf, doc, jpg",
|
||||
"value_placeholder_multi": "値(カンマで複数指定可)",
|
||||
"condition_fields": {
|
||||
"attachment": "添付ファイル",
|
||||
"from": "差出人",
|
||||
"to": "宛先",
|
||||
"cc": "Cc",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "本文"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "あり",
|
||||
"has_type": "タイプ",
|
||||
"contains": "を含む",
|
||||
"not_contains": "を含まない",
|
||||
"is": "と完全一致",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "管理者",
|
||||
"custom": "カスタム"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "{appName} をインストール",
|
||||
"description": "素早いアクセスとオフライン対応のため、アプリをインストールしましょう。",
|
||||
"not_now": "後で",
|
||||
"install": "インストール",
|
||||
"dont_remind": "今後表示しない",
|
||||
"dismiss_aria": "インストールプロンプトを閉じる"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "새 날짜/시간을 입력하세요. 예: 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "보낸 사람이 읽음 확인을 요청합니다:",
|
||||
"send": "확인 보내기",
|
||||
"ignore": "무시",
|
||||
"sent": "읽음 확인을 보냈습니다.",
|
||||
"send_failed": "읽음 확인을 보낼 수 없습니다",
|
||||
"mdn_subject": "읽음: {subject}",
|
||||
"mdn_body": "이것은 {recipient}(으)로 보낸 메시지에 대한 읽음 확인입니다.\n\n참고: 이 확인은 메시지가 수신자의 컴퓨터에 표시되었음을 알릴 뿐입니다. 수신자가 내용을 읽거나 이해했다는 보장은 없습니다."
|
||||
},
|
||||
"no_email_selected": "메일이 선택되지 않았어요",
|
||||
"no_email_description": "목록에서 메일을 선택하면 여기에 내용이 표시돼요",
|
||||
"no_conversation_selected": "대화가 선택되지 않았어요",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "보내기 실행 취소"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "읽음 확인 요청됨 (클릭하여 해제)",
|
||||
"read_receipt_off": "읽음 확인 요청",
|
||||
"new_message": "새 메시지",
|
||||
"reply": "답장",
|
||||
"reply_all": "전체 답장",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "보내기",
|
||||
"cancel": "취소",
|
||||
"attach": "첨부",
|
||||
"attach_photos": "사진 및 동영상",
|
||||
"attach_files": "파일",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "삭제",
|
||||
"discard_draft_title": "임시보관 메일을 삭제할까요?",
|
||||
"discard_draft_confirm": "저장되지 않은 내용이 있어요. 이 메일을 삭제할까요?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "이 계정은 예약 보내기를 지원하지 않습니다.",
|
||||
"schedule_send_cleanup_warning": "예약 보내기는 생성되었지만 초안 정리에 실패했습니다.",
|
||||
"send_delay_unsupported": "이 계정은 보내기 지연을 지원하지 않습니다.",
|
||||
"send_delay_unsupported_confirm": "이 계정은 보내기 지연을 지원하지 않습니다. 바로 보낼까요?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "이 계정은 보내기 지연을 지원하지 않습니다. 바로 보낼까요?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "확인",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "기본적으로 읽음 확인 요청",
|
||||
"description": "새 메시지를 작성할 때 읽음 확인 요청을 미리 켭니다."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "읽음 확인 요청에 응답",
|
||||
"description": "수신 메시지가 읽음 확인을 요청할 때의 동작.",
|
||||
"ask": "매번 묻기",
|
||||
"always": "항상 보내기",
|
||||
"never": "보내지 않음"
|
||||
},
|
||||
"title": "메일 동작",
|
||||
"description": "이메일 관련 동작 방식을 설정해 주세요",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "메모",
|
||||
"title": "폴더",
|
||||
"description": "이메일 폴더를 관리하고 기본 역할을 지정해 보세요",
|
||||
"folder_list": "내 폴더",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "동작",
|
||||
"add_action": "동작 추가",
|
||||
"stop_processing": "이후 규칙 무시하기",
|
||||
"attachment_type_placeholder": "예: pdf, doc, jpg",
|
||||
"value_placeholder_multi": "값 (쉼표로 여러 개 구분)",
|
||||
"condition_fields": {
|
||||
"attachment": "첨부 파일",
|
||||
"from": "보낸 사람",
|
||||
"to": "받는 사람",
|
||||
"cc": "참조",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "본문"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "있음",
|
||||
"has_type": "유형",
|
||||
"contains": "포함함",
|
||||
"not_contains": "포함하지 않음",
|
||||
"is": "정확히 일치",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "관리자",
|
||||
"custom": "사용자 지정"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "{appName} 설치",
|
||||
"description": "빠른 액세스와 오프라인 지원을 위해 앱을 설치하세요.",
|
||||
"not_now": "나중에",
|
||||
"install": "설치",
|
||||
"dont_remind": "다시 알리지 않음",
|
||||
"dismiss_aria": "설치 프롬프트 닫기"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Ievadiet jaunu datumu/laiku, piem. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Sūtītājs pieprasa lasīšanas apstiprinājumu:",
|
||||
"send": "Sūtīt apstiprinājumu",
|
||||
"ignore": "Ignorēt",
|
||||
"sent": "Lasīšanas apstiprinājums nosūtīts.",
|
||||
"send_failed": "Neizdevās nosūtīt lasīšanas apstiprinājumu",
|
||||
"mdn_subject": "Izlasīts: {subject}",
|
||||
"mdn_body": "Šis ir lasīšanas apstiprinājums ziņojumam, ko nosūtījāt uz {recipient}.\n\nPiezīme: šis apstiprinājums tikai apliecina, ka ziņojums tika parādīts saņēmēja datorā. Tas negarantē, ka saņēmējs ir izlasījis vai sapratis saturu."
|
||||
},
|
||||
"no_email_selected": "Nav atlasīta neviena vēstule",
|
||||
"no_email_description": "Atlasiet vēstuli no saraksta, lai to skatītu šeit",
|
||||
"no_conversation_selected": "Nav atlasīta saruna",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Atsaukt sūtīšanu"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Pieprasīts lasīšanas apstiprinājums (noklikšķiniet, lai atspējotu)",
|
||||
"read_receipt_off": "Pieprasīt lasīšanas apstiprinājumu",
|
||||
"new_message": "Jauns ziņojums",
|
||||
"reply": "Atbildēt",
|
||||
"reply_all": "Atbildēt visiem",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Sūtīt",
|
||||
"cancel": "Atcelt",
|
||||
"attach": "Pievienot",
|
||||
"attach_photos": "Fotoattēli un video",
|
||||
"attach_files": "Faili",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Atmest",
|
||||
"discard_draft_title": "Atmest melnrakstu?",
|
||||
"discard_draft_confirm": "Ir nesaglabātas izmaiņas. Vai tiešām vēlaties atmest šo melnrakstu?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Šim kontam ieplānota sūtīšana netiek atbalstīta.",
|
||||
"schedule_send_cleanup_warning": "Ieplānotā sūtīšana tika izveidota, bet melnraksta tīrīšana neizdevās.",
|
||||
"send_delay_unsupported": "Šim kontam sūtīšanas aizture netiek atbalstīta.",
|
||||
"send_delay_unsupported_confirm": "Šis konts neatbalsta sūtīšanas aizturi. Sūtīt uzreiz?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Šis konts neatbalsta sūtīšanas aizturi. Sūtīt uzreiz?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Apstiprināt",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Pēc noklusējuma pieprasīt lasīšanas apstiprinājumus",
|
||||
"description": "Sastādot jaunu ziņojumu, iepriekš ieslēgt lasīšanas apstiprinājuma pieprasījumu."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Atbildēt uz lasīšanas apstiprinājuma pieprasījumiem",
|
||||
"description": "Ko darīt, kad ienākošs ziņojums pieprasa lasīšanas apstiprinājumu.",
|
||||
"ask": "Vaicāt katru reizi",
|
||||
"always": "Vienmēr sūtīt",
|
||||
"never": "Nekad nesūtīt"
|
||||
},
|
||||
"title": "Pasta darbība",
|
||||
"description": "Pielāgojiet vēstuļu apstrādi",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Piezīmes",
|
||||
"title": "Mapes",
|
||||
"description": "Pārvaldiet pasta mapes un piešķiriet tām lomas",
|
||||
"folder_list": "Jūsu mapes",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Darbības",
|
||||
"add_action": "Pievienot darbību",
|
||||
"stop_processing": "Pārtraukt nākamo noteikumu apstrādi",
|
||||
"attachment_type_placeholder": "piem. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Vērtība (vairākas atdalītas ar komatu)",
|
||||
"condition_fields": {
|
||||
"attachment": "Pielikums",
|
||||
"from": "No",
|
||||
"to": "Kam",
|
||||
"cc": "Kopija",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Teksts"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "ir klāt",
|
||||
"has_type": "tipa",
|
||||
"contains": "satur",
|
||||
"not_contains": "nesatur",
|
||||
"is": "precīzi sakrīt",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Pārvaldnieks",
|
||||
"custom": "Pielāgots"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Instalēt {appName}",
|
||||
"description": "Instalējiet mūsu lietotni ātrai piekļuvei un bezsaistes atbalstam.",
|
||||
"not_now": "Ne tagad",
|
||||
"install": "Instalēt",
|
||||
"dont_remind": "Vairs man neatgādināt",
|
||||
"dismiss_aria": "Aizvērt instalēšanas paziņojumu"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Voer een nieuwe datum/tijd in, bijv. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "De afzender vraagt om een leesbevestiging:",
|
||||
"send": "Bevestiging verzenden",
|
||||
"ignore": "Negeren",
|
||||
"sent": "Leesbevestiging verzonden.",
|
||||
"send_failed": "Leesbevestiging kon niet worden verzonden",
|
||||
"mdn_subject": "Gelezen: {subject}",
|
||||
"mdn_body": "Dit is een leesbevestiging voor het bericht dat u hebt verzonden naar {recipient}.\n\nLet op: deze bevestiging geeft alleen aan dat het bericht is weergegeven op de computer van de ontvanger. Er is geen garantie dat de ontvanger de inhoud heeft gelezen of begrepen."
|
||||
},
|
||||
"no_email_selected": "Geen e-mail geselecteerd",
|
||||
"no_email_description": "Selecteer een e-mail uit de lijst om deze hier te bekijken",
|
||||
"no_conversation_selected": "Geen gesprek geselecteerd",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Verzenden ongedaan maken"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Leesbevestiging aangevraagd (klik om uit te schakelen)",
|
||||
"read_receipt_off": "Leesbevestiging aanvragen",
|
||||
"new_message": "Nieuw bericht",
|
||||
"reply": "Beantwoorden",
|
||||
"reply_all": "Allen beantwoorden",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Verzenden",
|
||||
"cancel": "Annuleren",
|
||||
"attach": "Bijlage toevoegen",
|
||||
"attach_photos": "Foto's en video's",
|
||||
"attach_files": "Bestanden",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Verwijderen",
|
||||
"discard_draft_title": "Concept verwijderen?",
|
||||
"discard_draft_confirm": "Je hebt niet-opgeslagen wijzigingen. Wil je dit concept verwijderen?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Gepland verzenden wordt niet ondersteund voor dit account.",
|
||||
"schedule_send_cleanup_warning": "Gepland verzenden is aangemaakt, maar het opschonen van de conceptversie is mislukt.",
|
||||
"send_delay_unsupported": "Verzendvertraging wordt niet ondersteund voor dit account.",
|
||||
"send_delay_unsupported_confirm": "Dit account ondersteunt geen verzendvertraging. Meteen verzenden?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Dit account ondersteunt geen verzendvertraging. Meteen verzenden?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Bevestigen",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Standaard om leesbevestiging vragen",
|
||||
"description": "De aanvraag voor een leesbevestiging vooraf inschakelen bij het opstellen van een nieuw bericht."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Reageren op verzoeken om leesbevestiging",
|
||||
"description": "Wat te doen wanneer een inkomend bericht om een leesbevestiging vraagt.",
|
||||
"ask": "Elke keer vragen",
|
||||
"always": "Altijd verzenden",
|
||||
"never": "Nooit verzenden"
|
||||
},
|
||||
"title": "E-mailgedrag",
|
||||
"description": "Configureer hoe e-mails worden verwerkt",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Notities",
|
||||
"title": "Mappen",
|
||||
"description": "Beheer uw e-mailmappen en wijs standaardrollen toe",
|
||||
"folder_list": "Uw mappen",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Acties",
|
||||
"add_action": "Actie toevoegen",
|
||||
"stop_processing": "Verwerking van volgende regels stoppen",
|
||||
"attachment_type_placeholder": "bijv. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Waarde (meerdere met komma's gescheiden)",
|
||||
"condition_fields": {
|
||||
"attachment": "Bijlage",
|
||||
"from": "Van",
|
||||
"to": "Aan",
|
||||
"cc": "Cc",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Inhoud"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "aanwezig",
|
||||
"has_type": "van type",
|
||||
"contains": "bevat",
|
||||
"not_contains": "bevat niet",
|
||||
"is": "is precies",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Beheerder",
|
||||
"custom": "Aangepast"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "{appName} installeren",
|
||||
"description": "Installeer onze app voor snelle toegang en offline-ondersteuning.",
|
||||
"not_now": "Niet nu",
|
||||
"install": "Installeren",
|
||||
"dont_remind": "Niet meer herinneren",
|
||||
"dismiss_aria": "Installatiemelding sluiten"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Wprowadź nową datę/godzinę, np. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Nadawca prosi o potwierdzenie przeczytania:",
|
||||
"send": "Wyślij potwierdzenie",
|
||||
"ignore": "Ignoruj",
|
||||
"sent": "Wysłano potwierdzenie przeczytania.",
|
||||
"send_failed": "Nie udało się wysłać potwierdzenia przeczytania",
|
||||
"mdn_subject": "Przeczytano: {subject}",
|
||||
"mdn_body": "To jest potwierdzenie przeczytania wiadomości wysłanej do {recipient}.\n\nUwaga: to potwierdzenie oznacza jedynie, że wiadomość została wyświetlona na komputerze odbiorcy. Nie gwarantuje, że odbiorca przeczytał lub zrozumiał treść."
|
||||
},
|
||||
"no_email_selected": "Nie wybrano wiadomości",
|
||||
"no_email_description": "Wybierz wiadomość z listy, aby ją wyświetlić",
|
||||
"no_conversation_selected": "Nie wybrano konwersacji",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Cofnij wysyłkę"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Zażądano potwierdzenia przeczytania (kliknij, aby wyłączyć)",
|
||||
"read_receipt_off": "Zażądaj potwierdzenia przeczytania",
|
||||
"new_message": "Nowa wiadomość",
|
||||
"reply": "Odpowiedz",
|
||||
"reply_all": "Odpowiedz wszystkim",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Wyślij",
|
||||
"cancel": "Anuluj",
|
||||
"attach": "Załącz",
|
||||
"attach_photos": "Zdjęcia i filmy",
|
||||
"attach_files": "Pliki",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Odrzuć",
|
||||
"discard_draft_title": "Odrzucić szkic?",
|
||||
"discard_draft_confirm": "Masz niezapisane zmiany. Czy chcesz odrzucić ten szkic?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Zaplanowana wysyłka nie jest obsługiwana dla tego konta.",
|
||||
"schedule_send_cleanup_warning": "Zaplanowana wysyłka została utworzona, ale czyszczenie wersji roboczej nie powiodło się.",
|
||||
"send_delay_unsupported": "Opóźnienie wysyłki nie jest obsługiwane dla tego konta.",
|
||||
"send_delay_unsupported_confirm": "To konto nie obsługuje opóźnienia wysyłki. Wysłać natychmiast?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "To konto nie obsługuje opóźnienia wysyłki. Wysłać natychmiast?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Potwierdź",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Domyślnie żądaj potwierdzeń przeczytania",
|
||||
"description": "Włącz wcześniej żądanie potwierdzenia przeczytania podczas tworzenia nowej wiadomości."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Odpowiadaj na żądania potwierdzenia przeczytania",
|
||||
"description": "Co zrobić, gdy przychodząca wiadomość prosi o potwierdzenie przeczytania.",
|
||||
"ask": "Pytaj za każdym razem",
|
||||
"always": "Zawsze wysyłaj",
|
||||
"never": "Nigdy nie wysyłaj"
|
||||
},
|
||||
"title": "Zachowanie poczty e-mail",
|
||||
"description": "Skonfiguruj sposób obsługi wiadomości e-mail",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Notatki",
|
||||
"title": "Foldery",
|
||||
"description": "Zarządzaj folderami poczty i przypisuj standardowe role",
|
||||
"folder_list": "Twoje foldery",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Akcje",
|
||||
"add_action": "Dodaj akcję",
|
||||
"stop_processing": "Zatrzymaj przetwarzanie kolejnych reguł",
|
||||
"attachment_type_placeholder": "np. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Wartość (kilka oddzielonych przecinkami)",
|
||||
"condition_fields": {
|
||||
"attachment": "Załącznik",
|
||||
"from": "Od",
|
||||
"to": "Do",
|
||||
"cc": "DW",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Treść"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "jest obecny",
|
||||
"has_type": "typu",
|
||||
"contains": "zawiera",
|
||||
"not_contains": "nie zawiera",
|
||||
"is": "jest dokładnie",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Menedżer",
|
||||
"custom": "Niestandardowe"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Zainstaluj {appName}",
|
||||
"description": "Zainstaluj naszą aplikację, aby uzyskać szybki dostęp i obsługę offline.",
|
||||
"not_now": "Nie teraz",
|
||||
"install": "Zainstaluj",
|
||||
"dont_remind": "Nie przypominaj mi więcej",
|
||||
"dismiss_aria": "Zamknij monit instalacji"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Informe uma nova data/hora, ex. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "O remetente solicita uma confirmação de leitura:",
|
||||
"send": "Enviar confirmação",
|
||||
"ignore": "Ignorar",
|
||||
"sent": "Confirmação de leitura enviada.",
|
||||
"send_failed": "Não foi possível enviar a confirmação de leitura",
|
||||
"mdn_subject": "Lido: {subject}",
|
||||
"mdn_body": "Este é um aviso de leitura da mensagem que você enviou para {recipient}.\n\nObservação: este aviso apenas confirma que a mensagem foi exibida no computador do destinatário. Não há garantia de que o destinatário tenha lido ou compreendido o conteúdo."
|
||||
},
|
||||
"no_email_selected": "Nenhum e-mail selecionado",
|
||||
"no_email_description": "Selecione um e-mail da lista para visualizá-lo aqui",
|
||||
"no_conversation_selected": "Nenhuma conversa selecionada",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Desfazer envio"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Confirmação de leitura solicitada (clique para desativar)",
|
||||
"read_receipt_off": "Solicitar confirmação de leitura",
|
||||
"new_message": "Nova Mensagem",
|
||||
"reply": "Responder",
|
||||
"reply_all": "Responder a Todos",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Enviar",
|
||||
"cancel": "Cancelar",
|
||||
"attach": "Anexar",
|
||||
"attach_photos": "Fotos e vídeos",
|
||||
"attach_files": "Arquivos",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Descartar",
|
||||
"discard_draft_title": "Descartar rascunho?",
|
||||
"discard_draft_confirm": "Você tem alterações não salvas. Deseja descartar este rascunho?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Envio agendado não é compatível com esta conta.",
|
||||
"schedule_send_cleanup_warning": "O envio agendado foi criado, mas a limpeza do rascunho falhou.",
|
||||
"send_delay_unsupported": "Atraso de envio não é compatível com esta conta.",
|
||||
"send_delay_unsupported_confirm": "Esta conta não oferece atraso de envio. Enviar imediatamente?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Esta conta não oferece atraso de envio. Enviar imediatamente?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Confirmar",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Solicitar confirmações de leitura por padrão",
|
||||
"description": "Ativar previamente a solicitação de confirmação de leitura ao redigir uma nova mensagem."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Responder a solicitações de confirmação de leitura",
|
||||
"description": "O que fazer quando uma mensagem recebida solicita uma confirmação de leitura.",
|
||||
"ask": "Perguntar sempre",
|
||||
"always": "Enviar sempre",
|
||||
"never": "Nunca enviar"
|
||||
},
|
||||
"title": "Comportamento de E-mail",
|
||||
"description": "Configure como os e-mails são manipulados",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Notas",
|
||||
"title": "Pastas",
|
||||
"description": "Gerencie suas pastas de e-mail e atribua funções padrão",
|
||||
"folder_list": "Suas pastas",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Ações",
|
||||
"add_action": "Adicionar ação",
|
||||
"stop_processing": "Parar o processamento das regras seguintes",
|
||||
"attachment_type_placeholder": "ex.: pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Valor (vários separados por vírgulas)",
|
||||
"condition_fields": {
|
||||
"attachment": "Anexo",
|
||||
"from": "De",
|
||||
"to": "Para",
|
||||
"cc": "Cc",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Corpo"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "está presente",
|
||||
"has_type": "do tipo",
|
||||
"contains": "contém",
|
||||
"not_contains": "não contém",
|
||||
"is": "é exatamente",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Gerente",
|
||||
"custom": "Personalizado"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Instalar {appName}",
|
||||
"description": "Instale o nosso app para acesso rápido e suporte offline.",
|
||||
"not_now": "Agora não",
|
||||
"install": "Instalar",
|
||||
"dont_remind": "Não lembrar novamente",
|
||||
"dismiss_aria": "Dispensar aviso de instalação"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Введите новую дату/время, например 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Отправитель запрашивает уведомление о прочтении:",
|
||||
"send": "Отправить уведомление",
|
||||
"ignore": "Игнорировать",
|
||||
"sent": "Уведомление о прочтении отправлено.",
|
||||
"send_failed": "Не удалось отправить уведомление о прочтении",
|
||||
"mdn_subject": "Прочитано: {subject}",
|
||||
"mdn_body": "Это уведомление о прочтении сообщения, отправленного вами на адрес {recipient}.\n\nПримечание: это уведомление лишь подтверждает, что сообщение было показано на компьютере получателя. Оно не гарантирует, что получатель прочитал или понял содержимое."
|
||||
},
|
||||
"no_email_selected": "Письмо не выбрано",
|
||||
"no_email_description": "Выберите письмо из списка, чтобы просмотреть его здесь",
|
||||
"no_conversation_selected": "Беседа не выбрана",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Отменить отправку"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Запрошено уведомление о прочтении (нажмите, чтобы отключить)",
|
||||
"read_receipt_off": "Запросить уведомление о прочтении",
|
||||
"new_message": "Новое письмо",
|
||||
"reply": "Ответить",
|
||||
"reply_all": "Ответить всем",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Отправить",
|
||||
"cancel": "Отмена",
|
||||
"attach": "Прикрепить",
|
||||
"attach_photos": "Фото и видео",
|
||||
"attach_files": "Файлы",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Удалить",
|
||||
"discard_draft_title": "Удалить черновик?",
|
||||
"discard_draft_confirm": "Есть несохранённые изменения. Удалить этот черновик?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Запланированная отправка не поддерживается для этой учетной записи.",
|
||||
"schedule_send_cleanup_warning": "Запланированная отправка создана, но очистка черновика не удалась.",
|
||||
"send_delay_unsupported": "Задержка отправки не поддерживается для этой учетной записи.",
|
||||
"send_delay_unsupported_confirm": "Эта учетная запись не поддерживает задержку отправки. Отправить сразу?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Эта учетная запись не поддерживает задержку отправки. Отправить сразу?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Подтвердить",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Запрашивать уведомления о прочтении по умолчанию",
|
||||
"description": "Заранее включать запрос уведомления о прочтении при создании нового сообщения."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Отвечать на запросы уведомления о прочтении",
|
||||
"description": "Что делать, когда входящее сообщение запрашивает уведомление о прочтении.",
|
||||
"ask": "Спрашивать каждый раз",
|
||||
"always": "Всегда отправлять",
|
||||
"never": "Никогда не отправлять"
|
||||
},
|
||||
"title": "Поведение почты",
|
||||
"description": "Настройте обработку писем",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Заметки",
|
||||
"title": "Папки",
|
||||
"description": "Управляйте папками почты и назначайте стандартные роли",
|
||||
"folder_list": "Ваши папки",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Действия",
|
||||
"add_action": "Добавить действие",
|
||||
"stop_processing": "Прекратить обработку последующих правил",
|
||||
"attachment_type_placeholder": "напр. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Значение (несколько через запятую)",
|
||||
"condition_fields": {
|
||||
"attachment": "Вложение",
|
||||
"from": "От",
|
||||
"to": "Кому",
|
||||
"cc": "Копия",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Тело"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "присутствует",
|
||||
"has_type": "типа",
|
||||
"contains": "содержит",
|
||||
"not_contains": "не содержит",
|
||||
"is": "точно совпадает",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Управляющий",
|
||||
"custom": "Пользовательский"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Установить {appName}",
|
||||
"description": "Установите наше приложение для быстрого доступа и работы офлайн.",
|
||||
"not_now": "Не сейчас",
|
||||
"install": "Установить",
|
||||
"dont_remind": "Больше не напоминать",
|
||||
"dismiss_aria": "Закрыть запрос на установку"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Yeni tarih/saat girin, ör. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Gönderen bir okundu bilgisi istiyor:",
|
||||
"send": "Bilgi gönder",
|
||||
"ignore": "Yoksay",
|
||||
"sent": "Okundu bilgisi gönderildi.",
|
||||
"send_failed": "Okundu bilgisi gönderilemedi",
|
||||
"mdn_subject": "Okundu: {subject}",
|
||||
"mdn_body": "Bu, {recipient} adresine gönderdiğiniz iletinin okundu bilgisidir.\n\nNot: Bu bilgi yalnızca iletinin alıcının bilgisayarında görüntülendiğini belirtir. Alıcının içeriği okuduğunu veya anladığını garanti etmez."
|
||||
},
|
||||
"no_email_selected": "E-posta seçilmedi",
|
||||
"no_email_description": "Burada görüntülemek için listeden bir e-posta seçin",
|
||||
"no_conversation_selected": "Konuşma seçilmedi",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Göndermeyi geri al"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Okundu bilgisi istendi (devre dışı bırakmak için tıklayın)",
|
||||
"read_receipt_off": "Okundu bilgisi iste",
|
||||
"new_message": "Yeni İleti",
|
||||
"reply": "Yanıtla",
|
||||
"reply_all": "Tümünü Yanıtla",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Gönder",
|
||||
"cancel": "İptal",
|
||||
"attach": "Ekle",
|
||||
"attach_photos": "Fotoğraflar ve videolar",
|
||||
"attach_files": "Dosyalar",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Vazgeç",
|
||||
"discard_draft_title": "Taslaktan vazgeçilsin mi?",
|
||||
"discard_draft_confirm": "Kaydedilmemiş değişiklikleriniz var. Bu taslaktan vazgeçmek istiyor musunuz?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Bu hesap için zamanlanmış gönderim desteklenmiyor.",
|
||||
"schedule_send_cleanup_warning": "Zamanlanmış gönderim oluşturuldu, ancak taslak temizliği başarısız oldu.",
|
||||
"send_delay_unsupported": "Bu hesap için gönderim gecikmesi desteklenmiyor.",
|
||||
"send_delay_unsupported_confirm": "Bu hesap gönderim gecikmesini desteklemiyor. Hemen gönderilsin mi?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Bu hesap gönderim gecikmesini desteklemiyor. Hemen gönderilsin mi?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Onayla",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Varsayılan olarak okundu bilgisi iste",
|
||||
"description": "Yeni bir ileti yazarken okundu bilgisi isteğini önceden etkinleştir."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Okundu bilgisi isteklerine yanıt ver",
|
||||
"description": "Gelen bir ileti okundu bilgisi istediğinde ne yapılacağı.",
|
||||
"ask": "Her seferinde sor",
|
||||
"always": "Her zaman gönder",
|
||||
"never": "Asla gönderme"
|
||||
},
|
||||
"title": "E-posta Davranışı",
|
||||
"description": "E-postaların nasıl işleneceğini yapılandırın",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Notlar",
|
||||
"title": "Klasörler",
|
||||
"description": "E-posta klasörlerinizi yönetin ve standart roller atayın",
|
||||
"folder_list": "Klasörleriniz",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "İşlemler",
|
||||
"add_action": "İşlem Ekle",
|
||||
"stop_processing": "Sonraki kuralları işlemeyi durdur",
|
||||
"attachment_type_placeholder": "örn. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Değer (birden fazla virgülle ayrılır)",
|
||||
"condition_fields": {
|
||||
"attachment": "Ek",
|
||||
"from": "Kimden",
|
||||
"to": "Kime",
|
||||
"cc": "Bilgi",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Gövde"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "mevcut",
|
||||
"has_type": "türünde",
|
||||
"contains": "içerir",
|
||||
"not_contains": "içermez",
|
||||
"is": "tam olarak",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
},
|
||||
"unified_mailbox": {
|
||||
"search_unavailable": "Birleşik görünümde arama kullanılamaz"
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "{appName} uygulamasını yükle",
|
||||
"description": "Hızlı erişim ve çevrimdışı destek için uygulamamızı yükleyin.",
|
||||
"not_now": "Şimdi değil",
|
||||
"install": "Yükle",
|
||||
"dont_remind": "Bir daha hatırlatma",
|
||||
"dismiss_aria": "Yükleme istemini kapat"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "Введіть нову дату/час, напр. 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "Відправник запитує сповіщення про прочитання:",
|
||||
"send": "Надіслати сповіщення",
|
||||
"ignore": "Ігнорувати",
|
||||
"sent": "Сповіщення про прочитання надіслано.",
|
||||
"send_failed": "Не вдалося надіслати сповіщення про прочитання",
|
||||
"mdn_subject": "Прочитано: {subject}",
|
||||
"mdn_body": "Це сповіщення про прочитання повідомлення, яке ви надіслали на адресу {recipient}.\n\nПримітка: це сповіщення лише підтверджує, що повідомлення було показано на комп''ютері отримувача. Воно не гарантує, що отримувач прочитав або зрозумів вміст."
|
||||
},
|
||||
"no_email_selected": "Електронна адреса не вибрана",
|
||||
"no_email_description": "Виберіть електронний лист зі списку, щоб переглянути його тут",
|
||||
"no_conversation_selected": "Розмова не вибрана",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "Скасувати надсилання"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "Запитано сповіщення про прочитання (натисніть, щоб вимкнути)",
|
||||
"read_receipt_off": "Запитати сповіщення про прочитання",
|
||||
"new_message": "Нове повідомлення",
|
||||
"reply": "Відповісти",
|
||||
"reply_all": "Відповісти всім",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "Надіслати",
|
||||
"cancel": "Скасувати",
|
||||
"attach": "Прикріпити",
|
||||
"attach_photos": "Фото та відео",
|
||||
"attach_files": "Файли",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "Відкинути",
|
||||
"discard_draft_title": "Відхилити чернетку?",
|
||||
"discard_draft_confirm": "У вас є незбережені зміни. Ви хочете відхилити цю чернетку?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "Заплановане надсилання не підтримується для цього облікового запису.",
|
||||
"schedule_send_cleanup_warning": "Заплановане надсилання створено, але очищення чернетки не вдалося.",
|
||||
"send_delay_unsupported": "Затримка надсилання не підтримується для цього облікового запису.",
|
||||
"send_delay_unsupported_confirm": "Цей обліковий запис не підтримує затримку надсилання. Надіслати негайно?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "Цей обліковий запис не підтримує затримку надсилання. Надіслати негайно?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Підтвердити",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "Запитувати сповіщення про прочитання за замовчуванням",
|
||||
"description": "Заздалегідь вмикати запит сповіщення про прочитання під час створення нового повідомлення."
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "Відповідати на запити сповіщення про прочитання",
|
||||
"description": "Що робити, коли вхідне повідомлення запитує сповіщення про прочитання.",
|
||||
"ask": "Запитувати щоразу",
|
||||
"always": "Завжди надсилати",
|
||||
"never": "Ніколи не надсилати"
|
||||
},
|
||||
"title": "Поведінка електронної пошти",
|
||||
"description": "Налаштувати спосіб обробки електронних листів",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "Нотатки",
|
||||
"title": "Папки",
|
||||
"description": "Керуйте своїми папками електронної пошти та призначайте стандартні ролі",
|
||||
"folder_list": "Ваші папки",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "Дії",
|
||||
"add_action": "Додати дію",
|
||||
"stop_processing": "Зупинити обробку наступних правил",
|
||||
"attachment_type_placeholder": "напр. pdf, doc, jpg",
|
||||
"value_placeholder_multi": "Значення (декілька через кому)",
|
||||
"condition_fields": {
|
||||
"attachment": "Вкладення",
|
||||
"from": "Від",
|
||||
"to": "до",
|
||||
"cc": "Cc",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "Тіло"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "присутнє",
|
||||
"has_type": "типу",
|
||||
"contains": "містить",
|
||||
"not_contains": "не містить",
|
||||
"is": "точно",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "Керівник",
|
||||
"custom": "Власне"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "Встановити {appName}",
|
||||
"description": "Встановіть наш застосунок для швидкого доступу та офлайн-підтримки.",
|
||||
"not_now": "Не зараз",
|
||||
"install": "Встановити",
|
||||
"dont_remind": "Більше не нагадувати",
|
||||
"dismiss_aria": "Закрити запит на встановлення"
|
||||
}
|
||||
}
|
||||
|
||||
+39
-5
@@ -259,6 +259,15 @@
|
||||
"reschedule_prompt": "输入新的日期/时间,例如 2026-05-04T15:30"
|
||||
},
|
||||
"email_viewer": {
|
||||
"read_receipt": {
|
||||
"prompt": "发件人请求已读回执:",
|
||||
"send": "发送回执",
|
||||
"ignore": "忽略",
|
||||
"sent": "已读回执已发送。",
|
||||
"send_failed": "无法发送已读回执",
|
||||
"mdn_subject": "已读:{subject}",
|
||||
"mdn_body": "这是您发送给 {recipient} 的邮件的已读回执。\n\n注意:此回执仅表示邮件已在收件人的计算机上显示,并不保证收件人已阅读或理解邮件内容。"
|
||||
},
|
||||
"no_email_selected": "未选择邮件",
|
||||
"no_email_description": "从列表中选择一封邮件以在此查看",
|
||||
"no_conversation_selected": "未选择会话",
|
||||
@@ -544,6 +553,8 @@
|
||||
"undo_send": "撤销发送"
|
||||
},
|
||||
"email_composer": {
|
||||
"read_receipt_on": "已请求已读回执(点击以关闭)",
|
||||
"read_receipt_off": "请求已读回执",
|
||||
"new_message": "新邮件",
|
||||
"reply": "回复",
|
||||
"reply_all": "全部回复",
|
||||
@@ -560,8 +571,8 @@
|
||||
"send": "发送",
|
||||
"cancel": "取消",
|
||||
"attach": "附件",
|
||||
"attach_photos": "照片和视频",
|
||||
"attach_files": "文件",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files",
|
||||
"discard": "丢弃",
|
||||
"discard_draft_title": "丢弃草稿?",
|
||||
"discard_draft_confirm": "您有未保存的更改。确定要丢弃这封草稿吗?",
|
||||
@@ -644,9 +655,7 @@
|
||||
"schedule_send_unsupported": "此账户不支持计划发送。",
|
||||
"schedule_send_cleanup_warning": "已创建计划发送,但清理草稿失败。",
|
||||
"send_delay_unsupported": "此账户不支持发送延迟。",
|
||||
"send_delay_unsupported_confirm": "此账户不支持发送延迟。是否立即发送?",
|
||||
"attach_photos": "Photos & Videos",
|
||||
"attach_files": "Files"
|
||||
"send_delay_unsupported_confirm": "此账户不支持发送延迟。是否立即发送?"
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "确认",
|
||||
@@ -1005,6 +1014,17 @@
|
||||
}
|
||||
},
|
||||
"email_behavior": {
|
||||
"request_read_receipt": {
|
||||
"label": "默认请求已读回执",
|
||||
"description": "撰写新邮件时预先启用已读回执请求。"
|
||||
},
|
||||
"read_receipt_response": {
|
||||
"label": "响应已读回执请求",
|
||||
"description": "当收到的邮件请求已读回执时的处理方式。",
|
||||
"ask": "每次询问",
|
||||
"always": "始终发送",
|
||||
"never": "从不发送"
|
||||
},
|
||||
"title": "邮件行为",
|
||||
"description": "配置邮件的处理方式",
|
||||
"mark_read": {
|
||||
@@ -1429,6 +1449,7 @@
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"role_memos": "备忘录",
|
||||
"title": "文件夹",
|
||||
"description": "管理邮件文件夹并分配邮箱角色",
|
||||
"folder_list": "您的文件夹",
|
||||
@@ -1631,7 +1652,10 @@
|
||||
"actions": "操作",
|
||||
"add_action": "添加操作",
|
||||
"stop_processing": "停止处理后续规则",
|
||||
"attachment_type_placeholder": "例如:pdf、doc、jpg",
|
||||
"value_placeholder_multi": "值(多个用逗号分隔)",
|
||||
"condition_fields": {
|
||||
"attachment": "附件",
|
||||
"from": "发件人",
|
||||
"to": "收件人",
|
||||
"cc": "抄送",
|
||||
@@ -1641,6 +1665,8 @@
|
||||
"body": "正文"
|
||||
},
|
||||
"comparators": {
|
||||
"has_any": "存在",
|
||||
"has_type": "类型为",
|
||||
"contains": "包含",
|
||||
"not_contains": "不包含",
|
||||
"is": "等于",
|
||||
@@ -3054,5 +3080,13 @@
|
||||
"manager": "管理员",
|
||||
"custom": "自定义"
|
||||
}
|
||||
},
|
||||
"pwa_install": {
|
||||
"title": "安装 {appName}",
|
||||
"description": "安装我们的应用,以获得快速访问和离线支持。",
|
||||
"not_now": "暂不",
|
||||
"install": "安装",
|
||||
"dont_remind": "不再提醒",
|
||||
"dismiss_aria": "关闭安装提示"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user