feat(localization): add finance key to project-view localization files

- Added a new "finance" key to project-view localization files for multiple languages, enhancing support for finance-related UI elements.
- Ensured consistency across all language files by updating the structure and maintaining formatting.
This commit is contained in:
chamikaJ
2025-07-24 16:05:11 +05:30
parent 4ffc3465e3
commit 3a6af8bd07
6 changed files with 12 additions and 6 deletions

View File

@@ -10,5 +10,6 @@
"error": "加载项目时出错",
"pinnedTab": "已固定为默认标签页",
"pinTab": "固定为默认标签页",
"unpinTab": "取消固定默认标签页"
"unpinTab": "取消固定默认标签页",
"finance": "财务"
}