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: src/client/js/localization/dictionary.js
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ export default {
152
152
\r\x1B[(special)m/config\x1B[0m ...\x1B[32GAllows you to configure WebTerminal's behavior. Enter this command to get more information.
153
153
\r\x1B[(special)m/favorite\x1B[0m ...\x1B[32GAllows you to save or restore any freauently used commands. Enter this command to get more information.
154
154
\r\x1B[(special)m/info\x1B[0m\x1B[32GShow the information about the WebTerminal project.
155
+
\r\x1B[(special)m/logout\x1B[0m\x1B[32GLog out the current WebTerminal user and prompt for the authentication again.
155
156
\r\x1B[(special)m/sql\x1B[0m\x1B[32GSwitches terminal to SQL mode. Type SQL commands instead of COS. To exit SQL mode, enter this command again.
156
157
\r\x1B[(special)m/trace\x1B[0m ...\x1B[32GEnables global/file tracing. Type this command to get more information.
157
158
\r\x1B[(special)m/update\x1B[0m\x1B[32GChecks for available updates.
@@ -167,6 +168,7 @@ export default {
167
168
\r\x1B[(special)m/config\x1B[0m ...\x1B[32GПозволяет настраивать поведение веб-терминала. Введите эту команду, чтобы получить больше информации.
168
169
\r\x1B[(special)m/favorite\x1B[0m ...\x1B[32GПозволяет сохранять и загружать любые часто используемые команды. Введите эту команду, чтобы получить больше информации.
169
170
\r\x1B[(special)m/info\x1B[0m\x1B[32GПоказать информацию про проект веб-терминала.
171
+
\r\x1B[(special)m/logout\x1B[0m\x1B[32GВыйти из текущего сеанса и снова пройти аутентификацию.
170
172
\r\x1B[(special)m/sql\x1B[0m\x1B[32GПереключить терминал в режим SQL. Далее вводите SQL команды вместо COS. Чтобы выйти из режима SQL, введите эту команду ещё раз.
171
173
\r\x1B[(special)m/trace\x1B[0m ...\x1B[32GВключает трассировку глобала/файла. Введите эту команду, чтобы получить больше информации.
172
174
\r\x1B[(special)m/update\x1B[0m\x1B[32GПроверяет наличие обновлений.
@@ -334,5 +336,13 @@ export default {
334
336
"wsNormalClose": {
335
337
en: "Session ended.",
336
338
ru: "Сессия закончена."
339
+
},
340
+
"logOut": {
341
+
en: "Logging out...",
342
+
ru: "Выходим..."
343
+
},
344
+
"unLogOut": {
345
+
en: "Your browser is too old or too weird to support log out functionality. Please, restart the browser manually.",
346
+
ru: "Ваш браузер слишком странный или старый, и он не поддерживает функциональность выхода. Пожалуйста, перезапустите браузер вручную."
0 commit comments