1+ # Copyright 2025 The Toodofun Authors
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http:www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ global :
15+ loading :
16+ title :
17+ other : " Loading..."
18+ loadingInfo :
19+ other : " Loading {{ .lang }} version info"
20+ confirm :
21+ confirm :
22+ other : " Confirm"
23+ cancel :
24+ other : " Cancel"
25+ alert :
26+ title :
27+ other : " ERROR"
28+ dismiss :
29+ other : " Dismiss"
30+ info :
31+ title :
32+ other : " INFO"
33+ dismiss :
34+ other : " Dismiss"
35+ header :
36+ hostname :
37+ other : " Hostname"
38+ system :
39+ other : " System"
40+ revision :
41+ other : " GVM Rev."
42+ username :
43+ other : " Username"
44+ logLevel :
45+ other : " LogLevel"
46+ newVersion :
47+ other : " New Ver."
48+ keyAction :
49+ colon :
50+ other : " Enter command mode"
51+ slash :
52+ other : " Enter filter mode"
53+ g :
54+ other : " Go to top"
55+ G :
56+ other : " Go to bottom"
57+ colonQ :
58+ other : " Quit"
59+ page :
60+ language :
61+ fullName :
62+ other : " Global Version Manager"
63+ table :
64+ header :
65+ language :
66+ other : " Language/Application"
67+ keyAction :
68+ enter :
69+ other : " Enter"
70+ languageVersion :
71+ fullName :
72+ other : " {{ .lang }} Versions"
73+ table :
74+ header :
75+ version :
76+ other : " Version"
77+ comment :
78+ other : " Comment"
79+ location :
80+ other : " Location"
81+ installed :
82+ other : " Installed"
83+ keyAction :
84+ i :
85+ other : " Filter by installed"
86+ enter :
87+ other : " Install or set as default"
88+ esc :
89+ other : " Go back"
90+ ctrlD :
91+ other : " Uninstall selected"
92+ installer :
93+ install :
94+ other : " Install"
95+ languages :
96+ startInstall :
97+ other : " Start install {{ .lang }} {{ .version }}"
98+ download :
99+ other : " Downloading"
100+ extracting :
101+ other : " Extracting package..."
102+ installComplete :
103+ other : " {{ .lang }} {{ .version }} installation complete! location: {{ .location }}"
104+ setDefaultInfo :
105+ other : " Are you sure you want to set {{ .version }} as the default?"
106+ alreadyDefault :
107+ other : " {{ .version }} is already the default version."
108+ setDefault :
109+ other : " Set {{ .version }} as default"
110+ setDefaultError :
111+ other : " Failed to set {{ .version }} as default: {{ .error }}"
112+ uninstallInfo :
113+ other : " Are you sure you want to uninstall {{ .version }}?"
114+ uninstall :
115+ other : " Uninstall {{ .version }}"
116+ uninstallError :
117+ other : " Uninstall {{ .version }} Failed: {{ .error }}"
0 commit comments