mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 06:35:14 +08:00
Fix(i18n): Refine zh-Hant workflow translations (#13421)
This commit is contained in:
parent
37117c22d4
commit
c189629eca
@ -545,17 +545,17 @@ const translation = {
|
|||||||
'setVariable': '設定變數',
|
'setVariable': '設定變數',
|
||||||
'variable': '變數',
|
'variable': '變數',
|
||||||
'operations': {
|
'operations': {
|
||||||
'overwrite': '改寫',
|
'overwrite': '覆寫',
|
||||||
'/=': '/=',
|
'/=': '/=',
|
||||||
'title': '操作',
|
'title': '操作',
|
||||||
'*=': '*=',
|
'*=': '*=',
|
||||||
'extend': '擴展',
|
'extend': '擴展',
|
||||||
'+=': '+=',
|
'+=': '+=',
|
||||||
'set': '設置',
|
'set': '設置',
|
||||||
'over-write': '改寫',
|
'over-write': '覆寫',
|
||||||
'-=': '-=',
|
'-=': '-=',
|
||||||
'append': '附加',
|
'append': '附加',
|
||||||
'clear': '清楚',
|
'clear': '清除',
|
||||||
},
|
},
|
||||||
'noAssignedVars': '沒有可用的已分配變數',
|
'noAssignedVars': '沒有可用的已分配變數',
|
||||||
'variables': '變數',
|
'variables': '變數',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user