fix: resolve test failures across translations, contact form, and vitest config

- Add 18 missing translation keys to all non-English locales (de, es, fr, it, ja, nl, pt) with English fallback values
- Fix contact form submit test targeting prefix input instead of given_name
- Exclude .next/ build output from vitest to prevent Playwright spec conflicts
This commit is contained in:
Linus Rath
2026-03-16 22:51:49 +01:00
parent dc3e5b7706
commit 7cf79d8775
9 changed files with 185 additions and 16 deletions
@@ -67,7 +67,8 @@ describe('ContactForm', () => {
render(<ContactForm onSave={onSave} onCancel={vi.fn()} />); render(<ContactForm onSave={onSave} onCancel={vi.fn()} />);
const inputs = screen.getAllByRole('textbox'); const inputs = screen.getAllByRole('textbox');
fireEvent.change(inputs[0], { target: { value: 'Jane' } }); const givenNameInput = screen.getByPlaceholderText('given_name');
fireEvent.change(givenNameInput, { target: { value: 'Jane' } });
fireEvent.submit(screen.getByText('save').closest('form')!); fireEvent.submit(screen.getByText('save').closest('form')!);
+26 -2
View File
@@ -65,6 +65,7 @@
"loading_mailboxes": "Postfächer werden geladen...", "loading_mailboxes": "Postfächer werden geladen...",
"push_connected": "Echtzeit-Updates aktiv", "push_connected": "Echtzeit-Updates aktiv",
"push_disconnected": "Echtzeit-Updates inaktiv", "push_disconnected": "Echtzeit-Updates inaktiv",
"keyboard_shortcuts": "Keyboard Shortcuts",
"theme": { "theme": {
"light": "Heller Modus", "light": "Heller Modus",
"dark": "Dunkler Modus", "dark": "Dunkler Modus",
@@ -551,7 +552,8 @@
"folders": "Ordner", "folders": "Ordner",
"keywords": "Schlüsselwörter", "keywords": "Schlüsselwörter",
"security": "Sicherheit", "security": "Sicherheit",
"files": "Dateien" "files": "Dateien",
"contacts": "Contacts"
}, },
"tab_groups": { "tab_groups": {
"general": "Allgemein", "general": "Allgemein",
@@ -598,6 +600,10 @@
"description": "Wo die E-Mail-Aktionsschaltflächen angezeigt werden (Antworten, Archivieren, Löschen usw.)", "description": "Wo die E-Mail-Aktionsschaltflächen angezeigt werden (Antworten, Archivieren, Löschen usw.)",
"top": "Oben", "top": "Oben",
"below_subject": "Unter dem Betreff" "below_subject": "Unter dem Betreff"
},
"toolbar_labels": {
"label": "Show Toolbar Labels",
"description": "Display text labels next to toolbar icons. Disable to save space once you are familiar with the icons."
} }
}, },
"keywords": { "keywords": {
@@ -974,6 +980,14 @@
"button": "Importieren" "button": "Importieren"
} }
}, },
"contacts": {
"title": "Contacts",
"description": "Import and export your contacts",
"import_label": "Import Contacts",
"import_description": "Import contacts from a vCard (.vcf) file",
"export_label": "Export Contacts",
"export_description": "Export all contacts as a vCard (.vcf) file"
},
"filters": { "filters": {
"title": "E-Mail-Filter", "title": "E-Mail-Filter",
"description": "Erstellen Sie Regeln, um eingehende E-Mails automatisch zu sortieren, zu kennzeichnen und zu verwalten", "description": "Erstellen Sie Regeln, um eingehende E-Mails automatisch zu sortieren, zu kennzeichnen und zu verwalten",
@@ -1129,6 +1143,12 @@
"title": "Anzeige", "title": "Anzeige",
"description": "Konfigurieren Sie die Anzeige von Dateien und Ordnern" "description": "Konfigurieren Sie die Anzeige von Dateien und Ordnern"
}, },
"folder_layout": {
"label": "Folder Navigation",
"description": "Choose how folders are displayed: inline with files or in a sidebar tree",
"inline": "Inline",
"sidebar": "Sidebar"
},
"default_view": { "default_view": {
"label": "Standardansicht", "label": "Standardansicht",
"description": "Wählen Sie zwischen Raster- und Listenansicht", "description": "Wählen Sie zwischen Raster- und Listenansicht",
@@ -1960,6 +1980,10 @@
"settings_show_thumbnails_desc": "Bildvorschauen statt Symbole für Bilddateien anzeigen", "settings_show_thumbnails_desc": "Bildvorschauen statt Symbole für Bilddateien anzeigen",
"settings_behavior": "Verhalten", "settings_behavior": "Verhalten",
"settings_show_hidden": "Versteckte Dateien anzeigen", "settings_show_hidden": "Versteckte Dateien anzeigen",
"settings_show_hidden_desc": "Dateien und Ordner anzeigen, die mit einem Punkt beginnen" "settings_show_hidden_desc": "Dateien und Ordner anzeigen, die mit einem Punkt beginnen",
"settings_folder_layout": "Folder Navigation",
"settings_folder_layout_desc": "Choose how folders are displayed: inline with files or in a sidebar tree",
"settings_folder_layout_inline": "Inline",
"settings_folder_layout_sidebar": "Sidebar"
} }
} }
+26 -2
View File
@@ -65,6 +65,7 @@
"loading_mailboxes": "Cargando buzones...", "loading_mailboxes": "Cargando buzones...",
"push_connected": "Actualizaciones en tiempo real activas", "push_connected": "Actualizaciones en tiempo real activas",
"push_disconnected": "Actualizaciones en tiempo real inactivas", "push_disconnected": "Actualizaciones en tiempo real inactivas",
"keyboard_shortcuts": "Keyboard Shortcuts",
"theme": { "theme": {
"light": "Modo claro", "light": "Modo claro",
"dark": "Modo oscuro", "dark": "Modo oscuro",
@@ -551,7 +552,8 @@
"folders": "Carpetas", "folders": "Carpetas",
"keywords": "Palabras clave", "keywords": "Palabras clave",
"security": "Seguridad", "security": "Seguridad",
"files": "Archivos" "files": "Archivos",
"contacts": "Contacts"
}, },
"tab_groups": { "tab_groups": {
"general": "General", "general": "General",
@@ -598,6 +600,10 @@
"description": "Dónde mostrar los botones de acción del correo (Responder, Archivar, Eliminar, etc.)", "description": "Dónde mostrar los botones de acción del correo (Responder, Archivar, Eliminar, etc.)",
"top": "Arriba", "top": "Arriba",
"below_subject": "Debajo del asunto" "below_subject": "Debajo del asunto"
},
"toolbar_labels": {
"label": "Show Toolbar Labels",
"description": "Display text labels next to toolbar icons. Disable to save space once you are familiar with the icons."
} }
}, },
"keywords": { "keywords": {
@@ -974,6 +980,14 @@
"button": "Importar" "button": "Importar"
} }
}, },
"contacts": {
"title": "Contacts",
"description": "Import and export your contacts",
"import_label": "Import Contacts",
"import_description": "Import contacts from a vCard (.vcf) file",
"export_label": "Export Contacts",
"export_description": "Export all contacts as a vCard (.vcf) file"
},
"filters": { "filters": {
"title": "Filtros de correo", "title": "Filtros de correo",
"description": "Cree reglas para ordenar, etiquetar y gestionar automáticamente los correos entrantes", "description": "Cree reglas para ordenar, etiquetar y gestionar automáticamente los correos entrantes",
@@ -1129,6 +1143,12 @@
"title": "Visualización", "title": "Visualización",
"description": "Configura cómo se muestran los archivos y carpetas" "description": "Configura cómo se muestran los archivos y carpetas"
}, },
"folder_layout": {
"label": "Folder Navigation",
"description": "Choose how folders are displayed: inline with files or in a sidebar tree",
"inline": "Inline",
"sidebar": "Sidebar"
},
"default_view": { "default_view": {
"label": "Vista predeterminada", "label": "Vista predeterminada",
"description": "Elige entre diseño de cuadrícula y lista", "description": "Elige entre diseño de cuadrícula y lista",
@@ -1960,6 +1980,10 @@
"settings_show_thumbnails_desc": "Mostrar vistas previas de imágenes en lugar de iconos", "settings_show_thumbnails_desc": "Mostrar vistas previas de imágenes en lugar de iconos",
"settings_behavior": "Comportamiento", "settings_behavior": "Comportamiento",
"settings_show_hidden": "Mostrar archivos ocultos", "settings_show_hidden": "Mostrar archivos ocultos",
"settings_show_hidden_desc": "Mostrar archivos y carpetas que comienzan con un punto" "settings_show_hidden_desc": "Mostrar archivos y carpetas que comienzan con un punto",
"settings_folder_layout": "Folder Navigation",
"settings_folder_layout_desc": "Choose how folders are displayed: inline with files or in a sidebar tree",
"settings_folder_layout_inline": "Inline",
"settings_folder_layout_sidebar": "Sidebar"
} }
} }
+26 -2
View File
@@ -65,6 +65,7 @@
"loading_mailboxes": "Chargement des boîtes mail...", "loading_mailboxes": "Chargement des boîtes mail...",
"push_connected": "Mises à jour en temps réel actives", "push_connected": "Mises à jour en temps réel actives",
"push_disconnected": "Mises à jour en temps réel inactives", "push_disconnected": "Mises à jour en temps réel inactives",
"keyboard_shortcuts": "Keyboard Shortcuts",
"theme": { "theme": {
"light": "Mode clair", "light": "Mode clair",
"dark": "Mode sombre", "dark": "Mode sombre",
@@ -551,7 +552,8 @@
"folders": "Dossiers", "folders": "Dossiers",
"keywords": "Mots-clés", "keywords": "Mots-clés",
"security": "Sécurité", "security": "Sécurité",
"files": "Fichiers" "files": "Fichiers",
"contacts": "Contacts"
}, },
"tab_groups": { "tab_groups": {
"general": "Général", "general": "Général",
@@ -598,6 +600,10 @@
"description": "Où afficher les boutons d'action des e-mails (Répondre, Archiver, Supprimer, etc.)", "description": "Où afficher les boutons d'action des e-mails (Répondre, Archiver, Supprimer, etc.)",
"top": "En haut", "top": "En haut",
"below_subject": "Sous l'objet" "below_subject": "Sous l'objet"
},
"toolbar_labels": {
"label": "Show Toolbar Labels",
"description": "Display text labels next to toolbar icons. Disable to save space once you are familiar with the icons."
} }
}, },
"keywords": { "keywords": {
@@ -974,6 +980,14 @@
"button": "Importer" "button": "Importer"
} }
}, },
"contacts": {
"title": "Contacts",
"description": "Import and export your contacts",
"import_label": "Import Contacts",
"import_description": "Import contacts from a vCard (.vcf) file",
"export_label": "Export Contacts",
"export_description": "Export all contacts as a vCard (.vcf) file"
},
"filters": { "filters": {
"title": "Filtres de courrier", "title": "Filtres de courrier",
"description": "Créez des règles pour trier, étiqueter et gérer automatiquement les courriers entrants", "description": "Créez des règles pour trier, étiqueter et gérer automatiquement les courriers entrants",
@@ -1129,6 +1143,12 @@
"title": "Affichage", "title": "Affichage",
"description": "Configurez l'affichage des fichiers et dossiers" "description": "Configurez l'affichage des fichiers et dossiers"
}, },
"folder_layout": {
"label": "Folder Navigation",
"description": "Choose how folders are displayed: inline with files or in a sidebar tree",
"inline": "Inline",
"sidebar": "Sidebar"
},
"default_view": { "default_view": {
"label": "Vue par défaut", "label": "Vue par défaut",
"description": "Choisissez entre la disposition en grille et en liste", "description": "Choisissez entre la disposition en grille et en liste",
@@ -1960,6 +1980,10 @@
"settings_show_thumbnails_desc": "Afficher les aperçus d'images au lieu des icônes", "settings_show_thumbnails_desc": "Afficher les aperçus d'images au lieu des icônes",
"settings_behavior": "Comportement", "settings_behavior": "Comportement",
"settings_show_hidden": "Afficher les fichiers cachés", "settings_show_hidden": "Afficher les fichiers cachés",
"settings_show_hidden_desc": "Afficher les fichiers et dossiers commençant par un point" "settings_show_hidden_desc": "Afficher les fichiers et dossiers commençant par un point",
"settings_folder_layout": "Folder Navigation",
"settings_folder_layout_desc": "Choose how folders are displayed: inline with files or in a sidebar tree",
"settings_folder_layout_inline": "Inline",
"settings_folder_layout_sidebar": "Sidebar"
} }
} }
+26 -2
View File
@@ -65,6 +65,7 @@
"loading_mailboxes": "Caricamento caselle di posta...", "loading_mailboxes": "Caricamento caselle di posta...",
"push_connected": "Aggiornamenti in tempo reale attivi", "push_connected": "Aggiornamenti in tempo reale attivi",
"push_disconnected": "Aggiornamenti in tempo reale non attivi", "push_disconnected": "Aggiornamenti in tempo reale non attivi",
"keyboard_shortcuts": "Keyboard Shortcuts",
"theme": { "theme": {
"light": "Tema chiaro", "light": "Tema chiaro",
"dark": "Tema scuro", "dark": "Tema scuro",
@@ -551,7 +552,8 @@
"folders": "Cartelle", "folders": "Cartelle",
"keywords": "Parole chiave", "keywords": "Parole chiave",
"security": "Sicurezza", "security": "Sicurezza",
"files": "File" "files": "File",
"contacts": "Contacts"
}, },
"tab_groups": { "tab_groups": {
"general": "Generale", "general": "Generale",
@@ -598,6 +600,10 @@
"description": "Dove mostrare i pulsanti azione e-mail (Rispondi, Archivia, Elimina, ecc.)", "description": "Dove mostrare i pulsanti azione e-mail (Rispondi, Archivia, Elimina, ecc.)",
"top": "In alto", "top": "In alto",
"below_subject": "Sotto l'oggetto" "below_subject": "Sotto l'oggetto"
},
"toolbar_labels": {
"label": "Show Toolbar Labels",
"description": "Display text labels next to toolbar icons. Disable to save space once you are familiar with the icons."
} }
}, },
"keywords": { "keywords": {
@@ -974,6 +980,14 @@
"button": "Importa" "button": "Importa"
} }
}, },
"contacts": {
"title": "Contacts",
"description": "Import and export your contacts",
"import_label": "Import Contacts",
"import_description": "Import contacts from a vCard (.vcf) file",
"export_label": "Export Contacts",
"export_description": "Export all contacts as a vCard (.vcf) file"
},
"filters": { "filters": {
"title": "Filtri email", "title": "Filtri email",
"description": "Crea regole per ordinare, etichettare e gestire automaticamente le email in arrivo", "description": "Crea regole per ordinare, etichettare e gestire automaticamente le email in arrivo",
@@ -1129,6 +1143,12 @@
"title": "Visualizzazione", "title": "Visualizzazione",
"description": "Configura come vengono visualizzati file e cartelle" "description": "Configura come vengono visualizzati file e cartelle"
}, },
"folder_layout": {
"label": "Folder Navigation",
"description": "Choose how folders are displayed: inline with files or in a sidebar tree",
"inline": "Inline",
"sidebar": "Sidebar"
},
"default_view": { "default_view": {
"label": "Vista predefinita", "label": "Vista predefinita",
"description": "Scegli tra layout a griglia e a lista", "description": "Scegli tra layout a griglia e a lista",
@@ -1960,6 +1980,10 @@
"settings_show_thumbnails_desc": "Mostra anteprime delle immagini al posto delle icone", "settings_show_thumbnails_desc": "Mostra anteprime delle immagini al posto delle icone",
"settings_behavior": "Comportamento", "settings_behavior": "Comportamento",
"settings_show_hidden": "Mostra file nascosti", "settings_show_hidden": "Mostra file nascosti",
"settings_show_hidden_desc": "Visualizza file e cartelle che iniziano con un punto" "settings_show_hidden_desc": "Visualizza file e cartelle che iniziano con un punto",
"settings_folder_layout": "Folder Navigation",
"settings_folder_layout_desc": "Choose how folders are displayed: inline with files or in a sidebar tree",
"settings_folder_layout_inline": "Inline",
"settings_folder_layout_sidebar": "Sidebar"
} }
} }
+26 -2
View File
@@ -65,6 +65,7 @@
"loading_mailboxes": "メールボックスを読み込み中...", "loading_mailboxes": "メールボックスを読み込み中...",
"push_connected": "リアルタイム更新が有効", "push_connected": "リアルタイム更新が有効",
"push_disconnected": "リアルタイム更新が無効", "push_disconnected": "リアルタイム更新が無効",
"keyboard_shortcuts": "Keyboard Shortcuts",
"theme": { "theme": {
"light": "ライトモード", "light": "ライトモード",
"dark": "ダークモード", "dark": "ダークモード",
@@ -551,7 +552,8 @@
"folders": "フォルダー", "folders": "フォルダー",
"keywords": "キーワード", "keywords": "キーワード",
"security": "セキュリティ", "security": "セキュリティ",
"files": "ファイル" "files": "ファイル",
"contacts": "Contacts"
}, },
"tab_groups": { "tab_groups": {
"general": "一般", "general": "一般",
@@ -598,6 +600,10 @@
"description": "メールアクションボタン(返信、アーカイブ、削除など)の表示位置", "description": "メールアクションボタン(返信、アーカイブ、削除など)の表示位置",
"top": "上部", "top": "上部",
"below_subject": "件名の下" "below_subject": "件名の下"
},
"toolbar_labels": {
"label": "Show Toolbar Labels",
"description": "Display text labels next to toolbar icons. Disable to save space once you are familiar with the icons."
} }
}, },
"keywords": { "keywords": {
@@ -974,6 +980,14 @@
"button": "インポート" "button": "インポート"
} }
}, },
"contacts": {
"title": "Contacts",
"description": "Import and export your contacts",
"import_label": "Import Contacts",
"import_description": "Import contacts from a vCard (.vcf) file",
"export_label": "Export Contacts",
"export_description": "Export all contacts as a vCard (.vcf) file"
},
"filters": { "filters": {
"title": "メールフィルター", "title": "メールフィルター",
"description": "受信メールを自動で振り分け、ラベル付け、管理するルールを作成します", "description": "受信メールを自動で振り分け、ラベル付け、管理するルールを作成します",
@@ -1129,6 +1143,12 @@
"title": "表示", "title": "表示",
"description": "ファイルとフォルダーの表示方法を設定します" "description": "ファイルとフォルダーの表示方法を設定します"
}, },
"folder_layout": {
"label": "Folder Navigation",
"description": "Choose how folders are displayed: inline with files or in a sidebar tree",
"inline": "Inline",
"sidebar": "Sidebar"
},
"default_view": { "default_view": {
"label": "デフォルトビュー", "label": "デフォルトビュー",
"description": "グリッドまたはリストレイアウトを選択します", "description": "グリッドまたはリストレイアウトを選択します",
@@ -1960,6 +1980,10 @@
"settings_show_thumbnails_desc": "画像ファイルのアイコンの代わりにプレビューを表示します", "settings_show_thumbnails_desc": "画像ファイルのアイコンの代わりにプレビューを表示します",
"settings_behavior": "動作", "settings_behavior": "動作",
"settings_show_hidden": "隠しファイルを表示", "settings_show_hidden": "隠しファイルを表示",
"settings_show_hidden_desc": "ドットで始まるファイルとフォルダーを表示します" "settings_show_hidden_desc": "ドットで始まるファイルとフォルダーを表示します",
"settings_folder_layout": "Folder Navigation",
"settings_folder_layout_desc": "Choose how folders are displayed: inline with files or in a sidebar tree",
"settings_folder_layout_inline": "Inline",
"settings_folder_layout_sidebar": "Sidebar"
} }
} }
+26 -2
View File
@@ -65,6 +65,7 @@
"loading_mailboxes": "Mappen laden...", "loading_mailboxes": "Mappen laden...",
"push_connected": "Real-time updates actief", "push_connected": "Real-time updates actief",
"push_disconnected": "Real-time updates inactief", "push_disconnected": "Real-time updates inactief",
"keyboard_shortcuts": "Keyboard Shortcuts",
"theme": { "theme": {
"light": "Lichte modus", "light": "Lichte modus",
"dark": "Donkere modus", "dark": "Donkere modus",
@@ -551,7 +552,8 @@
"folders": "Mappen", "folders": "Mappen",
"keywords": "Sleutelwoorden", "keywords": "Sleutelwoorden",
"security": "Beveiliging", "security": "Beveiliging",
"files": "Bestanden" "files": "Bestanden",
"contacts": "Contacts"
}, },
"tab_groups": { "tab_groups": {
"general": "Algemeen", "general": "Algemeen",
@@ -598,6 +600,10 @@
"description": "Waar de e-mailactieknoppen worden weergegeven (Beantwoorden, Archiveren, Verwijderen, enz.)", "description": "Waar de e-mailactieknoppen worden weergegeven (Beantwoorden, Archiveren, Verwijderen, enz.)",
"top": "Bovenaan", "top": "Bovenaan",
"below_subject": "Onder het onderwerp" "below_subject": "Onder het onderwerp"
},
"toolbar_labels": {
"label": "Show Toolbar Labels",
"description": "Display text labels next to toolbar icons. Disable to save space once you are familiar with the icons."
} }
}, },
"keywords": { "keywords": {
@@ -974,6 +980,14 @@
"button": "Importeren" "button": "Importeren"
} }
}, },
"contacts": {
"title": "Contacts",
"description": "Import and export your contacts",
"import_label": "Import Contacts",
"import_description": "Import contacts from a vCard (.vcf) file",
"export_label": "Export Contacts",
"export_description": "Export all contacts as a vCard (.vcf) file"
},
"filters": { "filters": {
"title": "E-mailfilters", "title": "E-mailfilters",
"description": "Maak regels om inkomende e-mails automatisch te sorteren, labelen en beheren", "description": "Maak regels om inkomende e-mails automatisch te sorteren, labelen en beheren",
@@ -1129,6 +1143,12 @@
"title": "Weergave", "title": "Weergave",
"description": "Configureer hoe bestanden en mappen worden weergegeven" "description": "Configureer hoe bestanden en mappen worden weergegeven"
}, },
"folder_layout": {
"label": "Folder Navigation",
"description": "Choose how folders are displayed: inline with files or in a sidebar tree",
"inline": "Inline",
"sidebar": "Sidebar"
},
"default_view": { "default_view": {
"label": "Standaardweergave", "label": "Standaardweergave",
"description": "Kies tussen raster- en lijstweergave", "description": "Kies tussen raster- en lijstweergave",
@@ -1960,6 +1980,10 @@
"settings_show_thumbnails_desc": "Toon afbeeldingsvoorbeelden in plaats van pictogrammen", "settings_show_thumbnails_desc": "Toon afbeeldingsvoorbeelden in plaats van pictogrammen",
"settings_behavior": "Gedrag", "settings_behavior": "Gedrag",
"settings_show_hidden": "Verborgen bestanden tonen", "settings_show_hidden": "Verborgen bestanden tonen",
"settings_show_hidden_desc": "Bestanden en mappen weergeven die beginnen met een punt" "settings_show_hidden_desc": "Bestanden en mappen weergeven die beginnen met een punt",
"settings_folder_layout": "Folder Navigation",
"settings_folder_layout_desc": "Choose how folders are displayed: inline with files or in a sidebar tree",
"settings_folder_layout_inline": "Inline",
"settings_folder_layout_sidebar": "Sidebar"
} }
} }
+26 -2
View File
@@ -65,6 +65,7 @@
"loading_mailboxes": "Carregando caixas de entrada...", "loading_mailboxes": "Carregando caixas de entrada...",
"push_connected": "Atualizações em tempo real ativas", "push_connected": "Atualizações em tempo real ativas",
"push_disconnected": "Atualizações em tempo real inativas", "push_disconnected": "Atualizações em tempo real inativas",
"keyboard_shortcuts": "Keyboard Shortcuts",
"theme": { "theme": {
"light": "Modo claro", "light": "Modo claro",
"dark": "Modo escuro", "dark": "Modo escuro",
@@ -551,7 +552,8 @@
"folders": "Pastas", "folders": "Pastas",
"keywords": "Palavras-chave", "keywords": "Palavras-chave",
"security": "Segurança", "security": "Segurança",
"files": "Arquivos" "files": "Arquivos",
"contacts": "Contacts"
}, },
"tab_groups": { "tab_groups": {
"general": "Geral", "general": "Geral",
@@ -598,6 +600,10 @@
"description": "Onde mostrar os botões de ação do e-mail (Responder, Arquivar, Excluir, etc.)", "description": "Onde mostrar os botões de ação do e-mail (Responder, Arquivar, Excluir, etc.)",
"top": "Topo", "top": "Topo",
"below_subject": "Abaixo do assunto" "below_subject": "Abaixo do assunto"
},
"toolbar_labels": {
"label": "Show Toolbar Labels",
"description": "Display text labels next to toolbar icons. Disable to save space once you are familiar with the icons."
} }
}, },
"keywords": { "keywords": {
@@ -974,6 +980,14 @@
"button": "Importar" "button": "Importar"
} }
}, },
"contacts": {
"title": "Contacts",
"description": "Import and export your contacts",
"import_label": "Import Contacts",
"import_description": "Import contacts from a vCard (.vcf) file",
"export_label": "Export Contacts",
"export_description": "Export all contacts as a vCard (.vcf) file"
},
"filters": { "filters": {
"title": "Filtros de e-mail", "title": "Filtros de e-mail",
"description": "Crie regras para classificar, rotular e gerenciar automaticamente os e-mails recebidos", "description": "Crie regras para classificar, rotular e gerenciar automaticamente os e-mails recebidos",
@@ -1129,6 +1143,12 @@
"title": "Exibição", "title": "Exibição",
"description": "Configure como arquivos e pastas são exibidos" "description": "Configure como arquivos e pastas são exibidos"
}, },
"folder_layout": {
"label": "Folder Navigation",
"description": "Choose how folders are displayed: inline with files or in a sidebar tree",
"inline": "Inline",
"sidebar": "Sidebar"
},
"default_view": { "default_view": {
"label": "Visualização padrão", "label": "Visualização padrão",
"description": "Escolha entre layout em grade e lista", "description": "Escolha entre layout em grade e lista",
@@ -1960,6 +1980,10 @@
"settings_show_thumbnails_desc": "Exibir pré-visualizações de imagens em vez de ícones", "settings_show_thumbnails_desc": "Exibir pré-visualizações de imagens em vez de ícones",
"settings_behavior": "Comportamento", "settings_behavior": "Comportamento",
"settings_show_hidden": "Mostrar arquivos ocultos", "settings_show_hidden": "Mostrar arquivos ocultos",
"settings_show_hidden_desc": "Exibir arquivos e pastas que começam com um ponto" "settings_show_hidden_desc": "Exibir arquivos e pastas que começam com um ponto",
"settings_folder_layout": "Folder Navigation",
"settings_folder_layout_desc": "Choose how folders are displayed: inline with files or in a sidebar tree",
"settings_folder_layout_inline": "Inline",
"settings_folder_layout_sidebar": "Sidebar"
} }
} }
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
environment: 'jsdom', environment: 'jsdom',
globals: true, globals: true,
setupFiles: ['./vitest.setup.ts'], setupFiles: ['./vitest.setup.ts'],
exclude: ['e2e/**', 'node_modules/**'], exclude: ['e2e/**', 'node_modules/**', '.next/**'],
}, },
resolve: { resolve: {
alias: { alias: {