Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Apr 19, 2021
1 parent faf01ba commit a73679f
Show file tree
Hide file tree
Showing 7 changed files with 14,457 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .tools/transifex/.tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ trans.pt = Portuguese.xlf
trans.pt_BR = Portuguese (Brazil).xlf
trans.ro = Romanian.xlf
trans.ru = Russian.xlf
trans.tr = Turkish.xlf
trans.zh-Hans = Simplified Chinese.xlf
trans.zh-Hant = Traditional Chinese.xlf
type = XLIFF
Expand All @@ -45,6 +46,7 @@ trans.pt = Portuguese.Plugins.xlf
trans.pt_BR = Portuguese (Brazil).Plugins.xlf
trans.ro = Romanian.Plugins.xlf
trans.ru = Russian.Plugins.xlf
trans.tr = Turkish.Plugins.xlf
trans.zh-Hans = Simplified Chinese.Plugins.xlf
trans.zh-Hant = Traditional Chinese.Plugins.xlf
type = XLIFF
Expand Down
4 changes: 2 additions & 2 deletions .tools/transifex/DownloadTransifexTranslations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ try {
Remove-Item -Force;

# 2. download updated plugin translations
./tx.exe pull -a --parallel --minimum-perc 95 -f -r git-extensions.plugins-3_5
./tx.exe pull -a --parallel --minimum-perc 95 -f -r git-extensions.plugins-3_5 --pseudo
./tx.exe pull -a --parallel -f -r git-extensions.plugins-3_5
./tx.exe pull -a --parallel -f -r git-extensions.plugins-3_5 --pseudo

# 3. download updated translations
./tx.exe pull -a --parallel --minimum-perc 95 -f -r git-extensions.ui-3_5
Expand Down
4 changes: 4 additions & 0 deletions GitUI/Translation/Japanese.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -2587,10 +2587,12 @@ compare with first:</source>
</trans-unit>
<trans-unit id="Bad.Text">
<source>Mark current revision &amp;bad</source>
<target>現在のリビジョンは問題あり(&amp;B)</target>

</trans-unit>
<trans-unit id="Good.Text">
<source>Mark current revision &amp;good</source>
<target>現在のリビジョンは問題なし(&amp;G)</target>

</trans-unit>
<trans-unit id="Start.Text">
Expand All @@ -2610,6 +2612,7 @@ compare with first:</source>
</trans-unit>
<trans-unit id="btnSkip.Text">
<source>&amp;Skip current revision</source>
<target>現在のリビジョンをスキップ(&amp;S)</target>

</trans-unit>
</body>
Expand Down Expand Up @@ -12026,6 +12029,7 @@ Select this commit to populate the full message.</source>
</trans-unit>
<trans-unit id="_buttonViewDetails.Text">
<source>View details</source>
<target>詳細を表示</target>

</trans-unit>
<trans-unit id="_cancelText.Text">
Expand Down
Loading

0 comments on commit a73679f

Please sign in to comment.