add cheatcheat

gofumpt
This commit is contained in:
Clément PÉAU 2024-10-14 22:56:18 +02:00
parent 70856b683c
commit 59f39d76cc
10 changed files with 10 additions and 2 deletions

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Container
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: entfernen
<kbd>e</kbd>: hide/show stopped containers
<kbd>p</kbd>: pause

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Containers
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: remove
<kbd>e</kbd>: hide/show stopped containers
<kbd>p</kbd>: pause

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Contenedores
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: borrar
<kbd>e</kbd>: esconder/mostrar contenedores parados
<kbd>p</kbd>: pausa

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Conteneurs
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: supprimer
<kbd>e</kbd>: cacher/montrer les conteneurs arrêtés
<kbd>p</kbd>: pause

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Containers
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: verwijder
<kbd>e</kbd>: verberg gestopte containers
<kbd>p</kbd>: pause

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Kontenery
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: usuń
<kbd>e</kbd>: hide/show stopped containers
<kbd>p</kbd>: pause

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Contêineres
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: remover
<kbd>e</kbd>: ocultar/mostrar contêineres parados
<kbd>p</kbd>: pausar

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Konteynerler
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: kaldır
<kbd>e</kbd>: hide/show stopped containers
<kbd>p</kbd>: pause

View file

@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## 容器
<pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: 移除
<kbd>e</kbd>: 隐藏/显示已停止的容器
<kbd>p</kbd>: 暂停

View file

@ -40,7 +40,6 @@ func (m *statusManager) addWaitingStatus(name string) {
m.removeStatus(name)
newStatus := appStatus{
name: name,
//TODO: add a different enum for information statuses
statusType: "waiting",
duration: 0,
}