From 7713c5d1cf6968f4d3ac17588006f2b080f59111 Mon Sep 17 00:00:00 2001 From: wangfei Date: Mon, 8 Jan 2024 14:05:02 +0800 Subject: [PATCH] fix: no translations for context menu add translations for context menu Issue: https://github.com/linuxdeepin/developer-center/issues/6712 --- src/translations/dtkdeclarative.ts | 39 ++++++++++++++++++-- src/translations/dtkdeclarative_zh_CN.ts | 45 +++++++++++++++++++++--- 2 files changed, 76 insertions(+), 8 deletions(-) diff --git a/src/translations/dtkdeclarative.ts b/src/translations/dtkdeclarative.ts index 4f007d058..a15d21aad 100644 --- a/src/translations/dtkdeclarative.ts +++ b/src/translations/dtkdeclarative.ts @@ -12,17 +12,17 @@ AboutDialog - + Version - + Homepage - + Description @@ -59,6 +59,39 @@ + + TextField + + + Copy + + + + + Cut + + + + + Paste + + + + + Select All + + + + + Undo + + + + + Redo + + + ThemeMenu diff --git a/src/translations/dtkdeclarative_zh_CN.ts b/src/translations/dtkdeclarative_zh_CN.ts index 8a82c0430..2f1434ad3 100644 --- a/src/translations/dtkdeclarative_zh_CN.ts +++ b/src/translations/dtkdeclarative_zh_CN.ts @@ -1,4 +1,6 @@ - + + + AboutAction @@ -10,17 +12,17 @@ AboutDialog - + Version 版本 - + Homepage 主页 - + Description 描述 @@ -57,6 +59,39 @@ 恢复默认 + + TextField + + + Copy + 复制 + + + + Cut + 剪切 + + + + Paste + 粘贴 + + + + Select All + 全选 + + + + Undo + 撤销 + + + + Redo + 重做 + + ThemeMenu @@ -80,4 +115,4 @@ 跟随系统 - \ No newline at end of file +