mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
Update turkish.go
This commit is contained in:
parent
3bca81dd9a
commit
f811a3708a
1 changed files with 2 additions and 2 deletions
|
|
@ -2,13 +2,13 @@ package i18n
|
|||
|
||||
func turkishSet() TranslationSet {
|
||||
return TranslationSet{
|
||||
PruningStatus: "pruning",
|
||||
PruningStatus: "temizleniyor",
|
||||
RemovingStatus: "kaldırılıyor",
|
||||
RestartingStatus: "yeniden başlatılıyor",
|
||||
StoppingStatus: "durduruluyor",
|
||||
RunningCustomCommandStatus: "özel komut çalıştır",
|
||||
|
||||
RunningSubprocess: "Alt işlemler çalışıyor",
|
||||
RunningSubprocess: "İkincil işlem yürütülüyor",
|
||||
NoViewMachingNewLineFocusedSwitchStatement: "NewLineFocused anahtar deyimi ile eşleşen görünüm yok",
|
||||
|
||||
ErrorOccurred: "Bir hata oluştu! Lütfen https://github.com/jesseduffield/lazydocker/issues adresinden bir hataya ilişkin konu oluşturun",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue