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 ## Container
<pre> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: entfernen <kbd>d</kbd>: entfernen
<kbd>e</kbd>: hide/show stopped containers <kbd>e</kbd>: hide/show stopped containers
<kbd>p</kbd>: pause <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 ## Containers
<pre> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: remove <kbd>d</kbd>: remove
<kbd>e</kbd>: hide/show stopped containers <kbd>e</kbd>: hide/show stopped containers
<kbd>p</kbd>: pause <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 ## Contenedores
<pre> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: borrar <kbd>d</kbd>: borrar
<kbd>e</kbd>: esconder/mostrar contenedores parados <kbd>e</kbd>: esconder/mostrar contenedores parados
<kbd>p</kbd>: pausa <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 ## Conteneurs
<pre> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: supprimer <kbd>d</kbd>: supprimer
<kbd>e</kbd>: cacher/montrer les conteneurs arrêtés <kbd>e</kbd>: cacher/montrer les conteneurs arrêtés
<kbd>p</kbd>: pause <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 ## Containers
<pre> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: verwijder <kbd>d</kbd>: verwijder
<kbd>e</kbd>: verberg gestopte containers <kbd>e</kbd>: verberg gestopte containers
<kbd>p</kbd>: pause <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 ## Kontenery
<pre> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: usuń <kbd>d</kbd>: usuń
<kbd>e</kbd>: hide/show stopped containers <kbd>e</kbd>: hide/show stopped containers
<kbd>p</kbd>: pause <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 ## Contêineres
<pre> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: remover <kbd>d</kbd>: remover
<kbd>e</kbd>: ocultar/mostrar contêineres parados <kbd>e</kbd>: ocultar/mostrar contêineres parados
<kbd>p</kbd>: pausar <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 ## Konteynerler
<pre> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: kaldır <kbd>d</kbd>: kaldır
<kbd>e</kbd>: hide/show stopped containers <kbd>e</kbd>: hide/show stopped containers
<kbd>p</kbd>: pause <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> <pre>
<kbd></kbd>: copy container id
<kbd>d</kbd>: 移除 <kbd>d</kbd>: 移除
<kbd>e</kbd>: 隐藏/显示已停止的容器 <kbd>e</kbd>: 隐藏/显示已停止的容器
<kbd>p</kbd>: 暂停 <kbd>p</kbd>: 暂停

View file

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