Update translations and new strings in po files

- Adjust line mappings in .po files for translation strings
- Add new translations for custom partitioning, password strength, keyboard setup, installer steps, and network setup strings
- Update POT-Creation-Date in Romanian and Slovak .po files
- Include various new UI strings for installation and try-live options
This commit is contained in:
ericbsd
2025-07-12 21:24:33 -03:00
parent 9db6c513c9
commit 391904b744
58 changed files with 10263 additions and 5540 deletions
+1
View File
@@ -8,6 +8,7 @@ install_station/error.py
install_station/install.py
install_station/install_type.py
install_station/interface_controller.py
install_station/keyboard.py
install_station/language.py
install_station/network_setup.py
install_station/partition.py
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:27-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Arabic <(nothing)>\n"
@@ -16,25 +16,109 @@ msgstr ""
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -43,79 +127,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -127,238 +211,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian <dict@ludost.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:24-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:24-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:19-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:24-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+338 -156
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: English (British) <(nothing)>\n"
@@ -17,25 +17,110 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr "Boot Option"
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr "Setup rEFInd boot manager"
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr "Setup FreeBSD boot manager"
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr "FreeBSD {loader} loader only"
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr "Space not allowed"
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr "Super Weak"
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr "Very Weak"
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr "Fairly Weak"
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr "Weak"
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr "Strong"
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr "Fairly Strong"
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr "Very Strong"
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr "Super Strong"
#: install_station/custom.py:248
msgid "Create"
msgstr "Create"
#: install_station/custom.py:252
msgid "Delete"
msgstr "Delete"
#: install_station/custom.py:256
msgid "Revert"
msgstr "Revert"
#: install_station/custom.py:260
msgid "Auto"
msgstr "Auto"
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr "Add Partition"
#: install_station/custom.py:342
msgid "Type:"
msgstr "Type:"
#: install_station/custom.py:343 install_station/custom.py:580
#, fuzzy
msgid "Size(MB):"
msgstr "Size(MB)"
#: install_station/custom.py:344
msgid "Mount point:"
msgstr "Mount point:"
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr "Partition Scheme"
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr "GPT: GUID Partition Table"
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr "MBR: DOS Partition"
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -49,31 +134,31 @@ msgstr ""
"any changes you make or documents you save will\n"
"not be preserved on reboot."
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr "Installation Completed"
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr "Restart"
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr "Continue"
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr "Installation Error"
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr "Installation has failed!"
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr "GhostBSD issue system"
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
@@ -82,15 +167,15 @@ msgstr ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr "Ok"
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr "How do you want to install GhostBSD?"
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
@@ -100,7 +185,7 @@ msgstr ""
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
@@ -108,27 +193,27 @@ msgstr ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr "Creating ghostbsd_installation.cfg"
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr "Deleting partition"
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr "Creating disk partition"
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr "Creating new partitions"
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr "Installation in progress"
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -148,254 +233,351 @@ msgstr ""
"\n"
"We hope you'll enjoy our BSD operating system."
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr "Back"
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr "Cancel"
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr "Next"
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr "Welcome to GhostBSD"
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr "Button"
#: install_station/interface_controller.py:136
msgid "Installation Types"
msgstr "Installation Types"
#: install_station/interface_controller.py:137
#, fuzzy
msgid "Keyboard Setup"
msgstr "Keyboard Layout"
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr "Custom Configuration"
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr "ZFS Configuration"
#: install_station/interface_controller.py:170
msgid "Install"
msgstr "Install"
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr "Installation Progress"
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr "Progress Bar"
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr "Network Setup"
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
msgstr "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
#, fuzzy
msgid "Try Or Install GhostBSD"
msgstr "Install GhostBSD"
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr "Installation Types"
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr "Custom Configuration"
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr "ZFS Configuration"
#: install_station/interface_controller.py:203
msgid "Install"
msgstr "Install"
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr "Installation Progress"
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr "Progress Bar"
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr "Type here to test your keyboard"
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr "Keyboard Layout"
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr "Keyboard Models"
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr "English (US)"
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr "English (Canada)"
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr "French (Canada)"
#: install_station/language.py:93 install_station/language.py:197
#, fuzzy
msgid "Please select your language:"
msgstr "Please select one drive"
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr "Language"
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr "Welcome To GhostBSD!"
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr "Network card connected to the internet"
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr "Network card not connected to the internet"
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr "No network card detected"
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr "WiFi card detected and connected to an access point"
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr "WiFi card detected but not connected to an access point"
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr "WiFi card not detected or not supported"
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr "Wi-Fi Network Authentication Required"
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr "{ssid} Wi-Fi Network Authentication failed"
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr "Authentication required by {ssid} Wi-Fi Network"
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr "Password:"
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr "Show password"
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"Please select 1 or more drive for stripe (select the smallest disc first)"
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
#, fuzzy
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
"Please select 1 or more drive for stripe (select the smallest disc first)"
#: install_station/use_zfs.py:171
msgid "Please select 2 drive for mirroring (select the smallest disc first)"
#: install_station/use_zfs.py:167
#, fuzzy
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr "Please select 2 drive for mirroring (select the smallest disc first)"
#: install_station/use_zfs.py:179
msgid "Please select 3 drive for RAIDZ1 (select the smallest disc first)"
#: install_station/use_zfs.py:175
#, fuzzy
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr "Please select 3 drive for RAIDZ1 (select the smallest disc first)"
#: install_station/use_zfs.py:186
msgid "Please select 4 drive for RAIDZ2 (select the smallest disc first)"
#: install_station/use_zfs.py:182
#, fuzzy
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr "Please select 4 drive for RAIDZ2 (select the smallest disc first)"
#: install_station/use_zfs.py:193
msgid "Please select 5 drive for RAIDZ3 (select the smallest disc first)"
#: install_station/use_zfs.py:189
#, fuzzy
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr "Please select 5 drive for RAIDZ3 (select the smallest disc first)"
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr "Disc"
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr "Size(MB)"
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr "Name"
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr "Check"
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr "Please select one drive"
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr "<b>Pool Type</b>"
#: install_station/use_zfs.py:335
msgid "1+ discs Stripe"
#: install_station/use_zfs.py:331
#, fuzzy
msgid "1+ disks Stripe"
msgstr "1+ discs Stripe"
#: install_station/use_zfs.py:336
msgid "2+ discs Mirror"
#: install_station/use_zfs.py:332
#, fuzzy
msgid "2+ disks Mirror"
msgstr "2+ discs Mirror"
#: install_station/use_zfs.py:337
msgid "3 discs RAIDZ1"
#: install_station/use_zfs.py:333
#, fuzzy
msgid "3 disks RAIDZ1"
msgstr "3 discs RAIDZ1"
#: install_station/use_zfs.py:338
msgid "4 discs RAIDZ2"
#: install_station/use_zfs.py:334
#, fuzzy
msgid "4 disks RAIDZ2"
msgstr "4 discs RAIDZ2"
#: install_station/use_zfs.py:339
msgid "5 discs RAIDZ3"
#: install_station/use_zfs.py:335
#, fuzzy
msgid "5 disks RAIDZ3"
msgstr "5 discs RAIDZ3"
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr "<b>Pool Name</b>"
#: install_station/use_zfs.py:369
msgid "Encrypt Disc"
#: install_station/use_zfs.py:365
#, fuzzy
msgid "Encrypt Disk"
msgstr "Encrypt Disc"
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr "Password"
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr "Verify it"
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr "Warning"
#: install_station/use_zfs.py:552
msgid "Smallest disc need to be SELECTED first!\n"
#: install_station/use_zfs.py:548
#, fuzzy
msgid "Smallest disk need to be SELECTED first!\n"
msgstr "Smallest disc need to be SELECTED first!\n"
#: install_station/use_zfs.py:553
msgid "All the disc selected will reset."
#: install_station/use_zfs.py:549
#, fuzzy
msgid "All the disk selected will reset."
msgstr "All the disc selected will reset."
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disc drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation programme is only in English."
msgstr ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disc drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation programme is only in English."
#~ msgid ""
#~ "Welcome! Please select your language to continue with the GhostBSD "
#~ "installation or live session."
#~ msgstr ""
#~ "Welcome! Please select your language to continue with the GhostBSD "
#~ "installation or live session."
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr "Install GhostBSD"
#~ msgid "Try GhostBSD"
#~ msgstr "Try GhostBSD"
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr "Try GhostBSD"
#: install_station/welcome_live.py:101
#, fuzzy
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disc drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation programme is only in English."
msgstr ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disc drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation programme is only in English."
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD\".\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD\"."
#~ msgstr ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Select your preferred language from the list on the left. The "
#~ "installer supports multiple languages in both modes."
#, fuzzy
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD\".To install "
#~ "GhostBSD on your computer hard disc drive, click \"Install GhostBSD\"."
#~ msgstr ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Select your preferred language from the list on the left. The "
#~ "installer supports multiple languages in both modes."
#~ msgid "Select the language you want to use with GhostBSD."
#~ msgstr "Select the language you want to use with GhostBSD."
#~ msgid "Welcome To GhostBSD!"
#~ msgstr "Welcome To GhostBSD!"
#, fuzzy
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Select your preferred language from the list on the left. The "
#~ "installer supports multiple languages in both modes."
#~ msgstr ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Select your preferred language from the list on the left. The "
#~ "installer supports multiple languages in both modes."
#, fuzzy
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ " \n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disk drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
#~ " When installing GhostBSD, the installation program is only in "
#~ "English."
#~ msgstr ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
#~ " When installing GhostBSD, the installation programme is only in "
#~ "English."
+316 -143
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:25-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: English\n"
@@ -17,25 +17,110 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr "Boot Option"
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr "Setup rEFInd boot manager"
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr "Setup FreeBSD boot manager"
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr "FreeBSD {loader} loader only"
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr "Space not allowed"
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr "Super Weak"
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr "Very Weak"
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr "Fairly Weak"
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr "Weak"
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr "Strong"
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr "Fairly Strong"
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr "Very Strong"
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr "Super Strong"
#: install_station/custom.py:248
msgid "Create"
msgstr "Create"
#: install_station/custom.py:252
msgid "Delete"
msgstr "Delete"
#: install_station/custom.py:256
msgid "Revert"
msgstr "Revert"
#: install_station/custom.py:260
msgid "Auto"
msgstr "Auto"
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr "Add Partition"
#: install_station/custom.py:342
msgid "Type:"
msgstr "Type:"
#: install_station/custom.py:343 install_station/custom.py:580
#, fuzzy
msgid "Size(MB):"
msgstr "Size(MB)"
#: install_station/custom.py:344
msgid "Mount point:"
msgstr "Mount point:"
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr "Partition Scheme"
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr "GPT: GUID Partition Table"
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr "MBR: DOS Partition"
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -47,33 +132,38 @@ msgstr ""
"computer in order to use the new installation.\n"
"You can continue to use this live media, although\n"
"any changes you make or documents you save will\n"
"not be preserved on reboot.Installation is complete. You need to restart "
"the\n"
"computer in order to use the new installation.\n"
"You can continue to use this live media, although\n"
"any changes you make or documents you save will\n"
"not be preserved on reboot."
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr "Installation Completed"
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr "Restart"
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr "Continue"
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr "Installation Error"
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr "Installation has failed!"
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr "GhostBSD issue system"
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
@@ -82,15 +172,15 @@ msgstr ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr "Ok"
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr "How do you want to install GhostBSD?"
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
@@ -100,7 +190,7 @@ msgstr ""
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
@@ -108,27 +198,27 @@ msgstr ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr "Creating ghostbsd_installation.cfg"
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr "Deleting partition"
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr "Creating disk partition"
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr "Creating new partitions"
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr "Installation in progress"
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -148,254 +238,337 @@ msgstr ""
"\n"
"We hope you'll enjoy our BSD operating system."
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr "Back"
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr "Cancel"
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr "Next"
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr "Welcome to GhostBSD"
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr "Button"
#: install_station/interface_controller.py:136
msgid "Installation Types"
msgstr "Installation Types"
#: install_station/interface_controller.py:137
#, fuzzy
msgid "Keyboard Setup"
msgstr "Keyboard Layout"
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr "Custom Configuration"
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr "ZFS Configuration"
#: install_station/interface_controller.py:170
msgid "Install"
msgstr "Install"
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr "Installation Progress"
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr "Progress Bar"
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr "Network Setup"
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
msgstr "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
#, fuzzy
msgid "Try Or Install GhostBSD"
msgstr "Install GhostBSD"
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr "Installation Types"
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr "Custom Configuration"
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr "ZFS Configuration"
#: install_station/interface_controller.py:203
msgid "Install"
msgstr "Install"
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr "Installation Progress"
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr "Progress Bar"
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr "Type here to test your keyboard"
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr "Keyboard Layout"
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr "Keyboard Models"
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr "English (US)"
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr "English (Canada)"
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr "French (Canada)"
#: install_station/language.py:93 install_station/language.py:197
#, fuzzy
msgid "Please select your language:"
msgstr "Please select one drive"
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr "Language"
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr "Welcome To GhostBSD!"
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr "Network card connected to the internet"
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr "Network card not connected to the internet"
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr "No network card detected"
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr "WiFi card detected and connected to an access point"
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr "WiFi card detected but not connected to an access point"
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr "WiFi card not detected or not supported"
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr "Wi-Fi Network Authentication Required"
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr "{ssid} Wi-Fi Network Authentication failed"
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr "Authentication required by {ssid} Wi-Fi Network"
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr "Password:"
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr "Show password"
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr "Please select 2 drive for mirroring (select the smallest disk first)"
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr "Disk"
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr "Size(MB)"
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr "Name"
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr "Check"
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr "Please select one drive"
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr "<b>Pool Type</b>"
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr "1+ disks Stripe"
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr "2+ disks Mirror"
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr "3 disks RAIDZ1"
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr "4 disks RAIDZ2"
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr "5 disks RAIDZ3"
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr "<b>Pool Name</b>"
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr "Encrypt Disk"
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr "Password"
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr "Verify it"
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr "Warning"
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr "Smallest disk need to be SELECTED first!\n"
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr "All the disk selected will reset."
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
#~ msgid ""
#~ "Welcome! Please select your language to continue with the GhostBSD "
#~ "installation or live session."
#~ msgstr ""
#~ "Welcome! Please select your language to continue with the GhostBSD "
#~ "installation or live session."
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr "Install GhostBSD"
#~ msgid "Try GhostBSD"
#~ msgstr "Try GhostBSD"
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr "Try GhostBSD"
#: install_station/welcome_live.py:101
#, fuzzy
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD\".\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD\"."
#~ msgstr ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disk drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Select your preferred language from the list on the left. The "
#~ "installer supports multiple languages in both modes."
#, fuzzy
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD\".To install "
#~ "GhostBSD on your computer hard disc drive, click \"Install GhostBSD\"."
#~ msgstr ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disk drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Select your preferred language from the list on the left. The "
#~ "installer supports multiple languages in both modes."
#~ msgid "Select the language you want to use with GhostBSD."
#~ msgstr "Select the language you want to use with GhostBSD."
#~ msgid "Welcome To GhostBSD!"
#~ msgstr "Welcome To GhostBSD!"
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Select your preferred language from the list on the left. The "
#~ "installer supports multiple languages in both modes."
#~ msgstr ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Select your preferred language from the list on the left. The "
#~ "installer supports multiple languages in both modes."
#, fuzzy
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ " \n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disk drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
#~ " When installing GhostBSD, the installation program is only in "
#~ "English."
#~ msgstr ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
#~ "\n"
#~ "To install GhostBSD on your computer hard disk drive, click \"Install "
#~ "GhostBSD.\"\n"
#~ "\n"
#~ "Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
#~ " When installing GhostBSD, the installation program is only in "
#~ "English."
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:19-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Estonian <linux-ee@lists.eenet.ee>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:24-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+331 -198
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:35-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
msgstr "Option de démarrage"
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
msgstr "Configurer le gestionnaire de démarrage rEFInd"
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
msgstr "Configurer le gestionnaire de démarrage FreeBSD"
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
msgstr "Chargeur FreeBSD {loader} uniquement"
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr "Espace non autorisé"
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr "Très faible"
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr "Très faible"
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr "Plutôt faible"
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr "Faible"
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr "Fort"
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr "Plutôt fort"
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr "Très fort"
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr "Très fort"
#: install_station/custom.py:248
msgid "Create"
msgstr "Créer"
#: install_station/custom.py:252
msgid "Delete"
msgstr "Supprimer"
#: install_station/custom.py:256
msgid "Revert"
msgstr "Annuler"
#: install_station/custom.py:260
msgid "Auto"
msgstr "Automatique"
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr "Ajouter une partition"
#: install_station/custom.py:342
msgid "Type:"
msgstr "Type :"
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr "Taille (Mo) :"
#: install_station/custom.py:344
msgid "Mount point:"
msgstr "Point de montage :"
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr "Schéma de partition"
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr "GPT : Table de partition GUID"
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr "MBR : Partition DOS"
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -43,80 +127,92 @@ msgid ""
"any changes you make or documents you save will\n"
"not be preserved on reboot."
msgstr ""
"L'installation est complète. Vous devez redémarrer\n"
"l'ordinateur pour utiliser la nouvelle installation.\n"
"Vous pouvez continuer à utiliser ce support live, bien que\n"
"tous les changements que vous apportez ou les documents\n"
"que vous sauvegardez ne seront pas préservés au redémarrage."
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr "Installation complétée"
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr "Redémarrer"
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr "Continuer"
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr "Erreur d'installation"
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
msgstr "L'installation a échoué !"
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
msgstr "Système de signalement GhostBSD"
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
"Veuillez signaler le problème à {anchor}, et \n"
"assurez-vous de fournir /tmp/.pc-sysinstall/pc-sysinstall.log."
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr "OK"
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
msgstr "Comment voulez-vous installer GhostBSD ?"
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
"<b>Configuration des disques</b>\n"
"Installer GhostBSD en utilisant les configurations Stripe, Mirror, RAIDZ1, "
"RAIDZ2, ou RAIDZ3."
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
"<b>Configuration multi-démarrage</b>\n"
"Installer GhostBSD avec ZFS aux côtés d'autres systèmes d'exploitation."
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
msgstr "Création de ghostbsd_installation.cfg"
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
msgstr "Suppression de la partition"
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
msgstr "Création de la partition de disque"
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
msgstr "Création de nouvelles partitions"
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
msgstr "Installation en cours"
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -127,258 +223,295 @@ msgid ""
"\n"
"We hope you'll enjoy our BSD operating system."
msgstr ""
"Merci d'avoir choisi GhostBSD !\n"
"\n"
"Nous croyons que chaque système d'exploitation devrait être simple, élégant, "
"sécurisé et protéger votre vie privée tout en étant facile à utiliser. "
"GhostBSD simplifie FreeBSD pour ceux qui manquent de l'expertise technique "
"nécessaire pour l'utiliser et abaisse le niveau d'entrée d'utilisation de "
"BSD. \n"
"\n"
"Nous espérons que vous apprécierez notre système d'exploitation BSD."
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr "Retour"
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr "Annuler"
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr "Suivant"
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr "Bienvenue dans GhostBSD"
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
msgstr "Bouton"
#: install_station/interface_controller.py:136
msgid "Installation Types"
msgstr "Types d'installation"
#: install_station/interface_controller.py:137
#, fuzzy
msgid "Keyboard Setup"
msgstr "Disposition du clavier"
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr "Configuration personnalisée"
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr "Configuration ZFS"
#: install_station/interface_controller.py:170
msgid "Install"
msgstr "Installer"
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr "Progrès de l'installation"
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr "Configuration réseau"
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
msgstr "Sélectionnez la langue que vous voulez utiliser avec GhostBSD."
#: install_station/interface_controller.py:160
#, fuzzy
msgid "Try Or Install GhostBSD"
msgstr "Installer GhostBSD"
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr "Types d'installation"
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr "Configuration personnalisée"
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr "Configuration ZFS"
#: install_station/interface_controller.py:203
msgid "Install"
msgstr "Installer"
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr "Progrès de l'installation"
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr "Barre de progrès"
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr "Tapez ici pour tester votre clavier"
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr "Disposition du clavier"
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr "Modèles de clavier"
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr "Anglais (États-Unis)"
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr "Anglais (Canada)"
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr "Français (Canada)"
#: install_station/language.py:93 install_station/language.py:197
#, fuzzy
msgid "Please select your language:"
msgstr "Veuillez sélectionner un lecteur"
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr "Langue"
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr "Bienvenue dans GhostBSD!"
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
msgstr "Carte réseau connectée à l'internet"
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
msgstr "Carte réseau non connectée à l'internet"
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
msgstr "Aucune carte réseau détectée"
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
msgstr "Carte WiFi détectée et connectée à un point d'accès"
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
msgstr "Carte WiFi détectée mais non connectée à un point d'accès"
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
msgstr "Carte WiFi non détectée ou non supportée"
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
msgstr "Authentification du réseau Wi-Fi requise"
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
msgstr "L'authentification du réseau Wi-Fi {ssid} a échoué"
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
msgstr "Authentification requise par le réseau Wi-Fi {ssid}"
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
msgstr "Mot de passe :"
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr "Afficher le mot de passe"
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 1 ou plusieurs disques pour stripe (sélectionnez "
"d'abord le plus petit disque)"
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 2 disques pour la mise en miroir (sélectionnez d'abord "
"le plus petit disque)"
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 3 disques pour RAIDZ1 (sélectionnez d'abord le plus "
"petit disque)"
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 4 disques pour RAIDZ2 (sélectionnez d'abord le plus "
"petit disque)"
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 5 disques pour RAIDZ3 (sélectionnez d'abord le plus "
"petit disque)"
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
msgstr "Disque"
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
msgstr "Taille (Mo)"
#: install_station/use_zfs.py:305
msgid "Name"
msgstr "Nom"
#: install_station/use_zfs.py:309
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
msgid "Check"
msgstr ""
msgstr "Vérifier"
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
msgstr "Veuillez sélectionner un lecteur"
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr "<b>Type de pool</b>"
#: install_station/use_zfs.py:331
msgid "<b>Pool Type</b>"
msgstr ""
msgid "1+ disks Stripe"
msgstr "1+ disques Stripe"
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr "2+ disques Miroir"
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr "3 disques RAIDZ1"
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr "4 disques RAIDZ2"
#: install_station/use_zfs.py:335
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
msgid "5 disks RAIDZ3"
msgstr ""
msgstr "5 disques RAIDZ3"
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
msgstr "<b>Nom du pool</b>"
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr "Chiffrer le disque"
#: install_station/use_zfs.py:369
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
msgid "Password"
msgstr ""
msgstr "Mot de passe"
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
msgstr "Vérifiez-le"
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
msgstr "Avertissement"
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
msgstr "Le plus petit disque doit être SÉLECTIONNÉ en premier !\n"
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
msgstr "Tous les disques sélectionnés seront remis à zéro."
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
"Pour utiliser GhostBSD sans l'installer, sélectionnez \"Essayer GhostBSD.\"\n"
"\n"
"Pour installer GhostBSD sur le disque dur de votre ordinateur, cliquez sur "
"\"Installer GhostBSD.\"\n"
"\n"
"Note : La sélection de langue fonctionne seulement quand vous sélectionnez "
"\"Essayer GhostBSD.\"\n"
" Quand vous installez GhostBSD, le programme d'installation est "
"seulement en anglais."
#~ msgid ""
#~ "Welcome! Please select your language to continue with the GhostBSD "
#~ "installation or live session."
#~ msgstr ""
#~ "Bienvenue ! Veuillez sélectionner votre langue pour continuer avec "
#~ "l'installation ou la session live de GhostBSD."
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr "Installer GhostBSD"
#~ msgid "Try GhostBSD"
#~ msgstr "Essayer GhostBSD"
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr "Essayer GhostBSD"
#: install_station/welcome_live.py:101
#, fuzzy
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
"Pour utiliser GhostBSD sans l'installer, sélectionnez \"Essayer GhostBSD.\"\n"
"\n"
"Pour installer GhostBSD sur le disque dur de votre ordinateur, cliquez sur "
"\"Installer GhostBSD.\"\n"
"\n"
"Note : La sélection de langue fonctionne seulement quand vous sélectionnez "
"\"Essayer GhostBSD.\"\n"
" Quand vous installez GhostBSD, le programme d'installation est "
"seulement en anglais."
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD\".\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD\"."
#~ msgstr ""
#~ "Pour utiliser GhostBSD sans l'installer, sélectionnez \"Essayer "
#~ "GhostBSD\".\n"
#~ "Pour installer GhostBSD sur le disque dur de votre ordinateur, cliquez "
#~ "sur \"Installer GhostBSD\"."
+311 -178
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 08:08-0300\n"
"Last-Translator: Eric Turgeon <ericturgeon@ghostbsd.org>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
msgstr "Option de démarrage"
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
msgstr "Configurer le gestionnaire de démarrage rEFInd"
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
msgstr "Configurer le gestionnaire de démarrage FreeBSD"
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
msgstr "Chargeur FreeBSD {loader} uniquement"
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr "Espace non autorisé"
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr "Très faible"
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr "Très faible"
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr "Plutôt faible"
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr "Faible"
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr "Fort"
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr "Plutôt fort"
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr "Très fort"
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr "Très fort"
#: install_station/custom.py:248
msgid "Create"
msgstr "Créer"
#: install_station/custom.py:252
msgid "Delete"
msgstr "Supprimer"
#: install_station/custom.py:256
msgid "Revert"
msgstr "Annuler"
#: install_station/custom.py:260
msgid "Auto"
msgstr "Automatique"
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr "Ajouter une partition"
#: install_station/custom.py:342
msgid "Type:"
msgstr "Type :"
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr "Taille (Mo) :"
#: install_station/custom.py:344
msgid "Mount point:"
msgstr "Point de montage :"
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr "Schéma de partition"
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr "GPT : Table de partition GUID"
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr "MBR : Partition DOS"
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -43,80 +127,92 @@ msgid ""
"any changes you make or documents you save will\n"
"not be preserved on reboot."
msgstr ""
"L'installation est terminée. Vous devez redémarrer\n"
"l'ordinateur pour utiliser la nouvelle installation.\n"
"Vous pouvez continuer à utiliser ce support live, bien que\n"
"tous les changements que vous apportez ou les documents\n"
"que vous sauvegardez ne seront pas préservés au redémarrage."
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr "Installation terminée"
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr "Redémarrer"
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr "Continuer"
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr "Erreur d'installation"
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr "L'installation a échoué !"
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
msgstr "Système de signalement GhostBSD"
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
"Veuillez signaler le problème à {anchor}, et \n"
"assurez-vous de fournir /tmp/.pc-sysinstall/pc-sysinstall.log."
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr "OK"
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
msgstr "Comment voulez-vous installer GhostBSD ?"
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
"<b>Configuration des disques</b>\n"
"Installer GhostBSD en utilisant les configurations Stripe, Mirror, RAIDZ1, "
"RAIDZ2, ou RAIDZ3."
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
"<b>Configuration multi-démarrage</b>\n"
"Installer GhostBSD avec ZFS aux côtés d'autres systèmes d'exploitation."
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr "Création de ghostbsd_installation.cfg"
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr "Suppression de la partition"
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr "Création de la partition de disque"
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr "Création de nouvelles partitions"
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr "Installation en cours"
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -127,258 +223,295 @@ msgid ""
"\n"
"We hope you'll enjoy our BSD operating system."
msgstr ""
"Merci d'avoir choisi GhostBSD !\n"
"\n"
"Nous croyons que chaque système d'exploitation devrait être simple, élégant, "
"sécurisé et protéger votre vie privée tout en étant facile à utiliser. "
"GhostBSD simplifie FreeBSD pour ceux qui manquent de l'expertise technique "
"nécessaire pour l'utiliser et abaisse le niveau d'entrée d'utilisation de "
"BSD. \n"
"\n"
"Nous espérons que vous apprécierez notre système d'exploitation BSD."
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr "Retour"
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr "Annuler"
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr "Suivant"
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr "Bienvenue sur GhostBSD"
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
msgstr "Bouton"
#: install_station/interface_controller.py:136
msgid "Installation Types"
msgstr "Types d'installation"
#: install_station/interface_controller.py:137
#, fuzzy
msgid "Keyboard Setup"
msgstr "Disposition du clavier"
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr "Configuration personnalisée"
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr "Configuration ZFS"
#: install_station/interface_controller.py:170
msgid "Install"
msgstr "Installer"
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr "Progression de l'installation"
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr "Configuration réseau"
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
msgstr "Sélectionnez la langue que vous souhaitez utiliser avec GhostBSD."
#: install_station/interface_controller.py:160
#, fuzzy
msgid "Try Or Install GhostBSD"
msgstr "Installer GhostBSD"
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr "Types d'installation"
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr "Configuration personnalisée"
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr "Configuration ZFS"
#: install_station/interface_controller.py:203
msgid "Install"
msgstr "Installer"
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr "Progression de l'installation"
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr "Barre de progression"
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr "Tapez ici pour tester votre clavier"
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr "Disposition du clavier"
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr "Modèles de clavier"
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr "Anglais (États-Unis)"
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr "Anglais (Canada)"
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr "Français (Canada)"
#: install_station/language.py:93 install_station/language.py:197
#, fuzzy
msgid "Please select your language:"
msgstr "Veuillez sélectionner un lecteur"
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr "Langue"
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr "Bienvenue sur GhostBSD !"
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr "Carte réseau connectée à Internet"
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr "Carte réseau non connectée à Internet"
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr "Aucune carte réseau détectée"
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
msgstr "Carte WiFi détectée et connectée à un point d'accès"
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
msgstr "Carte WiFi détectée mais non connectée à un point d'accès"
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
msgstr "Carte WiFi non détectée ou non prise en charge"
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
msgstr "Authentification du réseau Wi-Fi requise"
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
msgstr "L'authentification du réseau Wi-Fi {ssid} a échoué"
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
msgstr "Authentification requise par le réseau Wi-Fi {ssid}"
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
msgstr "Mot de passe :"
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr "Afficher le mot de passe"
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 1 ou plusieurs disques pour stripe (sélectionnez "
"d'abord le plus petit disque)"
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 2 disques pour la mise en miroir (sélectionnez d'abord "
"le plus petit disque)"
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 3 disques pour RAIDZ1 (sélectionnez d'abord le plus "
"petit disque)"
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 4 disques pour RAIDZ2 (sélectionnez d'abord le plus "
"petit disque)"
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
"Veuillez sélectionner 5 disques pour RAIDZ3 (sélectionnez d'abord le plus "
"petit disque)"
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr "Disque"
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr "Taille (Mo)"
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr "Nom"
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr "Vérifier"
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr "Veuillez sélectionner un lecteur"
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
msgstr "<b>Type de pool</b>"
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr "1+ disques Stripe"
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr "2+ disques Miroir"
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr "3 disques RAIDZ1"
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr "4 disques RAIDZ2"
#: install_station/use_zfs.py:335
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
msgid "5 disks RAIDZ3"
msgstr ""
msgstr "5 disques RAIDZ3"
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
msgstr "<b>Nom du pool</b>"
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr "Chiffrer le disque"
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr "Mot de passe"
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr "Vérifiez-le"
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr "Avertissement"
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
msgstr "Le plus petit disque doit être SÉLECTIONNÉ en premier !\n"
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
msgstr "Tous les disques sélectionnés seront réinitialisés."
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
"Pour exécuter GhostBSD sans l'installer, sélectionnez \"Essayez GhostBSD.\"\n"
"\n"
"Pour installer GhostBSD sur le disque dur de votre ordinateur, cliquez sur "
"\"Installer GhostBSD.\"\n"
"\n"
"Remarque : La sélection de la langue ne fonctionne qu'en sélectionnant "
"\"Essayez GhostBSD.\"\n"
" Lors de l'installation de GhostBSD, le programme d'installation "
"n'est qu'en anglais."
#~ msgid ""
#~ "Welcome! Please select your language to continue with the GhostBSD "
#~ "installation or live session."
#~ msgstr ""
#~ "Bienvenue ! Veuillez sélectionner votre langue pour continuer avec "
#~ "l'installation ou la session live de GhostBSD."
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr "Installer GhostBSD"
#~ msgid "Try GhostBSD"
#~ msgstr "Essayez GhostBSD"
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr "Essayez GhostBSD"
#: install_station/welcome_live.py:101
#, fuzzy
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
"Pour exécuter GhostBSD sans l'installer, sélectionnez \"Essayez GhostBSD.\"\n"
"\n"
"Pour installer GhostBSD sur le disque dur de votre ordinateur, cliquez sur "
"\"Installer GhostBSD.\"\n"
"\n"
"Remarque : La sélection de la langue ne fonctionne qu'en sélectionnant "
"\"Essayez GhostBSD.\"\n"
" Lors de l'installation de GhostBSD, le programme d'installation "
"n'est qu'en anglais."
#~ msgid ""
#~ "To run GhostBSD without installing, select \"Try GhostBSD\".\n"
#~ "To install GhostBSD on your computer hard disc drive, click \"Install "
#~ "GhostBSD\"."
#~ msgstr ""
#~ "Pour exécuter GhostBSD sans l'installer, sélectionnez \"Essayez "
#~ "GhostBSD\".\n"
#~ "Pour installer GhostBSD sur le disque dur de votre ordinateur, cliquez "
#~ "sur \"Installer GhostBSD\"."
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -18,25 +18,109 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -45,79 +129,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -129,238 +213,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:24-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+463
View File
@@ -0,0 +1,463 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
"You can continue to use this live media, although\n"
"any changes you make or documents you save will\n"
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
"We believe every computer operating system should be simple, elegant, secure "
"and protect your privacy while being easy to use. GhostBSD is simplifying "
"FreeBSD for those who lack the technical expertise required to use it and "
"lower the entry-level of using BSD. \n"
"\n"
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:19-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:21-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:25-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Korean <translation-team-ko@googlegroups.com>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -18,25 +18,109 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -45,79 +129,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -129,238 +213,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
@@ -18,25 +18,109 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -45,79 +129,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -129,238 +213,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:22-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:24-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:22-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -18,25 +18,109 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -45,79 +129,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -129,238 +213,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:19-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Brazilian Portuguese <ldpbr-"
@@ -18,25 +18,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -45,79 +129,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -129,238 +213,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:27-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
@@ -18,25 +18,109 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -45,79 +129,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -129,238 +213,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:20-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Russian <gnu@d07.ru>\n"
@@ -18,25 +18,109 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -45,79 +129,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -129,238 +213,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:24-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:26-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
@@ -18,25 +18,109 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
"n%100==4 ? 2 : 3);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -45,79 +129,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -129,238 +213,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:22-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:27-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Thai <(nothing)>\n"
@@ -16,25 +16,109 @@ msgstr ""
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -43,79 +127,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -127,238 +211,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:24-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:27-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -17,25 +17,109 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -44,79 +128,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -128,238 +212,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:21-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -16,25 +16,109 @@ msgstr ""
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -43,79 +127,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -127,238 +211,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
+228 -130
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-09 20:39-0300\n"
"POT-Creation-Date: 2025-07-12 21:21-0300\n"
"PO-Revision-Date: 2025-07-09 20:25-0300\n"
"Last-Translator: Eric Turgeon <EMAIL@ADDRESS>\n"
"Language-Team: Chinese (traditional) <zh-l10n@lists.slat.org>\n"
@@ -16,25 +16,109 @@ msgstr ""
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
#: install_station/boot_manager.py:125
#: install_station/interface_controller.py:168
#: install_station/boot_manager.py:121
#: install_station/interface_controller.py:201
msgid "Boot Option"
msgstr ""
#: install_station/boot_manager.py:139
#: install_station/boot_manager.py:135
msgid "Setup rEFInd boot manager"
msgstr ""
#: install_station/boot_manager.py:153
#: install_station/boot_manager.py:149
msgid "Setup FreeBSD boot manager"
msgstr ""
#: install_station/boot_manager.py:168
#: install_station/boot_manager.py:164
#, python-brace-format
msgid "FreeBSD {loader} loader only"
msgstr ""
#: install_station/end.py:13
#: install_station/common.py:108
msgid "Space not allowed"
msgstr ""
#: install_station/common.py:110 install_station/common.py:112
msgid "Super Weak"
msgstr ""
#: install_station/common.py:114 install_station/common.py:120
msgid "Very Weak"
msgstr ""
#: install_station/common.py:116 install_station/common.py:122
#: install_station/common.py:128
msgid "Fairly Weak"
msgstr ""
#: install_station/common.py:118 install_station/common.py:124
#: install_station/common.py:130 install_station/common.py:136
msgid "Weak"
msgstr ""
#: install_station/common.py:126 install_station/common.py:132
#: install_station/common.py:138 install_station/common.py:144
msgid "Strong"
msgstr ""
#: install_station/common.py:134 install_station/common.py:140
#: install_station/common.py:146 install_station/common.py:152
msgid "Fairly Strong"
msgstr ""
#: install_station/common.py:142 install_station/common.py:148
msgid "Very Strong"
msgstr ""
#: install_station/common.py:150 install_station/common.py:154
msgid "Super Strong"
msgstr ""
#: install_station/custom.py:248
msgid "Create"
msgstr ""
#: install_station/custom.py:252
msgid "Delete"
msgstr ""
#: install_station/custom.py:256
msgid "Revert"
msgstr ""
#: install_station/custom.py:260
msgid "Auto"
msgstr ""
#: install_station/custom.py:328 install_station/custom.py:566
msgid "Add Partition"
msgstr ""
#: install_station/custom.py:342
msgid "Type:"
msgstr ""
#: install_station/custom.py:343 install_station/custom.py:580
msgid "Size(MB):"
msgstr ""
#: install_station/custom.py:344
msgid "Mount point:"
msgstr ""
#: install_station/custom.py:496
msgid "Partition Scheme"
msgstr ""
#: install_station/custom.py:515
msgid "GPT: GUID Partition Table"
msgstr ""
#: install_station/custom.py:516
msgid "MBR: DOS Partition"
msgstr ""
#: install_station/end.py:10
msgid ""
"Installation is complete. You need to restart the\n"
"computer in order to use the new installation.\n"
@@ -43,79 +127,79 @@ msgid ""
"not be preserved on reboot."
msgstr ""
#: install_station/end.py:34
#: install_station/end.py:31
msgid "Installation Completed"
msgstr ""
#: install_station/end.py:50
#: install_station/end.py:47
msgid "Restart"
msgstr ""
#: install_station/end.py:52
#: install_station/end.py:49
msgid "Continue"
msgstr ""
#: install_station/error.py:21
#: install_station/error.py:17
msgid "Installation Error"
msgstr ""
#: install_station/error.py:32
#: install_station/error.py:28
msgid "Installation has failed!"
msgstr ""
#: install_station/error.py:37
#: install_station/error.py:33
msgid "GhostBSD issue system"
msgstr ""
#: install_station/error.py:38
#: install_station/error.py:35
#, python-brace-format
msgid ""
"Please report the issue to {anchor}, and \n"
"be sure to provide /tmp/.pc-sysinstall/pc-sysinstall.log."
msgstr ""
#: install_station/error.py:47
#: install_station/error.py:45
msgid "Ok"
msgstr ""
#: install_station/install_type.py:55
#: install_station/install_type.py:52
msgid "How do you want to install GhostBSD?"
msgstr ""
#: install_station/install_type.py:60
#: install_station/install_type.py:58
msgid ""
"<b>Disks Configuration</b>\n"
"Install GhostBSD using Stripe, Mirror, RAIDZ1, RAIDZ2, or RAIDZ3 "
"configurations."
msgstr ""
#: install_station/install_type.py:70
#: install_station/install_type.py:71
msgid ""
"<b>Multi-Boot Configuration</b>\n"
"Install GhostBSD with ZFS alongside other operating systems."
msgstr ""
#: install_station/install.py:39
#: install_station/install.py:46
msgid "Creating ghostbsd_installation.cfg"
msgstr ""
#: install_station/install.py:43
#: install_station/install.py:50
msgid "Deleting partition"
msgstr ""
#: install_station/install.py:48
#: install_station/install.py:55
msgid "Creating disk partition"
msgstr ""
#: install_station/install.py:53
#: install_station/install.py:60
msgid "Creating new partitions"
msgstr ""
#: install_station/install.py:83
#: install_station/install.py:90
msgid "Installation in progress"
msgstr ""
#: install_station/install.py:95
#: install_station/install.py:102
msgid ""
"Thank you for choosing GhostBSD!\n"
"\n"
@@ -127,238 +211,252 @@ msgid ""
"We hope you'll enjoy our BSD operating system."
msgstr ""
#: install_station/interface_controller.py:14
#: install_station/interface_controller.py:9
#: install_station/interface_controller.py:20
msgid "Back"
msgstr ""
#: install_station/interface_controller.py:16
#: install_station/interface_controller.py:11
#: install_station/interface_controller.py:21
msgid "Cancel"
msgstr ""
#: install_station/interface_controller.py:18
#: install_station/interface_controller.py:226
#: install_station/interface_controller.py:13
#: install_station/interface_controller.py:22
#: install_station/interface_controller.py:257
msgid "Next"
msgstr ""
#: install_station/interface_controller.py:100
#: install_station/interface_controller.py:101
#: install_station/welcome_live.py:112
#: install_station/interface_controller.py:106
#: install_station/interface_controller.py:107 install_station/language.py:101
msgid "Welcome to GhostBSD"
msgstr ""
#: install_station/interface_controller.py:110
#: install_station/interface_controller.py:116
msgid "Button"
msgstr ""
#: install_station/interface_controller.py:136
msgid "Installation Types"
#: install_station/interface_controller.py:137
msgid "Keyboard Setup"
msgstr ""
#: install_station/interface_controller.py:148
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:158
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:170
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:180
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:187
msgid "Progress Bar"
msgstr ""
#: install_station/interface_controller.py:201
#: install_station/interface_controller.py:206
#: install_station/network_setup.py:110
#: install_station/interface_controller.py:149
#: install_station/interface_controller.py:234
#: install_station/interface_controller.py:239
msgid "Network Setup"
msgstr ""
#: install_station/language.py:20
msgid "Select the language you want to use with GhostBSD."
#: install_station/interface_controller.py:160
msgid "Try Or Install GhostBSD"
msgstr ""
#: install_station/language.py:64 install_station/welcome_live.py:110
#: install_station/welcome_live.py:127
#: install_station/interface_controller.py:170
msgid "Installation Types"
msgstr ""
#: install_station/interface_controller.py:181
msgid "Custom Configuration"
msgstr ""
#: install_station/interface_controller.py:191
msgid "ZFS Configuration"
msgstr ""
#: install_station/interface_controller.py:203
msgid "Install"
msgstr ""
#: install_station/interface_controller.py:213
msgid "Installation Progress"
msgstr ""
#: install_station/interface_controller.py:220
msgid "Progress Bar"
msgstr ""
#: install_station/keyboard.py:40
msgid "Type here to test your keyboard"
msgstr ""
#: install_station/keyboard.py:97
msgid "Keyboard Layout"
msgstr ""
#: install_station/keyboard.py:117
msgid "Keyboard Models"
msgstr ""
#: install_station/keyboard.py:225
msgid "English (US)"
msgstr ""
#: install_station/keyboard.py:226
msgid "English (Canada)"
msgstr ""
#: install_station/keyboard.py:227
msgid "French (Canada)"
msgstr ""
#: install_station/language.py:93 install_station/language.py:197
msgid "Please select your language:"
msgstr ""
#: install_station/language.py:99 install_station/language.py:116
msgid "Language"
msgstr ""
#: install_station/language.py:79
msgid "Welcome To GhostBSD!"
msgstr ""
#: install_station/network_setup.py:69 install_station/network_setup.py:129
#: install_station/network_setup.py:107 install_station/network_setup.py:184
msgid "Network card connected to the internet"
msgstr ""
#: install_station/network_setup.py:75 install_station/network_setup.py:135
#: install_station/network_setup.py:113 install_station/network_setup.py:190
msgid "Network card not connected to the internet"
msgstr ""
#: install_station/network_setup.py:78 install_station/network_setup.py:138
#: install_station/network_setup.py:116 install_station/network_setup.py:193
msgid "No network card detected"
msgstr ""
#: install_station/network_setup.py:86 install_station/network_setup.py:146
#: install_station/network_setup.py:125 install_station/network_setup.py:203
msgid "WiFi card detected and connected to an access point"
msgstr ""
#: install_station/network_setup.py:90 install_station/network_setup.py:150
#: install_station/network_setup.py:129 install_station/network_setup.py:207
msgid "WiFi card detected but not connected to an access point"
msgstr ""
#: install_station/network_setup.py:93 install_station/network_setup.py:153
#: install_station/network_setup.py:132 install_station/network_setup.py:210
msgid "WiFi card not detected or not supported"
msgstr ""
#: install_station/network_setup.py:258
#: install_station/network_setup.py:366
msgid "Wi-Fi Network Authentication Required"
msgstr ""
#: install_station/network_setup.py:270
#: install_station/network_setup.py:379
#, python-brace-format
msgid "{ssid} Wi-Fi Network Authentication failed"
msgstr ""
#: install_station/network_setup.py:272
#: install_station/network_setup.py:381
#, python-brace-format
msgid "Authentication required by {ssid} Wi-Fi Network"
msgstr ""
#: install_station/network_setup.py:275
#: install_station/network_setup.py:384
msgid "Password:"
msgstr ""
#: install_station/network_setup.py:278
#: install_station/network_setup.py:387
msgid "Show password"
msgstr ""
#: install_station/use_zfs.py:164
#: install_station/try_install.py:102
msgid "What would you like to do?"
msgstr ""
#: install_station/try_install.py:109
msgid ""
"<b>Install GhostBSD</b>\n"
"Install GhostBSD on your computer."
msgstr ""
#: install_station/try_install.py:122
msgid ""
"<b>Try GhostBSD</b>\n"
"Run GhostBSD without installing to your computer."
msgstr ""
#: install_station/use_zfs.py:160
msgid ""
"Please select 1 or more drive for stripe (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:171
#: install_station/use_zfs.py:167
msgid "Please select 2 drive for mirroring (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:179
#: install_station/use_zfs.py:175
msgid "Please select 3 drive for RAIDZ1 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:186
#: install_station/use_zfs.py:182
msgid "Please select 4 drive for RAIDZ2 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:193
#: install_station/use_zfs.py:189
msgid "Please select 5 drive for RAIDZ3 (select the smallest disk first)"
msgstr ""
#: install_station/use_zfs.py:296
#: install_station/use_zfs.py:292
msgid "Disk"
msgstr ""
#: install_station/use_zfs.py:303
#: install_station/use_zfs.py:299
msgid "Size(MB)"
msgstr ""
#: install_station/use_zfs.py:309
#: install_station/use_zfs.py:305
msgid "Name"
msgstr ""
#: install_station/use_zfs.py:313
#: install_station/use_zfs.py:309
msgid "Check"
msgstr ""
#: install_station/use_zfs.py:326
#: install_station/use_zfs.py:322
msgid "Please select one drive"
msgstr ""
#: install_station/use_zfs.py:331
#: install_station/use_zfs.py:327
msgid "<b>Pool Type</b>"
msgstr ""
#: install_station/use_zfs.py:335
#: install_station/use_zfs.py:331
msgid "1+ disks Stripe"
msgstr ""
#: install_station/use_zfs.py:336
#: install_station/use_zfs.py:332
msgid "2+ disks Mirror"
msgstr ""
#: install_station/use_zfs.py:337
#: install_station/use_zfs.py:333
msgid "3 disks RAIDZ1"
msgstr ""
#: install_station/use_zfs.py:338
#: install_station/use_zfs.py:334
msgid "4 disks RAIDZ2"
msgstr ""
#: install_station/use_zfs.py:339
#: install_station/use_zfs.py:335
msgid "5 disks RAIDZ3"
msgstr ""
#: install_station/use_zfs.py:349
#: install_station/use_zfs.py:345
msgid "<b>Pool Name</b>"
msgstr ""
#: install_station/use_zfs.py:369
#: install_station/use_zfs.py:365
msgid "Encrypt Disk"
msgstr ""
#: install_station/use_zfs.py:373
#: install_station/use_zfs.py:369
msgid "Password"
msgstr ""
#: install_station/use_zfs.py:380
#: install_station/use_zfs.py:376
msgid "Verify it"
msgstr ""
#: install_station/use_zfs.py:541
#: install_station/use_zfs.py:537
msgid "Warning"
msgstr ""
#: install_station/use_zfs.py:552
#: install_station/use_zfs.py:548
msgid "Smallest disk need to be SELECTED first!\n"
msgstr ""
#: install_station/use_zfs.py:553
#: install_station/use_zfs.py:549
msgid "All the disk selected will reset."
msgstr ""
#: install_station/welcome_live.py:16
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""
#: install_station/welcome_live.py:95 install_station/welcome_live.py:242
msgid "Install GhostBSD"
msgstr ""
#: install_station/welcome_live.py:98 install_station/welcome_live.py:246
msgid "Try GhostBSD"
msgstr ""
#: install_station/welcome_live.py:101
msgid ""
"To run GhostBSD without installing, select \"Try GhostBSD.\"\n"
" \n"
"\n"
"To install GhostBSD on your computer hard disk drive, click \"Install "
"GhostBSD.\"\n"
"\n"
"Note: Language selection only works when selecting \"Try GhostBSD.\"\n"
" When installing GhostBSD, the installation program is only in English."
msgstr ""