File tree Expand file tree Collapse file tree 13 files changed +20
-45
lines changed Expand file tree Collapse file tree 13 files changed +20
-45
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ namespace SourceGit.Models
5
5
public enum TagSortMode
6
6
{
7
7
CreatorDate = 0 ,
8
- NameInAscending ,
9
- NameInDescending ,
8
+ Name ,
10
9
}
11
10
12
11
public class Tag : ObservableObject
Original file line number Diff line number Diff line change 624
624
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >TAGS</x : String >
625
625
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >NEUER TAG</x : String >
626
626
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >Nach Erstellungsdatum</x : String >
627
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc" xml : space =" preserve" >Nach Namen (Aufsteigend)</x : String >
628
- <x : String x : Key =" Text.Repository.Tags.OrderByNameDes" xml : space =" preserve" >Nach Namen (Absteigend)</x : String >
627
+ <x : String x : Key =" Text.Repository.Tags.OrderByName" xml : space =" preserve" >Nach Namen</x : String >
629
628
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Sortiere</x : String >
630
629
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Öffne im Terminal</x : String >
631
630
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Verwende relative Zeitangaben in Verlauf</x : String >
Original file line number Diff line number Diff line change 638
638
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >TAGS</x : String >
639
639
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >New Tag</x : String >
640
640
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >By Creator Date</x : String >
641
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc" xml : space =" preserve" >By Name (Ascending)</x : String >
642
- <x : String x : Key =" Text.Repository.Tags.OrderByNameDes" xml : space =" preserve" >By Name (Descending)</x : String >
641
+ <x : String x : Key =" Text.Repository.Tags.OrderByName" xml : space =" preserve" >By Name</x : String >
643
642
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Sort</x : String >
644
643
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Open in Terminal</x : String >
645
644
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Use relative time in histories</x : String >
Original file line number Diff line number Diff line change 641
641
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >ETIQUETAS</x : String >
642
642
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >NUEVA ETIQUETA</x : String >
643
643
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >Por Fecha de Creación</x : String >
644
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc" xml : space =" preserve" >Por Nombre (Ascendiente)</x : String >
645
- <x : String x : Key =" Text.Repository.Tags.OrderByNameDes" xml : space =" preserve" >Por Nombre (Descendiente)</x : String >
644
+ <x : String x : Key =" Text.Repository.Tags.OrderByName" xml : space =" preserve" >Por Nombre</x : String >
646
645
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Ordenar</x : String >
647
646
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Abrir en Terminal</x : String >
648
647
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Usar tiempo relativo en las historias</x : String >
Original file line number Diff line number Diff line change 602
602
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >TAGS</x : String >
603
603
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >NOUVEAU TAG</x : String >
604
604
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >Par date de créateur</x : String >
605
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc" xml : space =" preserve" >Par nom (Croissant)</x : String >
606
- <x : String x : Key =" Text.Repository.Tags.OrderByNameDes" xml : space =" preserve" >Par nom (Décroissant)</x : String >
605
+ <x : String x : Key =" Text.Repository.Tags.OrderByName" xml : space =" preserve" >Par nom</x : String >
607
606
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Trier</x : String >
608
607
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Ouvrir dans un terminal</x : String >
609
608
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Utiliser le temps relatif dans les historiques</x : String >
Original file line number Diff line number Diff line change 628
628
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >TAG</x : String >
629
629
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >NUOVO TAG</x : String >
630
630
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >Per data di creazione</x : String >
631
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc" xml : space =" preserve" >Per nome (ascendente)</x : String >
632
- <x : String x : Key =" Text.Repository.Tags.OrderByNameDes" xml : space =" preserve" >Per nome (discendente)</x : String >
631
+ <x : String x : Key =" Text.Repository.Tags.OrderByName" xml : space =" preserve" >Per nome</x : String >
633
632
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Ordina</x : String >
634
633
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Apri nel Terminale</x : String >
635
634
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Usa tempo relativo nello storico</x : String >
Original file line number Diff line number Diff line change 600
600
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >タグ</x : String >
601
601
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >新しいタグを作成</x : String >
602
602
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >作成者日時</x : String >
603
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc " xml : space =" preserve" >名前 (昇順) </x : String >
603
+ <x : String x : Key =" Text.Repository.Tags.OrderByName " xml : space =" preserve" >名前</x : String >
604
604
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >ソート</x : String >
605
605
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >ターミナルで開く</x : String >
606
606
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >履歴に相対時間を使用</x : String >
Original file line number Diff line number Diff line change 639
639
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >МЕТКИ</x : String >
640
640
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >НОВАЯ МЕТКА</x : String >
641
641
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >По дате создания</x : String >
642
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc" xml : space =" preserve" >По имени (по возрастанию)</x : String >
643
- <x : String x : Key =" Text.Repository.Tags.OrderByNameDes" xml : space =" preserve" >По имени (по убыванию)</x : String >
642
+ <x : String x : Key =" Text.Repository.Tags.OrderByName" xml : space =" preserve" >По имени</x : String >
644
643
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Сортировать</x : String >
645
644
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Открыть в терминале</x : String >
646
645
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Использовать относительное время в историях</x : String >
Original file line number Diff line number Diff line change 601
601
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >குறிசொற்கள்</x : String >
602
602
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >புதிய குறிசொல்</x : String >
603
603
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >படைப்பாளர் தேதியின்படி</x : String >
604
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc" xml : space =" preserve" >பெயர் (ஏறுவரிசை) மூலம்</x : String >
605
- <x : String x : Key =" Text.Repository.Tags.OrderByNameDes" xml : space =" preserve" >பெயர் (இறகுவரிசை) மூலம்</x : String >
604
+ <x : String x : Key =" Text.Repository.Tags.OrderByName" xml : space =" preserve" >பெயர் மூலம்</x : String >
606
605
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >வரிசைப்படுத்து</x : String >
607
606
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >முனையத்தில் திற</x : String >
608
607
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >வரலாறுகளில் உறவு நேரத்தைப் பயன்படுத்து</x : String >
Original file line number Diff line number Diff line change 606
606
<x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >ТЕГИ</x : String >
607
607
<x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >НОВИЙ ТЕГ</x : String >
608
608
<x : String x : Key =" Text.Repository.Tags.OrderByCreatorDate" xml : space =" preserve" >За датою створення</x : String >
609
- <x : String x : Key =" Text.Repository.Tags.OrderByNameAsc" xml : space =" preserve" >За назвою (за зростанням)</x : String >
610
- <x : String x : Key =" Text.Repository.Tags.OrderByNameDes" xml : space =" preserve" >За назвою (за спаданням)</x : String >
609
+ <x : String x : Key =" Text.Repository.Tags.OrderByName" xml : space =" preserve" >За назвою</x : String >
611
610
<x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Сортувати</x : String >
612
611
<x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Відкрити в терміналі</x : String >
613
612
<x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Використовувати відносний час в історії</x : String >
You can’t perform that action at this time.
0 commit comments