Skip to content

Commit eebf432

Browse files
committed
ux: bisecting status tooltip
Signed-off-by: leo <longshuang@msn.cn>
1 parent e70e7de commit eebf432

15 files changed

Lines changed: 38 additions & 34 deletions

src/Resources/Locales/de_DE.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<x:String x:Key="Text.Bisect.Detecting">Bisecting. Ist der aktuelle HEAD gut oder schlecht?</x:String>
5454
<x:String x:Key="Text.Bisect.Good">Gut</x:String>
5555
<x:String x:Key="Text.Bisect.Skip">Überspringen</x:String>
56-
<x:String x:Key="Text.Bisect.WaitingForRange">Bisecting. Aktuellen Commit als gut oder schlecht markieren und einen anderen auschecken.</x:String>
56+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">Bisecting. Aktuellen Commit als gut oder schlecht markieren und einen anderen auschecken.</x:String>
5757
<x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String>
5858
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">Blame auf vorheriger Revision</x:String>
5959
<x:String x:Key="Text.Blame.IgnoreWhitespace">Leerzeichen-Änderungen ignorieren</x:String>

src/Resources/Locales/el_GR.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<x:String x:Key="Text.Bisect.Detecting">Εκτέλεση bisect. Το τρέχον HEAD είναι καλό ή κακό;</x:String>
5858
<x:String x:Key="Text.Bisect.Good">Καλό</x:String>
5959
<x:String x:Key="Text.Bisect.Skip">Παράλειψη</x:String>
60-
<x:String x:Key="Text.Bisect.WaitingForRange">Εκτέλεση bisect. Σημειώστε το τρέχον commit ως καλό ή κακό και κάντε checkout σε άλλο.</x:String>
60+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">Εκτέλεση bisect. Σημειώστε το τρέχον commit ως καλό ή κακό και κάντε checkout σε άλλο.</x:String>
6161
<x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String>
6262
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">Blame στην προηγούμενη αναθεώρηση</x:String>
6363
<x:String x:Key="Text.Blame.IgnoreWhitespace">Αγνόηση αλλαγών κενών χαρακτήρων</x:String>

src/Resources/Locales/en_US.axaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
<x:String x:Key="Text.Bisect.Detecting">Bisecting. Is current HEAD good or bad?</x:String>
5757
<x:String x:Key="Text.Bisect.Good">Good</x:String>
5858
<x:String x:Key="Text.Bisect.Skip">Skip</x:String>
59-
<x:String x:Key="Text.Bisect.WaitingForRange">Bisecting. Mark current commit as good or bad and checkout another one.</x:String>
59+
<x:String x:Key="Text.Bisect.WaitingForFirstBad">Bisecting. Mark current commit as bad or checkout another one then mark it as bad.</x:String>
60+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">Bisecting. Mark current commit as good or bad and checkout another one.</x:String>
6061
<x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String>
6162
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">Blame on Previous Revision</x:String>
6263
<x:String x:Key="Text.Blame.IgnoreWhitespace">Ignore whitespace changes</x:String>

src/Resources/Locales/es_ES.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<x:String x:Key="Text.Bisect.Detecting">Bisecting. ¿Es el HEAD actual bueno o malo?</x:String>
5858
<x:String x:Key="Text.Bisect.Good">Bueno</x:String>
5959
<x:String x:Key="Text.Bisect.Skip">Saltar</x:String>
60-
<x:String x:Key="Text.Bisect.WaitingForRange">Bisecting. Marcar el commit actual como bueno o malo y revisar otro.</x:String>
60+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">Bisecting. Marcar el commit actual como bueno o malo y revisar otro.</x:String>
6161
<x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String>
6262
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">Blame sobre la Revisión Previa</x:String>
6363
<x:String x:Key="Text.Blame.IgnoreWhitespace">Ignorar cambios de espacios en blanco</x:String>

src/Resources/Locales/fr_FR.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<x:String x:Key="Text.Bisect.Detecting">Bisect en cours. Le HEAD actuel est-il bon ou mauvais ?</x:String>
5858
<x:String x:Key="Text.Bisect.Good">Bon</x:String>
5959
<x:String x:Key="Text.Bisect.Skip">Passer</x:String>
60-
<x:String x:Key="Text.Bisect.WaitingForRange">Bisect en cours. Marquer le commit actuel comme bon ou mauvais et en récupérer un autre.</x:String>
60+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">Bisect en cours. Marquer le commit actuel comme bon ou mauvais et en récupérer un autre.</x:String>
6161
<x:String x:Key="Text.Blame" xml:space="preserve">Blâme</x:String>
6262
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">Blâmer sur la révision précédente</x:String>
6363
<x:String x:Key="Text.Blame.IgnoreWhitespace" xml:space="preserve">Ignorer les changements d'espaces</x:String>

