mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support transaction tag group
This commit is contained in:
@@ -1278,6 +1278,9 @@
|
||||
"explorer id is invalid": "探索ID無效",
|
||||
"explorer not found": "探索不存在",
|
||||
"explorer data is invalid": "探索資料無效",
|
||||
"transaction tag group id is invalid": "交易標籤組ID無效",
|
||||
"transaction tag group not found": "交易標籤組不存在",
|
||||
"transaction tag group is in use and cannot be deleted": "交易標籤組正在被使用,無法刪除",
|
||||
"query items cannot be blank": "查詢項目不能為空",
|
||||
"query items too much": "查詢項目過多",
|
||||
"query items have invalid item": "查詢項目中有非法項目",
|
||||
@@ -1485,6 +1488,8 @@
|
||||
"Version": "版本",
|
||||
"Edit": "編輯",
|
||||
"View": "檢視",
|
||||
"Move": "移動",
|
||||
"Move to...": "移動到...",
|
||||
"Remove": "移除",
|
||||
"Delete": "刪除",
|
||||
"Duplicate": "複製",
|
||||
@@ -2376,12 +2381,30 @@
|
||||
"Show Hidden Transaction Categories": "顯示隱藏的交易分類",
|
||||
"Hide Hidden Transaction Categories": "不顯示隱藏的交易分類",
|
||||
"Transaction Tags": "交易標籤",
|
||||
"Total tags": "總標籤數",
|
||||
"Default Group": "預設群組",
|
||||
"Tag Title": "標籤標題",
|
||||
"No available tag": "沒有可用的標籤",
|
||||
"Find tag": "尋找標籤",
|
||||
"Unable to retrieve tag list": "無法取得標籤清單",
|
||||
"Tag list is up to date": "標籤清單已是最新",
|
||||
"Tag list has been updated": "標籤清單已更新",
|
||||
"Add Tag Group": "新增標籤群組",
|
||||
"Rename Tag Group": "重新命名標籤群組",
|
||||
"Delete Tag Group": "刪除標籤群組",
|
||||
"Change Group Display Order": "變更群組顯示順序",
|
||||
"Transaction Tag Groups": "交易標籤群組",
|
||||
"Tag Group Name": "標籤群組名稱",
|
||||
"New Tag Group Name": "新標籤群組名稱",
|
||||
"No available tag group": "沒有可用的標籤群組",
|
||||
"Unable to retrieve tag group list": "無法取得標籤群組清單",
|
||||
"Tag group list has been updated": "標籤群組清單已更新",
|
||||
"Unable to add tag group": "無法新增標籤群組",
|
||||
"Unable to save tag group": "無法儲存標籤群組",
|
||||
"Unable to move tag group": "無法移動標籤群組",
|
||||
"Unable to rename this tag group": "無法重新命名此標籤群組",
|
||||
"Are you sure you want to delete this tag group?": "您確定要刪除此標籤群組?",
|
||||
"Unable to delete this tag group": "無法刪除此標籤群組",
|
||||
"Add new tag": "新增標籤",
|
||||
"Unable to add tag": "無法新增標籤",
|
||||
"Unable to save tag": "無法儲存標籤",
|
||||
|
||||
Reference in New Issue
Block a user