From 767b84186642046caaa18b89ad2c81cb9cf48ab4 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 23 Feb 2026 01:16:27 +0800 Subject: [PATCH] add more detailed comments for amount fields --- src/locales/de.json | 4 ++-- src/locales/en.json | 4 ++-- src/locales/es.json | 4 ++-- src/locales/fr.json | 4 ++-- src/locales/it.json | 4 ++-- src/locales/ja.json | 4 ++-- src/locales/kn.json | 4 ++-- src/locales/ko.json | 4 ++-- src/locales/nl.json | 4 ++-- src/locales/pt_BR.json | 4 ++-- src/locales/ru.json | 4 ++-- src/locales/sl.json | 4 ++-- src/locales/ta.json | 4 ++-- src/locales/th.json | 4 ++-- src/locales/tr.json | 4 ++-- src/locales/uk.json | 4 ++-- src/locales/vi.json | 4 ++-- src/locales/zh_Hans.json | 4 ++-- src/locales/zh_Hant.json | 4 ++-- 19 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/locales/de.json b/src/locales/de.json index 42852db4..cbdbb91e 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/en.json b/src/locales/en.json index 49c82408..5799e5e5 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/es.json b/src/locales/es.json index 04bd56cd..5c55fbfe 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/fr.json b/src/locales/fr.json index fe4e1626..c3e1545e 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optionnel] Nom de catégorie", "fieldSourceAccountNameDescription": "[optionnel] Nom du compte source", "fieldDestinationAccountNameDescription": "[optionnel] Nom du compte de destination (uniquement pour le type de virement)", - "fieldSourceAmountDescription": "[requis] Montant source", - "fieldDestinationAmountDescription": "[optionnel] Montant de destination (uniquement pour le type de virement)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optionnel] Géolocalisation, format : 'longitude latitude', par ex. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optionnel] Noms d'étiquettes séparés par des virgules, par ex. 'étiquette1;étiquette2;étiquette3'", "fieldCommentDescription": "[optionnel] Description" diff --git a/src/locales/it.json b/src/locales/it.json index 761059fc..cc3042f4 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/ja.json b/src/locales/ja.json index 08e28fb7..391b9241 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/kn.json b/src/locales/kn.json index c6d27100..1218bbf9 100644 --- a/src/locales/kn.json +++ b/src/locales/kn.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[ಐಚ್ಛಿಕ] ವರ್ಗದ ಹೆಸರು", "fieldSourceAccountNameDescription": "[ಐಚ್ಛಿಕ] ಮೂಲ ಖಾತೆಯ ಹೆಸರು", "fieldDestinationAccountNameDescription": "[ಐಚ್ಛಿಕ] ಗಮ್ಯ ಖಾತೆಯ ಹೆಸರು (ಹಸ್ತಾಂತರ ಪ್ರಕಾರಕ್ಕೆ ಮಾತ್ರ)", - "fieldSourceAmountDescription": "[ಅಗತ್ಯ] ಮೂಲ ಮೊತ್ತ", - "fieldDestinationAmountDescription": "[ಐಚ್ಛಿಕ] ಗಮ್ಯ ಮೊತ್ತ (ಹಸ್ತಾಂತರ ಪ್ರಕಾರಕ್ಕೆ ಮಾತ್ರ)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[ಐಚ್ಛಿಕ] ಭೌಗೋಳಿಕ ಸ್ಥಳ, ಸ್ವರೂಪ: 'ದೀಕ್ಷಾಂಶ ಅಕ್ಷಾಂಶ', ಉದಾ: '116.3912972 39.9057136'", "fieldTagNamesDescription": "[ಐಚ್ಛಿಕ] ಟ್ಯಾಗ್‌ಗಳ ಹೆಸರುಗಳು, ಸೆಮಿಕೋಲನ್ ಬೇರ್ಪಡಿಸಿದವು, ಉದಾ: 'tag1;tag2;tag3'", "fieldCommentDescription": "[ಐಚ್ಛಿಕ] ವಿವರಣೆ" diff --git a/src/locales/ko.json b/src/locales/ko.json index 66d5df8a..c74c4435 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[선택] 카테고리 이름", "fieldSourceAccountNameDescription": "[선택] 출처 계좌 이름", "fieldDestinationAccountNameDescription": "[선택] 대상 계좌 이름 (전송 유형 전용)", - "fieldSourceAmountDescription": "[필수] 출처 금액", - "fieldDestinationAmountDescription": "[선택] 대상 금액 (전송 유형 전용)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[선택] 지리적 위치, 형식: '경도 위도', 예: '116.3912972 39.9057136'", "fieldTagNamesDescription": "[선택] 쉼표로 구분된 태그 이름, 예: 'tag1;tag2;tag3'", "fieldCommentDescription": "[선택] 설명" diff --git a/src/locales/nl.json b/src/locales/nl.json index 939aea82..09c32624 100644 --- a/src/locales/nl.json +++ b/src/locales/nl.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/pt_BR.json b/src/locales/pt_BR.json index e45fa8a5..c541162d 100644 --- a/src/locales/pt_BR.json +++ b/src/locales/pt_BR.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/ru.json b/src/locales/ru.json index d20fafdf..53302083 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[опционально] Название категории", "fieldSourceAccountNameDescription": "[опционально] Название исходного счёта", "fieldDestinationAccountNameDescription": "[опционально] Название целевого счёта (только для переводов)", - "fieldSourceAmountDescription": "[опционально] Исходная сумма", - "fieldDestinationAmountDescription": "[опционально] Целевая сумма (только для переводов)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[опционально] Локация, формат: 'долгота широта', например '116.3912972 39.9057136'", "fieldTagNamesDescription": "[опционально] Имена тегов, разделённые точкой с запятой, например 'tag1;tag2;tag3'", "fieldCommentDescription": "[опционально] Описание" diff --git a/src/locales/sl.json b/src/locales/sl.json index dde67756..4bd3491e 100644 --- a/src/locales/sl.json +++ b/src/locales/sl.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[neobvezno] Ime kategorije", "fieldSourceAccountNameDescription": "[neobvezno] Ime izvornega računa", "fieldDestinationAccountNameDescription": "[neobvezno] Ime ciljnega računa (samo za prenose)", - "fieldSourceAmountDescription": "[obvezno] Izvorni znesek", - "fieldDestinationAmountDescription": "[neobvezno] Ciljni znesek (samo za prenose)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[neobvezno] Geografska lokacija, format: 'dolžina širina', npr. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[neobvezno] Imena oznak, ločena z vejico, npr. 'oznaka1;oznaka2;oznaka3'", "fieldCommentDescription": "[neobvezno] Opis" diff --git a/src/locales/ta.json b/src/locales/ta.json index 49498d50..a4999353 100644 --- a/src/locales/ta.json +++ b/src/locales/ta.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[விருப்பமானது] வகையின் பெயர்", "fieldSourceAccountNameDescription": "[விருப்பமானது] மூல கணக்கின் பெயர்", "fieldDestinationAccountNameDescription": "[விருப்பமானது] இலக்கு கணக்கின் பெயர் (பரிமாற்றம் வகைக்கு மட்டுமே)", - "fieldSourceAmountDescription": "[தேவை] மூல தொகை", - "fieldDestinationAmountDescription": "[விருப்பமானது] இலக்கு தொகை (பரிமாற்றம் வகைக்கு மட்டுமே)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[விருப்பமானது] புவியியல் இருப்பிடம், வடிவம்: 'தீர்க்கரேகை அட்சரேகை', எ.கா.: '116.3912972 39.9057136'", "fieldTagNamesDescription": "[விருப்பமானது] குறிச்சொல்‌களின் பெயர்கள், அரைப்புள்ளியால் பிரிக்கப்பட்டது, எ.கா.: 'tag1;tag2;tag3'", "fieldCommentDescription": "[விருப்பமானது] விளக்கம்" diff --git a/src/locales/th.json b/src/locales/th.json index 09229028..1df8f3d4 100644 --- a/src/locales/th.json +++ b/src/locales/th.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[ไม่จำเป็น] ชื่อหมวดหมู่", "fieldSourceAccountNameDescription": "[ไม่จำเป็น] ชื่อบัญชีต้นทาง", "fieldDestinationAccountNameDescription": "[ไม่จำเป็น] ชื่อบัญชีปลายทาง (สำหรับประเภทโอนเท่านั้น)", - "fieldSourceAmountDescription": "[จำเป็น] จำนวนเงินต้นทาง", - "fieldDestinationAmountDescription": "[ไม่จำเป็น] จำนวนเงินปลายทาง (สำหรับประเภทโอนเท่านั้น)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[ไม่จำเป็น] ตำแหน่งทางภูมิศาสตร์, รูปแบบ: 'ลองจิจูด ละติจูด', เช่น '116.3912972 39.9057136'", "fieldTagNamesDescription": "[ไม่จำเป็น] ชื่อแท็กคั่นด้วยเครื่องหมายจุลภาค, เช่น 'tag1;tag2;tag3'", "fieldCommentDescription": "[ไม่จำเป็น] คำอธิบาย" diff --git a/src/locales/tr.json b/src/locales/tr.json index 597ee46e..5b113aa5 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[isteğe bağlı] Kategori adı", "fieldSourceAccountNameDescription": "[isteğe bağlı] Kaynak hesap adı", "fieldDestinationAccountNameDescription": "[isteğe bağlı] Hedef hesap adı (sadece transfer türü için)", - "fieldSourceAmountDescription": "[zorunlu] Kaynak tutarı", - "fieldDestinationAmountDescription": "[isteğe bağlı] Hedef tutarı (sadece transfer türü için)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[isteğe bağlı] Coğrafi konum, format: 'boylam enlem', örn. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[isteğe bağlı] Virgülle ayrılmış etiket adları, örn. 'etiket1;etiket2;etiket3'", "fieldCommentDescription": "[isteğe bağlı] Açıklama" diff --git a/src/locales/uk.json b/src/locales/uk.json index 7981904d..f89502d6 100644 --- a/src/locales/uk.json +++ b/src/locales/uk.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/vi.json b/src/locales/vi.json index e94b1907..1a2ce31a 100644 --- a/src/locales/vi.json +++ b/src/locales/vi.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[optional] Category name", "fieldSourceAccountNameDescription": "[optional] Source account name", "fieldDestinationAccountNameDescription": "[optional] Destination account name (for transfer type only)", - "fieldSourceAmountDescription": "[required] Source amount", - "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only)", + "fieldSourceAmountDescription": "[required] Source amount (including two decimal places expressed without a decimal separator, for example '12345' represents 123.45)", + "fieldDestinationAmountDescription": "[optional] Destination amount (for transfer type only, format is the same as the source amount)", "fieldGeoLocationDescription": "[optional] Geolocation, format: 'longitude latitude', e.g. '116.3912972 39.9057136'", "fieldTagNamesDescription": "[optional] Comma separated tag names, e.g. 'tag1;tag2;tag3'", "fieldCommentDescription": "[optional] Description" diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index 862083ca..0ce0797a 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[可选] 分类名称", "fieldSourceAccountNameDescription": "[可选] 来源账户名称", "fieldDestinationAccountNameDescription": "[可选] 目标账户名称 (仅用于转账类型)", - "fieldSourceAmountDescription": "[必填] 来源金额", - "fieldDestinationAmountDescription": "[可选] 目标金额 (仅用于转账类型)", + "fieldSourceAmountDescription": "[必填] 来源金额(包含2位小数,但不包含小数点,例如:'12345' 表示 123.45 元)", + "fieldDestinationAmountDescription": "[可选] 目标金额 (仅用于转账类型,格式同来源金额)", "fieldGeoLocationDescription": "[可选] 地理位置,格式:'经度 纬度',例如:'116.3912972 39.9057136'", "fieldTagNamesDescription": "[可选] 以分号分隔的标签名称,例如:'标签1;标签2;标签3'", "fieldCommentDescription": "[可选] 描述" diff --git a/src/locales/zh_Hant.json b/src/locales/zh_Hant.json index d4b3f7b1..5b462230 100644 --- a/src/locales/zh_Hant.json +++ b/src/locales/zh_Hant.json @@ -1428,8 +1428,8 @@ "fieldCategoryNameDescription": "[可選] 分類名稱", "fieldSourceAccountNameDescription": "[可選] 來源帳戶名稱", "fieldDestinationAccountNameDescription": "[可選] 目標帳戶名稱 (僅用於轉帳類型)", - "fieldSourceAmountDescription": "[必填] 來源金額", - "fieldDestinationAmountDescription": "[可選] 目標金額 (僅用於轉帳類型)", + "fieldSourceAmountDescription": "[必填] 來源金額 (包含2位小數,但不包含小數點,例如:'12345' 表示 123.45 元)", + "fieldDestinationAmountDescription": "[可選] 目標金額 (僅用於轉帳類型, 格式同來源金額)", "fieldGeoLocationDescription": "[可選] 地理位置,格式:'經度 緯度',例如:'116.3912972 39.9057136'", "fieldTagNamesDescription": "[可選] 以分號分隔的標籤名稱,例如:'標籤1;標籤2;標籤3'", "fieldCommentDescription": "[可選] 描述"