src/Resources/Locales/he_IL.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<x:String x:Key="Text.Bisect.Detecting">מתבצע Bisect. האם ה־HEAD הנוכחי תקין או פגום?</x:String>
5858
<x:String x:Key="Text.Bisect.Good">תקין (Good)</x:String>
5959
<x:String x:Key="Text.Bisect.Skip">דלג</x:String>
60-
<x:String x:Key="Text.Bisect.WaitingForRange">מתבצע Bisect. יש לסמן את ה־commit הנוכחי כתקין או כפגום ולבצע checkout לאחר.</x:String>
60+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">מתבצע Bisect. יש לסמן את ה־commit הנוכחי כתקין או כפגום ולבצע checkout לאחר.</x:String>
6161
<x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String>
6262
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">Blame ל־revision הקודם</x:String>
6363
<x:String x:Key="Text.Blame.IgnoreWhitespace">התעלמות משינויי whitespace</x:String>

src/Resources/Locales/id_ID.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<x:String x:Key="Text.Bisect.Detecting">Bisect berjalan. Apakah HEAD saat ini baik atau buruk?</x:String>
5252
<x:String x:Key="Text.Bisect.Good">Baik</x:String>
5353
<x:String x:Key="Text.Bisect.Skip">Lewati</x:String>
54-
<x:String x:Key="Text.Bisect.WaitingForRange">Bisect berjalan. Tandai commit saat ini sebagai baik atau buruk dan checkout yang lain.</x:String>
54+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">Bisect berjalan. Tandai commit saat ini sebagai baik atau buruk dan checkout yang lain.</x:String>
5555
<x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String>
5656
<x:String x:Key="Text.Blame.TypeNotSupported" xml:space="preserve">BLAME PADA BERKAS INI TIDAK DIDUKUNG!!!</x:String>
5757
<x:String x:Key="Text.BranchCM.Checkout" xml:space="preserve">Checkout ${0}$...</x:String>

src/Resources/Locales/it_IT.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<x:String x:Key="Text.Bisect.Detecting" xml:space="preserve">Bisecando. La HEAD corrente è buona o cattiva?</x:String>
5454
<x:String x:Key="Text.Bisect.Good" xml:space="preserve">Buona</x:String>
5555
<x:String x:Key="Text.Bisect.Skip" xml:space="preserve">Salta</x:String>
56-
<x:String x:Key="Text.Bisect.WaitingForRange" xml:space="preserve">Bisecando. Marca il commit corrente come buono o cattivo e fai checkout di un altro.</x:String>
56+
<x:String x:Key="Text.Bisect.WaitingForFirstGood" xml:space="preserve">Bisecando. Marca il commit corrente come buono o cattivo e fai checkout di un altro.</x:String>
5757
<x:String x:Key="Text.Blame" xml:space="preserve">Attribuisci</x:String>
5858
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">Attribuisci sulla Revisione Precedente</x:String>
5959
<x:String x:Key="Text.Blame.IgnoreWhitespace" xml:space="preserve">Ignora modifiche agli spazi</x:String>

src/Resources/Locales/ja_JP.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<x:String x:Key="Text.Bisect.Detecting">問題の発生源となったコミットを特定しています。現在の HEAD に問題はありませんか?</x:String>
5454
<x:String x:Key="Text.Bisect.Good">問題なし</x:String>
5555
<x:String x:Key="Text.Bisect.Skip">スキップ</x:String>
56-
<x:String x:Key="Text.Bisect.WaitingForRange">問題の発生源となったコミットを特定しています。現在のコミットに問題があるかどうかを調査したあと、別のコミットをチェックアウトしてみてください。</x:String>
56+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">問題の発生源となったコミットを特定しています。現在のコミットに問題があるかどうかを調査したあと、別のコミットをチェックアウトしてみてください。</x:String>
5757
<x:String x:Key="Text.Blame" xml:space="preserve">著者の履歴</x:String>
5858
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">前のリビジョンの著者の履歴</x:String>
5959
<x:String x:Key="Text.Blame.IgnoreWhitespace">空白文字の変更を無視</x:String>

src/Resources/Locales/ko_KR.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<x:String x:Key="Text.Bisect.Detecting">이진 탐색 중. 현재 HEAD가 '좋음' 상태입니까, '나쁨' 상태입니까?</x:String>
6161
<x:String x:Key="Text.Bisect.Good">좋음</x:String>
6262
<x:String x:Key="Text.Bisect.Skip">건너뛰기</x:String>
63-
<x:String x:Key="Text.Bisect.WaitingForRange">이진 탐색 중. 현재 커밋을 '좋음' 또는 '나쁨'으로 표시하고 다른 커밋을 체크아웃하세요.</x:String>
63+
<x:String x:Key="Text.Bisect.WaitingForFirstGood">이진 탐색 중. 현재 커밋을 '좋음' 또는 '나쁨'으로 표시하고 다른 커밋을 체크아웃하세요.</x:String>
6464
<x:String x:Key="Text.Blame" xml:space="preserve">블레임</x:String>
6565
<x:String x:Key="Text.Blame.BlameOnPreviousRevision" xml:space="preserve">이전 리비전으로 책임 추적</x:String>
6666
<x:String x:Key="Text.Blame.IgnoreWhitespace" xml:space="preserve">공백 변경 무시</x:String>

0 commit comments

Comments
 (0)