Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ action.local.branches.in.repo.text:
action.local.branches.text:
text: Локальные ветки
action.merge.text:
text: Слияние
text: Влить (Merge)
action.rebase.onto.text:
text: Перебазировать (Rebase) на
text: Перебазироваться (Rebase) на
action.remote.branches.in.repo.text:
text: Удалённые ветки в {0}
action.remote.branches.text:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ action.selected.file.text:
action.stash.name:
text: Припрятать (Stash)
action.stash.text:
text: Припрятать (Stash) изменения...
text: Припрятать изменения (Stash)...
action.tag.name:
text: Тег
action.tag.text:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ action.show.prev.change.marker.description:
action.show.prev.change.marker.text:
text: Предыдущая пр_авка
action.show.shelf.text:
text: Показать отложенное
text: Показать отложенное (Shelve)
action.show.tabbed.file.history.description:
text: Показать историю изменений файла
action.show.tabbed.file.history.text:
Expand Down Expand Up @@ -1125,7 +1125,7 @@ settings.filter.update.project.info.by.scope:
shelf.tab:
text: Отложить
shelve.changes.action:
text: Отложить изменения
text: Отложить изменения (Shelve)
shelve.changes.delete.confirm:
text: Вы уверены, что хотите удалить отложенный список изменений с именем «{0}»? Эту операцию будет невозможно отменить.
shelve.changes.delete.files.from.list:
Expand Down
Loading