support custom quick save button styles on the mobile transaction edit page

This commit is contained in:
MaysWind
2026-03-17 00:16:37 +08:00
parent 5ee93a5db1
commit 9772d9ca62
27 changed files with 215 additions and 6 deletions
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Monatlichen Gesamtbetrag anzeigen",
"Show Transaction Tags": "Transaktions-Tag anzeigen",
"Transaction Edit Page": "Transaktionsbearbeitungsseite",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Entwurf automatisch speichern",
"Always Show Confirmation": "Bestätigung jedes mal anzeigen",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Show Monthly Total Amount",
"Show Transaction Tags": "Show Transaction Tags",
"Transaction Edit Page": "Transaction Edit Page",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Automatically Save Draft",
"Always Show Confirmation": "Always Show Confirmation",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Mostrar Importe Total Mensual",
"Show Transaction Tags": "Mostrar Etiqueta de Transacción",
"Transaction Edit Page": "Página de Edición de Transacciones",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Guardar Borrador Automáticamente",
"Always Show Confirmation": "Mostrar Confirmación Cada Vez",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Afficher le montant total mensuel",
"Show Transaction Tags": "Afficher l'étiquette de transaction",
"Transaction Edit Page": "Page de modification de transaction",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Enregistrer automatiquement le brouillon",
"Always Show Confirmation": "Afficher la confirmation à chaque fois",
+2
View File
@@ -129,6 +129,7 @@ import {
import {
TransactionEditScopeType,
TransactionQuickSaveButtonStyle,
TransactionQuickAddButtonActionType
} from '@/core/transaction.ts';
@@ -2434,6 +2435,7 @@ export function useI18n() {
getAllStatisticsDateAggregationTypes: (analysisType: StatisticsAnalysisType) => getLocalizedChartDateAggregationTypeAndDisplayName(analysisType, true),
getAllStatisticsDateAggregationTypesWithShortName: (analysisType: StatisticsAnalysisType) => getLocalizedChartDateAggregationTypeAndDisplayName(analysisType, false),
getAllTransactionEditScopeTypes: () => getLocalizedDisplayNameAndType(TransactionEditScopeType.values()),
getAllTransactionQuickSaveButtonStyles: () => getLocalizedDisplayNameAndType(TransactionQuickSaveButtonStyle.values()),
getAllTransactionQuickAddButtonActionTypes: () => getLocalizedDisplayNameAndType(TransactionQuickAddButtonActionType.values()),
getAllTransactionScheduledFrequencyTypes: () => getLocalizedDisplayNameAndType(ScheduledTemplateFrequencyType.values()),
getAllImportTransactionColumnTypes: () => getLocalizedDisplayNameAndType(ImportTransactionColumnType.values()),
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Mostra importo totale mensile",
"Show Transaction Tags": "Mostra tag transazione",
"Transaction Edit Page": "Pagina modifica transazione",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Salva automaticamente bozza",
"Always Show Confirmation": "Mostra conferma ogni volta",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "毎月の合計金額を表示",
"Show Transaction Tags": "取引タグを表示",
"Transaction Edit Page": "取引編集ページ",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "下書きの自動保存",
"Always Show Confirmation": "確認を毎回表示",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "ಮಾಸಿಕ ಒಟ್ಟು ಮೊತ್ತ ತೋರಿಸಿ",
"Show Transaction Tags": "ವಹಿವಾಟು ಟ್ಯಾಗ್ ತೋರಿಸಿ",
"Transaction Edit Page": "ವಹಿವಾಟು ಸಂಪಾದನೆ ಪುಟ",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "ಕರಡು ಸ್ವಯಂ ಉಳಿಸಿ",
"Always Show Confirmation": "ಪ್ರತಿ ಬಾರಿ ದೃಢೀಕರಣ ತೋರಿಸಿ",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "월별 총 금액 표시",
"Show Transaction Tags": "거래 태그 표시",
"Transaction Edit Page": "거래 편집 페이지",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "초안 자동 저장",
"Always Show Confirmation": "매번 확인 표시",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Maandelijks totaalbedrag tonen",
"Show Transaction Tags": "Transactietag tonen",
"Transaction Edit Page": "Transactiebewerkingspagina",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Concept automatisch opslaan",
"Always Show Confirmation": "Elke keer bevestiging tonen",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Mostrar Valor Total Mensal",
"Show Transaction Tags": "Mostrar Tag da Transação",
"Transaction Edit Page": "Página de Edição de Transação",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Ação do Botão de Adição Rápida",
"Automatically Save Draft": "Salvar Rascunho Automaticamente",
"Always Show Confirmation": "Mostrar Confirmação Toda Vez",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Показать общую сумму за месяц",
"Show Transaction Tags": "Показать тег транзакции",
"Transaction Edit Page": "Страница редактирования транзакции",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Действие кнопки быстрого добавления",
"Automatically Save Draft": "Автоматически сохранять черновик",
"Always Show Confirmation": "Показывать подтверждение каждый раз",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Prikaži mesečni skupni znesek",
"Show Transaction Tags": "Prikaži oznako transakcije",
"Transaction Edit Page": "Stran za urejanje transakcij",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Samodejno shrani osnutek",
"Always Show Confirmation": "Vsakič prikaži potrditev",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "மாதாந்திர மொத்தம் தொகை காட்டு",
"Show Transaction Tags": "பரிவர்த்தனை குறிச்சொல் காட்டு",
"Transaction Edit Page": "பரிவர்த்தனை திருத்தம் பக்கம்",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "வரைவு தானியங்கி சேமி",
"Always Show Confirmation": "ஒவ்வொரு முறை அங்கீகாரம் காட்டு",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "แสดงจำนวนเงินรวมรายเดือน",
"Show Transaction Tags": "แสดงแท็กรายการ",
"Transaction Edit Page": "หน้าการแก้ไขรายการ",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "บันทึกร่างอัตโนมัติ",
"Always Show Confirmation": "แสดงการยืนยันทุกครั้ง",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Aylık Toplam Tutarı Göster",
"Show Transaction Tags": "İşlem Etiketini Göster",
"Transaction Edit Page": "İşlem Düzenleme Sayfası",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Taslağı Otomatik Kaydet",
"Always Show Confirmation": "Her Seferinde Onay Göster",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Показати місячну загальну суму",
"Show Transaction Tags": "Показати тег транзакції",
"Transaction Edit Page": "Сторінка редагування транзакції",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Автоматично зберігати чернетку",
"Always Show Confirmation": "Показувати підтвердження щоразу",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "Hiển thị tổng số tiền hàng tháng",
"Show Transaction Tags": "Hiển thị thẻ giao dịch",
"Transaction Edit Page": "Trang chỉnh sửa giao dịch",
"Quick Save Button Style": "Quick Save Button Style",
"Bottom Left Floating": "Bottom Left Floating",
"Bottom Center Floating": "Bottom Center Floating",
"Bottom Right Floating": "Bottom Right Floating",
"Bottom Fixed": "Bottom Fixed",
"Quick Add Button Action": "Quick Add Button Action",
"Automatically Save Draft": "Tự động lưu bản nháp",
"Always Show Confirmation": "Hiển thị xác nhận mỗi lần",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "显示月度总金额",
"Show Transaction Tags": "显示交易标签",
"Transaction Edit Page": "交易编辑页面",
"Quick Save Button Style": "快速保存按钮样式",
"Bottom Left Floating": "左下角悬浮",
"Bottom Center Floating": "底部居中悬浮",
"Bottom Right Floating": "右下角悬浮",
"Bottom Fixed": "底部固定",
"Quick Add Button Action": "快速添加按钮操作",
"Automatically Save Draft": "自动保存草稿",
"Always Show Confirmation": "每次提示确认",
+5
View File
@@ -2255,6 +2255,11 @@
"Show Monthly Total Amount": "顯示月度總金額",
"Show Transaction Tags": "顯示交易標籤",
"Transaction Edit Page": "交易編輯頁面",
"Quick Save Button Style": "快速儲存按鈕樣式",
"Bottom Left Floating": "左下角浮動",
"Bottom Center Floating": "底部中央浮動",
"Bottom Right Floating": "右下浮動",
"Bottom Fixed": "底部固定",
"Quick Add Button Action": "快速新增按鈕動作",
"Automatically Save Draft": "自動儲存草稿",
"Always Show Confirmation": "每次提示確認",