Skip to content

Commit c8d52f3

Browse files
authored
feat(runtime): runtime已实装到welcome组件 (#20)
1 parent b54379c commit c8d52f3

4 files changed

Lines changed: 243 additions & 124 deletions

File tree

locales/en.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ welcome.menu: "Quick Menu(use ↑/↓ keys to navigate, press enter to select an
1212
welcome.menu_items.0: "Open Omega Code Console Panel, to configure the application."
1313
welcome.menu_items.1: "Start a new project."
1414
welcome.menu_items.2: "Quit"
15+
welcome.install_message1: "Step 1: Java Runtime Environment..."
16+
welcome.install_message2: "Step 2: Python Runtime Environment..."
17+
welcome.install_message3: "Java runtime environment installation failed."
18+
welcome.install_message4: "Python runtime environment installation failed."
19+
welcome.install_message5: "Downloading JRE..."
20+
welcome.install_message6: "Extracting JRE..."
21+
welcome.install_message7: "Downloading Python..."
22+
welcome.install_message8: "Extracting Python..."
23+
welcome.install_message9: "Environment prepared"

0 commit comments

Comments
 (0)