diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index 031dc19..95c0447 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -200,5 +200,17 @@ "deleteChatTitle": "Chat löschen", "deleteChatMessage": "Dieser Chat wird dauerhaft gelöscht.", "aboutApp": "Über die App", - "aboutAppSubtitle": "Conduit Informationen und Links" + "aboutAppSubtitle": "Conduit Informationen und Links", + "typeBelowToBegin": "Unten tippen, um zu beginnen", + "web": "Web", + "imageGen": "Bild-Gen", + "pinned": "Angeheftet", + "folders": "Ordner", + "archived": "Archiviert", + "appLanguage": "App-Sprache", + "darkMode": "Dunkelmodus", + "webSearch": "Websuche", + "webSearchDescription": "Im Web suchen und Quellen zitieren.", + "imageGeneration": "Bildgenerierung", + "imageGenerationDescription": "Bilder aus deinen Prompts erstellen." } diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 0f73113..a2a3abf 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -224,5 +224,17 @@ "deleteChatTitle": "Delete Chat", "deleteChatMessage": "This chat will be permanently deleted.", "aboutApp": "About App", - "aboutAppSubtitle": "Conduit information and links" + "aboutAppSubtitle": "Conduit information and links", + "typeBelowToBegin": "Type below to begin", + "web": "Web", + "imageGen": "Image Gen", + "pinned": "Pinned", + "folders": "Folders", + "archived": "Archived", + "appLanguage": "App language", + "darkMode": "Dark mode", + "webSearch": "Web Search", + "webSearchDescription": "Search the web and cite sources in replies.", + "imageGeneration": "Image Generation", + "imageGenerationDescription": "Create images from your prompts." } diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index 09ca5cb..c842d83 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -200,5 +200,17 @@ "deleteChatTitle": "Supprimer le chat", "deleteChatMessage": "Ce chat sera supprimé définitivement.", "aboutApp": "À propos de l'application", - "aboutAppSubtitle": "Informations et liens Conduit" + "aboutAppSubtitle": "Informations et liens Conduit", + "typeBelowToBegin": "Saisissez ci‑dessous pour commencer", + "web": "Web", + "imageGen": "Gén. image", + "pinned": "Épinglé", + "folders": "Dossiers", + "archived": "Archivé", + "appLanguage": "Langue de l'app", + "darkMode": "Mode sombre", + "webSearch": "Recherche Web", + "webSearchDescription": "Recherchez sur le web et citez les sources.", + "imageGeneration": "Génération d'images", + "imageGenerationDescription": "Créez des images à partir de vos prompts." } diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 51bc222..dd69877 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -200,5 +200,17 @@ "deleteChatTitle": "Elimina chat", "deleteChatMessage": "Questa chat verrà eliminata definitivamente.", "aboutApp": "Informazioni sull'app", - "aboutAppSubtitle": "Informazioni e link di Conduit" + "aboutAppSubtitle": "Informazioni e link di Conduit", + "typeBelowToBegin": "Scrivi qui sotto per iniziare", + "web": "Web", + "imageGen": "Gen. immagini", + "pinned": "Fissati", + "folders": "Cartelle", + "archived": "Archiviati", + "appLanguage": "Lingua app", + "darkMode": "Modalità scura", + "webSearch": "Ricerca Web", + "webSearchDescription": "Cerca sul web e cita le fonti.", + "imageGeneration": "Generazione immagini", + "imageGenerationDescription": "Crea immagini dai tuoi prompt." } diff --git a/lib/l10n/app_localizations.dart b/lib/l10n/app_localizations.dart index c685d3f..ae04311 100644 --- a/lib/l10n/app_localizations.dart +++ b/lib/l10n/app_localizations.dart @@ -1190,6 +1190,78 @@ abstract class AppLocalizations { /// In en, this message translates to: /// **'Conduit information and links'** String get aboutAppSubtitle; + + /// No description provided for @typeBelowToBegin. + /// + /// In en, this message translates to: + /// **'Type below to begin'** + String get typeBelowToBegin; + + /// No description provided for @web. + /// + /// In en, this message translates to: + /// **'Web'** + String get web; + + /// No description provided for @imageGen. + /// + /// In en, this message translates to: + /// **'Image Gen'** + String get imageGen; + + /// No description provided for @pinned. + /// + /// In en, this message translates to: + /// **'Pinned'** + String get pinned; + + /// No description provided for @folders. + /// + /// In en, this message translates to: + /// **'Folders'** + String get folders; + + /// No description provided for @archived. + /// + /// In en, this message translates to: + /// **'Archived'** + String get archived; + + /// No description provided for @appLanguage. + /// + /// In en, this message translates to: + /// **'App language'** + String get appLanguage; + + /// No description provided for @darkMode. + /// + /// In en, this message translates to: + /// **'Dark mode'** + String get darkMode; + + /// No description provided for @webSearch. + /// + /// In en, this message translates to: + /// **'Web Search'** + String get webSearch; + + /// No description provided for @webSearchDescription. + /// + /// In en, this message translates to: + /// **'Search the web and cite sources in replies.'** + String get webSearchDescription; + + /// No description provided for @imageGeneration. + /// + /// In en, this message translates to: + /// **'Image Generation'** + String get imageGeneration; + + /// No description provided for @imageGenerationDescription. + /// + /// In en, this message translates to: + /// **'Create images from your prompts.'** + String get imageGenerationDescription; } class _AppLocalizationsDelegate extends LocalizationsDelegate { diff --git a/lib/l10n/app_localizations_de.dart b/lib/l10n/app_localizations_de.dart index 0d22f6c..d53df83 100644 --- a/lib/l10n/app_localizations_de.dart +++ b/lib/l10n/app_localizations_de.dart @@ -576,4 +576,40 @@ class AppLocalizationsDe extends AppLocalizations { @override String get aboutAppSubtitle => 'Conduit Informationen und Links'; + + @override + String get typeBelowToBegin => 'Unten tippen, um zu beginnen'; + + @override + String get web => 'Web'; + + @override + String get imageGen => 'Bild-Gen'; + + @override + String get pinned => 'Angeheftet'; + + @override + String get folders => 'Ordner'; + + @override + String get archived => 'Archiviert'; + + @override + String get appLanguage => 'App-Sprache'; + + @override + String get darkMode => 'Dunkelmodus'; + + @override + String get webSearch => 'Websuche'; + + @override + String get webSearchDescription => 'Im Web suchen und Quellen zitieren.'; + + @override + String get imageGeneration => 'Bildgenerierung'; + + @override + String get imageGenerationDescription => 'Bilder aus deinen Prompts erstellen.'; } diff --git a/lib/l10n/app_localizations_en.dart b/lib/l10n/app_localizations_en.dart index b079794..e5cc131 100644 --- a/lib/l10n/app_localizations_en.dart +++ b/lib/l10n/app_localizations_en.dart @@ -576,4 +576,40 @@ class AppLocalizationsEn extends AppLocalizations { @override String get aboutAppSubtitle => 'Conduit information and links'; + + @override + String get typeBelowToBegin => 'Type below to begin'; + + @override + String get web => 'Web'; + + @override + String get imageGen => 'Image Gen'; + + @override + String get pinned => 'Pinned'; + + @override + String get folders => 'Folders'; + + @override + String get archived => 'Archived'; + + @override + String get appLanguage => 'App language'; + + @override + String get darkMode => 'Dark mode'; + + @override + String get webSearch => 'Web Search'; + + @override + String get webSearchDescription => 'Search the web and cite sources in replies.'; + + @override + String get imageGeneration => 'Image Generation'; + + @override + String get imageGenerationDescription => 'Create images from your prompts.'; } diff --git a/lib/l10n/app_localizations_fr.dart b/lib/l10n/app_localizations_fr.dart index 78c3afd..e40f8fc 100644 --- a/lib/l10n/app_localizations_fr.dart +++ b/lib/l10n/app_localizations_fr.dart @@ -576,4 +576,40 @@ class AppLocalizationsFr extends AppLocalizations { @override String get aboutAppSubtitle => 'Informations et liens Conduit'; + + @override + String get typeBelowToBegin => 'Saisissez ci‑dessous pour commencer'; + + @override + String get web => 'Web'; + + @override + String get imageGen => 'Gén. image'; + + @override + String get pinned => 'Épinglé'; + + @override + String get folders => 'Dossiers'; + + @override + String get archived => 'Archivé'; + + @override + String get appLanguage => 'Langue de l\'app'; + + @override + String get darkMode => 'Mode sombre'; + + @override + String get webSearch => 'Recherche Web'; + + @override + String get webSearchDescription => 'Recherchez sur le web et citez les sources.'; + + @override + String get imageGeneration => 'Génération d\'images'; + + @override + String get imageGenerationDescription => 'Créez des images à partir de vos prompts.'; } diff --git a/lib/l10n/app_localizations_it.dart b/lib/l10n/app_localizations_it.dart index 67fa1f1..ed0db42 100644 --- a/lib/l10n/app_localizations_it.dart +++ b/lib/l10n/app_localizations_it.dart @@ -576,4 +576,40 @@ class AppLocalizationsIt extends AppLocalizations { @override String get aboutAppSubtitle => 'Informazioni e link di Conduit'; + + @override + String get typeBelowToBegin => 'Scrivi qui sotto per iniziare'; + + @override + String get web => 'Web'; + + @override + String get imageGen => 'Gen. immagini'; + + @override + String get pinned => 'Fissati'; + + @override + String get folders => 'Cartelle'; + + @override + String get archived => 'Archiviati'; + + @override + String get appLanguage => 'Lingua app'; + + @override + String get darkMode => 'Modalità scura'; + + @override + String get webSearch => 'Ricerca Web'; + + @override + String get webSearchDescription => 'Cerca sul web e cita le fonti.'; + + @override + String get imageGeneration => 'Generazione immagini'; + + @override + String get imageGenerationDescription => 'Crea immagini dai tuoi prompt.'; }