Skip to content

Commit 1a3f692

Browse files
committed
fix translation case & generate docs
1 parent 0bd3cc2 commit 1a3f692

10 files changed

+60
-6
lines changed

docs/keybindings/Keybindings_de.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
106106
<kbd>_</kbd>: prev screen mode
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

docs/keybindings/Keybindings_en.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
106106
<kbd>_</kbd>: prev screen mode
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

docs/keybindings/Keybindings_es.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
106106
<kbd>_</kbd>: prev screen mode
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

docs/keybindings/Keybindings_fr.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
106106
<kbd>_</kbd>: prev screen mode
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

docs/keybindings/Keybindings_nl.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
106106
<kbd>_</kbd>: prev screen mode
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

docs/keybindings/Keybindings_pl.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
106106
<kbd>_</kbd>: prev screen mode
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

docs/keybindings/Keybindings_pt.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: modo de tela seguinte (normal/meia/tela cheia)
106106
<kbd>_</kbd>: modo de tela anterior
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

docs/keybindings/Keybindings_tr.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
106106
<kbd>_</kbd>: prev screen mode
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

docs/keybindings/Keybindings_zh.md

+6
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
104104
<pre>
105105
<kbd>+</kbd>: 下一个屏幕模式(正常/半屏/全屏)
106106
<kbd>_</kbd>: 上一个屏幕模式
107+
<kbd>1</kbd>: focus projects panel
108+
<kbd>2</kbd>: focus services panel
109+
<kbd>3</kbd>: focus containers panel
110+
<kbd>4</kbd>: focus images panel
111+
<kbd>5</kbd>: focus volumes panel
112+
<kbd>6</kbd>: focus networks panel
107113
</pre>

pkg/i18n/english.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@ func englishSet() TranslationSet {
271271
LcPrevScreenMode: "prev screen mode",
272272
FilterPrompt: "filter",
273273

274-
FocusProjects: "Navigate to projects",
275-
FocusServices: "Navigate to services",
276-
FocusContainers: "Navigate to containers",
277-
FocusImages: "Navigate to images",
278-
FocusVolumes: "Navigate to volumes",
279-
FocusNetwork: "Navigate to networks",
274+
FocusProjects: "focus projects panel",
275+
FocusServices: "focus services panel",
276+
FocusContainers: "focus containers panel",
277+
FocusImages: "focus images panel",
278+
FocusVolumes: "focus volumes panel",
279+
FocusNetwork: "focus networks panel",
280280
}
281281
}

0 commit comments

Comments
 (0)