From 792d33682f8052db4f24b8ed729dc9c9bac5785c Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Fri, 13 Feb 2026 21:40:34 +0100 Subject: [PATCH 1/5] Update appdata to appear in mobile linux collection, see https://github.com/flathub/dev.linwood.butterfly/pull/82 --- .../usr/share/metainfo/dev.linwood.butterfly.appdata.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/linux/debian/usr/share/metainfo/dev.linwood.butterfly.appdata.xml b/app/linux/debian/usr/share/metainfo/dev.linwood.butterfly.appdata.xml index 50a18e2a5d..25c57a1f66 100644 --- a/app/linux/debian/usr/share/metainfo/dev.linwood.butterfly.appdata.xml +++ b/app/linux/debian/usr/share/metainfo/dev.linwood.butterfly.appdata.xml @@ -6,11 +6,14 @@ Draw and organize ideas CC0-1.0 AGPL-3.0-only - + pointing keyboard touch - + + + 360 + #f2ead4 #4b3807 From a01640dfa53ef5aac566ddedc242efb753ecbcf9 Mon Sep 17 00:00:00 2001 From: CodeDoctor Date: Thu, 22 Jan 2026 15:30:52 +0100 Subject: [PATCH 2/5] Update macOS runner version from 14 to 26 (#1028) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d043c4f82d..fab51287dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -413,7 +413,7 @@ jobs: name: linux-${{ matrix.arch.name }}-snap path: ${{ steps.build.outputs.snap }} build-macos: - runs-on: macos-14 + runs-on: macos-26 defaults: run: working-directory: app @@ -470,7 +470,7 @@ jobs: build-ipa: name: build-ipa (iOS) - runs-on: macos-14 + runs-on: macos-26 defaults: run: working-directory: app From 54967c14de81566cd52dccd67bdeec4124d9d5f9 Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Wed, 18 Feb 2026 10:18:50 +0100 Subject: [PATCH 3/5] Merge translations from develop branch --- app/lib/l10n/app_af.arb | 14 ++++++++++ app/lib/l10n/app_ar.arb | 30 ++++++++++++++------ app/lib/l10n/app_ca.arb | 14 ++++++++++ app/lib/l10n/app_cs.arb | 14 ++++++++++ app/lib/l10n/app_da.arb | 14 ++++++++++ app/lib/l10n/app_de.arb | 14 ++++++++++ app/lib/l10n/app_el.arb | 14 ++++++++++ app/lib/l10n/app_en.arb | 14 ++++++++++ app/lib/l10n/app_es.arb | 14 ++++++++++ app/lib/l10n/app_fi.arb | 14 ++++++++++ app/lib/l10n/app_fr.arb | 20 +++++++++++-- app/lib/l10n/app_he.arb | 14 ++++++++++ app/lib/l10n/app_hi.arb | 14 ++++++++++ app/lib/l10n/app_hu.arb | 14 ++++++++++ app/lib/l10n/app_id.arb | 14 ++++++++++ app/lib/l10n/app_it.arb | 14 ++++++++++ app/lib/l10n/app_ja.arb | 14 ++++++++++ app/lib/l10n/app_ko.arb | 14 ++++++++++ app/lib/l10n/app_nl.arb | 14 ++++++++++ app/lib/l10n/app_no.arb | 14 ++++++++++ app/lib/l10n/app_or.arb | 14 ++++++++++ app/lib/l10n/app_pl.arb | 14 ++++++++++ app/lib/l10n/app_pt.arb | 14 ++++++++++ app/lib/l10n/app_pt_BR.arb | 14 ++++++++++ app/lib/l10n/app_ro.arb | 14 ++++++++++ app/lib/l10n/app_ru.arb | 14 ++++++++++ app/lib/l10n/app_sr.arb | 14 ++++++++++ app/lib/l10n/app_sv.arb | 14 ++++++++++ app/lib/l10n/app_th.arb | 14 ++++++++++ app/lib/l10n/app_tr.arb | 14 ++++++++++ app/lib/l10n/app_uk.arb | 14 ++++++++++ app/lib/l10n/app_vi.arb | 54 +++++++++++++++++++++++------------- app/lib/l10n/app_zh-Hant.arb | 14 ++++++++++ app/lib/l10n/app_zh.arb | 14 ++++++++++ 34 files changed, 507 insertions(+), 31 deletions(-) diff --git a/app/lib/l10n/app_af.arb b/app/lib/l10n/app_af.arb index 9e75bbdf1a..d47af67ae3 100644 --- a/app/lib/l10n/app_af.arb +++ b/app/lib/l10n/app_af.arb @@ -549,6 +549,7 @@ "topRight": "Bo regs", "bottomLeft": "Onder links", "bottomRight": "Onder regs", + "zoomPosition": "Zoom control position", "caches": "Kasse", "manage": "Bestuur", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Gids gesinkroniseer", "syncRootDirectory": "Sinkroniseer wortelgids", "penOnlyInput": "Slegs peninvoer", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Invoergebare", "nativeTitleBar": "Inheemse titelbalk", "syncMode": "Sinkroniseer-modus", diff --git a/app/lib/l10n/app_ar.arb b/app/lib/l10n/app_ar.arb index fcfba6f594..bb2c931640 100644 --- a/app/lib/l10n/app_ar.arb +++ b/app/lib/l10n/app_ar.arb @@ -549,6 +549,7 @@ "topRight": "أعلى اليمين", "bottomLeft": "أسفل اليسار", "bottomRight": "أسفل اليمين", + "zoomPosition": "موقع أداة التكبير", "caches": "المخبآت", "manage": "إدارة", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "تمت مزامنة المجلد", "syncRootDirectory": "مزامنة مجلد الجذر", "penOnlyInput": "الرسم باستخدام القلم فقط", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "شغّل وضع \"الإدخال بالقلم فقط\" عند رصد القلم.\nهذا الإعداد لن يحفظ و سيتغير في الجَلسة القادمة.", + "penOnlyInputOnDescription": "تجاهل دائمًا الإدخال باللمس والفأرة، واسمح فقط بالكتابة بالقلم.", + "penOnlyInputOffDescription": "اقبل جميع أنواع الإدخال بما في ذلك اللمس والفأرة و القلم.", + "automatic": "تلقائي", + "alwaysOn": "مفعل", + "alwaysOff": "معطل", + "showPenOnlyToggle": "إظهار زر الإدخال بالقلم فقط", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "إيماءات الإدخال", "nativeTitleBar": "استخدم شريط عنوان النظام", "syncMode": "وضع المزامنة", @@ -691,7 +705,7 @@ "activeTool": "الأداة المفعلة", "activeToolDescription": "استخدام الأداة المحددة حاليًا على شريط الأدوات", "handTool": "أداة اليد", - "handToolDescription": "اسحب للتحرك حول اللوحه", + "handToolDescription": "اسحب للتحريك اللوحة", "toolOnToolbar": "أداة محددة على شريط الأدوات", "toolOnToolbarDescription": "استخدام الأداة في الموضع المحدد على شريط الأدوات، بدءاً من اليسار", "toolOnToolbarShort": "موضع شريط الأدوات: {display_position}", @@ -794,7 +808,7 @@ "@video": { "description": "Video object" }, - "fps": "الإطارات في الثانية", + "fps": "إطار في الثانية", "@fps": { "description": "Frames per second" }, @@ -1174,11 +1188,11 @@ "unencryptDocumentMessage": "انقر لإلغاء تشفير المستند", "unencrypt": "إلغاء التشفير", "encrypt": "تشفير", - "encryptWarning": "سيؤدي هذا إلى تشفير المستند. ستحتاج إلى تذكر كلمة المرور لفك تشفيرها.", - "unencryptWarning": "سيؤدي هذا إلى إلغاء تشفير المستند. سيتم إزالة كلمة المرور وسيتمكن كل من لديه حق الوصول من فتحها.", + "encryptWarning": "أأنت متأكد من تشفير المستند؟ ستحتاج إلى تذكر كلمة المرور لفك تشفيرها.", + "unencryptWarning": "هل تريد إلغاء تشفير المستند؟ سيتم إزالة كلمة المرور وسيتمكن كل من لديه حق الوصول من فتحها.", "confirmPassword": "تأكيد كلمة المرور", "passwordMismatch": "كلمات المرور لا تتطابق", - "action": "اجراء", + "action": "إجراء", "@action": { "description": "Action property" }, @@ -1193,7 +1207,7 @@ "grayscale": "تدرّج الرمادي", "moveOnGesture": "إيماءة التحريك", "exportAllFiles": "تصدير جميع الملفات", - "restoreSettingsFromFile": "استعادة الإعدادات من الملف", + "restoreSettingsFromFile": "استعادة الإعدادات من ملف", "exportSettingsToFile": "تصدير الإعدادات إلى ملف", "barcode": "الرمز الشريطي (الباركود)", "@barcode": { @@ -1272,10 +1286,10 @@ "ruledSimple": "مخطط عادي", "ruledSimpleDark": "مخطط عادي داكن", "quadSimple": "مربعات عادي", - "quadSimpleDark": "مربعات داكن", + "quadSimpleDark": "مربعات داكنه", "redLinedRuled": "مخطط بفاصل أحمر", "redLinedRuledDark": "مخطط داكن بفاصل أحمر", "redLinedQuad": "مربعات بفاصل أحمر", - "redLinedQuadDark": "مربعات داكن بفاصل أحمر", + "redLinedQuadDark": "مربعات داكنه بفاصل أحمر", "noItemSelected": "لا توجد عناصر محددة" } \ No newline at end of file diff --git a/app/lib/l10n/app_ca.arb b/app/lib/l10n/app_ca.arb index 3a51bc1a8d..efc3f6687b 100644 --- a/app/lib/l10n/app_ca.arb +++ b/app/lib/l10n/app_ca.arb @@ -549,6 +549,7 @@ "topRight": "Superior dreta", "bottomLeft": "Inferior esquerra", "bottomRight": "Inferior dreta", + "zoomPosition": "Zoom control position", "caches": "Cachés", "manage": "Gestiona", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Carpeta sincronitzada", "syncRootDirectory": "Directori arrel de sincronització", "penOnlyInput": "Entrada només bolígraf", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Gestos d'entrada", "nativeTitleBar": "Barra de títol nativa", "syncMode": "Mode de sincronització", diff --git a/app/lib/l10n/app_cs.arb b/app/lib/l10n/app_cs.arb index 7b9164c72e..a79cc94118 100644 --- a/app/lib/l10n/app_cs.arb +++ b/app/lib/l10n/app_cs.arb @@ -549,6 +549,7 @@ "topRight": "Vpravo nahoře", "bottomLeft": "Vlevo dole", "bottomRight": "Vpravo dole", + "zoomPosition": "Poloha ovládání přiblížení", "caches": "Cache", "manage": "Spravovat", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Složka synchronizována", "syncRootDirectory": "Synchronizovat kořenový adresář", "penOnlyInput": "Používat pouze tužku", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automaticky povolit režim pouze pro pen-only pokud je rozpoznán perus. Toto nastavení trvá pouze pro aktuální relaci.", + "penOnlyInputOnDescription": "Vždy odmítnout dotyk a vstup myši, přijmout pouze stylus vstupu.", + "penOnlyInputOffDescription": "Přijmout všechny typy vstupů včetně dotyku, myši a stylu.", + "automatic": "Automaticky", + "alwaysOn": "Vždy zapnuto", + "alwaysOff": "Vždy vypnuto", + "showPenOnlyToggle": "Zobrazit pouze přepínač pera", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Gesta", "nativeTitleBar": "Nativní titulek", "syncMode": "Režim synchronizace", diff --git a/app/lib/l10n/app_da.arb b/app/lib/l10n/app_da.arb index 6796ce200e..d6ac6a24bb 100644 --- a/app/lib/l10n/app_da.arb +++ b/app/lib/l10n/app_da.arb @@ -549,6 +549,7 @@ "topRight": "Øverst til højre", "bottomLeft": "Nederst til venstre", "bottomRight": "Nederst til højre", + "zoomPosition": "Zoom kontrolposition", "caches": "Cacher", "manage": "Administrer", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Mappe synkroniseret", "syncRootDirectory": "Synkroniser rodmappen", "penOnlyInput": "Kun pen input", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Aktivér automatisk kun pen-tilstand når en stylus detekteres. Denne indstilling varer kun for den aktuelle session.", + "penOnlyInputOnDescription": "Afvis altid berøring og mus input, kun acceptere stylus input.", + "penOnlyInputOffDescription": "Accepter alle inputtyper, herunder touch, mus og stylus.", + "automatic": "Automatisk", + "alwaysOn": "Altid tændt", + "alwaysOff": "Altid slukket", + "showPenOnlyToggle": "Vis kun pen skiftende", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Lokal titellinje", "syncMode": "Synkroniser tilstand", diff --git a/app/lib/l10n/app_de.arb b/app/lib/l10n/app_de.arb index 5bc4c818db..27cc331db5 100644 --- a/app/lib/l10n/app_de.arb +++ b/app/lib/l10n/app_de.arb @@ -549,6 +549,7 @@ "topRight": "Oben rechts", "bottomLeft": "Unten links", "bottomRight": "Unten rechts", + "zoomPosition": "Position der Zoomkontrolle", "caches": "Caches", "manage": "Verwalten", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Ordner synchronisiert", "syncRootDirectory": "Sync-Stammverzeichnis", "penOnlyInput": "Nur-Pen-Eingabe", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatisch aktivieren, wenn ein Stift erkannt wird. Diese Einstellung dauert nur für die aktuelle Sitzung.", + "penOnlyInputOnDescription": "Tipp- und Mauseingabe immer ablehnen, nur Stift-Eingaben akzeptieren.", + "penOnlyInputOffDescription": "Akzeptieren Sie alle Eingabetypen, einschließlich Berührung, Maus und Stil.", + "automatic": "Automatisch", + "alwaysOn": "Immer an", + "alwaysOff": "Immer aus", + "showPenOnlyToggle": "Nur Stift anzeigen", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Eingabegesten", "nativeTitleBar": "Native Titelleiste", "syncMode": "Sync-Modus", diff --git a/app/lib/l10n/app_el.arb b/app/lib/l10n/app_el.arb index c96c94e056..7149108886 100644 --- a/app/lib/l10n/app_el.arb +++ b/app/lib/l10n/app_el.arb @@ -549,6 +549,7 @@ "topRight": "Πάνω δεξιά", "bottomLeft": "Κάτω αριστερά", "bottomRight": "Κάτω δεξιά", + "zoomPosition": "Θέση ελέγχου εστίασης", "caches": "Κρύπτες", "manage": "Διαχείριση", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Ο φάκελος συγχρονίστηκε", "syncRootDirectory": "Συγχρονισμός ριζικού καταλόγου", "penOnlyInput": "Είσοδος μόνο πένας", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Αυτόματη ενεργοποίηση λειτουργίας μόνο στυλό όταν εντοπιστεί μια γραφίδα. Αυτή η ρύθμιση διαρκεί μόνο για την τρέχουσα συνεδρία.", + "penOnlyInputOnDescription": "Πάντα απορρίπτει την είσοδο αφής και ποντικιού, δέχεται μόνο γραφίδα εισόδου.", + "penOnlyInputOffDescription": "Αποδεχτείτε όλους τους τύπους εισόδου, συμπεριλαμβανομένης της αφής, του ποντικιού και της γραφίδας.", + "automatic": "Αυτόματο", + "alwaysOn": "Πάντα ενεργό", + "alwaysOff": "Πάντα ανενεργό", + "showPenOnlyToggle": "Εμφάνιση εναλλαγής μόνο πένας", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Εγγενής γραμμή τίτλου", "syncMode": "Λειτουργία συγχρονισμού", diff --git a/app/lib/l10n/app_en.arb b/app/lib/l10n/app_en.arb index 397326aad3..b5d8d3679c 100644 --- a/app/lib/l10n/app_en.arb +++ b/app/lib/l10n/app_en.arb @@ -549,6 +549,7 @@ "topRight": "Top right", "bottomLeft": "Bottom left", "bottomRight": "Bottom right", + "zoomPosition": "Zoom control position", "caches": "Caches", "manage": "Manage", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Folder synced", "syncRootDirectory": "Sync root directory", "penOnlyInput": "Pen only input", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Native title bar", "syncMode": "Sync mode", diff --git a/app/lib/l10n/app_es.arb b/app/lib/l10n/app_es.arb index cbec0ef4b0..232201943e 100644 --- a/app/lib/l10n/app_es.arb +++ b/app/lib/l10n/app_es.arb @@ -549,6 +549,7 @@ "topRight": "Arriba derecha", "bottomLeft": "Bottom izquierdo", "bottomRight": "Botón derecho", + "zoomPosition": "Posición de control de zoom", "caches": "Cachés", "manage": "Gestionar", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Carpeta sincronizada", "syncRootDirectory": "Directorio raíz de sincronización", "penOnlyInput": "Entrada de Pen sólo", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Activa automáticamente el modo de solo pluma cuando se detecta un código. Este ajuste solo dura la sesión actual.", + "penOnlyInputOnDescription": "Siempre rechazar el toque y la entrada del ratón, sólo aceptar la entrada del estilo.", + "penOnlyInputOffDescription": "Acepta todos los tipos de entrada, incluyendo toque, ratón y estilo.", + "automatic": "Automático", + "alwaysOn": "Siempre encendido", + "alwaysOff": "Siempre apagado", + "showPenOnlyToggle": "Mostrar sólo alternar lápiz", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Barra de título nativa", "syncMode": "Modo de sincronización", diff --git a/app/lib/l10n/app_fi.arb b/app/lib/l10n/app_fi.arb index 4f0bd3e89d..30ece1fe8a 100644 --- a/app/lib/l10n/app_fi.arb +++ b/app/lib/l10n/app_fi.arb @@ -549,6 +549,7 @@ "topRight": "Oikea yläreuna", "bottomLeft": "Vasen alareuna", "bottomRight": "Oikea alareuna", + "zoomPosition": "Zoomauksen ohjauksen sijainti", "caches": "Kätköt", "manage": "Hallitse", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Kansio synkronoitu", "syncRootDirectory": "Synkronoi juurikansio", "penOnlyInput": "Vain kynä syöttö", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Ota käyttöön automaattisesti vain kynä-tila kun stylus havaitaan. Tämä asetus kestää vain nykyisen istunnon.", + "penOnlyInputOnDescription": "Hylkää aina kosketus ja hiiren syöte, vain hyväksy stylus syöte.", + "penOnlyInputOffDescription": "Hyväksy kaikki syöttötyypit, mukaan lukien kosketus, hiiri ja tyyli.", + "automatic": "Automaattinen", + "alwaysOn": "Aina päällä", + "alwaysOff": "Aina pois", + "showPenOnlyToggle": "Näytä vain kynän vaihto", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Alkuperäinen otsikkopalkki", "syncMode": "Synkronoinnin tila", diff --git a/app/lib/l10n/app_fr.arb b/app/lib/l10n/app_fr.arb index adfe46c37a..2d55b03333 100644 --- a/app/lib/l10n/app_fr.arb +++ b/app/lib/l10n/app_fr.arb @@ -296,7 +296,7 @@ "@plain": { "description": "Background pattern" }, - "light": "Lumière", + "light": "Clair", "ruled": "Recommandé", "@ruled": { "description": "Background pattern" @@ -310,7 +310,7 @@ "description": "Background pattern" }, "dark": "Sombre", - "plainDark": "Assombrir", + "plainDark": "Sombre simple", "ruledDark": "Sombre en ruine", "quadDark": "Quad sombre", "musicDark": "Musique sombre", @@ -369,7 +369,7 @@ "@text": { "description": "Text tool" }, - "welcome": "Hé, c'est le Papillon de bois de Linwood {codeName}", + "welcome": "Hé, voici Butterfly par Linwood {codeName}", "@welcome": { "placeholders": { "codeName": { @@ -549,6 +549,7 @@ "topRight": "En haut à droite", "bottomLeft": "En bas à gauche", "bottomRight": "En bas à droite", + "zoomPosition": "Position de contrôle du zoom", "caches": "Caches", "manage": "Gérer", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Dossier synchronisé", "syncRootDirectory": "Synchroniser le répertoire racine", "penOnlyInput": "Seules les entrées du stylet", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Active automatiquement le mode stylet uniquement quand un stylet est détecté. Ce paramètre ne dure que pour la session en cours.", + "penOnlyInputOnDescription": "Toujours rejeter la touche et la souris, n'accepter que l'entrée stylet.", + "penOnlyInputOffDescription": "Accepter tous les types d'entrée, y compris le toucher, la souris et le stylet.", + "automatic": "Automatique", + "alwaysOn": "Toujours allumé", + "alwaysOff": "Toujours éteint", + "showPenOnlyToggle": "Afficher uniquement le bouton du stylet", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Barre de titre native", "syncMode": "Mode de synchronisation", diff --git a/app/lib/l10n/app_he.arb b/app/lib/l10n/app_he.arb index 3d703fff57..2645ef62a6 100644 --- a/app/lib/l10n/app_he.arb +++ b/app/lib/l10n/app_he.arb @@ -549,6 +549,7 @@ "topRight": "ימין למעלה", "bottomLeft": "שמאל למטה", "bottomRight": "ימין למטה", + "zoomPosition": "Zoom control position", "caches": "מטמונים", "manage": "נהל", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "התיקייה סונכרנה", "syncRootDirectory": "סנכרן ספריית שורש", "penOnlyInput": "קלט עט בלבד", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "מחוות קלט", "nativeTitleBar": "סרגל כותרת מקורי", "syncMode": "מצב סנכרון", diff --git a/app/lib/l10n/app_hi.arb b/app/lib/l10n/app_hi.arb index 1abaf83b1a..1c1e77965c 100644 --- a/app/lib/l10n/app_hi.arb +++ b/app/lib/l10n/app_hi.arb @@ -549,6 +549,7 @@ "topRight": "ऊपर दाएँ", "bottomLeft": "नीचे बाएँ", "bottomRight": "नीचे दाएँ", + "zoomPosition": "Zoom control position", "caches": "कैश", "manage": "प्रबंधित करें", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "फ़ोल्डर सिंक हो गया", "syncRootDirectory": "रूट डायरेक्टरी सिंक करें", "penOnlyInput": "केवल पेन इनपुट", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "इनपुट जेस्चर", "nativeTitleBar": "नेटिव टाइटल बार", "syncMode": "सिंक मोड", diff --git a/app/lib/l10n/app_hu.arb b/app/lib/l10n/app_hu.arb index 7e385a1c59..39397e890b 100644 --- a/app/lib/l10n/app_hu.arb +++ b/app/lib/l10n/app_hu.arb @@ -549,6 +549,7 @@ "topRight": "Jobb felső", "bottomLeft": "Bal alsó", "bottomRight": "Jobb alsó", + "zoomPosition": "Zoom control position", "caches": "Gyorsítótárak", "manage": "Kezelés", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Könyvtár szinkronizálva", "syncRootDirectory": "Szinkron gyökérkönyvtár", "penOnlyInput": "Tollal történő bevitel", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Beviteli gesztusok", "nativeTitleBar": "Natív címsor", "syncMode": "Szinkronizációs mód", diff --git a/app/lib/l10n/app_id.arb b/app/lib/l10n/app_id.arb index 538bd8c77e..7bc9593843 100644 --- a/app/lib/l10n/app_id.arb +++ b/app/lib/l10n/app_id.arb @@ -549,6 +549,7 @@ "topRight": "Top right", "bottomLeft": "Bottom left", "bottomRight": "Bottom right", + "zoomPosition": "Zoom control position", "caches": "Caches", "manage": "Manage", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Folder synced", "syncRootDirectory": "Sync root directory", "penOnlyInput": "Pen only input", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Native title bar", "syncMode": "Sync mode", diff --git a/app/lib/l10n/app_it.arb b/app/lib/l10n/app_it.arb index 1822654db5..61c1a0b74b 100644 --- a/app/lib/l10n/app_it.arb +++ b/app/lib/l10n/app_it.arb @@ -549,6 +549,7 @@ "topRight": "Alto a destra", "bottomLeft": "Basso a sinistra", "bottomRight": "Basso a destra", + "zoomPosition": "Posizione controllo zoom", "caches": "Cache", "manage": "Gestisci", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Cartella sincronizzata", "syncRootDirectory": "Sincronizza directory root", "penOnlyInput": "Input solo penna", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Abilita automaticamente la modalità di sola penna quando viene rilevato uno stilo. Questa impostazione dura solo per la sessione corrente.", + "penOnlyInputOnDescription": "Rifiuta sempre il tocco e l'ingresso del mouse, accetta solo l'input stilo.", + "penOnlyInputOffDescription": "Accetta tutti i tipi di input, tra cui tocco, mouse, e stilo.", + "automatic": "Automatico", + "alwaysOn": "Sempre acceso", + "alwaysOff": "Sempre spento", + "showPenOnlyToggle": "Mostra solo penna attiva/disattiva", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Gestures di input", "nativeTitleBar": "Barra del titolo nativo", "syncMode": "Modalità sincronizzazione", diff --git a/app/lib/l10n/app_ja.arb b/app/lib/l10n/app_ja.arb index 27befac9ee..f05041a459 100644 --- a/app/lib/l10n/app_ja.arb +++ b/app/lib/l10n/app_ja.arb @@ -549,6 +549,7 @@ "topRight": "右上へ", "bottomLeft": "左下", "bottomRight": "右下", + "zoomPosition": "ズーム制御位置", "caches": "キャッシュ", "manage": "管理", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "フォルダを同期しました", "syncRootDirectory": "ルートディレクトリを同期", "penOnlyInput": "ペンのみ入力", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "スタイラスが検出されたときにペンオンリーモードを自動的に有効にします。この設定は現在のセッションでのみ有効です。", + "penOnlyInputOnDescription": "タッチとマウスの入力を常に拒否し、スタイラスの入力のみを受け付けます。", + "penOnlyInputOffDescription": "タッチ、マウス、スタイラスを含むすべての入力タイプを受け入れます。", + "automatic": "自動", + "alwaysOn": "常にオン", + "alwaysOff": "常にオフ", + "showPenOnlyToggle": "ペンのみのトグル表示", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "ネイティブのタイトルバー", "syncMode": "同期モード", diff --git a/app/lib/l10n/app_ko.arb b/app/lib/l10n/app_ko.arb index 8b636ecd4c..666c10d482 100644 --- a/app/lib/l10n/app_ko.arb +++ b/app/lib/l10n/app_ko.arb @@ -549,6 +549,7 @@ "topRight": "오른쪽 위", "bottomLeft": "왼쪽 아래", "bottomRight": "오른쪽 아래", + "zoomPosition": "Zoom control position", "caches": "캐시", "manage": "관리", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "폴더 동기화됨", "syncRootDirectory": "루트 디렉터리 동기화", "penOnlyInput": "펜 전용 입력", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "입력 제스처", "nativeTitleBar": "네이티브 제목 표시줄", "syncMode": "동기화 모드", diff --git a/app/lib/l10n/app_nl.arb b/app/lib/l10n/app_nl.arb index 960d57ff5d..75b3cf8277 100644 --- a/app/lib/l10n/app_nl.arb +++ b/app/lib/l10n/app_nl.arb @@ -549,6 +549,7 @@ "topRight": "Boven rechts", "bottomLeft": "Links onder", "bottomRight": "Onder rechts", + "zoomPosition": "Zoom bedieningspositie", "caches": "Caches", "manage": "Beheren", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Map gesynchroniseerd", "syncRootDirectory": "Synchroniseer hoofdmap", "penOnlyInput": "Alleen invoer pen", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Schakel 'Alleen pen-modus' automatisch in wanneer een stylus wordt gedetecteerd. Deze instelling geldt alleen voor de huidige sessie.", + "penOnlyInputOnDescription": "Aanraken en muisaanvoer altijd weigeren, alleen stylus invoeren.", + "penOnlyInputOffDescription": "Accepteer alle invoertypes zoals aanraken, muis en stijlus.", + "automatic": "Automatisch", + "alwaysOn": "Altijd aan", + "alwaysOff": "Altijd uitgeschakeld", + "showPenOnlyToggle": "Toon alleen penschakelaar", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Oorspronkelijke titelbalk", "syncMode": "Synchronisatie modus", diff --git a/app/lib/l10n/app_no.arb b/app/lib/l10n/app_no.arb index c2df6e77f8..7b82b4e7f9 100644 --- a/app/lib/l10n/app_no.arb +++ b/app/lib/l10n/app_no.arb @@ -549,6 +549,7 @@ "topRight": "Øverst til høyre", "bottomLeft": "Nederst til venstre", "bottomRight": "Nederst til høyre", + "zoomPosition": "Zoom kontrollposisjon", "caches": "Cacher", "manage": "Administrer", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Mappe synkronisert", "syncRootDirectory": "Synkroniser rotkatalogen", "penOnlyInput": "Pennen er kun inndata", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Aktiverer pennemodus automatisk når en penn oppdages. Denne innstillingen varer bare for den gjeldende økten.", + "penOnlyInputOnDescription": "Alltid avvis berøring og museinngang, bare godta penneinndata.", + "penOnlyInputOffDescription": "Godta alle inndatatyper, inkludert berøring, mus og stil.", + "automatic": "Automatisk", + "alwaysOn": "Alltid på", + "alwaysOff": "Alltid av", + "showPenOnlyToggle": "Vis kun penn", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Native tittellinjen", "syncMode": "Synk modus", diff --git a/app/lib/l10n/app_or.arb b/app/lib/l10n/app_or.arb index b66789b8a6..f83e8c8030 100644 --- a/app/lib/l10n/app_or.arb +++ b/app/lib/l10n/app_or.arb @@ -549,6 +549,7 @@ "topRight": "ଉପର ଦକ୍ଷିଣ", "bottomLeft": "ତଳ ବାମ", "bottomRight": "ତଳ ଦକ୍ଷିଣ", + "zoomPosition": "Zoom control position", "caches": "କ୍ୟାଶଗୁଡିକ", "manage": "ପରିଚାଳନା", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "ଫୋଲ୍ଡର୍ ସିଙ୍କ୍ ହୋଇଛି", "syncRootDirectory": "ରୁଟ୍ ସିଙ୍କ୍ ଡିରେକ୍ଟୋରି", "penOnlyInput": "କଳମ ମାତ୍ର ଇନ୍ପୁଟ୍", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "ଇନ୍ପୁଟ୍ ଇଶାରାଗୁଡିକ", "nativeTitleBar": "ନେଟିଭ୍ ଟାଇଟେଲ୍ ବାର୍", "syncMode": "ସିଙ୍କ୍ ମୋଡ୍", diff --git a/app/lib/l10n/app_pl.arb b/app/lib/l10n/app_pl.arb index 77e818d51a..ecc0738b22 100644 --- a/app/lib/l10n/app_pl.arb +++ b/app/lib/l10n/app_pl.arb @@ -549,6 +549,7 @@ "topRight": "Prawy górny róg", "bottomLeft": "Lewy dolny róg", "bottomRight": "Dolny prawy róg", + "zoomPosition": "Pozycja sterowania powiększeniem", "caches": "Skrzynki", "manage": "Zarządzaj", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Folder zsynchronizowany", "syncRootDirectory": "Synchronizuj główny katalog", "penOnlyInput": "Wprowadzanie tylko pióra", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatycznie włącza tryb tylko piór, gdy rysik jest wykryty. To ustawienie trwa tylko dla bieżącej sesji.", + "penOnlyInputOnDescription": "Zawsze odrzucaj dane wejściowe dotyku i myszki, akceptuj tylko dane wejściowe rysika.", + "penOnlyInputOffDescription": "Akceptuj wszystkie typy danych wejściowych, w tym dotyk, mysz i styl.", + "automatic": "Automatyczne", + "alwaysOn": "Zawsze włączony", + "alwaysOff": "Zawsze wyłączone", + "showPenOnlyToggle": "Pokaż tylko pióro", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Natywny pasek tytułu", "syncMode": "Tryb synchronizacji", diff --git a/app/lib/l10n/app_pt.arb b/app/lib/l10n/app_pt.arb index 042ce6aa4b..6a0ee13abe 100644 --- a/app/lib/l10n/app_pt.arb +++ b/app/lib/l10n/app_pt.arb @@ -549,6 +549,7 @@ "topRight": "Superior direito", "bottomLeft": "Inferior esquerdo", "bottomRight": "Inferior direito", + "zoomPosition": "Posição de controle", "caches": "Arquivos temporários", "manage": "Gerir", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Pasta sincronizada", "syncRootDirectory": "Sincronizar diretório raiz", "penOnlyInput": "Entrada apenas de caneta", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Ativar automaticamente o modo de caneta quando uma caneta é detectada. Esta configuração só dura a sessão atual.", + "penOnlyInputOnDescription": "Sempre rejeitar toque e entrada do mouse, só aceitar a entrada do stylus", + "penOnlyInputOffDescription": "Aceite todos os tipos de entrada, incluindo toque, mouse e estilo.", + "automatic": "Automático", + "alwaysOn": "Sempre Ligado", + "alwaysOff": "Sempre desligado", + "showPenOnlyToggle": "Mostrar somente a caneta", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Gestos de Entrada", "nativeTitleBar": "Barra de título nativa", "syncMode": "Modo de sincronização", diff --git a/app/lib/l10n/app_pt_BR.arb b/app/lib/l10n/app_pt_BR.arb index 5d05632f18..120371be3d 100644 --- a/app/lib/l10n/app_pt_BR.arb +++ b/app/lib/l10n/app_pt_BR.arb @@ -549,6 +549,7 @@ "topRight": "Canto superior direito", "bottomLeft": "Canto inferior esquerdo", "bottomRight": "Canto inferior direito", + "zoomPosition": "Posição de controle", "caches": "Caches", "manage": "Administrar", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Pasta sincronizada", "syncRootDirectory": "Sincronizar diretório raiz", "penOnlyInput": "Entrada somente por caneta", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Ativar automaticamente o modo de caneta quando uma caneta é detectada. Esta configuração só dura a sessão atual.", + "penOnlyInputOnDescription": "Sempre rejeitar toque e entrada do mouse, só aceitar a entrada do stylus", + "penOnlyInputOffDescription": "Aceite todos os tipos de entrada, incluindo toque, mouse e estilo.", + "automatic": "Automático", + "alwaysOn": "Sempre Ligado", + "alwaysOff": "Sempre desligado", + "showPenOnlyToggle": "Mostrar somente a caneta", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Gestos de entrada", "nativeTitleBar": "Barra de título nativa", "syncMode": "Modo de sincronização", diff --git a/app/lib/l10n/app_ro.arb b/app/lib/l10n/app_ro.arb index 3c4f5779c6..79fe198a07 100644 --- a/app/lib/l10n/app_ro.arb +++ b/app/lib/l10n/app_ro.arb @@ -549,6 +549,7 @@ "topRight": "Dreapta sus", "bottomLeft": "Stânga jos", "bottomRight": "Jos dreapta", + "zoomPosition": "Poziție control zoom", "caches": "Geocutii", "manage": "Gestionează", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Dosar sincronizat", "syncRootDirectory": "Sincronizare director rădăcină", "penOnlyInput": "Numai introducerea stiloului injector", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Activează automat modul pen-only atunci când un stylus este detectat. Această setare durează numai pentru sesiunea curentă.", + "penOnlyInputOnDescription": "Respingeți întotdeauna intrarea tactilei și a mouse-ului, acceptă doar input de stylus.", + "penOnlyInputOffDescription": "Acceptă toate tipurile de intrare, inclusiv atingerea, mouse-ul și stylusul.", + "automatic": "Automat", + "alwaysOn": "Mereu activ", + "alwaysOff": "Întotdeauna oprit", + "showPenOnlyToggle": "Arată doar comutator pentru stilou", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Bară titlu nativ", "syncMode": "Mod sincronizare", diff --git a/app/lib/l10n/app_ru.arb b/app/lib/l10n/app_ru.arb index 38efef0cd1..a55778356b 100644 --- a/app/lib/l10n/app_ru.arb +++ b/app/lib/l10n/app_ru.arb @@ -549,6 +549,7 @@ "topRight": "Сверху справа", "bottomLeft": "Снизу слева", "bottomRight": "Снизу справа", + "zoomPosition": "Управлять масштабом", "caches": "Кеш", "manage": "Управлять", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Папка синхронизирована", "syncRootDirectory": "Корневой каталог синхронизации", "penOnlyInput": "Только ввод ручки", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Автоматически включать режим \"только ручкой\" при обнаружении стилуса. Этот параметр длится только для текущей сессии.", + "penOnlyInputOnDescription": "Всегда отклонять ввод касания и мыши, принимать только ввод стилуса.", + "penOnlyInputOffDescription": "Принимать все типы ввода, включая касание, мышь и стиль.", + "automatic": "Автоматически", + "alwaysOn": "Всегда включен", + "alwaysOff": "Всегда выкл", + "showPenOnlyToggle": "Показывать переключатель только пера", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Жесты ввода", "nativeTitleBar": "Родной заголовок", "syncMode": "Режим синхронизации", diff --git a/app/lib/l10n/app_sr.arb b/app/lib/l10n/app_sr.arb index 290f245c61..47d5624212 100644 --- a/app/lib/l10n/app_sr.arb +++ b/app/lib/l10n/app_sr.arb @@ -549,6 +549,7 @@ "topRight": "Gore desno", "bottomLeft": "Dole levo", "bottomRight": "Dole desno", + "zoomPosition": "Zoom control position", "caches": "Keš memorije", "manage": "Upravljaj", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Fascikla sinhronizovana", "syncRootDirectory": "Sinhronizuj korenski direktorijum", "penOnlyInput": "Unos samo olovkom", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Pokreti unosa", "nativeTitleBar": "Nativna naslovna traka", "syncMode": "Režim sinhronizacije", diff --git a/app/lib/l10n/app_sv.arb b/app/lib/l10n/app_sv.arb index ee1d3393d6..1c98561326 100644 --- a/app/lib/l10n/app_sv.arb +++ b/app/lib/l10n/app_sv.arb @@ -549,6 +549,7 @@ "topRight": "Överst till höger", "bottomLeft": "Nere till vänster", "bottomRight": "Nere till höger", + "zoomPosition": "Zooma kontrollposition", "caches": "Cacher", "manage": "Hantera", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Mappen synkroniserad", "syncRootDirectory": "Synkronisera rotkatalog", "penOnlyInput": "Endast penna inmatning", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Aktivera automatiskt pennläge när en penna upptäcks. Denna inställning varar endast för den aktuella sessionen.", + "penOnlyInputOnDescription": "Avvisa alltid beröring och musinmatning, acceptera bara stylus ingång.", + "penOnlyInputOffDescription": "Acceptera alla inmatningstyper inklusive touch, mus och penna.", + "automatic": "Automatisk", + "alwaysOn": "Alltid på", + "alwaysOff": "Alltid av", + "showPenOnlyToggle": "Visa endast penna", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Namnfält med ursprungsbeteckning", "syncMode": "Synkronisera läge", diff --git a/app/lib/l10n/app_th.arb b/app/lib/l10n/app_th.arb index 5387afdd74..07127b63a7 100644 --- a/app/lib/l10n/app_th.arb +++ b/app/lib/l10n/app_th.arb @@ -549,6 +549,7 @@ "topRight": "บนขวา", "bottomLeft": "ล่างซ้าย", "bottomRight": "ล่างขวา", + "zoomPosition": "Zoom control position", "caches": "แคช", "manage": "จัดการ", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "ซิงค์โฟลเดอร์แล้ว", "syncRootDirectory": "ไดเรกทอรีหลักสำหรับซิงค์", "penOnlyInput": "อินพุตเฉพาะปากกา", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "การทำท่าทางอินพุต", "nativeTitleBar": "แถบหัวเรื่องเริ่มต้น", "syncMode": "โหมดซิงค์", diff --git a/app/lib/l10n/app_tr.arb b/app/lib/l10n/app_tr.arb index f323939776..5b53c8db6f 100644 --- a/app/lib/l10n/app_tr.arb +++ b/app/lib/l10n/app_tr.arb @@ -549,6 +549,7 @@ "topRight": "Sağ üst", "bottomLeft": "Sol alt", "bottomRight": "Sağ alt", + "zoomPosition": "Zoom control position", "caches": "Önbellek", "manage": "Yönet", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Klasör eşitlendi", "syncRootDirectory": "Kök dizini eşitle", "penOnlyInput": "Sadece kalem girişi", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Giriş hareketleri", "nativeTitleBar": "Yerel başlık çubuğu", "syncMode": "Eşitleme kipi", diff --git a/app/lib/l10n/app_uk.arb b/app/lib/l10n/app_uk.arb index 25a87ebf60..8ef1432941 100644 --- a/app/lib/l10n/app_uk.arb +++ b/app/lib/l10n/app_uk.arb @@ -549,6 +549,7 @@ "topRight": "Зверху праворуч", "bottomLeft": "Внизу ліворуч", "bottomRight": "Нижній правий", + "zoomPosition": "Позиція керування масштабом", "caches": "Кеш", "manage": "Керування", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Папку синхронізовано", "syncRootDirectory": "Синхронізація кореневого каталогу", "penOnlyInput": "Тільки введення Pen", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Автоматично вмикати режим тільки, коли виявлено стиль. Це налаштування триває лише для поточного сесії.", + "penOnlyInputOnDescription": "Завжди відхиляти дотик та мишу, приймати лише перус введення.", + "penOnlyInputOffDescription": "Приймати всі типи вводу, включаючи дотик, мишу та стилюс.", + "automatic": "Автоматично", + "alwaysOn": "Завжди увімкнено", + "alwaysOff": "Завжди вимкнено", + "showPenOnlyToggle": "Показати тільки переключити ручку", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "Область заголовка", "syncMode": "Режим синхронізації", diff --git a/app/lib/l10n/app_vi.arb b/app/lib/l10n/app_vi.arb index f8abd783e5..2fc8f36f9f 100644 --- a/app/lib/l10n/app_vi.arb +++ b/app/lib/l10n/app_vi.arb @@ -31,8 +31,8 @@ "resetZoom": "Đặt lại", "strokeWidth": "Độ dày nét", "strokeStyle": "Kiểu gạch", - "dashLength": "Dash length", - "gapLength": "Gap length", + "dashLength": "Độ dài dấu gạch ngang", + "gapLength": "Chiều dài khoảng trống", "includeEraser": "Bao gồm công cụ tẩy?", "thinning": "Làm mảnh", "pen": "Bút vẽ", @@ -141,7 +141,7 @@ "solid": "Khối", "double": "Đường kẻ đôi", "dotted": "Chấm chấm", - "dottedDark": "Dotted dark", + "dottedDark": "Chấm đen", "dashed": "Cắt khúc", "wavy": "Dợn sóng", "fontWeight": "Kích cỡ phông chữ", @@ -310,7 +310,7 @@ "description": "Background pattern" }, "dark": "Tối", - "plainDark": "Plain dark", + "plainDark": "Máu tối trơn", "ruledDark": "Dòng tối", "quadDark": "Lưới tối", "musicDark": "Âm nhạc tối", @@ -329,7 +329,7 @@ "description": "Insert action" }, "document": "Tài liệu", - "camera": "Camera", + "camera": "Máy ảnh", "@camera": { "description": "Camera tool" }, @@ -549,6 +549,7 @@ "topRight": "Trên phải", "bottomLeft": "Dưới trái", "bottomRight": "Dưới phải", + "zoomPosition": "Vị trí điều khiển thu phóng", "caches": "Bộ nhớ đệm", "manage": "Quản lý", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "Thư mục đã đồng bộ", "syncRootDirectory": "Thư mục gốc đồng bộ", "penOnlyInput": "Chỉ nhận đầu vào bằng bút", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Tự động bật chế độ chỉ dùng bút khi phát hiện thấy bút cảm ứng. Cài đặt này chỉ kéo dài cho phiên hiện tại.", + "penOnlyInputOnDescription": "Luôn từ chối đầu vào bằng cảm ứng và chuột, chỉ chấp nhận đầu vào bằng bút cảm ứng.", + "penOnlyInputOffDescription": "Chấp nhận tất cả các loại đầu vào bao gồm cảm ứng, chuột và bút cảm ứng.", + "automatic": "Tự động", + "alwaysOn": "Luôn bật", + "alwaysOff": "Luôn tắt", + "showPenOnlyToggle": "Chỉ hiển thị bút khi chuyển đổi", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Cử chỉ đầu vào", "nativeTitleBar": "Thanh tiêu đề gốc", "syncMode": "Chế độ đồng bộ", @@ -1162,7 +1176,7 @@ "performanceDescription": "Tối ưu cho tốc độ và bộ nhớ. Chỉ phần hiển thị được nướng thành hình ảnh.", "normalDescription": "Cân bằng chất lượng và hiệu năng. Nướng hình ảnh phủ 1.5 lần vùng hiển thị, mượt hơn khi cuộn.", "high": "Cao", - "highDescription": "Maximizes quality at the cost of performance. Bakes an image covering 2 times the visible area, ensuring seamless rendering even during rapid scrolling or zooming.", + "highDescription": "Tối đa hóa chất lượng với chi phí hiệu suất. Nướng một hình ảnh bao phủ gấp 2 lần vùng hiển thị, đảm bảo hiển thị liền mạch ngay cả khi cuộn hoặc thu phóng nhanh.", "renderResolution": "Độ phân giải render", "translate": "Dịch", "@translate": { @@ -1201,7 +1215,7 @@ }, "barcodeType": "Loại mã vạch", "qrCode": "Mã QR", - "dataMatrix": "Data Matrix", + "dataMatrix": "Ma trận dữ liệu", "code128": "Code 128", "defaultUserName": "Người dùng {index}", "@defaultUserName": { @@ -1237,31 +1251,31 @@ "@submit": { "description": "Submit action" }, - "math": "Math", + "math": "Toán học", "@math": { "description": "Math tool" }, - "ignorePressure": "Ignore pressure", - "ignoreFirstPressureDescription": "On some devices, the first pressure value is not accurate. This setting will ignore the first pressure value and use the pressure of the second event instead.", - "temporary": "Temporary", - "simpleToolbarVisibility": "Simple toolbar visibility", - "autosaveDelay": "Autosave delay", - "saved": "Saved", + "ignorePressure": "Bỏ qua áp lực", + "ignoreFirstPressureDescription": "Trên một số thiết bị, giá trị áp suất đầu tiên không chính xác. Cài đặt này sẽ bỏ qua giá trị áp suất đầu tiên và thay vào đó sử dụng áp suất của sự kiện thứ hai.", + "temporary": "Tạm thời", + "simpleToolbarVisibility": "Khả năng hiển thị thanh công cụ đơn giản", + "autosaveDelay": "Độ trễ tự động lưu", + "saved": "Đã lưu", "@saved": { "description": "Save status" }, - "saving": "Saving...", + "saving": "Đang lưu...", "@saving": { "description": "Save status" }, - "readOnly": "Read only", - "saveDelayed": "Save delayed", - "unsaved": "Unsaved", + "readOnly": "Chỉ đọc", + "saveDelayed": "Lưu bị trì hoãn", + "unsaved": "Chưa lưu", "@unsaved": { "description": "Save status" }, - "pdfEmptyDescription": "There are currently no areas to export. Please select at least one area using the plus button in the top right corner or add all areas from the current page or from the whole document below.", - "densityMaximize": "Maximize", + "pdfEmptyDescription": "Hiện tại không có khu vực nào để xuất. Vui lòng chọn ít nhất một khu vực bằng nút dấu cộng ở góc trên bên phải hoặc thêm tất cả các khu vực từ trang hiện tại hoặc từ toàn bộ tài liệu bên dưới.", + "densityMaximize": "Phóng to", "@densityMaximize": { "description": "Density value" }, diff --git a/app/lib/l10n/app_zh-Hant.arb b/app/lib/l10n/app_zh-Hant.arb index 1744cd97d0..3c5247c34e 100644 --- a/app/lib/l10n/app_zh-Hant.arb +++ b/app/lib/l10n/app_zh-Hant.arb @@ -549,6 +549,7 @@ "topRight": "右上角", "bottomLeft": "左下角", "bottomRight": "右下角", + "zoomPosition": "Zoom control position", "caches": "快取", "manage": "管理", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "已同步資料夾", "syncRootDirectory": "同步根目錄", "penOnlyInput": "只讓筆輸入", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "Automatically enables pen-only mode when a stylus is detected. This setting only lasts for the current session.", + "penOnlyInputOnDescription": "Always reject touch and mouse input, only accept stylus input.", + "penOnlyInputOffDescription": "Accept all input types including touch, mouse, and stylus.", + "automatic": "Automatic", + "alwaysOn": "Always on", + "alwaysOff": "Always off", + "showPenOnlyToggle": "Show pen only toggle", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "手勢輸入", "nativeTitleBar": "原生標題列", "syncMode": "同步模式", diff --git a/app/lib/l10n/app_zh.arb b/app/lib/l10n/app_zh.arb index 052a3b6b1c..fd4e639d2d 100644 --- a/app/lib/l10n/app_zh.arb +++ b/app/lib/l10n/app_zh.arb @@ -549,6 +549,7 @@ "topRight": "右上", "bottomLeft": "左下", "bottomRight": "右下", + "zoomPosition": "缩放控制位置", "caches": "缓存", "manage": "管理", "@manage": { @@ -594,6 +595,19 @@ "folderSynced": "文件夹已同步", "syncRootDirectory": "同步根目录", "penOnlyInput": "只输入笔数", + "@penOnlyInput": { + "description": "Setting to enable pen only input mode" + }, + "penOnlyInputAutoDescription": "检测到触发笔时自动启用纯笔模式。此设置仅持续当前会话。", + "penOnlyInputOnDescription": "总是拒绝触摸和鼠标输入,只接受触摸笔输入。", + "penOnlyInputOffDescription": "接受所有输入类型,包括触摸、鼠标和样式。", + "automatic": "自动的", + "alwaysOn": "总是开启", + "alwaysOff": "总是关闭", + "showPenOnlyToggle": "只显示画笔开关", + "@showPenOnlyToggle": { + "description": "Setting to show pen only toggle button when pen is detected" + }, "inputGestures": "Input gestures", "nativeTitleBar": "原生标题栏", "syncMode": "同步模式", From 8f082eb2022af52c4ecf87dd47714ca6ed108f9b Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Wed, 18 Feb 2026 10:21:39 +0100 Subject: [PATCH 4/5] Upgrade dependencies --- app/android/Gemfile.lock | 78 +++++++++++++++++++++------------------- app/pubspec.lock | 16 ++++----- 2 files changed, 50 insertions(+), 44 deletions(-) diff --git a/app/android/Gemfile.lock b/app/android/Gemfile.lock index abe7c0c75f..8ce4051f98 100644 --- a/app/android/Gemfile.lock +++ b/app/android/Gemfile.lock @@ -8,8 +8,8 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.4.0) - aws-partitions (1.1198.0) - aws-sdk-core (3.240.0) + aws-partitions (1.1215.0) + aws-sdk-core (3.242.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -17,17 +17,18 @@ GEM bigdecimal jmespath (~> 1, >= 1.6.1) logger - aws-sdk-kms (1.118.0) - aws-sdk-core (~> 3, >= 3.239.1) + aws-sdk-kms (1.122.0) + aws-sdk-core (~> 3, >= 3.241.4) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.208.0) - aws-sdk-core (~> 3, >= 3.234.0) + aws-sdk-s3 (1.213.0) + aws-sdk-core (~> 3, >= 3.241.4) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) aws-sigv4 (1.12.1) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) base64 (0.2.0) + benchmark (0.5.0) bigdecimal (4.0.1) claide (1.1.0) colored (1.2) @@ -42,7 +43,7 @@ GEM dotenv (2.8.1) emoji_regex (3.2.3) excon (0.112.0) - faraday (1.10.4) + faraday (1.10.5) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -61,7 +62,7 @@ GEM faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) faraday-httpclient (1.0.1) - faraday-multipart (1.1.1) + faraday-multipart (1.2.0) multipart-post (~> 2.0) faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) @@ -71,15 +72,16 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.0) - fastlane (2.230.0) + fastlane (2.232.1) CFPropertyList (>= 2.3, < 4.0.0) abbrev (~> 0.1.2) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) - aws-sdk-s3 (~> 1.0) + aws-sdk-s3 (~> 1.197) babosa (>= 1.0.3, < 2.0.0) base64 (~> 0.2.0) - bundler (>= 1.12.0, < 3.0.0) + benchmark (>= 0.1.0) + bundler (>= 1.17.3, < 5.0.0) colored (~> 1.2) commander (~> 4.6) csv (~> 3.3) @@ -94,7 +96,7 @@ GEM gh_inspector (>= 1.1.2, < 2.0.0) google-apis-androidpublisher_v3 (~> 0.3) google-apis-playcustomapp_v1 (~> 0.1) - google-cloud-env (>= 1.6.0, < 2.0.0) + google-cloud-env (>= 1.6.0, <= 2.1.1) google-cloud-storage (~> 1.31) highline (~> 2.0) http-cookie (~> 1.0.5) @@ -107,6 +109,7 @@ GEM naturally (~> 2.2) nkf (~> 0.2.0) optparse (>= 0.1.1, < 1.0.0) + ostruct (>= 0.1.0) plist (>= 3.1.0, < 4.0.0) rubyzip (>= 2.0.0, < 3.0.0) security (= 0.1.5) @@ -122,38 +125,40 @@ GEM fastlane-sirp (1.0.0) sysrandom (~> 1.0) gh_inspector (1.1.3) - google-apis-androidpublisher_v3 (0.54.0) - google-apis-core (>= 0.11.0, < 2.a) - google-apis-core (0.11.3) + google-apis-androidpublisher_v3 (0.96.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-core (0.18.0) addressable (~> 2.5, >= 2.5.1) - googleauth (>= 0.16.2, < 2.a) - httpclient (>= 2.8.1, < 3.a) + googleauth (~> 1.9) + httpclient (>= 2.8.3, < 3.a) mini_mime (~> 1.0) + mutex_m representable (~> 3.0) retriable (>= 2.0, < 4.a) - rexml - google-apis-iamcredentials_v1 (0.17.0) - google-apis-core (>= 0.11.0, < 2.a) - google-apis-playcustomapp_v1 (0.13.0) - google-apis-core (>= 0.11.0, < 2.a) - google-apis-storage_v1 (0.31.0) - google-apis-core (>= 0.11.0, < 2.a) + google-apis-iamcredentials_v1 (0.26.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-playcustomapp_v1 (0.17.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-storage_v1 (0.60.0) + google-apis-core (>= 0.15.0, < 2.a) google-cloud-core (1.8.0) google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) - google-cloud-env (1.6.0) - faraday (>= 0.17.3, < 3.0) + google-cloud-env (2.1.1) + faraday (>= 1.0, < 3.a) google-cloud-errors (1.5.0) - google-cloud-storage (1.47.0) + google-cloud-storage (1.58.0) addressable (~> 2.8) digest-crc (~> 0.4) - google-apis-iamcredentials_v1 (~> 0.1) - google-apis-storage_v1 (~> 0.31.0) + google-apis-core (>= 0.18, < 2) + google-apis-iamcredentials_v1 (~> 0.18) + google-apis-storage_v1 (>= 0.42) google-cloud-core (~> 1.6) - googleauth (>= 0.16.2, < 2.a) + googleauth (~> 1.9) mini_mime (~> 1.0) - googleauth (1.8.1) - faraday (>= 0.17.3, < 3.a) + googleauth (1.11.2) + faraday (>= 1.0, < 3.a) + google-cloud-env (~> 2.1) jwt (>= 1.4, < 3.0) multi_json (~> 1.11) os (>= 0.9, < 2.0) @@ -164,13 +169,13 @@ GEM httpclient (2.9.0) mutex_m jmespath (1.6.2) - json (2.18.0) + json (2.18.1) jwt (2.10.2) base64 logger (1.7.0) mini_magick (4.13.2) mini_mime (1.1.5) - multi_json (1.18.0) + multi_json (1.19.1) multipart-post (2.4.1) mutex_m (0.3.0) nanaimo (0.4.0) @@ -178,8 +183,9 @@ GEM nkf (0.2.0) optparse (0.8.1) os (1.1.4) + ostruct (0.6.3) plist (3.7.2) - public_suffix (7.0.0) + public_suffix (7.0.2) rake (13.3.1) representable (3.2.0) declarative (< 0.1.0) @@ -236,4 +242,4 @@ DEPENDENCIES screengrab BUNDLED WITH - 2.7.2 + 4.0.6 diff --git a/app/pubspec.lock b/app/pubspec.lock index 1033aa7f23..67d428e9cb 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: "direct main" description: name: archive - sha256: "2fde1607386ab523f7a36bb3e7edb43bd58e6edaf2ffb29d8a6d578b297fdbbd" + sha256: a96e8b390886ee8abb49b7bd3ac8df6f451c621619f52a26e815fdcf568959ff url: "https://pub.dev" source: hosted - version: "4.0.7" + version: "4.0.9" args: dependency: "direct main" description: @@ -635,18 +635,18 @@ packages: dependency: "direct main" description: name: idb_shim - sha256: cc994e1095d69f2bcdf929246112ed0772d59d75be8a58995667acc2df091602 + sha256: "921301da0a735f336a28fc35c3abdbd4498895cc205fa1ea9f7e785e7d854ceb" url: "https://pub.dev" source: hosted - version: "2.8.2+3" + version: "2.8.2+4" image: dependency: "direct main" description: name: image - sha256: "492bd52f6c4fbb6ee41f781ff27765ce5f627910e1e0cbecfa3d9add5562604c" + sha256: f9881ff4998044947ec38d098bc7c8316ae1186fa786eddffdb867b9bc94dfce url: "https://pub.dev" source: hosted - version: "4.7.2" + version: "4.8.0" integration_test: dependency: "direct main" description: flutter @@ -1056,10 +1056,10 @@ packages: dependency: transitive description: name: petitparser - sha256: "1a97266a94f7350d30ae522c0af07890c70b8e62c71e8e3920d1db4d23c057d1" + sha256: "91bd59303e9f769f108f8df05e371341b15d59e995e6806aefab827b58336675" url: "https://pub.dev" source: hosted - version: "7.0.1" + version: "7.0.2" phosphor_flutter: dependency: "direct main" description: From 8999baae4b7dc4f5419fac5e69e807b78ac33e4b Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Wed, 18 Feb 2026 13:03:36 +0100 Subject: [PATCH 5/5] Update appdata line number --- tools/set_version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/set_version.dart b/tools/set_version.dart index 3b7761e163..70dea96566 100644 --- a/tools/set_version.dart +++ b/tools/set_version.dart @@ -114,7 +114,7 @@ Future updateAppData(String version) async { var dateString = DateFormat('yyyy-MM-dd').format(currentDate); var line = '\t\t'; var lines = List.from(await file.readAsLines()); - lines.insert(71, line); + lines.insert(74, line); await file.writeAsString(lines.join('\n')); print('Successfully updated appdata version to $version'); }