summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-29 10:11:15 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-29 11:37:29 +1100
commita2790cfe8e6705ebd81c63df2154ec82cb645ae3 (patch)
treeba41523fe4726471a8dfab7c29c93a0365dcb67b /pkg/i18n
parent624ae45ebb3f54499a25c4eba0844fa971277c34 (diff)
rename to filtered mode
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go26
1 files changed, 16 insertions, 10 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index bcdbb3e0d..90a682a99 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1084,8 +1084,8 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "gotoBottom",
Other: "scroll to bottom",
}, &i18n.Message{
- ID: "scopingTo",
- Other: "scoping to",
+ ID: "filteringBy",
+ Other: "filtering by",
}, &i18n.Message{
ID: "(reset)",
Other: "(reset)",
@@ -1093,20 +1093,26 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "openScopingMenu",
Other: "view scoping options",
}, &i18n.Message{
- ID: "scopeTo",
- Other: "scope to",
+ ID: "filterBy",
+ Other: "filter by",
}, &i18n.Message{
- ID: "exitOutOfScopedMode",
- Other: "stop scoping",
+ ID: "exitFilterMode",
+ Other: "stop filtering by path",
}, &i18n.Message{
- ID: "fileToScopeToOption",
- Other: "enter path to scope to",
+ ID: "filterPathOption",
+ Other: "enter path to filter by",
}, &i18n.Message{
ID: "enterFileName",
Other: "enter path:",
}, &i18n.Message{
- ID: "scopingMenuTitle",
- Other: "scoping",
+ ID: "FilteringMenuTitle",
+ Other: "Filtering",
+ }, &i18n.Message{
+ ID: "MustExitFilterModeTitle",
+ Other: "Command not available",
+ }, &i18n.Message{
+ ID: "MustExitFilterModePrompt",
+ Other: "Command not available in filtered mode. Exit filtered mode?",
},
)
}