mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support using parseDateTime function and IANA time zone names when importing DSV files using custom script
This commit is contained in:
+3
-2
@@ -1404,8 +1404,8 @@
|
||||
"functionParamRowDescription": "ಸ್ಟ್ರಿಂಗ್ಗಳ ಸರಣಿ, ಪ್ರತಿಯೊಂದು ಮೌಲ್ಯವು ಒಂದು ಕಾಲಮ್ನ ಮೌಲ್ಯವಾಗಿರುತ್ತದೆ",
|
||||
"functionParamIndexDescription": "ಸಾಲಿನ ಸೂಚ್ಯಂಕ (0-ಆಧಾರಿತ)",
|
||||
"functionReturnDescription": "ವಹಿವಾಟನ್ನು ಪ್ರತಿನಿಧಿಸುವ ವಸ್ತು (ಕೆಳಗಿನ ಕ್ಷೇತ್ರಗಳೊಂದಿಗೆ), ಅಥವಾ ಈ ಸಾಲನ್ನು ತೊರೆಯಲು null ಅನ್ನು ಹಿಂತಿರುಗಿಸಿ",
|
||||
"fieldTimeDescription": "[ಅಗತ್ಯ] ವಹಿವಾಟಿನ ಸಮಯ, ಸ್ವರೂಪ: YYYY-MM-DD HH:mm:ss",
|
||||
"fieldUtcOffsetDescription": "[ಅಗತ್ಯ] ವಹಿವಾಟಿನ ಸಮಯ ವಲಯ ಆಫ್ಸೆಟ್ (ನಿಮಿಷಗಳಲ್ಲಿ), ಉದಾ: '480' UTC+8 ಗಾಗಿ, '-300' UTC-5 ಗಾಗಿ",
|
||||
"fieldTimeDescription": "[required] Transaction time, format: YYYY-MM-DD HH:mm:ss. You can also use the parseDateTime(value, format) function to convert a custom formatted time string to the standard format, where 'format' argument is the format of the custom time string, e.g. parseDateTime('12/31/2023 23:59', 'MM/DD/YYYY HH:mm') means converting '12/31/2023 23:59' to the standard format '2023-12-31 23:59:00'",
|
||||
"fieldUtcOffsetDescription": "[required] Transaction timezone offset in minutes, e.g. '480' for UTC+8, '-300' for UTC-5. You can also use the parseUtcOffset(timezoneName) function to get the timezone offset in minutes automatically according to the transaction time, where 'timezoneName' argument is the IANA time zone name, e.g. parseUtcOffset('Asia/Shanghai') means getting the timezone offset in minutes for Beijing Time",
|
||||
"fieldTypeDescription": "[ಅಗತ್ಯ] ವಹಿವಾಟಿನ ಪ್ರಕಾರ, ಇದು 'TransactionType.Income', 'TransactionType.Expense' ಅಥವಾ 'TransactionType.Transfer' ಆಗಿರಬೇಕು",
|
||||
"fieldCategoryNameDescription": "[ಐಚ್ಛಿಕ] ವರ್ಗದ ಹೆಸರು",
|
||||
"fieldSourceAccountNameDescription": "[ಐಚ್ಛಿಕ] ಮೂಲ ಖಾತೆಯ ಹೆಸರು",
|
||||
@@ -1961,6 +1961,7 @@
|
||||
"Please execute the custom script first": "ದಯವಿಟ್ಟು ಮೊದಲು ಕಸ್ಟಮ್ ಸ್ಕ್ರಿಪ್ಟ್ ನಿರ್ವಹಿಸಿ",
|
||||
"Executing Script...": "ಸ್ಕ್ರಿಪ್ಟ್ ಚಲಾಯಿಸಲಾಗುತ್ತಿದೆ...",
|
||||
"No parse function defined": "ಯಾವುದೇ ಪಾರ್ಸ್ ಫಂಕ್ಷನ್ ವ್ಯಾಖ್ಯಾನಿಸಲ್ಪಟ್ಟಿಲ್ಲ",
|
||||
"Failed to parse time": "Failed to parse time",
|
||||
"Failed to execute custom script": "ಕಸ್ಟಮ್ ಸ್ಕ್ರಿಪ್ಟ್ ಚಲಾಯಿಸಲು ವಿಫಲವಾಗಿದೆ",
|
||||
"Batch Replace Selected Expense Categories": "ಆಯ್ಕೆ ಮಾಡಿದ ಖರ್ಚು ವರ್ಗಗಳನ್ನು ಬ್ಯಾಚ್ ಬದಲಾಯಿಸಿ",
|
||||
"Batch Replace Selected Income Categories": "ಆಯ್ಕೆ ಮಾಡಿದ ಆದಾಯ ವರ್ಗಗಳನ್ನು ಬ್ಯಾಚ್ ಬದಲಾಯಿಸಿ",
|
||||
|
||||
Reference in New Issue
Block a user