i18n: add missing translation keys across 16 locales
This commit is contained in:
@@ -775,6 +775,7 @@
|
||||
"layout": "Vzhled",
|
||||
"reading": "Čtení",
|
||||
"composing": "Psaní",
|
||||
"downloads": "Stažené",
|
||||
"content_senders": "Obsah a odesílatelé",
|
||||
"about_data": "Info a data",
|
||||
"debug": "Ladění"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"categories_description": "Přejmenovat kategorie kontaktů",
|
||||
"no_categories": "Nenalezeny žádné kategorie"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Stažené",
|
||||
"description": "Přizpůsobte si, jak se pojmenovávají stažené e-maily a přílohy.",
|
||||
"reset": "Obnovit výchozí",
|
||||
"preview": "Náhled:",
|
||||
"email_template": {
|
||||
"label": "Název souboru e-mailu (.eml)",
|
||||
"description": "Šablona použitá při exportu e-mailu nebo jeho přetažení do souborového systému. Přípona .eml se přidává automaticky."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Název souboru přílohy",
|
||||
"description": "Šablona použitá při stahování nebo přetahování přílohy. Pokud vynecháte {filename} a {ext}, původní přípona se zachová."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Mezery",
|
||||
"description": "Nahradit mezery ve výsledném názvu souboru jiným znakem.",
|
||||
"keep": "Zachovat mezery",
|
||||
"underscore": "Nahradit za _",
|
||||
"dash": "Nahradit za -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Malá písmena",
|
||||
"description": "Vynutit celý název souboru malými písmeny."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Odstranit diakritiku",
|
||||
"description": "Převést písmena s diakritikou na ASCII ekvivalenty (á → a, é → e). Užitečné pro nástroje, které špatně zpracovávají Unicode názvy."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Sloučit opakované oddělovače",
|
||||
"description": "Sloučit posloupnosti mezer, podtržítek nebo pomlček do jednoho znaku."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Filtry e-mailů",
|
||||
"description": "Vytvářejte pravidla pro automatické třídění, štítkování a správu příchozích e-mailů",
|
||||
|
||||
+35
-1
@@ -778,6 +778,7 @@
|
||||
"layout": "Layout",
|
||||
"reading": "Læsning",
|
||||
"composing": "Skrivning",
|
||||
"downloads": "Downloads",
|
||||
"content_senders": "Indhold & afsendere",
|
||||
"about_data": "Om & data",
|
||||
"debug": "Debug"
|
||||
@@ -1498,6 +1499,39 @@
|
||||
"categories_description": "Omdøb kontaktkategorier",
|
||||
"no_categories": "Ingen kategorier fundet"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Downloads",
|
||||
"description": "Tilpas hvordan downloadede e-mails og vedhæftede filer navngives.",
|
||||
"reset": "Gendan standard",
|
||||
"preview": "Forhåndsvisning:",
|
||||
"email_template": {
|
||||
"label": "E-mail-filnavn (.eml)",
|
||||
"description": "Skabelon som bruges når du eksporterer en e-mail eller trækker den ud i filsystemet. Endelsen .eml tilføjes automatisk."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Filnavn på vedhæftet fil",
|
||||
"description": "Skabelon som bruges når du downloader eller trækker en vedhæftet fil ud. Hvis du udelader {filename} og {ext}, bevares den oprindelige endelse."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Mellemrum",
|
||||
"description": "Erstat mellemrum i det endelige filnavn med et andet tegn.",
|
||||
"keep": "Behold mellemrum",
|
||||
"underscore": "Erstat med _",
|
||||
"dash": "Erstat med -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Små bogstaver",
|
||||
"description": "Tving hele filnavnet til små bogstaver."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Fjern diakritiske tegn",
|
||||
"description": "Konvertér bogstaver med accenter til deres ASCII-pendant (ä → a, é → e). Nyttigt for værktøjer, der ikke håndterer Unicode-navne korrekt."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Slå gentagne skilletegn sammen",
|
||||
"description": "Slå serier af mellemrum, understreger eller bindestreger sammen til ét tegn."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "E-mail-filtre",
|
||||
"description": "Opret regler til automatisk at sortere, mærke og administrere indkommende e-mails",
|
||||
@@ -2948,4 +2982,4 @@
|
||||
"unified_mailbox": {
|
||||
"search_unavailable": "Søgning er ikke tilgængelig i den samlede visning"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Layout",
|
||||
"reading": "Lesen",
|
||||
"composing": "Verfassen",
|
||||
"downloads": "Downloads",
|
||||
"content_senders": "Inhalte & Absender",
|
||||
"about_data": "Über & Daten",
|
||||
"debug": "Debug"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Alphabetische Abschnittsüberschriften in der Kontaktliste anzeigen",
|
||||
"group_by_letter_label": "Nach Anfangsbuchstaben gruppieren"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Downloads",
|
||||
"description": "Lege fest, wie heruntergeladene E-Mails und Anhänge benannt werden.",
|
||||
"reset": "Standard wiederherstellen",
|
||||
"preview": "Vorschau:",
|
||||
"email_template": {
|
||||
"label": "E-Mail-Dateiname (.eml)",
|
||||
"description": "Vorlage, die beim Exportieren oder Herausziehen einer E-Mail verwendet wird. Die Endung .eml wird automatisch ergänzt."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Anhang-Dateiname",
|
||||
"description": "Vorlage zum Herunterladen oder Herausziehen eines Anhangs. Wenn {filename} und {ext} fehlen, bleibt die ursprüngliche Endung erhalten."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Leerzeichen",
|
||||
"description": "Ersetze Leerzeichen im Dateinamen durch ein anderes Zeichen.",
|
||||
"keep": "Leerzeichen behalten",
|
||||
"underscore": "Durch _ ersetzen",
|
||||
"dash": "Durch - ersetzen"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Kleinschreibung",
|
||||
"description": "Wandle den gesamten Dateinamen in Kleinbuchstaben um."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Diakritika entfernen",
|
||||
"description": "Wandle Buchstaben mit Akzenten in ASCII-Äquivalente um (ä → a, é → e). Nützlich für Tools, die Unicode-Dateinamen verstümmeln."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Trennzeichen zusammenfassen",
|
||||
"description": "Aufeinanderfolgende Leerzeichen, Unterstriche oder Bindestriche zu einem Zeichen zusammenfassen."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "E-Mail-Filter",
|
||||
"description": "Erstellen Sie Regeln, um eingehende E-Mails automatisch zu sortieren, zu kennzeichnen und zu verwalten",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Diseño",
|
||||
"reading": "Lectura",
|
||||
"composing": "Redacción",
|
||||
"downloads": "Descargas",
|
||||
"content_senders": "Contenido y remitentes",
|
||||
"about_data": "Acerca de y datos",
|
||||
"debug": "Depuración"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Mostrar encabezados alfabéticos en la lista de contactos",
|
||||
"group_by_letter_label": "Agrupar por primera letra"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Descargas",
|
||||
"description": "Personaliza cómo se nombran los correos y archivos adjuntos descargados.",
|
||||
"reset": "Restaurar predeterminado",
|
||||
"preview": "Vista previa:",
|
||||
"email_template": {
|
||||
"label": "Nombre del archivo de correo (.eml)",
|
||||
"description": "Plantilla usada al exportar un correo o al arrastrarlo al sistema de archivos. La extensión .eml se añade automáticamente."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Nombre del archivo adjunto",
|
||||
"description": "Plantilla usada al descargar o arrastrar un adjunto. Si omites {filename} y {ext}, se conserva la extensión original."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Espacios",
|
||||
"description": "Reemplaza los espacios del nombre de archivo resultante por otro carácter.",
|
||||
"keep": "Conservar espacios",
|
||||
"underscore": "Reemplazar por _",
|
||||
"dash": "Reemplazar por -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Minúsculas",
|
||||
"description": "Forzar todo el nombre del archivo a minúsculas."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Eliminar diacríticos",
|
||||
"description": "Convierte las letras acentuadas en sus equivalentes ASCII (ä → a, é → e). Útil para herramientas que estropean nombres Unicode."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Combinar separadores repetidos",
|
||||
"description": "Combina secuencias de espacios, guiones bajos o guiones en un único carácter."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Filtros de correo",
|
||||
"description": "Cree reglas para ordenar, etiquetar y gestionar automáticamente los correos entrantes",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Mise en page",
|
||||
"reading": "Lecture",
|
||||
"composing": "Rédaction",
|
||||
"downloads": "Téléchargements",
|
||||
"content_senders": "Contenu et expéditeurs",
|
||||
"about_data": "À propos et données",
|
||||
"debug": "Débogage"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Afficher des en-têtes alphabétiques dans la liste de contacts",
|
||||
"group_by_letter_label": "Grouper par première lettre"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Téléchargements",
|
||||
"description": "Personnalisez la façon dont les e-mails et pièces jointes téléchargés sont nommés.",
|
||||
"reset": "Restaurer la valeur par défaut",
|
||||
"preview": "Aperçu :",
|
||||
"email_template": {
|
||||
"label": "Nom du fichier e-mail (.eml)",
|
||||
"description": "Modèle utilisé lors de l'export ou du glisser-déposer d'un e-mail vers le système de fichiers. L'extension .eml est ajoutée automatiquement."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Nom du fichier de pièce jointe",
|
||||
"description": "Modèle utilisé lors du téléchargement ou du glisser-déposer d'une pièce jointe. Si vous omettez {filename} et {ext}, l'extension d'origine est conservée."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Espaces",
|
||||
"description": "Remplacer les espaces dans le nom de fichier final par un autre caractère.",
|
||||
"keep": "Conserver les espaces",
|
||||
"underscore": "Remplacer par _",
|
||||
"dash": "Remplacer par -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Minuscules",
|
||||
"description": "Forcer tout le nom de fichier en minuscules."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Supprimer les diacritiques",
|
||||
"description": "Convertir les lettres accentuées en leur équivalent ASCII (ä → a, é → e). Utile pour les outils qui gèrent mal les noms Unicode."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Fusionner les séparateurs répétés",
|
||||
"description": "Fusionner les suites d’espaces, de tirets bas ou de tirets en un seul caractère."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Filtres de courrier",
|
||||
"description": "Créez des règles pour trier, étiqueter et gérer automatiquement les courriers entrants",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Layout",
|
||||
"reading": "Lettura",
|
||||
"composing": "Composizione",
|
||||
"downloads": "Download",
|
||||
"content_senders": "Contenuto e mittenti",
|
||||
"about_data": "Informazioni e dati",
|
||||
"debug": "Debug"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Mostra intestazioni alfabetiche nell'elenco dei contatti",
|
||||
"group_by_letter_label": "Raggruppa per prima lettera"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Download",
|
||||
"description": "Personalizza come vengono nominati gli email e gli allegati scaricati.",
|
||||
"reset": "Ripristina predefinito",
|
||||
"preview": "Anteprima:",
|
||||
"email_template": {
|
||||
"label": "Nome file email (.eml)",
|
||||
"description": "Modello usato quando esporti un'email o la trascini sul file system. L'estensione .eml viene aggiunta automaticamente."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Nome file dell’allegato",
|
||||
"description": "Modello usato quando scarichi o trascini un allegato. Se ometti {filename} e {ext}, l'estensione originale viene mantenuta."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Spazi",
|
||||
"description": "Sostituisci gli spazi nel nome file risultante con un altro carattere.",
|
||||
"keep": "Mantieni gli spazi",
|
||||
"underscore": "Sostituisci con _",
|
||||
"dash": "Sostituisci con -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Minuscolo",
|
||||
"description": "Forza l'intero nome file in minuscolo."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Rimuovi i segni diacritici",
|
||||
"description": "Converti le lettere accentate nei loro equivalenti ASCII (ä → a, é → e). Utile per strumenti che gestiscono male i nomi Unicode."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Riduci i separatori ripetuti",
|
||||
"description": "Riduci sequenze di spazi, underscore o trattini a un solo carattere."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Filtri email",
|
||||
"description": "Crea regole per ordinare, etichettare e gestire automaticamente le email in arrivo",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "レイアウト",
|
||||
"reading": "閲覧",
|
||||
"composing": "作成",
|
||||
"downloads": "ダウンロード",
|
||||
"content_senders": "コンテンツと送信者",
|
||||
"about_data": "情報とデータ",
|
||||
"debug": "デバッグ"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "連絡先リストにアルファベット順のセクション見出しを表示",
|
||||
"group_by_letter_label": "頭文字でグループ化"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "ダウンロード",
|
||||
"description": "ダウンロードしたメールや添付ファイルの名前の付け方をカスタマイズします。",
|
||||
"reset": "既定に戻す",
|
||||
"preview": "プレビュー:",
|
||||
"email_template": {
|
||||
"label": "メールのファイル名 (.eml)",
|
||||
"description": "メールをエクスポートするか、ファイルシステムにドラッグしたときに使用するテンプレートです。.eml 拡張子は自動的に付加されます。"
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "添付ファイルのファイル名",
|
||||
"description": "添付ファイルをダウンロードまたはドラッグするときに使用するテンプレートです。{filename} と {ext} を省略すると、元の拡張子が保持されます。"
|
||||
},
|
||||
"spaces": {
|
||||
"label": "スペース",
|
||||
"description": "最終的なファイル名のスペースを別の文字に置き換えます。",
|
||||
"keep": "スペースを残す",
|
||||
"underscore": "_ に置換",
|
||||
"dash": "- に置換"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "小文字",
|
||||
"description": "ファイル名全体を小文字に強制します。"
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "ダイアクリティカルマークを除去",
|
||||
"description": "アクセント付き文字を ASCII の同等の文字に変換します (ä → a, é → e)。Unicode のファイル名を正しく扱えないツールで便利です。"
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "連続した区切り文字をまとめる",
|
||||
"description": "連続するスペース、アンダースコア、ハイフンを 1 文字にまとめます。"
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "メールフィルター",
|
||||
"description": "受信メールを自動で振り分け、ラベル付け、管理するルールを作成します",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "레이아웃",
|
||||
"reading": "읽기",
|
||||
"composing": "작성",
|
||||
"downloads": "다운로드",
|
||||
"content_senders": "콘텐츠 및 발신자",
|
||||
"about_data": "정보 및 데이터",
|
||||
"debug": "디버그"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "연락처 목록에 알파벳순 섹션 헤더 표시",
|
||||
"group_by_letter_label": "첫 글자로 그룹화"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "다운로드",
|
||||
"description": "다운로드한 이메일과 첨부 파일의 이름을 지정하는 방식을 사용자 정의합니다.",
|
||||
"reset": "기본값 복원",
|
||||
"preview": "미리 보기:",
|
||||
"email_template": {
|
||||
"label": "이메일 파일 이름 (.eml)",
|
||||
"description": "이메일을 내보내거나 파일 시스템으로 드래그할 때 사용하는 템플릿입니다. .eml 확장자는 자동으로 추가됩니다."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "첨부 파일 이름",
|
||||
"description": "첨부 파일을 다운로드하거나 드래그할 때 사용하는 템플릿입니다. {filename}과 {ext}를 생략하면 원래 확장자가 유지됩니다."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "공백",
|
||||
"description": "결과 파일 이름의 공백을 다른 문자로 바꿉니다.",
|
||||
"keep": "공백 유지",
|
||||
"underscore": "_로 바꾸기",
|
||||
"dash": "-로 바꾸기"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "소문자",
|
||||
"description": "전체 파일 이름을 소문자로 강제 변환합니다."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "발음 구별 부호 제거",
|
||||
"description": "악센트가 있는 문자를 ASCII 등가 문자로 변환합니다 (ä → a, é → e). 유니코드 파일 이름을 제대로 처리하지 못하는 도구에 유용합니다."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "반복된 구분자 결합",
|
||||
"description": "연속된 공백, 밑줄, 대시를 단일 문자로 결합합니다."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "이메일 필터",
|
||||
"description": "새로 온 메일을 자동으로 분류하고 라벨을 붙이는 규칙을 만들어 보세요",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Izkārtojums",
|
||||
"reading": "Lasīšana",
|
||||
"composing": "Rakstīšana",
|
||||
"downloads": "Lejupielādes",
|
||||
"content_senders": "Saturs un sūtītāji",
|
||||
"about_data": "Par un dati",
|
||||
"debug": "Atkļūdošana"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Rādīt alfabētiskos sadaļu virsrakstus kontaktu sarakstā",
|
||||
"group_by_letter_label": "Grupēt pēc pirmā burta"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Lejupielādes",
|
||||
"description": "Pielāgojiet, kā tiek nosaukti lejupielādētie e-pasti un pielikumi.",
|
||||
"reset": "Atjaunot noklusējumu",
|
||||
"preview": "Priekšskatījums:",
|
||||
"email_template": {
|
||||
"label": "E-pasta faila nosaukums (.eml)",
|
||||
"description": "Veidne, ko izmanto, eksportējot e-pastu vai velkot to uz failu sistēmu. Paplašinājums .eml tiek pievienots automātiski."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Pielikuma faila nosaukums",
|
||||
"description": "Veidne, ko izmanto, lejupielādējot vai velkot pielikumu. Ja izlaižat {filename} un {ext}, sākotnējais paplašinājums tiek saglabāts."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Atstarpes",
|
||||
"description": "Aizstāt atstarpes izvades faila nosaukumā ar citu rakstzīmi.",
|
||||
"keep": "Saglabāt atstarpes",
|
||||
"underscore": "Aizstāt ar _",
|
||||
"dash": "Aizstāt ar -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Mazie burti",
|
||||
"description": "Piespiest visu faila nosaukumu uz mazajiem burtiem."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Noņemt diakritikas zīmes",
|
||||
"description": "Pārvērst burtus ar akcentiem to ASCII ekvivalentos (ä → a, é → e). Noderīgi rīkiem, kas slikti apstrādā Unicode failu nosaukumus."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Apvienot atkārtotus atdalītājus",
|
||||
"description": "Apvienot virknes atstarpju, pasvītrojumu vai defisu vienā rakstzīmē."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Pasta filtri",
|
||||
"description": "Izveidojiet noteikumus automātiskai vēstuļu šķirošanai un pārvaldībai",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Indeling",
|
||||
"reading": "Lezen",
|
||||
"composing": "Opstellen",
|
||||
"downloads": "Downloads",
|
||||
"content_senders": "Inhoud en afzenders",
|
||||
"about_data": "Over en gegevens",
|
||||
"debug": "Debuggen"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Toon alfabetische sectiekoppen in de contactenlijst",
|
||||
"group_by_letter_label": "Groeperen op eerste letter"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Downloads",
|
||||
"description": "Pas aan hoe gedownloade e-mails en bijlagen worden genoemd.",
|
||||
"reset": "Standaard herstellen",
|
||||
"preview": "Voorbeeld:",
|
||||
"email_template": {
|
||||
"label": "E-mailbestandsnaam (.eml)",
|
||||
"description": "Sjabloon dat wordt gebruikt bij het exporteren of slepen van een e-mail naar het bestandssysteem. De extensie .eml wordt automatisch toegevoegd."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Bestandsnaam van bijlage",
|
||||
"description": "Sjabloon bij het downloaden of slepen van een bijlage. Als je {filename} en {ext} weglaat, blijft de oorspronkelijke extensie behouden."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Spaties",
|
||||
"description": "Vervang spaties in de uiteindelijke bestandsnaam door een ander teken.",
|
||||
"keep": "Spaties behouden",
|
||||
"underscore": "Vervangen door _",
|
||||
"dash": "Vervangen door -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Kleine letters",
|
||||
"description": "Forceer de hele bestandsnaam in kleine letters."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Diakritische tekens verwijderen",
|
||||
"description": "Zet letters met accenten om naar hun ASCII-equivalent (ä → a, é → e). Handig voor tools die Unicode-namen niet goed verwerken."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Herhaalde scheidingstekens samenvoegen",
|
||||
"description": "Voeg reeksen spaties, underscores of streepjes samen tot één teken."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "E-mailfilters",
|
||||
"description": "Maak regels om inkomende e-mails automatisch te sorteren, labelen en beheren",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Układ",
|
||||
"reading": "Czytanie",
|
||||
"composing": "Tworzenie",
|
||||
"downloads": "Pobrane",
|
||||
"content_senders": "Treść i nadawcy",
|
||||
"about_data": "O programie i dane",
|
||||
"debug": "Debugowanie"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Pokaż alfabetyczne nagłówki sekcji na liście kontaktów",
|
||||
"group_by_letter_label": "Grupuj według pierwszej litery"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Pobrane",
|
||||
"description": "Dostosuj sposób nazywania pobranych wiadomości i załączników.",
|
||||
"reset": "Przywróć domyślne",
|
||||
"preview": "Podgląd:",
|
||||
"email_template": {
|
||||
"label": "Nazwa pliku wiadomości (.eml)",
|
||||
"description": "Szablon używany przy eksporcie wiadomości lub jej przeciąganiu do systemu plików. Rozszerzenie .eml jest dodawane automatycznie."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Nazwa pliku załącznika",
|
||||
"description": "Szablon używany przy pobieraniu lub przeciąganiu załącznika. Jeśli pominiesz {filename} i {ext}, oryginalne rozszerzenie zostanie zachowane."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Spacje",
|
||||
"description": "Zastąp spacje w nazwie pliku innym znakiem.",
|
||||
"keep": "Zachowaj spacje",
|
||||
"underscore": "Zamień na _",
|
||||
"dash": "Zamień na -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Małe litery",
|
||||
"description": "Wymuś małe litery w całej nazwie pliku."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Usuń znaki diakrytyczne",
|
||||
"description": "Zamień litery z akcentami na ich odpowiedniki ASCII (ą → a, é → e). Przydatne dla narzędzi, które źle obsługują nazwy Unicode."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Łącz powtórzone separatory",
|
||||
"description": "Połącz ciągi spacji, podkreśleń lub myślników w jeden znak."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Filtry wiadomości e-mail",
|
||||
"description": "Twórz reguły, aby automatycznie sortować, etykietować i zarządzać przychodzącymi wiadomościami e-mail",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Layout",
|
||||
"reading": "Leitura",
|
||||
"composing": "Composição",
|
||||
"downloads": "Downloads",
|
||||
"content_senders": "Conteúdo e remetentes",
|
||||
"about_data": "Sobre e dados",
|
||||
"debug": "Depuração"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Mostrar cabeçalhos de seção alfabéticos na lista de contatos",
|
||||
"group_by_letter_label": "Agrupar pela primeira letra"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Downloads",
|
||||
"description": "Personalize como os e-mails e anexos baixados são nomeados.",
|
||||
"reset": "Restaurar padrão",
|
||||
"preview": "Pré-visualização:",
|
||||
"email_template": {
|
||||
"label": "Nome do arquivo de e-mail (.eml)",
|
||||
"description": "Modelo usado ao exportar um e-mail ou arrastá-lo para o sistema de arquivos. A extensão .eml é adicionada automaticamente."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Nome do arquivo do anexo",
|
||||
"description": "Modelo usado ao baixar ou arrastar um anexo. Se você omitir {filename} e {ext}, a extensão original é preservada."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Espaços",
|
||||
"description": "Substitui espaços no nome de arquivo resultante por outro caractere.",
|
||||
"keep": "Manter espaços",
|
||||
"underscore": "Substituir por _",
|
||||
"dash": "Substituir por -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Minúsculas",
|
||||
"description": "Forçar todo o nome do arquivo para minúsculas."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Remover acentos",
|
||||
"description": "Converte letras acentuadas para o equivalente ASCII (ä → a, é → e). Útil para ferramentas que estragam nomes Unicode."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Combinar separadores repetidos",
|
||||
"description": "Combina sequências de espaços, sublinhados ou hifens em um único caractere."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Filtros de e-mail",
|
||||
"description": "Crie regras para classificar, rotular e gerenciar automaticamente os e-mails recebidos",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Макет",
|
||||
"reading": "Чтение",
|
||||
"composing": "Написание",
|
||||
"downloads": "Загрузки",
|
||||
"content_senders": "Содержимое и отправители",
|
||||
"about_data": "О программе и данные",
|
||||
"debug": "Отладка"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Показывать алфавитные заголовки разделов в списке контактов",
|
||||
"group_by_letter_label": "Группировать по первой букве"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Загрузки",
|
||||
"description": "Настройте, как именуются загруженные письма и вложения.",
|
||||
"reset": "Восстановить по умолчанию",
|
||||
"preview": "Предпросмотр:",
|
||||
"email_template": {
|
||||
"label": "Имя файла письма (.eml)",
|
||||
"description": "Шаблон, используемый при экспорте письма или при перетаскивании его в файловую систему. Расширение .eml добавляется автоматически."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Имя файла вложения",
|
||||
"description": "Шаблон, используемый при загрузке или перетаскивании вложения. Если опустить {filename} и {ext}, исходное расширение сохраняется."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Пробелы",
|
||||
"description": "Заменять пробелы в итоговом имени файла другим символом.",
|
||||
"keep": "Сохранять пробелы",
|
||||
"underscore": "Заменять на _",
|
||||
"dash": "Заменять на -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Нижний регистр",
|
||||
"description": "Принудительно перевести всё имя файла в нижний регистр."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Удалять диакритику",
|
||||
"description": "Преобразовать буквы с акцентами в их ASCII-эквиваленты (ä → a, é → e). Полезно для инструментов, плохо работающих с Unicode-именами."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Сжимать повторяющиеся разделители",
|
||||
"description": "Сжимать последовательности пробелов, подчёркиваний или дефисов до одного символа."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Фильтры почты",
|
||||
"description": "Создавайте правила для автоматической сортировки, маркировки и управления входящими письмами",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Düzen",
|
||||
"reading": "Okuma",
|
||||
"composing": "Yazma",
|
||||
"downloads": "İndirilenler",
|
||||
"content_senders": "İçerik ve Göndericiler",
|
||||
"about_data": "Hakkında ve Veriler",
|
||||
"debug": "Hata Ayıklama"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"categories_description": "Kişi kategorilerini yeniden adlandırın",
|
||||
"no_categories": "Kategori bulunamadı"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "İndirilenler",
|
||||
"description": "İndirilen e-postaların ve eklerin nasıl adlandırılacağını özelleştirin.",
|
||||
"reset": "Varsayılana sıfırla",
|
||||
"preview": "Önizleme:",
|
||||
"email_template": {
|
||||
"label": "E-posta dosya adı (.eml)",
|
||||
"description": "Bir e-postayı dışa aktarırken veya dosya sistemine sürüklediğinizde kullanılan şablon. .eml uzantısı otomatik olarak eklenir."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Ek dosyası adı",
|
||||
"description": "Bir eki indirirken veya sürüklerken kullanılan şablon. {filename} ve {ext} yazılmazsa orijinal uzantı korunur."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Boşluklar",
|
||||
"description": "Sonuçtaki dosya adındaki boşlukları başka bir karakterle değiştirin.",
|
||||
"keep": "Boşlukları koru",
|
||||
"underscore": "_ ile değiştir",
|
||||
"dash": "- ile değiştir"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Küçük harf",
|
||||
"description": "Tüm dosya adını küçük harfe zorla."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Aksanları kaldır",
|
||||
"description": "Aksanlı harfleri ASCII karşılıklarına dönüştür (ä → a, é → e). Unicode dosya adlarıyla sorun yaşayan araçlar için yararlıdır."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Tekrarlanan ayırıcıları birleştir",
|
||||
"description": "Art arda gelen boşluk, alt çizgi veya tireleri tek bir karaktere indir."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "E-posta Filtreleri",
|
||||
"description": "Gelen e-postaları otomatik olarak sıralamak, etiketlemek ve yönetmek için kurallar oluşturun",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "Макет",
|
||||
"reading": "Читання",
|
||||
"composing": "Написання",
|
||||
"downloads": "Завантаження",
|
||||
"content_senders": "Вміст і відправники",
|
||||
"about_data": "Про програму та дані",
|
||||
"debug": "Налагодження"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "Показувати алфавітні заголовки розділів у списку контактів",
|
||||
"group_by_letter_label": "Групувати за першою літерою"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "Завантаження",
|
||||
"description": "Налаштуйте, як називаються завантажені листи та вкладення.",
|
||||
"reset": "Відновити стандартне",
|
||||
"preview": "Попередній перегляд:",
|
||||
"email_template": {
|
||||
"label": "Ім'я файлу листа (.eml)",
|
||||
"description": "Шаблон, що використовується при експорті листа або перетягуванні його у файлову систему. Розширення .eml додається автоматично."
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "Ім'я файлу вкладення",
|
||||
"description": "Шаблон, що використовується при завантаженні або перетягуванні вкладення. Якщо пропустити {filename} та {ext}, оригінальне розширення зберігається."
|
||||
},
|
||||
"spaces": {
|
||||
"label": "Пробіли",
|
||||
"description": "Замінити пробіли в підсумковому імені файлу іншим символом.",
|
||||
"keep": "Залишити пробіли",
|
||||
"underscore": "Замінити на _",
|
||||
"dash": "Замінити на -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "Нижній регістр",
|
||||
"description": "Примусово перетворити все ім'я файлу на нижній регістр."
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "Видалити діакритику",
|
||||
"description": "Перетворити літери з акцентами на ASCII-еквіваленти (ä → a, é → e). Корисно для інструментів, що погано обробляють Unicode."
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "Об'єднати повторювані роздільники",
|
||||
"description": "Об'єднати послідовності пробілів, підкреслень або дефісів в один символ."
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Фільтри електронної пошти",
|
||||
"description": "Створіть правила для автоматичного сортування, позначення та керування вхідними електронними листами",
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
"layout": "布局",
|
||||
"reading": "阅读",
|
||||
"composing": "撰写",
|
||||
"downloads": "下载",
|
||||
"content_senders": "内容和发件人",
|
||||
"about_data": "关于和数据",
|
||||
"debug": "调试"
|
||||
@@ -1495,6 +1496,39 @@
|
||||
"group_by_letter_description": "在联系人列表中显示按字母顺序排列的分节标题",
|
||||
"group_by_letter_label": "按首字母分组"
|
||||
},
|
||||
"downloads": {
|
||||
"title": "下载",
|
||||
"description": "自定义下载的邮件和附件的命名方式。",
|
||||
"reset": "恢复默认",
|
||||
"preview": "预览:",
|
||||
"email_template": {
|
||||
"label": "邮件文件名 (.eml)",
|
||||
"description": "导出邮件或将其拖到文件系统时使用的模板。扩展名 .eml 会自动添加。"
|
||||
},
|
||||
"attachment_template": {
|
||||
"label": "附件文件名",
|
||||
"description": "下载或拖出附件时使用的模板。如果省略 {filename} 和 {ext},将保留原始扩展名。"
|
||||
},
|
||||
"spaces": {
|
||||
"label": "空格",
|
||||
"description": "用其他字符替换最终文件名中的空格。",
|
||||
"keep": "保留空格",
|
||||
"underscore": "替换为 _",
|
||||
"dash": "替换为 -"
|
||||
},
|
||||
"lowercase": {
|
||||
"label": "小写",
|
||||
"description": "将整个文件名强制转换为小写。"
|
||||
},
|
||||
"strip_diacritics": {
|
||||
"label": "去除变音符号",
|
||||
"description": "将带重音的字母转换为对应的 ASCII 字符(ä → a, é → e)。对处理 Unicode 文件名有问题的工具很有用。"
|
||||
},
|
||||
"collapse_separators": {
|
||||
"label": "合并重复的分隔符",
|
||||
"description": "将连续的空格、下划线或短横线合并为单个字符。"
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "邮件过滤器",
|
||||
"description": "创建规则,自动整理、标记和管理收到的邮件",
|
||||
|
||||
Reference in New Issue
Block a user