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
55 public enum TagSortMode
66 {
77 CreatorDate = 0 ,
8- NameInAscending ,
9- NameInDescending ,
8+ Name ,
109 }
1110
1211 public class Tag : ObservableObject
Original file line number Diff line number Diff line change 624624 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >TAGS</x : String >
625625 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >NEUER TAG</x : String >
626626 <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 >
629628 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Sortiere</x : String >
630629 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Öffne im Terminal</x : String >
631630 <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 638638 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >TAGS</x : String >
639639 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >New Tag</x : String >
640640 <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 >
643642 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Sort</x : String >
644643 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Open in Terminal</x : String >
645644 <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 641641 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >ETIQUETAS</x : String >
642642 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >NUEVA ETIQUETA</x : String >
643643 <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 >
646645 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Ordenar</x : String >
647646 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Abrir en Terminal</x : String >
648647 <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 602602 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >TAGS</x : String >
603603 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >NOUVEAU TAG</x : String >
604604 <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 >
607606 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Trier</x : String >
608607 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Ouvrir dans un terminal</x : String >
609608 <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 628628 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >TAG</x : String >
629629 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >NUOVO TAG</x : String >
630630 <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 >
633632 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Ordina</x : String >
634633 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Apri nel Terminale</x : String >
635634 <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 600600 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >タグ</x : String >
601601 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >新しいタグを作成</x : String >
602602 <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 >
604604 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >ソート</x : String >
605605 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >ターミナルで開く</x : String >
606606 <x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >履歴に相対時間を使用</x : String >
Original file line number Diff line number Diff line change 639639 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >МЕТКИ</x : String >
640640 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >НОВАЯ МЕТКА</x : String >
641641 <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 >
644643 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Сортировать</x : String >
645644 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Открыть в терминале</x : String >
646645 <x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Использовать относительное время в историях</x : String >
Original file line number Diff line number Diff line change 601601 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >குறிசொற்கள்</x : String >
602602 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >புதிய குறிசொல்</x : String >
603603 <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 >
606605 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >வரிசைப்படுத்து</x : String >
607606 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >முனையத்தில் திற</x : String >
608607 <x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >வரலாறுகளில் உறவு நேரத்தைப் பயன்படுத்து</x : String >
Original file line number Diff line number Diff line change 606606 <x : String x : Key =" Text.Repository.Tags" xml : space =" preserve" >ТЕГИ</x : String >
607607 <x : String x : Key =" Text.Repository.Tags.Add" xml : space =" preserve" >НОВИЙ ТЕГ</x : String >
608608 <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 >
611610 <x : String x : Key =" Text.Repository.Tags.Sort" xml : space =" preserve" >Сортувати</x : String >
612611 <x : String x : Key =" Text.Repository.Terminal" xml : space =" preserve" >Відкрити в терміналі</x : String >
613612 <x : String x : Key =" Text.Repository.UseRelativeTimeInHistories" xml : space =" preserve" >Використовувати відносний час в історії</x : String >
You can’t perform that action at this time.
0 commit comments