Browse Source

Fix(i18n): Refine zh-Hant workflow translations (#13421)

tags/1.0.0
海狸大師 8 months ago
parent
commit
c189629eca
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      web/i18n/zh-Hant/workflow.ts

+ 3
- 3
web/i18n/zh-Hant/workflow.ts View File

@@ -545,17 +545,17 @@ const translation = {
'setVariable': '設定變數',
'variable': '變數',
'operations': {
'overwrite': '寫',
'overwrite': '寫',
'/=': '/=',
'title': '操作',
'*=': '*=',
'extend': '擴展',
'+=': '+=',
'set': '設置',
'over-write': '寫',
'over-write': '寫',
'-=': '-=',
'append': '附加',
'clear': '清',
'clear': '清',
},
'noAssignedVars': '沒有可用的已分配變數',
'variables': '變數',

Loading…
Cancel
Save