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
nodeGlobalPriorityOk: 'New terminals already resolve Node.js from DevStack first.',
121
+
nodeGlobalPriorityHint: 'Your machine is still resolving Node.js from another install. Put DevStack Node at the top of your user PATH to make it the default everywhere.',
122
+
nodeUseGlobally: 'Use globally',
123
+
nodeGlobalPathUpdated: 'DevStack Node was added to the top of your user PATH. Open a new terminal to apply it.',
124
+
nodeGlobalPathFailed: 'Could not update Node PATH: {error}',
125
+
nodeCurrentPathUnknown: 'Node.js path has not been resolved yet.',
119
126
120
127
// Tunnels
121
128
tunnelsTitle: 'Tunnels',
@@ -522,6 +529,13 @@ const translations = {
522
529
nodeUninstalledToast: 'Đã gỡ Node.js {version}.',
523
530
nodeUninstallFailed: 'Không thể gỡ Node.js: {error}',
524
531
uninstallNodeConfirm: 'Gỡ cài đặt Node.js {version}?',
532
+
nodeGlobalPriority: 'Ưu tiên Node toàn cục',
533
+
nodeGlobalPriorityOk: 'Các terminal mới đã ưu tiên Node.js từ DevStack.',
534
+
nodeGlobalPriorityHint: 'Máy bạn vẫn đang resolve Node.js từ bản cài khác. Hãy đưa DevStack Node lên đầu User PATH để nó thành mặc định ở mọi terminal mới.',
535
+
nodeUseGlobally: 'Dùng toàn cục',
536
+
nodeGlobalPathUpdated: 'Đã đưa DevStack Node lên đầu User PATH. Hãy mở terminal mới để áp dụng.',
537
+
nodeGlobalPathFailed: 'Không thể cập nhật PATH cho Node: {error}',
538
+
nodeCurrentPathUnknown: 'Chưa xác định được đường dẫn Node.js hiện tại.',
0 commit comments