diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml index 48280f8d..e42321d7 100644 --- a/src/Resources/Locales/en_US.axaml +++ b/src/Resources/Locales/en_US.axaml @@ -132,6 +132,7 @@ Tag Name: Recommended format: v1.0.0-alpha Push to all remotes after created + Create New Tag Kind: annotated lightweight diff --git a/src/Resources/Locales/zh_CN.axaml b/src/Resources/Locales/zh_CN.axaml index 70955de8..677ad43d 100644 --- a/src/Resources/Locales/zh_CN.axaml +++ b/src/Resources/Locales/zh_CN.axaml @@ -117,7 +117,7 @@ 复制 复制路径 复制文件名 - 新建分支 + 新建分支 ... 新分支基于 : 完成后切换到新分支 未提交更改 : @@ -127,7 +127,7 @@ 新分支名 : 填写分支名称。 创建本地分支 - 新建标签 + 新建标签 ... 标签位于 : 使用GPG签名 标签描述 : @@ -135,6 +135,7 @@ 标签名 : 推荐格式 :v1.0.0-alpha 推送到所有远程仓库 + 新建标签 类型 : 附注标签 轻量标签 diff --git a/src/Resources/Locales/zh_TW.axaml b/src/Resources/Locales/zh_TW.axaml index f6f31fa7..115edc40 100644 --- a/src/Resources/Locales/zh_TW.axaml +++ b/src/Resources/Locales/zh_TW.axaml @@ -117,7 +117,7 @@ 複製 複製路徑 複製檔名 - 新建分支 + 新建分支 ... 新分支基於 : 完成後切換到新分支 未提交更改 : @@ -127,7 +127,7 @@ 新分支名 : 填寫分支名稱。 建立本地分支 - 新建標籤 + 新建標籤 ... 標籤位於 : 使用GPG簽名 標籤描述 : @@ -135,6 +135,7 @@ 標籤名 : 推薦格式 :v1.0.0-alpha 推送到所有遠端倉庫 + 新建標籤 型別 : 附註標籤 輕量標籤 diff --git a/src/Views/CreateBranch.axaml b/src/Views/CreateBranch.axaml index dd204b18..36745c99 100644 --- a/src/Views/CreateBranch.axaml +++ b/src/Views/CreateBranch.axaml @@ -13,7 +13,7 @@ + Text="{DynamicResource Text.CreateBranch.Title}"/> + Text="{DynamicResource Text.CreateTag.Title}"/>