summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go20
1 files changed, 19 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 4d84326fe..9c79ccb7d 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1193,7 +1193,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "running custom command",
}, &i18n.Message{
ID: "submoduleStashAndReset",
- Other: "stash uncommitted submodule changes and reset",
+ Other: "stash uncommitted submodule changes and update",
}, &i18n.Message{
ID: "andResetSubmodules",
Other: "and reset submodules",
@@ -1254,6 +1254,24 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "updatingSubmoduleStatus",
Other: "updating submodule",
+ }, &i18n.Message{
+ ID: "bulkInitSubmodules",
+ Other: "bulk init submodules",
+ }, &i18n.Message{
+ ID: "bulkUpdateSubmodules",
+ Other: "bulk update submodules",
+ }, &i18n.Message{
+ ID: "bulkDeinitSubmodules",
+ Other: "bulk deinit submodules",
+ }, &i18n.Message{
+ ID: "viewBulkSubmoduleOptions",
+ Other: "view bulk submodule options",
+ }, &i18n.Message{
+ ID: "bulkSubmoduleOptions",
+ Other: "bulk submodule options",
+ }, &i18n.Message{
+ ID: "runningCommand",
+ Other: "running command",
},
)
}