Skip to content

Commit e033a93

Browse files
committed
localization: update Text.Fetch.Force
1 parent cce08fb commit e033a93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Resources/Locales/en_US.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<x:String x:Key="Text.FastForwardWithoutCheck" xml:space="preserve">Fast-Forward (without checkout)</x:String>
274274
<x:String x:Key="Text.Fetch" xml:space="preserve">Fetch</x:String>
275275
<x:String x:Key="Text.Fetch.AllRemotes" xml:space="preserve">Fetch all remotes</x:String>
276-
<x:String x:Key="Text.Fetch.Force" xml:space="preserve">Force to override refs check</x:String>
276+
<x:String x:Key="Text.Fetch.Force" xml:space="preserve">Force override local refs</x:String>
277277
<x:String x:Key="Text.Fetch.NoTags" xml:space="preserve">Fetch without tags</x:String>
278278
<x:String x:Key="Text.Fetch.Remote" xml:space="preserve">Remote:</x:String>
279279
<x:String x:Key="Text.Fetch.Title" xml:space="preserve">Fetch Remote Changes</x:String>

src/Resources/Locales/zh_CN.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<x:String x:Key="Text.FastForwardWithoutCheck" xml:space="preserve">快进(fast-forward,无需checkout)</x:String>
277277
<x:String x:Key="Text.Fetch" xml:space="preserve">拉取(fetch)</x:String>
278278
<x:String x:Key="Text.Fetch.AllRemotes" xml:space="preserve">拉取所有的远程仓库</x:String>
279-
<x:String x:Key="Text.Fetch.Force" xml:space="preserve">覆盖REF检查</x:String>
279+
<x:String x:Key="Text.Fetch.Force" xml:space="preserve">强制覆盖本地REFs</x:String>
280280
<x:String x:Key="Text.Fetch.NoTags" xml:space="preserve">不拉取远程标签</x:String>
281281
<x:String x:Key="Text.Fetch.Remote" xml:space="preserve">远程仓库 :</x:String>
282282
<x:String x:Key="Text.Fetch.Title" xml:space="preserve">拉取远程仓库内容</x:String>

src/Resources/Locales/zh_TW.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<x:String x:Key="Text.FastForwardWithoutCheck" xml:space="preserve">快進 (fast-forward,無需 checkout)</x:String>
277277
<x:String x:Key="Text.Fetch" xml:space="preserve">提取 (fetch)</x:String>
278278
<x:String x:Key="Text.Fetch.AllRemotes" xml:space="preserve">提取所有的遠端存放庫</x:String>
279-
<x:String x:Key="Text.Fetch.Force" xml:space="preserve">覆寫 REFs 檢查</x:String>
279+
<x:String x:Key="Text.Fetch.Force" xml:space="preserve">強制覆寫本機 REFs</x:String>
280280
<x:String x:Key="Text.Fetch.NoTags" xml:space="preserve">不提取遠端標籤</x:String>
281281
<x:String x:Key="Text.Fetch.Remote" xml:space="preserve">遠端存放庫:</x:String>
282282
<x:String x:Key="Text.Fetch.Title" xml:space="preserve">提取遠端存放庫內容</x:String>

0 commit comments

Comments
 (0)