From e9e7e8105ba2a6bd371905f21de682a87b0a7071 Mon Sep 17 00:00:00 2001 From: JHubi1 Date: Wed, 5 Jun 2024 21:00:45 +0200 Subject: [PATCH] Updated version --- .../metadata/android/en-US/changelogs/6.txt | 4 ++ lib/l10n/app_de.arb | 66 +++++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/6.txt diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 0000000..8a0bfdc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,4 @@ +- Fixed framerate issues on some devices +- Added update dialog +- Extended sidebar drag space +- Added updater \ No newline at end of file diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index e7c5244..86890d4 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -317,6 +317,72 @@ "description": "Text displayed when chats are imported successfully", "context": "Visible in the settings view" }, + "settingsUpdateCheck": "Nach Updates suchen", + "@settingsUpdateCheck": { + "description": "Text displayed as description for check for updates button", + "context": "Visible in the settings view" + }, + "settingsUpdateChecking": "Suchen nach Updates ...", + "@settingsUpdateChecking": { + "description": "Text displayed while looking for updates", + "context": "Visible in the settings view" + }, + "settingsUpdateLatest": "Du verwendest die neueste Version", + "@settingsUpdateLatest": { + "description": "Text displayed when the app is up to date", + "context": "Visible in the settings view" + }, + "settingsUpdateAvailable": "Update verfügbar (v{version})", + "@settingsUpdateAvailable": { + "description": "Text displayed when an update is available", + "context": "Visible in the settings view", + "placeholders": { + "version": { + "type": "String", + "description": "Version number of the available update" + } + } + }, + "settingsUpdateRateLimit": "Kann nicht überprüfen, API-Anforderungslimit", + "@settingsUpdateRateLimit": { + "description": "Text displayed when the API rate limit is exceeded", + "context": "Visible in the settings view" + }, + "settingsUpdateIssue": "Ein Problem ist aufgetreten", + "@settingsUpdateIssue": { + "description": "Text displayed when an issue occurs while checking for updates", + "context": "Visible in the settings view" + }, + "settingsUpdateDialogTitle": "Neue Version verfügbar", + "@settingsUpdateDialogTitle": { + "description": "Title of the update dialog", + "context": "Visible in the settings view" + }, + "settingsUpdateDialogDescription": "Eine neue Version von Ollama ist verfügbar. Möchtest du sie jetzt herunterladen und installieren?", + "@settingsUpdateDialogDescription": { + "description": "Description of the update dialog", + "context": "Visible in the settings view" + }, + "settingsUpdateChangeLog": "Versionshinweise", + "@settingsUpdateChangeLog": { + "description": "Text displayed as description for change log button", + "context": "Visible in the settings view" + }, + "settingsUpdateDialogUpdate": "Aktualisieren", + "@settingsUpdateDialogUpdate": { + "description": "Text displayed for update button, should be capitalized", + "context": "Visible in the settings view" + }, + "settingsUpdateDialogCancel": "Abbrechen", + "@settingsUpdateDialogCancel": { + "description": "Text displayed for cancel button, should be capitalized", + "context": "Visible in the settings view" + }, + "settingsCheckForUpdates": "Beim Einstellungs-Öffnen Updates suchen", + "@settingsCheckForUpdates": { + "description": "Text displayed as description for check for updates toggle", + "context": "Visible in the settings view" + }, "settingsGithub": "GitHub", "@settingsGithub": { "description": "Text displayed as description for GitHub button", diff --git a/pubspec.yaml b/pubspec.yaml index fda0ad8..56ccd49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: ollama_app description: "A modern and easy-to-use client for Ollama" publish_to: 'none' -version: 1.0.2+5 +version: 1.0.3+6 environment: sdk: '>=3.3.4 <4.0.0'