You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en-US.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@
7
7
"ask_self_update": "a newer version of manager has been found: %{latest}\ncurrently running: %{current}\ndo you wish to update now?",
8
8
"ask_toolkit_update": "a newer version of toolkit has been found: %{latest}\ncurrently installed: %{current}\ndo you wish to update now?",
9
9
"ask_uninstall_option": "Choose an uninstall option",
10
+
"auto_check_manager_updates": "Auto-Check for Manager Updates",
11
+
"auto_check_toolkit_updates": "Auto-Check for Toolkit Updates",
10
12
"back": "Back",
13
+
"beta": "Beta",
11
14
"bin_crate": "binary crate",
12
15
"bin_crate_help": "binary crates are source code that can be compiled to executable binary, and can also be managed using `cargo` install or uninstall.",
13
16
"cancel": "Cancel",
@@ -55,6 +58,7 @@
55
58
"fetch_latest_toolkit_version_failed": "unable to retrieve information about the latest toolkit version",
56
59
"fetching": "fetching",
57
60
"finish": "Finish",
61
+
"general": "General",
58
62
"handling_extension_info": "%{op}ing extension '%{ext}' for program '%{program}'",
59
63
"insecure_download": "skipping SSL certificate verification (requested by `--insecure` flag)",
60
64
"insecure_http_override": "using 'http' schema to skip SSL certificate verification (requested by `--insecure` flag)",
"minimal_desc": "Contains only the required components sufficient to run Rust compiler, no other tools such as IDE are included",
96
102
"missing_restricted_source": "pacakge source of tool '%{name}' is restricted, which should be provided by user or has a default value, but none of those are presented",
@@ -171,6 +177,7 @@
171
177
"skip_version": "Skip This Version",
172
178
"source_configuration": "Source Configuration",
173
179
"space_separated_and": "space separated ",
180
+
"stable": "Stable",
174
181
"standalone_tool": "standalone tool",
175
182
"standalone_tool_help": "standalone tool has it's own `bin` directory, which contains a bunch of executables that will be automatically added to the PATH.",
0 commit comments