locale: Update translation strings

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-01-01 20:20:36 -05:00
parent 92492d2449
commit bd80630be1
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
41 changed files with 1893 additions and 1259 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-10-19 06:18+0000\n" "PO-Revision-Date: 2023-10-19 06:18+0000\n"
"Last-Translator: Shaik <arifashaik807@gmail.com>\n" "Last-Translator: Shaik <arifashaik807@gmail.com>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Arabic <https://hosted.weblate.org/projects/freedombox/"
@ -172,7 +172,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5942,110 +5942,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2020-06-10 15:41+0000\n" "PO-Revision-Date: 2020-06-10 15:41+0000\n"
"Last-Translator: aiman an <an1f3@hotmail.com>\n" "Last-Translator: aiman an <an1f3@hotmail.com>\n"
"Language-Team: Arabic (Saudi Arabia) <https://hosted.weblate.org/projects/" "Language-Team: Arabic (Saudi Arabia) <https://hosted.weblate.org/projects/"
@ -171,7 +171,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5947,110 +5947,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -167,7 +167,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5935,110 +5935,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-09-18 19:00+0000\n" "PO-Revision-Date: 2023-09-18 19:00+0000\n"
"Last-Translator: 109247019824 <stoyan@gmx.com>\n" "Last-Translator: 109247019824 <stoyan@gmx.com>\n"
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Bulgarian <https://hosted.weblate.org/projects/freedombox/"
@ -184,7 +184,7 @@ msgstr "Включване на резервни копия по график"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Към {app_name}" msgstr "Към {app_name}"
@ -6242,110 +6242,128 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "Захранване"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2021-06-16 07:33+0000\n" "PO-Revision-Date: 2021-06-16 07:33+0000\n"
"Last-Translator: Oymate <dhruboadittya96@gmail.com>\n" "Last-Translator: Oymate <dhruboadittya96@gmail.com>\n"
"Language-Team: Bengali <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Bengali <https://hosted.weblate.org/projects/freedombox/"
@ -170,7 +170,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5967,110 +5967,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-11-20 05:11+0000\n" "PO-Revision-Date: 2023-11-20 05:11+0000\n"
"Last-Translator: Jiří Podhorecký <j.podhorecky@volny.cz>\n" "Last-Translator: Jiří Podhorecký <j.podhorecky@volny.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Czech <https://hosted.weblate.org/projects/freedombox/"
@ -181,7 +181,7 @@ msgstr "Povolení plánu zálohování"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Jít na {app_name}" msgstr "Jít na {app_name}"
@ -3166,10 +3166,10 @@ msgid ""
"project or <a href=\"https://openzim.org/wiki/Build_your_ZIM_file\" " "project or <a href=\"https://openzim.org/wiki/Build_your_ZIM_file\" "
"target=\"_blank\" rel=\"noopener noreferrer\">create</a> your own." "target=\"_blank\" rel=\"noopener noreferrer\">create</a> your own."
msgstr "" msgstr ""
"Můžete si <a href=\"https://library.kiwix.org\" target=\"_blank\" rel=" "Můžete si <a href=\"https://library.kiwix.org\" target=\"_blank\" "
"\"noopener noreferrer\">stáhnout</a> obsahové balíčky z projektu Kiwix nebo " "rel=\"noopener noreferrer\">stáhnout</a> obsahové balíčky z projektu Kiwix "
"<a href=\"https://openzim.org/wiki/Build_your_ZIM_file\" target=\"_blank\" " "nebo <a href=\"https://openzim.org/wiki/Build_your_ZIM_file\" "
"rel=\"noopener noreferrer\">vytvořit</a> vlastní." "target=\"_blank\" rel=\"noopener noreferrer\">vytvořit</a> vlastní."
#: plinth/modules/kiwix/__init__.py:53 #: plinth/modules/kiwix/__init__.py:53
msgid "Manage Kiwix content server" msgid "Manage Kiwix content server"
@ -3194,9 +3194,9 @@ msgid ""
"{box_name}. If Kiwix fails to add the file, it will be deleted immediately " "{box_name}. If Kiwix fails to add the file, it will be deleted immediately "
"to save disk space." "to save disk space."
msgstr "" msgstr ""
"Nahrané soubory ZIM budou uloženy pod {kiwix_home}/content na vaší {box_name}" "Nahrané soubory ZIM budou uloženy pod {kiwix_home}/content na vaší "
". Pokud se Kiwixu nepodaří soubor přidat, bude okamžitě smazán, aby se " "{box_name}. Pokud se Kiwixu nepodaří soubor přidat, bude okamžitě smazán, "
"ušetřilo místo na disku." "aby se ušetřilo místo na disku."
#: plinth/modules/kiwix/templates/kiwix-add-package.html:24 #: plinth/modules/kiwix/templates/kiwix-add-package.html:24
#, python-format #, python-format
@ -6804,105 +6804,106 @@ msgstr ""
"{box_name}. Lze zobrazit úložná zařízení, která jsou využívána, připojovat a " "{box_name}. Lze zobrazit úložná zařízení, která jsou využívána, připojovat a "
"odpojovat ta vyjímatelná." "odpojovat ta vyjímatelná."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Úložiště" msgstr "Úložiště"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} bajtů" msgstr "{disk_size:.1f} bajtů"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Operace se nezdařila." msgstr "Operace se nezdařila."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Operace byla zrušena." msgstr "Operace byla zrušena."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Toto zařízení už je odpojováno (umount)." msgstr "Toto zařízení už je odpojováno (umount)."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "Operace není podporována z důvodu chybějící podpory ovladače/nástroje." msgstr "Operace není podporována z důvodu chybějící podpory ovladače/nástroje."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Časový limit aplikace překročen." msgstr "Časový limit aplikace překročen."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "Operace by probudila disk který je v režimu hlubokého spánku." msgstr "Operace by probudila disk který je v režimu hlubokého spánku."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Pokus o odpojení zařízení které je zaneprázdněno." msgstr "Pokus o odpojení zařízení které je zaneprázdněno."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Operace už byla zrušena." msgstr "Operace už byla zrušena."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Chybí oprávnění pro provedení požadované operace." msgstr "Chybí oprávnění pro provedení požadované operace."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Toto zařízení je už připojeno (mount)." msgstr "Toto zařízení je už připojeno (mount)."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Zařízení není připojeno." msgstr "Zařízení není připojeno."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Není umožněno použít požadovanou volbu." msgstr "Není umožněno použít požadovanou volbu."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Zařízení je připojeno jiným uživatelem." msgstr "Zařízení je připojeno jiným uživatelem."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Málo místa na systémovém oddílu: {percent_used}% použito, {free_space} volné." "Málo místa na systémovém oddílu: {percent_used}% použito, {free_space} volné."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Málo místa na disku" msgstr "Málo místa na disku"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Hrozí selhání disku" msgstr "Hrozí selhání disku"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -6911,6 +6912,25 @@ msgstr ""
"Disk {id} hlásí, že v blízké budoucnosti pravděpodobně selže. Zkopírujte " "Disk {id} hlásí, že v blízké budoucnosti pravděpodobně selže. Zkopírujte "
"všechna data, dokud to ještě jde, a disk vyměňte." "všechna data, dokud to ještě jde, a disk vyměňte."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Root Filesystem"
msgid "Read-only root filesystem"
msgstr "Kořenový souborový systém"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Přejít na Sítě"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Neplatný název adresáře." msgstr "Neplatný název adresáře."
@ -10459,9 +10479,6 @@ msgstr "gudžarátština"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Smazat zachycený stav" #~ msgstr "Smazat zachycený stav"
#~ msgid "Root Filesystem"
#~ msgstr "Kořenový souborový systém"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "Disk" #~ msgstr "Disk"
@ -10747,9 +10764,6 @@ msgstr "gudžarátština"
#~ "Měli byste zkonrolovat nastavení sítě a v případě potřeby ho upravit. " #~ "Měli byste zkonrolovat nastavení sítě a v případě potřeby ho upravit. "
#~ "Nezapomeňte změnit výchozí hesla do Wi-Fi!" #~ "Nezapomeňte změnit výchozí hesla do Wi-Fi!"
#~ msgid "Go to Networks"
#~ msgstr "Přejít na Sítě"
#~ msgid "" #~ msgid ""
#~ "Console login access restricted to users in \"admin\" group. This can be " #~ "Console login access restricted to users in \"admin\" group. This can be "
#~ "configured in security settings." #~ "configured in security settings."

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n" "PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Danish <https://hosted.weblate.org/projects/freedombox/"
@ -187,7 +187,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "About {box_name}" #| msgid "About {box_name}"
msgid "Go to {app_name}" msgid "Go to {app_name}"
@ -6858,123 +6858,143 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
#, fuzzy #, fuzzy
#| msgid "reStore" #| msgid "reStore"
msgid "Storage" msgid "Storage"
msgstr "reStore" msgstr "reStore"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} bytes" #| msgid "{disk_size} bytes"
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size} bytes" msgstr "{disk_size} bytes"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} KiB" #| msgid "{disk_size} KiB"
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size} KiB" msgstr "{disk_size} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} MiB" #| msgid "{disk_size} MiB"
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size} MiB" msgstr "{disk_size} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} GiB" #| msgid "{disk_size} GiB"
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size} GiB" msgstr "{disk_size} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} TiB" #| msgid "{disk_size} TiB"
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size} TiB" msgstr "{disk_size} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
#, fuzzy #, fuzzy
#| msgid "repro service is running" #| msgid "repro service is running"
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "repro-tjenesten er aktiv" msgstr "repro-tjenesten er aktiv"
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
#, fuzzy #, fuzzy
#| msgid "This service already exists" #| msgid "This service already exists"
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Denne tjeneste eksisterer allerede" msgstr "Denne tjeneste eksisterer allerede"
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
#, fuzzy #, fuzzy
#| msgid "repro service is not running" #| msgid "repro service is not running"
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "repro-tjenesten er ikke aktiv" msgstr "repro-tjenesten er ikke aktiv"
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "System"
msgid "Read-only root filesystem"
msgstr "System"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Gå til Netværk"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
#, fuzzy #, fuzzy
#| msgid "Invalid hostname" #| msgid "Invalid hostname"
@ -10182,11 +10202,6 @@ msgstr ""
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Slet %(name)s" #~ msgstr "Slet %(name)s"
#, fuzzy
#~| msgid "System"
#~ msgid "Root Filesystem"
#~ msgstr "System"
#, fuzzy #, fuzzy
#~| msgid "Disks" #~| msgid "Disks"
#~ msgid "Disk" #~ msgid "Disk"
@ -10410,9 +10425,6 @@ msgstr ""
#~ "Du bør kontrollere netværksopsætningen og tilpasse den hvis nødvendigt. " #~ "Du bør kontrollere netværksopsætningen og tilpasse den hvis nødvendigt. "
#~ "Glem ikke at ændre standardkodeordene for Wi-Fi!" #~ "Glem ikke at ændre standardkodeordene for Wi-Fi!"
#~ msgid "Go to Networks"
#~ msgstr "Gå til Netværk"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "Fil-hosting (ownCloud)" #~ msgstr "Fil-hosting (ownCloud)"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-10-30 10:00+0000\n" "PO-Revision-Date: 2023-10-30 10:00+0000\n"
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n" "Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
"Language-Team: German <https://hosted.weblate.org/projects/freedombox/" "Language-Team: German <https://hosted.weblate.org/projects/freedombox/"
@ -188,7 +188,7 @@ msgstr "Aktivieren eines Sicherungszeitplans"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Gehe zu {app_name}" msgstr "Gehe zu {app_name}"
@ -6951,109 +6951,110 @@ msgstr ""
"Speichermedien einsehen, Wechselmedien einbinden und aushängen, die Root-" "Speichermedien einsehen, Wechselmedien einbinden und aushängen, die Root-"
"Partition erweitern usw." "Partition erweitern usw."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Speicher" msgstr "Speicher"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} Bytes" msgstr "{disk_size:.1f} Bytes"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Der Vorgang schlug fehl." msgstr "Der Vorgang schlug fehl."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Der Vorgang wurde abgebrochen." msgstr "Der Vorgang wurde abgebrochen."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Das Gerät wird bereits ausgehängt." msgstr "Das Gerät wird bereits ausgehängt."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
"Der Vorgang ist wegen fehlender Treiber-/Werkzeugunterstützung nicht möglich." "Der Vorgang ist wegen fehlender Treiber-/Werkzeugunterstützung nicht möglich."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Der Vorgang beendet wegen Zeitüberschreitung." msgstr "Der Vorgang beendet wegen Zeitüberschreitung."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
"Dieser Vorgang würde ein Gerät aufwecken, welches sich in einem Tiefschlaf-" "Dieser Vorgang würde ein Gerät aufwecken, welches sich in einem Tiefschlaf-"
"Zustand befindet." "Zustand befindet."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Es wird versucht, ein Gerät auszuhängen, das beschäftigt ist." msgstr "Es wird versucht, ein Gerät auszuhängen, das beschäftigt ist."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Dieser Vorgang wurde bereits abgebrochen." msgstr "Dieser Vorgang wurde bereits abgebrochen."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Nicht autorisiert, um den gewünschten Vorgang auszuführen." msgstr "Nicht autorisiert, um den gewünschten Vorgang auszuführen."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Dieses Gerät ist bereits eingebunden." msgstr "Dieses Gerät ist bereits eingebunden."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Das Gerät ist nicht eingebunden." msgstr "Das Gerät ist nicht eingebunden."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Die gewünschte Option ist nicht gestattet." msgstr "Die gewünschte Option ist nicht gestattet."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Das Gerät ist von einem anderen Benutzer eingebunden." msgstr "Das Gerät ist von einem anderen Benutzer eingebunden."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Geringer Speicherplatz auf der Systempartition: {percent_used}% belegt, " "Geringer Speicherplatz auf der Systempartition: {percent_used}% belegt, "
"{free_space} verfügbar." "{free_space} verfügbar."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Wenig Plattenspeicherplatz" msgstr "Wenig Plattenspeicherplatz"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Festplattenfehler unmittelbar bevorstehend" msgstr "Festplattenfehler unmittelbar bevorstehend"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -7063,6 +7064,25 @@ msgstr ""
"Kopieren Sie alle Daten, solange Sie noch können, und ersetzen Sie das " "Kopieren Sie alle Daten, solange Sie noch können, und ersetzen Sie das "
"Laufwerk." "Laufwerk."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Root Filesystem"
msgid "Read-only root filesystem"
msgstr "Wurzel-Dateisystem"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Zu den Netzwerken"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Ungültiger Verzeichnisname." msgstr "Ungültiger Verzeichnisname."
@ -10687,9 +10707,6 @@ msgstr "Gujarati"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Lösche Speicherauszug" #~ msgstr "Lösche Speicherauszug"
#~ msgid "Root Filesystem"
#~ msgstr "Wurzel-Dateisystem"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "Speichermedium" #~ msgstr "Speichermedium"
@ -11012,9 +11029,6 @@ msgstr "Gujarati"
#~ "Sie sollten die Netzwerkkonfiguration überprüfen und gegebenenfalls " #~ "Sie sollten die Netzwerkkonfiguration überprüfen und gegebenenfalls "
#~ "ändern. Vergessen Sie nicht, die Standard Wlan-Passwörter zu ändern!" #~ "ändern. Vergessen Sie nicht, die Standard Wlan-Passwörter zu ändern!"
#~ msgid "Go to Networks"
#~ msgstr "Zu den Netzwerken"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "Datei-Hosting (ownCloud)" #~ msgstr "Datei-Hosting (ownCloud)"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -168,7 +168,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5936,110 +5936,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:20+0000\n" "PO-Revision-Date: 2022-09-14 17:20+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Greek <https://hosted.weblate.org/projects/freedombox/"
@ -191,7 +191,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "About {box_name}" #| msgid "About {box_name}"
msgid "Go to {app_name}" msgid "Go to {app_name}"
@ -7057,92 +7057,93 @@ msgstr ""
"χρησιμοποιούνται προς το παρόν, να προσθέσετε και να αφαιρέσετε αφαιρούμενα " "χρησιμοποιούνται προς το παρόν, να προσθέσετε και να αφαιρέσετε αφαιρούμενα "
"μέσα, επεκτείνετε το root διαμέρισμα κλπ." "μέσα, επεκτείνετε το root διαμέρισμα κλπ."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Χώρος Αποθήκευσης" msgstr "Χώρος Αποθήκευσης"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} bytes" msgstr "{disk_size:.1f} bytes"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Η ενέργεια απέτυχε." msgstr "Η ενέργεια απέτυχε."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Η ενέργεια ακυρώθηκε." msgstr "Η ενέργεια ακυρώθηκε."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Η συσκευή είναι ήδη προς αφαίρεση." msgstr "Η συσκευή είναι ήδη προς αφαίρεση."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "Η ενέργεια δεν υποστηρίζεται λόγω μη υποστήριξης προγραμματος οδηγού." msgstr "Η ενέργεια δεν υποστηρίζεται λόγω μη υποστήριξης προγραμματος οδηγού."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Η ενέργεια απέτυχε επειδή διήρκησε πολύ χρόνο." msgstr "Η ενέργεια απέτυχε επειδή διήρκησε πολύ χρόνο."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
"Η ενέργεια θα ξυπνήσει ένα δίσκο που είναι σε μια βαθιά κατάσταση ύπνου." "Η ενέργεια θα ξυπνήσει ένα δίσκο που είναι σε μια βαθιά κατάσταση ύπνου."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Γίνεται προσπάθεια αφαίρεσης μιας συσκευής που είναι απασχολημένη." msgstr "Γίνεται προσπάθεια αφαίρεσης μιας συσκευής που είναι απασχολημένη."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Η ενέργια έχει ήδη ακυρωθεί." msgstr "Η ενέργια έχει ήδη ακυρωθεί."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Δεν έχετε εξουσιοδότηση για την εκτέλεση της συγκεκριμένης ενέργειας." msgstr "Δεν έχετε εξουσιοδότηση για την εκτέλεση της συγκεκριμένης ενέργειας."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Η συσκευή έχει ήδη προστεθεί." msgstr "Η συσκευή έχει ήδη προστεθεί."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Η συσκευή δεν είναι τοποθετημένη." msgstr "Η συσκευή δεν είναι τοποθετημένη."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Δεν έχετε εξουσιοδότηση για την εκτέλεση της συγκεκριμένης ενέργειας." msgstr "Δεν έχετε εξουσιοδότηση για την εκτέλεση της συγκεκριμένης ενέργειας."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Η συσκευή έχει ήδη προστεθεί από άλλο χρήστη." msgstr "Η συσκευή έχει ήδη προστεθεί από άλλο χρήστη."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, fuzzy, no-python-format, python-brace-format #, fuzzy, no-python-format, python-brace-format
#| msgid "" #| msgid ""
#| "Warning: Low space on system partition ({percent_used}% used, " #| "Warning: Low space on system partition ({percent_used}% used, "
@ -7152,21 +7153,38 @@ msgstr ""
"Προειδοποίηση: χαμηλός χώρος στο διαμέρισμα του συστήματος ({percent_used}% " "Προειδοποίηση: χαμηλός χώρος στο διαμέρισμα του συστήματος ({percent_used}% "
"χρησιμοποιείται, {free_space} είναι ελεύθερος)." "χρησιμοποιείται, {free_space} είναι ελεύθερος)."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "Ισχύς"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Το όνομα καταλόγου δεν είναι έγκυρο." msgstr "Το όνομα καταλόγου δεν είναι έγκυρο."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-11-09 09:32+0000\n" "PO-Revision-Date: 2023-11-09 09:32+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n" "Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Spanish <https://hosted.weblate.org/projects/freedombox/"
@ -188,7 +188,7 @@ msgstr "Habilitar un respaldo agendado"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Ir a {app_name}" msgstr "Ir a {app_name}"
@ -6847,106 +6847,107 @@ msgstr ""
"{box_name}. Puede ver el medio de almacenamiento que está usando, montar y " "{box_name}. Puede ver el medio de almacenamiento que está usando, montar y "
"desmontar medios extraíbles, ampliar la partición raíz, etc." "desmontar medios extraíbles, ampliar la partición raíz, etc."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Almacenamiento" msgstr "Almacenamiento"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} bytes" msgstr "{disk_size:.1f} bytes"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Falló la operación." msgstr "Falló la operación."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Se ha cancelado la operación." msgstr "Se ha cancelado la operación."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "El dispositivo ya se está desmontando." msgstr "El dispositivo ya se está desmontando."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "No se soporta esta operación por falta de un driver o herramienta." msgstr "No se soporta esta operación por falta de un driver o herramienta."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "La operación agotó el tiempo." msgstr "La operación agotó el tiempo."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "La operación podría activar un disco que está en estado de reposo." msgstr "La operación podría activar un disco que está en estado de reposo."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Tratando de desmontar un dispositivo ocupado." msgstr "Tratando de desmontar un dispositivo ocupado."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Ya se ha cancelado la operación." msgstr "Ya se ha cancelado la operación."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "No tiene autorización para la operación solicitada." msgstr "No tiene autorización para la operación solicitada."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "El dispositivo ya está montado." msgstr "El dispositivo ya está montado."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "El dispositivo no está montado." msgstr "El dispositivo no está montado."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "La operación solicitada no está permitida." msgstr "La operación solicitada no está permitida."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "El dispositivo está ya montado por otro usuario." msgstr "El dispositivo está ya montado por otro usuario."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Poco espacio en la partición del sistema: {percent_used}% usado, " "Poco espacio en la partición del sistema: {percent_used}% usado, "
"{free_space} libre." "{free_space} libre."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Poco espacio en disco" msgstr "Poco espacio en disco"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Fallo de disco inminente" msgstr "Fallo de disco inminente"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -6955,6 +6956,25 @@ msgstr ""
"El disco {id} informa que es probable que falle en breve. Copie los datos " "El disco {id} informa que es probable que falle en breve. Copie los datos "
"mientras pueda y reemplace el disco." "mientras pueda y reemplace el disco."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Root Filesystem"
msgid "Read-only root filesystem"
msgstr "Sistema de archivos raíz"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Ir a Redes"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Nombre de carpeta no válido." msgstr "Nombre de carpeta no válido."
@ -10527,9 +10547,6 @@ msgstr "Gujarati"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Eliminar instantánea" #~ msgstr "Eliminar instantánea"
#~ msgid "Root Filesystem"
#~ msgstr "Sistema de archivos raíz"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "Disco" #~ msgstr "Disco"
@ -10830,9 +10847,6 @@ msgstr "Gujarati"
#~ "Debería comprobar la configuración de la red y modificarla si hace falta. " #~ "Debería comprobar la configuración de la red y modificarla si hace falta. "
#~ "¡No olvide cambiar la clave Wi-Fi!" #~ "¡No olvide cambiar la clave Wi-Fi!"
#~ msgid "Go to Networks"
#~ msgstr "Ir a Redes"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "Alojamiento de archivos (ownCloud)" #~ msgstr "Alojamiento de archivos (ownCloud)"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n" "PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Persian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Persian <https://hosted.weblate.org/projects/freedombox/"
@ -185,7 +185,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "رفتن به {app_name}" msgstr "رفتن به {app_name}"
@ -6573,116 +6573,132 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size} بایت" msgstr "{disk_size} بایت"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} KiB" #| msgid "{disk_size} KiB"
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size} KiB" msgstr "{disk_size} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} MiB" #| msgid "{disk_size} MiB"
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size} MiB" msgstr "{disk_size} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} GiB" #| msgid "{disk_size} GiB"
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size} GiB" msgstr "{disk_size} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "{disk_size} TiB" #| msgid "{disk_size} TiB"
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size} TiB" msgstr "{disk_size} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
#, fuzzy #, fuzzy
#| msgid "The requested domain is already registered." #| msgid "The requested domain is already registered."
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "دامنهٔ درخواستی از قبل ثبت شده است." msgstr "دامنهٔ درخواستی از قبل ثبت شده است."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
#, fuzzy #, fuzzy
#| msgid "Invalid hostname" #| msgid "Invalid hostname"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Plinth 0.6\n" "Project-Id-Version: Plinth 0.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2016-01-31 22:24+0530\n" "PO-Revision-Date: 2016-01-31 22:24+0530\n"
"Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n" "Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n"
"Language-Team: Plinth Developers <freedombox-discuss@lists.alioth.debian." "Language-Team: Plinth Developers <freedombox-discuss@lists.alioth.debian."
@ -194,7 +194,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "About {box_name}" #| msgid "About {box_name}"
msgid "Go to {app_name}" msgid "Go to {app_name}"
@ -6938,118 +6938,138 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
#, fuzzy #, fuzzy
#| msgid "reStore" #| msgid "reStore"
msgid "Storage" msgid "Storage"
msgstr "RESTORE" msgstr "RESTORE"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
#, fuzzy #, fuzzy
#| msgid "repro service is running" #| msgid "repro service is running"
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "REPRO SERVICE IS RUNNING" msgstr "REPRO SERVICE IS RUNNING"
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
#, fuzzy #, fuzzy
#| msgid "This service already exists" #| msgid "This service already exists"
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "THIS SERVICE ALREADY EXISTS" msgstr "THIS SERVICE ALREADY EXISTS"
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
#, fuzzy #, fuzzy
#| msgid "repro service is not running" #| msgid "repro service is not running"
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "REPRO SERVICE IS NOT RUNNING" msgstr "REPRO SERVICE IS NOT RUNNING"
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "System"
msgid "Read-only root filesystem"
msgstr "SYSTEM"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "GO TO NETWORKS"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
#, fuzzy #, fuzzy
#| msgid "Invalid hostname" #| msgid "Invalid hostname"
@ -10121,11 +10141,6 @@ msgstr ""
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "DELETE %(name)s" #~ msgstr "DELETE %(name)s"
#, fuzzy
#~| msgid "System"
#~ msgid "Root Filesystem"
#~ msgstr "SYSTEM"
#, fuzzy #, fuzzy
#~| msgid "reStore" #~| msgid "reStore"
#~ msgid "Restore apps" #~ msgid "Restore apps"
@ -10349,9 +10364,6 @@ msgstr ""
#~ "FORGET \n" #~ "FORGET \n"
#~ "TO CHANGE THE DEFAULT WI-FI PASSWORDS!" #~ "TO CHANGE THE DEFAULT WI-FI PASSWORDS!"
#~ msgid "Go to Networks"
#~ msgstr "GO TO NETWORKS"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "FILE HOSTING (OWNCLOUD)" #~ msgstr "FILE HOSTING (OWNCLOUD)"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-04-07 23:10+0000\n" "PO-Revision-Date: 2023-04-07 23:10+0000\n"
"Last-Translator: Coucouf <coucouf@coucouf.fr>\n" "Last-Translator: Coucouf <coucouf@coucouf.fr>\n"
"Language-Team: French <https://hosted.weblate.org/projects/freedombox/" "Language-Team: French <https://hosted.weblate.org/projects/freedombox/"
@ -186,7 +186,7 @@ msgstr "Activer la planification des sauvegardes"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Aller à {app_name}" msgstr "Aller à {app_name}"
@ -7003,109 +7003,110 @@ msgstr ""
"dutilisation, monter et démonter des médias amovibles, étendre la partition " "dutilisation, monter et démonter des médias amovibles, étendre la partition "
"racine, etc." "racine, etc."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Stockage" msgstr "Stockage"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} octets" msgstr "{disk_size:.1f} octets"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} Kio" msgstr "{disk_size:.1f} Kio"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} Mio" msgstr "{disk_size:.1f} Mio"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} Gio" msgstr "{disk_size:.1f} Gio"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} Tio" msgstr "{disk_size:.1f} Tio"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Lopération a échoué." msgstr "Lopération a échoué."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Lopération a été annulée." msgstr "Lopération a été annulée."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Le périphérique est déjà en train dêtre démonté." msgstr "Le périphérique est déjà en train dêtre démonté."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
"Lopération nest pas disponible par manque dun pilote ou dun outil adapté." "Lopération nest pas disponible par manque dun pilote ou dun outil adapté."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Lopération ne sest pas terminée." msgstr "Lopération ne sest pas terminée."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
"Lopération réveillerait un disque qui se trouve dans un état de veille " "Lopération réveillerait un disque qui se trouve dans un état de veille "
"profond." "profond."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Tentative de démontage dun périphérique en cours dutilisation." msgstr "Tentative de démontage dun périphérique en cours dutilisation."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Lopération a déjà été annulée." msgstr "Lopération a déjà été annulée."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Vous nêtes pas autorisé à effectuer lopération demandée." msgstr "Vous nêtes pas autorisé à effectuer lopération demandée."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Le périphérique est déjà monté." msgstr "Le périphérique est déjà monté."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Le périphérique nest pas monté." msgstr "Le périphérique nest pas monté."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Vous nêtes pas autorisé à utiliser loption demandée." msgstr "Vous nêtes pas autorisé à utiliser loption demandée."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Le périphérique est monté par un autre utilisateur." msgstr "Le périphérique est monté par un autre utilisateur."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Espace disque faible sur la partition système : {percent_used}% utilisés, " "Espace disque faible sur la partition système : {percent_used}% utilisés, "
"{free_space} libres." "{free_space} libres."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Espace disque faible" msgstr "Espace disque faible"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Panne de disque imminente" msgstr "Panne de disque imminente"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -7115,6 +7116,25 @@ msgstr ""
"Copiez toutes les données qui sy trouvent tant quil est encore temps et " "Copiez toutes les données qui sy trouvent tant quil est encore temps et "
"remplacez le disque." "remplacez le disque."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Root Filesystem"
msgid "Read-only root filesystem"
msgstr "Système de fichier racine"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Aller aux Réseaux"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Nom de répertoire invalide." msgstr "Nom de répertoire invalide."
@ -10768,9 +10788,6 @@ msgstr "Gujarati"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Supprimer l'instantané" #~ msgstr "Supprimer l'instantané"
#~ msgid "Root Filesystem"
#~ msgstr "Système de fichier racine"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "Disque" #~ msgstr "Disque"
@ -11053,9 +11070,6 @@ msgstr "Gujarati"
#~ "Vous devriez vérifier la configuration réseau et la modifier si " #~ "Vous devriez vérifier la configuration réseau et la modifier si "
#~ "nécessaire. N'oubliez pas de modifier les mots de passe Wi-Fi par défaut !" #~ "nécessaire. N'oubliez pas de modifier les mots de passe Wi-Fi par défaut !"
#~ msgid "Go to Networks"
#~ msgstr "Aller aux Réseaux"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "Hébergement de Fichiers (ownCloud)" #~ msgstr "Hébergement de Fichiers (ownCloud)"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-12-30 10:51+0000\n" "PO-Revision-Date: 2022-12-30 10:51+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n" "Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Galician <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Galician <https://hosted.weblate.org/projects/freedombox/"
@ -174,7 +174,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5960,110 +5960,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2021-01-18 12:32+0000\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Gujarati <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Gujarati <https://hosted.weblate.org/projects/freedombox/"
@ -181,7 +181,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -6246,110 +6246,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
#, fuzzy #, fuzzy
#| msgid "Invalid hostname" #| msgid "Invalid hostname"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-10-19 06:30+0000\n" "PO-Revision-Date: 2023-10-19 06:30+0000\n"
"Last-Translator: Shaik <arifashaik807@gmail.com>\n" "Last-Translator: Shaik <arifashaik807@gmail.com>\n"
"Language-Team: Hindi <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Hindi <https://hosted.weblate.org/projects/freedombox/"
@ -183,7 +183,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, fuzzy, python-brace-format #, fuzzy, python-brace-format
#| msgid "About {box_name}" #| msgid "About {box_name}"
msgid "Go to {app_name}" msgid "Go to {app_name}"
@ -6861,91 +6861,92 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "स्टोरेज" msgstr "स्टोरेज"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} बाइट्स" msgstr "{disk_size:.1f} बाइट्स"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} किब" msgstr "{disk_size:.1f} किब"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} मेब" msgstr "{disk_size:.1f} मेब"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} जिब" msgstr "{disk_size:.1f} जिब"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} टीब" msgstr "{disk_size:.1f} टीब"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "ऑपरेशन अनुत्तीर्ण हो गया." msgstr "ऑपरेशन अनुत्तीर्ण हो गया."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "ऑपरेशन रद्द किया गया." msgstr "ऑपरेशन रद्द किया गया."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "यह डिवाइस पहले से अनमाउट किया जा रहा है." msgstr "यह डिवाइस पहले से अनमाउट किया जा रहा है."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "यह ऑपरेशन अनुपलब्ध है क्यैकि ड्राइवर/उपकरण टूल समर्थित नहीं है." msgstr "यह ऑपरेशन अनुपलब्ध है क्यैकि ड्राइवर/उपकरण टूल समर्थित नहीं है."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "ऑपरेशन टाइम आउट हो गया." msgstr "ऑपरेशन टाइम आउट हो गया."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "यह ऑपरेशन गहरी नींद की स्थिति का डिस्क को जाग जाएगा." msgstr "यह ऑपरेशन गहरी नींद की स्थिति का डिस्क को जाग जाएगा."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "व्यस्त डिवाइस को अनमाउंट करने का प्रयास कर रहा है." msgstr "व्यस्त डिवाइस को अनमाउंट करने का प्रयास कर रहा है."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "ऑपरेशन पहले से रद्द किया गया." msgstr "ऑपरेशन पहले से रद्द किया गया."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "अनुरोधित ऑपरेशन करने के लिए अधिकृत नहीं है." msgstr "अनुरोधित ऑपरेशन करने के लिए अधिकृत नहीं है."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "यह डिवाइस पहले से माउंट किया गया." msgstr "यह डिवाइस पहले से माउंट किया गया."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "यह डिवाइस नहीं माउंट किया गया." msgstr "यह डिवाइस नहीं माउंट किया गया."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "अनुरोधित विकल्प का उपयोग करने की अनुमति नहीं है." msgstr "अनुरोधित विकल्प का उपयोग करने की अनुमति नहीं है."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "किसी और यूसर ने डिवाइस माउंट किया गया है." msgstr "किसी और यूसर ने डिवाइस माउंट किया गया है."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, fuzzy, no-python-format, python-brace-format #, fuzzy, no-python-format, python-brace-format
#| msgid "" #| msgid ""
#| "Warning: Low space on system partition ({percent_used}% used, " #| "Warning: Low space on system partition ({percent_used}% used, "
@ -6955,21 +6956,40 @@ msgstr ""
"वार्निंग: सिस्टम पार्टीशन पर कम जगह ({percent_used}% उपयोग किया गया, " "वार्निंग: सिस्टम पार्टीशन पर कम जगह ({percent_used}% उपयोग किया गया, "
"{free_space} free)." "{free_space} free)."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Filesystem"
msgid "Read-only root filesystem"
msgstr "फ़ाइलसिस्टम"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "पावर"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
#, fuzzy #, fuzzy
#| msgid "Invalid hostname" #| msgid "Invalid hostname"
@ -10495,11 +10515,6 @@ msgstr ""
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "स्नैपशॉट हटाएे" #~ msgstr "स्नैपशॉट हटाएे"
#, fuzzy
#~| msgid "Filesystem"
#~ msgid "Root Filesystem"
#~ msgstr "फ़ाइलसिस्टम"
#, fuzzy #, fuzzy
#~| msgid "Disk Path" #~| msgid "Disk Path"
#~ msgid "Disk" #~ msgid "Disk"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-10-24 18:39+0000\n" "PO-Revision-Date: 2022-10-24 18:39+0000\n"
"Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n" "Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Hungarian <https://hosted.weblate.org/projects/freedombox/"
@ -182,7 +182,7 @@ msgstr "Ütemezett biztonsági mentés engedélyezése"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Ugrás ide: {app_name}" msgstr "Ugrás ide: {app_name}"
@ -6921,108 +6921,109 @@ msgstr ""
"fel- és lecsatolhatsz cserélhető adathordozókat, kibővítheted a root " "fel- és lecsatolhatsz cserélhető adathordozókat, kibővítheted a root "
"partíciót, stb." "partíciót, stb."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Tárhely" msgstr "Tárhely"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} byte" msgstr "{disk_size:.1f} byte"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "A művelet sikertelen." msgstr "A művelet sikertelen."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "A művelet meg lett szakítva." msgstr "A művelet meg lett szakítva."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Az eszköz leválasztása már folyamatban van." msgstr "Az eszköz leválasztása már folyamatban van."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
"A művelet nem támogatott a hiányzó illesztőprogram/eszköz támogatása miatt." "A művelet nem támogatott a hiányzó illesztőprogram/eszköz támogatása miatt."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "A művelet túllépte az időkorlátot." msgstr "A művelet túllépte az időkorlátot."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
"A művelet fel fogja ébreszteni a lemezt, amely mély-alvó állapotban van." "A művelet fel fogja ébreszteni a lemezt, amely mély-alvó állapotban van."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Foglalt eszköz leválasztásának a kísérlete." msgstr "Foglalt eszköz leválasztásának a kísérlete."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "A művelet már meg lett szakítva." msgstr "A művelet már meg lett szakítva."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Nem vagy jogosult végrehajtani a kért műveletet." msgstr "Nem vagy jogosult végrehajtani a kért műveletet."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Az eszköz már fel lett csatolva." msgstr "Az eszköz már fel lett csatolva."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Az eszköz nincs felcsatolva." msgstr "Az eszköz nincs felcsatolva."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Nem használhatod a kért lehetőséget." msgstr "Nem használhatod a kért lehetőséget."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Az eszközt egy másik felhasználó felcsatolva." msgstr "Az eszközt egy másik felhasználó felcsatolva."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Kevés a szabad hely a rendszerpartíción: {percent_used}% felhasználva, " "Kevés a szabad hely a rendszerpartíción: {percent_used}% felhasználva, "
"{free_space} szabad." "{free_space} szabad."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Kevés tárhely" msgstr "Kevés tárhely"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Lemezhiba várható" msgstr "Lemezhiba várható"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -7031,6 +7032,25 @@ msgstr ""
"A {id} lemez azt jelzi, hogy a közeljövőben valószínűleg meghibásodik. " "A {id} lemez azt jelzi, hogy a közeljövőben valószínűleg meghibásodik. "
"Másold át az adatokat, amíg még lehet, és cseréld ki a meghajtót." "Másold át az adatokat, amíg még lehet, és cseréld ki a meghajtót."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Root Filesystem"
msgid "Read-only root filesystem"
msgstr "Gyökérfájlrendszer"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "Leállítás"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Érvénytelen könyvtárnév." msgstr "Érvénytelen könyvtárnév."
@ -10627,9 +10647,6 @@ msgstr "Gudzsaráti"
#~ msgid "SSH Keys" #~ msgid "SSH Keys"
#~ msgstr "SSH kulcsok" #~ msgstr "SSH kulcsok"
#~ msgid "Root Filesystem"
#~ msgstr "Gyökérfájlrendszer"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "Lemez" #~ msgstr "Lemez"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Indonesian (FreedomBox)\n" "Project-Id-Version: Indonesian (FreedomBox)\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n" "PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Indonesian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Indonesian <https://hosted.weblate.org/projects/freedombox/"
@ -179,7 +179,7 @@ msgstr "Aktifkan jadwal cadangan"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Pergi ke {app_name}" msgstr "Pergi ke {app_name}"
@ -6441,110 +6441,128 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Penyimpanan" msgstr "Penyimpanan"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} bytes" msgstr "{disk_size:.1f} bytes"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Operasi gagal." msgstr "Operasi gagal."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Operasi telah dibatalkan." msgstr "Operasi telah dibatalkan."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Perangkat belum terpasang." msgstr "Perangkat belum terpasang."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "Nyalakan"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Nama direktori tidak valid." msgstr "Nama direktori tidak valid."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n" "PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Italian <https://hosted.weblate.org/projects/freedombox/"
@ -181,7 +181,7 @@ msgstr "Abilita una schedulazione del Backup"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Vai a {app_name}" msgstr "Vai a {app_name}"
@ -6574,111 +6574,129 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
#, fuzzy #, fuzzy
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Il dispositivo sta già smontando." msgstr "Il dispositivo sta già smontando."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Il dispositivo è già montato." msgstr "Il dispositivo è già montato."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "Alimentazione"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Hostname non valido." msgstr "Hostname non valido."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-05-07 23:50+0000\n" "PO-Revision-Date: 2023-05-07 23:50+0000\n"
"Last-Translator: Nobuhiro Iwamatsu <iwamatsu@gmail.com>\n" "Last-Translator: Nobuhiro Iwamatsu <iwamatsu@gmail.com>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Japanese <https://hosted.weblate.org/projects/freedombox/"
@ -170,7 +170,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5938,110 +5938,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2020-07-16 16:41+0000\n" "PO-Revision-Date: 2020-07-16 16:41+0000\n"
"Last-Translator: Yogesh <yogesh@karnatakaeducation.org.in>\n" "Last-Translator: Yogesh <yogesh@karnatakaeducation.org.in>\n"
"Language-Team: Kannada <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Kannada <https://hosted.weblate.org/projects/freedombox/"
@ -170,7 +170,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5940,110 +5940,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n" "PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/freedombox/"
@ -172,7 +172,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5940,110 +5940,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:20+0000\n" "PO-Revision-Date: 2022-09-14 17:20+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Latvian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Latvian <https://hosted.weblate.org/projects/freedombox/"
@ -171,7 +171,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5939,110 +5939,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-08-16 06:52+0000\n" "PO-Revision-Date: 2023-08-16 06:52+0000\n"
"Last-Translator: Petter Reinholdtsen <pere-weblate@hungry.com>\n" "Last-Translator: Petter Reinholdtsen <pere-weblate@hungry.com>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/" "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
@ -191,7 +191,7 @@ msgstr "Aktiver sikkerhetskopitidsplan"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Gå til {app_name}" msgstr "Gå til {app_name}"
@ -6935,92 +6935,93 @@ msgstr ""
"kan vise lagringsmedia som er i bruk, montere og avmontere flyttbare medium, " "kan vise lagringsmedia som er i bruk, montere og avmontere flyttbare medium, "
"utvide rotpartisjonen, osv." "utvide rotpartisjonen, osv."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Lager" msgstr "Lager"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} byte" msgstr "{disk_size:.1f} byte"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Operasjonen mislyktes." msgstr "Operasjonen mislyktes."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Operasjonen ble avbrutt." msgstr "Operasjonen ble avbrutt."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Enheten avmonteres allerede." msgstr "Enheten avmonteres allerede."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
"Denne aktiviteten støttes ikke på grunn av manglende driver-/verktøystøtte." "Denne aktiviteten støttes ikke på grunn av manglende driver-/verktøystøtte."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Tidsavbrudd for operasjon." msgstr "Tidsavbrudd for operasjon."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "Operasjonen vil vekke en disk fra en tilstand av dyp søvn." msgstr "Operasjonen vil vekke en disk fra en tilstand av dyp søvn."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Prøver å avmontere en opptatt enhet." msgstr "Prøver å avmontere en opptatt enhet."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Operasjonen har allerede blitt avbrutt." msgstr "Operasjonen har allerede blitt avbrutt."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Mangler rettigheter til utførelse av forespurt operasjon." msgstr "Mangler rettigheter til utførelse av forespurt operasjon."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Denne enheten er allerede montert." msgstr "Denne enheten er allerede montert."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Enheten er ikke montert." msgstr "Enheten er ikke montert."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Mangler rettigheter til bruk av forespurt valg." msgstr "Mangler rettigheter til bruk av forespurt valg."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Enheten er montert av en annen bruker." msgstr "Enheten er montert av en annen bruker."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, fuzzy, no-python-format, python-brace-format #, fuzzy, no-python-format, python-brace-format
#| msgid "" #| msgid ""
#| "Warning: Low space on system partition ({percent_used}% used, " #| "Warning: Low space on system partition ({percent_used}% used, "
@ -7030,15 +7031,15 @@ msgstr ""
"Advarsel: Lite plass igjen på systempartisjon ({percent_used}% brukt, " "Advarsel: Lite plass igjen på systempartisjon ({percent_used}% brukt, "
"{free_space} ledig)." "{free_space} ledig)."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Lite ledig diskplass" msgstr "Lite ledig diskplass"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Diskfeil nært forestående" msgstr "Diskfeil nært forestående"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -7047,6 +7048,25 @@ msgstr ""
"Disk {id} rapporterer at den sannsynligvis vil feile i nær fremtid. Kopier " "Disk {id} rapporterer at den sannsynligvis vil feile i nær fremtid. Kopier "
"all data mens det fremdeles er mulig og bytt ut disken." "all data mens det fremdeles er mulig og bytt ut disken."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Root Filesystem"
msgid "Read-only root filesystem"
msgstr "Rotfilsystem"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Gå til nettverk"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Ugyldig katalognavn." msgstr "Ugyldig katalognavn."
@ -10581,9 +10601,6 @@ msgstr "Gujarati"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Slett øyeblikksbilde" #~ msgstr "Slett øyeblikksbilde"
#~ msgid "Root Filesystem"
#~ msgstr "Rotfilsystem"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "Disk" #~ msgstr "Disk"
@ -10878,9 +10895,6 @@ msgstr "Gujarati"
#~ "Du bør sjekke nettverksoppsettet, og endre det om nødvendig. Ikke glem å " #~ "Du bør sjekke nettverksoppsettet, og endre det om nødvendig. Ikke glem å "
#~ "endre standard Wi-Fi-passordene!" #~ "endre standard Wi-Fi-passordene!"
#~ msgid "Go to Networks"
#~ msgstr "Gå til nettverk"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "Fildeling (ownCloud)" #~ msgstr "Fildeling (ownCloud)"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-12-03 21:05+0000\n" "PO-Revision-Date: 2023-12-03 21:05+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Dutch <https://hosted.weblate.org/projects/freedombox/"
@ -186,7 +186,7 @@ msgstr "Een back-upschema inschakelen"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Ga naar {app_name}" msgstr "Ga naar {app_name}"
@ -6848,109 +6848,110 @@ msgstr ""
"bekijken, verwijderbare media koppelen en ontkoppelen, de rootpartitie " "bekijken, verwijderbare media koppelen en ontkoppelen, de rootpartitie "
"uitbreiden enz." "uitbreiden enz."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Storage" msgstr "Storage"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} bytes" msgstr "{disk_size:.1f} bytes"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "De bewerking is mislukt." msgstr "De bewerking is mislukt."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "De bewerking is afgebroken." msgstr "De bewerking is afgebroken."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Het apparaat is al aan het ontkoppelen." msgstr "Het apparaat is al aan het ontkoppelen."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
"De bewerking wordt niet ondersteund vanwege ontbrekende driver / programma-" "De bewerking wordt niet ondersteund vanwege ontbrekende driver / programma-"
"ondersteuning." "ondersteuning."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Er is een time-out opgetreden voor deze bewerking." msgstr "Er is een time-out opgetreden voor deze bewerking."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
"De operatie zou een schijf wakker maken die in \"diepe slaap\" stand is." "De operatie zou een schijf wakker maken die in \"diepe slaap\" stand is."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Poging om een apparaat te ontkoppelen dat in gebruik is." msgstr "Poging om een apparaat te ontkoppelen dat in gebruik is."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "De bewerking is al geannuleerd." msgstr "De bewerking is al geannuleerd."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Niet gemachtigd om deze handeling uit te voeren." msgstr "Niet gemachtigd om deze handeling uit te voeren."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Het apparaat is al gekoppeld." msgstr "Het apparaat is al gekoppeld."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Het apparaat is niet ge-mount." msgstr "Het apparaat is niet ge-mount."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Het is niet toegestaan de gevraagde optie te gebruiken." msgstr "Het is niet toegestaan de gevraagde optie te gebruiken."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Het apparaat is door een andere gebruiker aangekoppeld." msgstr "Het apparaat is door een andere gebruiker aangekoppeld."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Weinig ruimte op de systeempartitie: {percent_used} % gebruikt, {free_space} " "Weinig ruimte op de systeempartitie: {percent_used} % gebruikt, {free_space} "
"vrij." "vrij."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Weinig schijfruimte" msgstr "Weinig schijfruimte"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Schijffout dreigt" msgstr "Schijffout dreigt"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -6959,6 +6960,25 @@ msgstr ""
"Schijf {id} meldt dat het waarschijnlijk in de nabije toekomst defect zal " "Schijf {id} meldt dat het waarschijnlijk in de nabije toekomst defect zal "
"zijn. Kopieer alle gegevens terwijl het nog kan en vervang de schijf." "zijn. Kopieer alle gegevens terwijl het nog kan en vervang de schijf."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Filesystem"
msgid "Read-only root filesystem"
msgstr "Bestandssysteem"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Ga naar Netwerken"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Ongeldige mapnaam." msgstr "Ongeldige mapnaam."
@ -10579,11 +10599,6 @@ msgstr "Gujarati"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Snapshot verwijderen" #~ msgstr "Snapshot verwijderen"
#, fuzzy
#~| msgid "Filesystem"
#~ msgid "Root Filesystem"
#~ msgstr "Bestandssysteem"
#, fuzzy #, fuzzy
#~| msgid "Disks" #~| msgid "Disks"
#~ msgid "Disk" #~ msgid "Disk"
@ -10880,9 +10895,6 @@ msgstr "Gujarati"
#~ "Het is aan te raden de netwerkinstellingen te controleren, en zo nodig " #~ "Het is aan te raden de netwerkinstellingen te controleren, en zo nodig "
#~ "aan te passen. Vergeet niet de standaard WiFi wachtwoorden te veranderen!" #~ "aan te passen. Vergeet niet de standaard WiFi wachtwoorden te veranderen!"
#~ msgid "Go to Networks"
#~ msgstr "Ga naar Netwerken"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "Bestandsdeling (ownCloud)" #~ msgstr "Bestandsdeling (ownCloud)"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n" "PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Polish <https://hosted.weblate.org/projects/freedombox/"
@ -180,7 +180,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Idź do {app_name}" msgstr "Idź do {app_name}"
@ -6405,112 +6405,130 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} bajtów" msgstr "{disk_size:.1f} bajtów"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
#, fuzzy #, fuzzy
#| msgid "The requested domain is already registered." #| msgid "The requested domain is already registered."
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Wnioskowana domena jest już zarejstrowana." msgstr "Wnioskowana domena jest już zarejstrowana."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "Zasilanie"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
#, fuzzy #, fuzzy
#| msgid "Invalid hostname" #| msgid "Invalid hostname"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-05-22 15:50+0000\n" "PO-Revision-Date: 2023-05-22 15:50+0000\n"
"Last-Translator: Frederico Gomes <fefekrzr@gmail.com>\n" "Last-Translator: Frederico Gomes <fefekrzr@gmail.com>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Portuguese <https://hosted.weblate.org/projects/freedombox/"
@ -185,7 +185,7 @@ msgstr "Ative o agendamento de cópias de segurança"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Ir para {app_name}" msgstr "Ir para {app_name}"
@ -6269,110 +6269,128 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "O dispositivo já está a ser desmontado." msgstr "O dispositivo já está a ser desmontado."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "Esta operação pode ligar um disco que esteja no estado de adormecido." msgstr "Esta operação pode ligar um disco que esteja no estado de adormecido."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Root Filesystem"
msgid "Read-only root filesystem"
msgstr "Sistema de Ficheiros Raiz"
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Nome de diretório inválido." msgstr "Nome de diretório inválido."
@ -8551,9 +8569,6 @@ msgstr "Gujarati"
#~ msgid "Upload backup" #~ msgid "Upload backup"
#~ msgstr "Novo backup" #~ msgstr "Novo backup"
#~ msgid "Root Filesystem"
#~ msgstr "Sistema de Ficheiros Raiz"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "Disco" #~ msgstr "Disco"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-10-10 18:05+0000\n" "PO-Revision-Date: 2022-10-10 18:05+0000\n"
"Last-Translator: Nikita Epifanov <nikgreens@protonmail.com>\n" "Last-Translator: Nikita Epifanov <nikgreens@protonmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Russian <https://hosted.weblate.org/projects/freedombox/"
@ -185,7 +185,7 @@ msgstr "Включить расписание резервного копиро
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Перейти в {app_name}" msgstr "Перейти в {app_name}"
@ -6869,107 +6869,108 @@ msgstr ""
"{box_name}. Вы можете видеть, какие носители используются, монтировать и " "{box_name}. Вы можете видеть, какие носители используются, монтировать и "
"размонтировать подключаемые носители, увеличивать корневой раздел итп." "размонтировать подключаемые носители, увеличивать корневой раздел итп."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Хранилище" msgstr "Хранилище"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} байт" msgstr "{disk_size:.1f} байт"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} КиБ" msgstr "{disk_size:.1f} КиБ"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} Миб" msgstr "{disk_size:.1f} Миб"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} Гиб" msgstr "{disk_size:.1f} Гиб"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} Тиб" msgstr "{disk_size:.1f} Тиб"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Операция не удалась." msgstr "Операция не удалась."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Операция была отменена." msgstr "Операция была отменена."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Устройство уже отключается." msgstr "Устройство уже отключается."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
"Операция не поддерживается из-за отсутствия поддержки драйвера или утилиты." "Операция не поддерживается из-за отсутствия поддержки драйвера или утилиты."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Время операции вышло." msgstr "Время операции вышло."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "Операция пробудит диск, находящийся в режиме глубокого сна." msgstr "Операция пробудит диск, находящийся в режиме глубокого сна."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Попытка отключения устройства, которое используется." msgstr "Попытка отключения устройства, которое используется."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Операция уже отменена." msgstr "Операция уже отменена."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Отсутствует авторизация для выполнения запрошенной операции." msgstr "Отсутствует авторизация для выполнения запрошенной операции."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Устройство уже подключено." msgstr "Устройство уже подключено."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Устройство не подключено." msgstr "Устройство не подключено."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Использование запрошенной опции не разрешено." msgstr "Использование запрошенной опции не разрешено."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Устройство подключено другим пользователем." msgstr "Устройство подключено другим пользователем."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Недостаточно места в системном разделе: использовано {percent_used}%, " "Недостаточно места в системном разделе: использовано {percent_used}%, "
"свободно {free_space}." "свободно {free_space}."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Недостаточно места на диске" msgstr "Недостаточно места на диске"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Неизбежный сбой диска" msgstr "Неизбежный сбой диска"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -6978,6 +6979,25 @@ msgstr ""
"Диск {id} сообщает, что в ближайшем будущем он может выйти из строя. " "Диск {id} сообщает, что в ближайшем будущем он может выйти из строя. "
"Скопируйте любые данные, пока еще можете, и замените диск." "Скопируйте любые данные, пока еще можете, и замените диск."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "Root Filesystem"
msgid "Read-only root filesystem"
msgstr "Корневая файловая система"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Перейти к сетям"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Неверное имя каталога." msgstr "Неверное имя каталога."
@ -10528,9 +10548,6 @@ msgstr "Гуджарати"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Удалить снимок" #~ msgstr "Удалить снимок"
#~ msgid "Root Filesystem"
#~ msgstr "Корневая файловая система"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "Диск" #~ msgstr "Диск"
@ -10828,9 +10845,6 @@ msgstr "Гуджарати"
#~ "Вам необходимо проверить настройки сети и изменить их при необходимости. " #~ "Вам необходимо проверить настройки сети и изменить их при необходимости. "
#~ "Не забудьте изменить пароли Wi-Fi по умолчанию!" #~ "Не забудьте изменить пароли Wi-Fi по умолчанию!"
#~ msgid "Go to Networks"
#~ msgstr "Перейти к сетям"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "Файловый хостинг (ownCloud)" #~ msgstr "Файловый хостинг (ownCloud)"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2021-04-27 13:32+0000\n" "PO-Revision-Date: 2021-04-27 13:32+0000\n"
"Last-Translator: HelaBasa <R45XvezA@protonmail.ch>\n" "Last-Translator: HelaBasa <R45XvezA@protonmail.ch>\n"
"Language-Team: Sinhala <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Sinhala <https://hosted.weblate.org/projects/freedombox/"
@ -170,7 +170,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5938,110 +5938,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n" "PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Slovenian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Slovenian <https://hosted.weblate.org/projects/freedombox/"
@ -184,7 +184,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -6196,110 +6196,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
#, fuzzy #, fuzzy
#| msgid "Invalid hostname" #| msgid "Invalid hostname"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-11-03 20:31+0000\n" "PO-Revision-Date: 2023-11-03 20:31+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n" "Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
"Language-Team: Albanian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Albanian <https://hosted.weblate.org/projects/freedombox/"
@ -183,7 +183,7 @@ msgstr "Aktivizoni një Plan Kopjeruajtjesh"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Kalo te {app_name}" msgstr "Kalo te {app_name}"
@ -6899,107 +6899,108 @@ msgstr ""
"përdorim, të montoni dhe çmontoni media të heqshme, të zgjeroni pjesën " "përdorim, të montoni dhe çmontoni media të heqshme, të zgjeroni pjesën "
"rrënjë, etj." "rrënjë, etj."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Depozitë" msgstr "Depozitë"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} bajte" msgstr "{disk_size:.1f} bajte"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Veprimi dështoi." msgstr "Veprimi dështoi."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Veprimi u anulua." msgstr "Veprimi u anulua."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Pajisja po çmontohet tashmë." msgstr "Pajisja po çmontohet tashmë."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
"Veprimi nuk mbulohet, për shkak se mungon mbulimi për përudhësin/mjetin." "Veprimi nuk mbulohet, për shkak se mungon mbulimi për përudhësin/mjetin."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Veprimit i mbaroi koha." msgstr "Veprimit i mbaroi koha."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "Veprimi do të zgjonte një disk që është në gjendjen “deep-sleep”." msgstr "Veprimi do të zgjonte një disk që është në gjendjen “deep-sleep”."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Po përpiqet të çmontohet një pajisje që është e zënë." msgstr "Po përpiqet të çmontohet një pajisje që është e zënë."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Veprimi është anuluar tashmë." msgstr "Veprimi është anuluar tashmë."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "I paautorizuar për kryerjen e veprimit të kërkuar." msgstr "I paautorizuar për kryerjen e veprimit të kërkuar."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Pajisja është e çmontuar tashmë." msgstr "Pajisja është e çmontuar tashmë."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Pajisja sështë e montuar." msgstr "Pajisja sështë e montuar."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Si lejohet të përdorë mundësinë e kërkuar." msgstr "Si lejohet të përdorë mundësinë e kërkuar."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Pajisja është montuar nga tjetër përdorues." msgstr "Pajisja është montuar nga tjetër përdorues."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Hapësirë e ulët në pjesë sistemi: {percent_used}% të përdorura, {free_space} " "Hapësirë e ulët në pjesë sistemi: {percent_used}% të përdorura, {free_space} "
"të lira." "të lira."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Hapësirë disku e pamjaftueshme" msgstr "Hapësirë disku e pamjaftueshme"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Shumë afër dështimi disku" msgstr "Shumë afër dështimi disku"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -7008,6 +7009,23 @@ msgstr ""
"Disku {id} po raporton se ka gjasa të dështojë tani afër. Kopjoni çfarëdo të " "Disku {id} po raporton se ka gjasa të dështojë tani afër. Kopjoni çfarëdo të "
"dhënash që mundeni ende dhe zëvendësoni diskun." "dhënash që mundeni ende dhe zëvendësoni diskun."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "Energji"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Listë e pavlefshme emrash." msgstr "Listë e pavlefshme emrash."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2022-09-14 17:20+0000\n" "PO-Revision-Date: 2022-09-14 17:20+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n" "Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Serbian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Serbian <https://hosted.weblate.org/projects/freedombox/"
@ -182,7 +182,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -6068,110 +6068,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-11-09 09:32+0000\n" "PO-Revision-Date: 2023-11-09 09:32+0000\n"
"Last-Translator: bittin1ddc447d824349b2 <bittin@reimu.nl>\n" "Last-Translator: bittin1ddc447d824349b2 <bittin@reimu.nl>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Swedish <https://hosted.weblate.org/projects/freedombox/"
@ -182,7 +182,7 @@ msgstr "Aktivera ett schema för säkerhetskopiering"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Gå till {app_name}" msgstr "Gå till {app_name}"
@ -3162,8 +3162,8 @@ msgid ""
msgstr "" msgstr ""
"Kiwix kan vara värd för olika typer av innehåll:\n" "Kiwix kan vara värd för olika typer av innehåll:\n"
" <ul>\n" " <ul>\n"
"<li>Offlineversioner av webbplatser: Wikimedia-projektet, Stack Exchange</li>" "<li>Offlineversioner av webbplatser: Wikimedia-projektet, Stack Exchange</"
"\n" "li>\n"
"<li>Videoinnehåll: Khan Academy, TED Talks, Crash Course</li>\n" "<li>Videoinnehåll: Khan Academy, TED Talks, Crash Course</li>\n"
"<li>Utbildningsmaterial: PHET, TED Ed, Vikidia</li>\n" "<li>Utbildningsmaterial: PHET, TED Ed, Vikidia</li>\n"
"<li>e-böcker: Project Gutenberg</li>\n" "<li>e-böcker: Project Gutenberg</li>\n"
@ -3178,9 +3178,10 @@ msgid ""
"project or <a href=\"https://openzim.org/wiki/Build_your_ZIM_file\" " "project or <a href=\"https://openzim.org/wiki/Build_your_ZIM_file\" "
"target=\"_blank\" rel=\"noopener noreferrer\">create</a> your own." "target=\"_blank\" rel=\"noopener noreferrer\">create</a> your own."
msgstr "" msgstr ""
"Du kan <a href=\"https://library.kiwix.org\" target=\"_blank\" rel=\"noopener" "Du kan <a href=\"https://library.kiwix.org\" target=\"_blank\" "
" noreferrer\">ladda ner</a> innehållspaket från Kiwix-projektet eller <a " "rel=\"noopener noreferrer\">ladda ner</a> innehållspaket från Kiwix-"
"target=\"_blank\" rel=\"noopener noreferrer\">skapa</a> dina egna." "projektet eller <a target=\"_blank\" rel=\"noopener noreferrer\">skapa</a> "
"dina egna."
#: plinth/modules/kiwix/__init__.py:53 #: plinth/modules/kiwix/__init__.py:53
msgid "Manage Kiwix content server" msgid "Manage Kiwix content server"
@ -6817,106 +6818,107 @@ msgstr ""
"{box_name}. Du kan visa lagringsmedia som för närvarande används, montera " "{box_name}. Du kan visa lagringsmedia som för närvarande används, montera "
"och demontera flyttbara media, expandera rotpartitionen etc." "och demontera flyttbara media, expandera rotpartitionen etc."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Lagring" msgstr "Lagring"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} byte" msgstr "{disk_size:.1f} byte"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} Kib" msgstr "{disk_size:.1f} Kib"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} Mib" msgstr "{disk_size:.1f} Mib"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} Gib" msgstr "{disk_size:.1f} Gib"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} Tib" msgstr "{disk_size:.1f} Tib"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Åtgärden misslyckades." msgstr "Åtgärden misslyckades."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Operationen avbröts." msgstr "Operationen avbröts."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Enheten lossnar redan." msgstr "Enheten lossnar redan."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "Åtgärden stöds inte på grund av saknade drivrutiner/verktygsstöd." msgstr "Åtgärden stöds inte på grund av saknade drivrutiner/verktygsstöd."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Åtgärden orsakade timeout." msgstr "Åtgärden orsakade timeout."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "Åtgärden skulle väcka en disk som är i ett djupviloläge." msgstr "Åtgärden skulle väcka en disk som är i ett djupviloläge."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Försöker avmontera en enhet som är upptagen." msgstr "Försöker avmontera en enhet som är upptagen."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Operationen har redan avbrutits." msgstr "Operationen har redan avbrutits."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Inte behörig att utföra den begärda åtgärden." msgstr "Inte behörig att utföra den begärda åtgärden."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Enheten är redan monterad." msgstr "Enheten är redan monterad."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Enheten är inte monterad." msgstr "Enheten är inte monterad."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Inte tillåtet att använda det begärda alternativet." msgstr "Inte tillåtet att använda det begärda alternativet."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Enheten monteras av en annan användare." msgstr "Enheten monteras av en annan användare."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Lågt utrymme på systempartitionen: {percent_used}% används, {free_space} " "Lågt utrymme på systempartitionen: {percent_used}% används, {free_space} "
"fritt." "fritt."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Lågt diskutrymme" msgstr "Lågt diskutrymme"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Diskfel förestående" msgstr "Diskfel förestående"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -6925,6 +6927,23 @@ msgstr ""
"Disk {id} rapporterar att den sannolikt kommer att misslyckas inom en snar " "Disk {id} rapporterar att den sannolikt kommer att misslyckas inom en snar "
"framtid. Kopiera all data medan du fortfarande kan och byt ut enheten." "framtid. Kopiera all data medan du fortfarande kan och byt ut enheten."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Gå till Nätverk"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Ogiltigt katalognamn." msgstr "Ogiltigt katalognamn."
@ -10401,9 +10420,6 @@ msgstr "Gujarati"
#~ "Du bör kontrollera nätverksinställningarna och ändra dom om det behövs. " #~ "Du bör kontrollera nätverksinställningarna och ändra dom om det behövs. "
#~ "Glöm inte att byta ut standardösenordet för WiFi!" #~ "Glöm inte att byta ut standardösenordet för WiFi!"
#~ msgid "Go to Networks"
#~ msgstr "Gå till Nätverk"
#, fuzzy #, fuzzy
#~| msgid "" #~| msgid ""
#~| "For more information about the %(box_name)s project, see the <a " #~| "For more information about the %(box_name)s project, see the <a "

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -169,7 +169,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "" msgstr ""
@ -5937,110 +5937,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-10-24 00:04+0000\n" "PO-Revision-Date: 2023-10-24 00:04+0000\n"
"Last-Translator: Joseph Nuthalapati <njoseph@riseup.net>\n" "Last-Translator: Joseph Nuthalapati <njoseph@riseup.net>\n"
"Language-Team: Telugu <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Telugu <https://hosted.weblate.org/projects/freedombox/"
@ -181,7 +181,7 @@ msgstr "బ్యాకప్ షెడ్యూల్‌ను ప్రార
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "{app_name} కు వెళ్ళండి" msgstr "{app_name} కు వెళ్ళండి"
@ -6650,104 +6650,105 @@ msgstr ""
"ప్రస్తుతం వాడుకలో ఉన్న స్టోరేజ్ మీడియాను వీక్షించవచ్చు, తొలగించగల మీడియాను మౌంట్ చేయవచ్చు మరియు అన్‌మౌంట్ " "ప్రస్తుతం వాడుకలో ఉన్న స్టోరేజ్ మీడియాను వీక్షించవచ్చు, తొలగించగల మీడియాను మౌంట్ చేయవచ్చు మరియు అన్‌మౌంట్ "
"చేయవచ్చు, రూట్ విభజనను విస్తరించవచ్చు మొదలైనవి." "చేయవచ్చు, రూట్ విభజనను విస్తరించవచ్చు మొదలైనవి."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "నిల్వ" msgstr "నిల్వ"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} బైట్లు" msgstr "{disk_size:.1f} బైట్లు"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} కిలోబైట్లు" msgstr "{disk_size:.1f} కిలోబైట్లు"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} మెగాబైట్లు" msgstr "{disk_size:.1f} మెగాబైట్లు"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} గిగాబైట్లు" msgstr "{disk_size:.1f} గిగాబైట్లు"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} టెరాబైట్లు" msgstr "{disk_size:.1f} టెరాబైట్లు"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "ఆపరేషన్ విఫలమైంది." msgstr "ఆపరేషన్ విఫలమైంది."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "ఆపరేషన్ రద్దు చేయబడింది." msgstr "ఆపరేషన్ రద్దు చేయబడింది."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "పరికరం ఇప్పటికే అన్‌మౌంట్ చేయబడుతోంది." msgstr "పరికరం ఇప్పటికే అన్‌మౌంట్ చేయబడుతోంది."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "డ్రైవర్/టూల్ సపోర్ట్ తప్పిపోయినందున ఆపరేషన్‌కు మద్దతు లేదు." msgstr "డ్రైవర్/టూల్ సపోర్ట్ తప్పిపోయినందున ఆపరేషన్‌కు మద్దతు లేదు."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "ఆపరేషన్ టైమవుట్ అయింది." msgstr "ఆపరేషన్ టైమవుట్ అయింది."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "ఈ ఆపరేషన్ గాఢ నిద్రలో ఉన్న ఒక డిస్క్ ను మేల్కొలుపుతుంది." msgstr "ఈ ఆపరేషన్ గాఢ నిద్రలో ఉన్న ఒక డిస్క్ ను మేల్కొలుపుతుంది."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "బిజీగా ఉన్న పరికరాన్ని అన్‌మౌంట్ చేయడానికి ప్రయత్నిస్తోంది." msgstr "బిజీగా ఉన్న పరికరాన్ని అన్‌మౌంట్ చేయడానికి ప్రయత్నిస్తోంది."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "ఆపరేషన్ ఇప్పటికే రద్దు చేయబడింది." msgstr "ఆపరేషన్ ఇప్పటికే రద్దు చేయబడింది."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "అభ్యర్థించిన ఆపరేషన్ చేయడానికి అధికారం లేదు." msgstr "అభ్యర్థించిన ఆపరేషన్ చేయడానికి అధికారం లేదు."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "పరికరం ఇప్పటికే మౌంట్ చేయబడింది." msgstr "పరికరం ఇప్పటికే మౌంట్ చేయబడింది."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "పరికరం మౌంట్ చేయబడలేదు." msgstr "పరికరం మౌంట్ చేయబడలేదు."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "అభ్యర్థించిన ఎంపికను ఉపయోగించడానికి అనుమతి లేదు." msgstr "అభ్యర్థించిన ఎంపికను ఉపయోగించడానికి అనుమతి లేదు."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "పరికరం మరొక వినియోగదారుచే మౌంట్ చేయబడింది." msgstr "పరికరం మరొక వినియోగదారుచే మౌంట్ చేయబడింది."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "సిస్టమ్ విభజనలో తక్కువ స్థలం: {percent_used}% used, {free_space} ఉచితం." msgstr "సిస్టమ్ విభజనలో తక్కువ స్థలం: {percent_used}% used, {free_space} ఉచితం."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "తక్కువ ఖని స్థలం" msgstr "తక్కువ ఖని స్థలం"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "ఖని వైఫల్యం ఆసన్నమైంది" msgstr "ఖని వైఫల్యం ఆసన్నమైంది"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -6756,6 +6757,25 @@ msgstr ""
"ఖని {id}సమీప భవిష్యత్తులో విఫలమయ్యే అవకాశం ఉందని నివేదిస్తోంది. మీరు చేయగలిగినప్పుడు ఏదైనా సమాచారంకాపీ " "ఖని {id}సమీప భవిష్యత్తులో విఫలమయ్యే అవకాశం ఉందని నివేదిస్తోంది. మీరు చేయగలిగినప్పుడు ఏదైనా సమాచారంకాపీ "
"చేసి, చోదకం భర్తీ చేయండి." "చేసి, చోదకం భర్తీ చేయండి."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "System"
msgid "Read-only root filesystem"
msgstr "వ్యవస్థ"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "అల్లిక వైపు వెళ్ళండి"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "డైరెక్టరీ పేరు చెల్లదు." msgstr "డైరెక్టరీ పేరు చెల్లదు."
@ -10233,11 +10253,6 @@ msgstr "గుజరాతీ"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "చాయాచిత్రం ని తొలగించండి" #~ msgstr "చాయాచిత్రం ని తొలగించండి"
#, fuzzy
#~| msgid "System"
#~ msgid "Root Filesystem"
#~ msgstr "వ్యవస్థ"
#~ msgid "Disk" #~ msgid "Disk"
#~ msgstr "డిస్కు" #~ msgstr "డిస్కు"
@ -10457,9 +10472,6 @@ msgstr "గుజరాతీ"
#~ "మీరు మీ నెట్‌వర్క్ ఏర్పాటును తనిఖీ చేసి అవసరం అయినట్లైతే సవరించాలి. ప్రథమ వైఫై పాస్‌వర్డ్ ను మార్చటం " #~ "మీరు మీ నెట్‌వర్క్ ఏర్పాటును తనిఖీ చేసి అవసరం అయినట్లైతే సవరించాలి. ప్రథమ వైఫై పాస్‌వర్డ్ ను మార్చటం "
#~ "మర్చిపోకండి!" #~ "మర్చిపోకండి!"
#~ msgid "Go to Networks"
#~ msgstr "అల్లిక వైపు వెళ్ళండి"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "దస్ర్తా ఆహ్వానం (ownCloud)" #~ msgstr "దస్ర్తా ఆహ్వానం (ownCloud)"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-11-09 09:32+0000\n" "PO-Revision-Date: 2023-11-09 09:32+0000\n"
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n" "Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Turkish <https://hosted.weblate.org/projects/freedombox/"
@ -182,7 +182,7 @@ msgstr "Bir Yedekleme Planı etkinleştirin"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "{app_name} için git" msgstr "{app_name} için git"
@ -6839,105 +6839,106 @@ msgstr ""
"ortamı bağlayabilir ve bağlantısını kaldırabilir, kök bölümünü vb. " "ortamı bağlayabilir ve bağlantısını kaldırabilir, kök bölümünü vb. "
"genişletebilirsiniz." "genişletebilirsiniz."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Depolama" msgstr "Depolama"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} bayt" msgstr "{disk_size:.1f} bayt"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "İşlem başarısız oldu." msgstr "İşlem başarısız oldu."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "İşlem iptal edildi." msgstr "İşlem iptal edildi."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Aygıtın zaten bağlantısı kaldırılıyor." msgstr "Aygıtın zaten bağlantısı kaldırılıyor."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "Eksik sürücü/araç desteğinden dolayı işlem desteklenmiyor." msgstr "Eksik sürücü/araç desteğinden dolayı işlem desteklenmiyor."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "İşlem zaman aşımına uğradı." msgstr "İşlem zaman aşımına uğradı."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "İşlem, derin uyku durumunda olan bir diski uyandırır." msgstr "İşlem, derin uyku durumunda olan bir diski uyandırır."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Meşgul olan bir aygıtın bağlantısı kaldırılmaya çalışılıyor." msgstr "Meşgul olan bir aygıtın bağlantısı kaldırılmaya çalışılıyor."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "İşlem zaten iptal edildi." msgstr "İşlem zaten iptal edildi."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "İstenen işlemi gerçekleştirmek için yetkili değilsiniz." msgstr "İstenen işlemi gerçekleştirmek için yetkili değilsiniz."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Aygıt zaten bağlı." msgstr "Aygıt zaten bağlı."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Aygıt bağlı değil." msgstr "Aygıt bağlı değil."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "İstenen seçeneği kullanmak için izin verilmedi." msgstr "İstenen seçeneği kullanmak için izin verilmedi."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Aygıt başka bir kullanıcı tarafından bağlandı." msgstr "Aygıt başka bir kullanıcı tarafından bağlandı."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Sistem bölümünde düşük alan: %{percent_used} kullanıldı, {free_space} boş." "Sistem bölümünde düşük alan: %{percent_used} kullanıldı, {free_space} boş."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Düşük disk alanı" msgstr "Düşük disk alanı"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Disk arızası yakın" msgstr "Disk arızası yakın"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -6946,6 +6947,25 @@ msgstr ""
"Disk {id}, yakın gelecekte başarısız olma ihtimalinin yüksek olduğunu " "Disk {id}, yakın gelecekte başarısız olma ihtimalinin yüksek olduğunu "
"bildiriyor. Hala yapabilirken tüm verileri kopyalayın ve sürücüyü değiştirin." "bildiriyor. Hala yapabilirken tüm verileri kopyalayın ve sürücüyü değiştirin."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "System"
msgid "Read-only root filesystem"
msgstr "Sistem"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "Ağlara Git"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Geçersiz dizin adı." msgstr "Geçersiz dizin adı."
@ -10538,11 +10558,6 @@ msgstr "Gujarati"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "Anlığı sil" #~ msgstr "Anlığı sil"
#, fuzzy
#~| msgid "System"
#~ msgid "Root Filesystem"
#~ msgstr "Sistem"
#, fuzzy #, fuzzy
#~| msgid "Disks" #~| msgid "Disks"
#~ msgid "Disk" #~ msgid "Disk"
@ -10805,9 +10820,6 @@ msgstr "Gujarati"
#~ "Şebeke yapılandırmasını kontrol edip gerekiyorsa değiştirmelisiniz. " #~ "Şebeke yapılandırmasını kontrol edip gerekiyorsa değiştirmelisiniz. "
#~ "Varsayılan kablosuz ağ parolalarını değiştirmeyi unutmayın!" #~ "Varsayılan kablosuz ağ parolalarını değiştirmeyi unutmayın!"
#~ msgid "Go to Networks"
#~ msgstr "Ağlara Git"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "Dosya Barındırma (ownCloud)" #~ msgstr "Dosya Barındırma (ownCloud)"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-11-09 09:32+0000\n" "PO-Revision-Date: 2023-11-09 09:32+0000\n"
"Last-Translator: Ihor Hordiichuk <igor_ck@outlook.com>\n" "Last-Translator: Ihor Hordiichuk <igor_ck@outlook.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/freedombox/"
@ -186,7 +186,7 @@ msgstr "Дозволити планування резервних копій"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Перейти в {app_name}" msgstr "Перейти в {app_name}"
@ -6837,107 +6837,108 @@ msgstr ""
"{box_name}. Під час використання сховище даних можна переглядати, монтувати " "{box_name}. Під час використання сховище даних можна переглядати, монтувати "
"і відмонтовувати знімні накопичувачі, розширювати розділ root тощо." "і відмонтовувати знімні накопичувачі, розширювати розділ root тощо."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "Сховище" msgstr "Сховище"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} байтів" msgstr "{disk_size:.1f} байтів"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} КБ" msgstr "{disk_size:.1f} КБ"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} МБ" msgstr "{disk_size:.1f} МБ"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} ГБ" msgstr "{disk_size:.1f} ГБ"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} ТБ" msgstr "{disk_size:.1f} ТБ"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "Операція невдала." msgstr "Операція невдала."
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "Операцію скасовано." msgstr "Операцію скасовано."
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Пристрій вже відмонтований." msgstr "Пристрій вже відмонтований."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
"Операція не підтримується через відсутність підтримки драйверів/засобів." "Операція не підтримується через відсутність підтримки драйверів/засобів."
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "Час операції вийшов." msgstr "Час операції вийшов."
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "Операція розбудить диск, який перебуває у стані глибокого сну." msgstr "Операція розбудить диск, який перебуває у стані глибокого сну."
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Спроба відмонтувати пристрій, який зайнятий." msgstr "Спроба відмонтувати пристрій, який зайнятий."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "Операція вже була скасована." msgstr "Операція вже була скасована."
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "Немає прав на виконання запитуваної операції." msgstr "Немає прав на виконання запитуваної операції."
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Пристрій уже змонтовано." msgstr "Пристрій уже змонтовано."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Пристрій не змонтовано." msgstr "Пристрій не змонтовано."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "Не дозволено використовувати запитувану опцію." msgstr "Не дозволено використовувати запитувану опцію."
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Пристрій змонтовано іншим користувачем." msgstr "Пристрій змонтовано іншим користувачем."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
"Мало простору в розділі системи: {percent_used}% використано, {free_space} " "Мало простору в розділі системи: {percent_used}% використано, {free_space} "
"вільно." "вільно."
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "Мало простору на диску" msgstr "Мало простору на диску"
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "Неминучий збій диска" msgstr "Неминучий збій диска"
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
@ -6946,6 +6947,23 @@ msgstr ""
"Диск {id} повідомляє, що найближчим часом, ймовірно, вийде з ладу. Скопіюйте " "Диск {id} повідомляє, що найближчим часом, ймовірно, вийде з ладу. Скопіюйте "
"всі дані, поки це ще можливо, і замініть диск." "всі дані, поки це ще можливо, і замініть диск."
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Power"
msgid "Go to Power"
msgstr "Живлення"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "Некоректна назва каталогу." msgstr "Некоректна назва каталогу."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2021-07-28 08:34+0000\n" "PO-Revision-Date: 2021-07-28 08:34+0000\n"
"Last-Translator: bruh <quangtrung02hn16@gmail.com>\n" "Last-Translator: bruh <quangtrung02hn16@gmail.com>\n"
"Language-Team: Vietnamese <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Vietnamese <https://hosted.weblate.org/projects/freedombox/"
@ -184,7 +184,7 @@ msgstr "Bật một lịch trình sao lưu"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "Đi đến {app_name}" msgstr "Đi đến {app_name}"
@ -6208,110 +6208,126 @@ msgstr ""
"của bạn. Bạn có thể xem phương tiện lưu trữ hiện đang sử dụng, gắn và bỏ gắn " "của bạn. Bạn có thể xem phương tiện lưu trữ hiện đang sử dụng, gắn và bỏ gắn "
"phương tiện có thể rút ra, mở rộng phân vùng root, v.v." "phương tiện có thể rút ra, mở rộng phân vùng root, v.v."
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "Thiết bị này đã đang bỏ gắn rồi." msgstr "Thiết bị này đã đang bỏ gắn rồi."
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "Đang thử bỏ gắn một thiết bị đang bận." msgstr "Đang thử bỏ gắn một thiết bị đang bận."
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "Thiết bị này đã được gắn rồi." msgstr "Thiết bị này đã được gắn rồi."
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "Thiết bị này chưa được gắn." msgstr "Thiết bị này chưa được gắn."
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "Thiết bị này được một người dùng khác gắn." msgstr "Thiết bị này được một người dùng khác gắn."
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Plinth\n" "Project-Id-Version: Plinth\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2023-11-12 06:00+0000\n" "PO-Revision-Date: 2023-11-12 06:00+0000\n"
"Last-Translator: Eric <zxmegaxqug@hldrive.com>\n" "Last-Translator: Eric <zxmegaxqug@hldrive.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
@ -174,7 +174,7 @@ msgstr "启用备份计划"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "转到 {app_name}" msgstr "转到 {app_name}"
@ -6167,110 +6167,130 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "存储" msgstr "存储"
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "{disk_size:.1f} 字节" msgstr "{disk_size:.1f} 字节"
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB"
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB"
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB"
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "{disk_size:.1f} TiB" msgstr "{disk_size:.1f} TiB"
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "已经在卸载设备。" msgstr "已经在卸载设备。"
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "已挂载此设备。" msgstr "已挂载此设备。"
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "此设备未挂载。" msgstr "此设备未挂载。"
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
#, fuzzy
#| msgid "System"
msgid "Read-only root filesystem"
msgstr "系统"
#: plinth/modules/storage/__init__.py:391
#, fuzzy
#| msgid "Go to Networks"
msgid "Go to Power"
msgstr "转到网络"
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "无效的目录名。" msgstr "无效的目录名。"
@ -6534,7 +6554,8 @@ msgid ""
"An onion service will allow {box_name} to provide selected services (such as " "An onion service will allow {box_name} to provide selected services (such as "
"wiki or chat) without revealing its location. Do not use this for strong " "wiki or chat) without revealing its location. Do not use this for strong "
"anonymity yet." "anonymity yet."
msgstr "Onion 服务将允许 {box_name} 提供所选服务(如维基或聊天),而不暴露其位置。如" msgstr ""
"Onion 服务将允许 {box_name} 提供所选服务(如维基或聊天),而不暴露其位置。如"
"果对匿名性要求很高,暂时不要使用它。" "果对匿名性要求很高,暂时不要使用它。"
#: plinth/modules/tor/forms.py:125 #: plinth/modules/tor/forms.py:125
@ -9163,11 +9184,6 @@ msgstr "古吉拉特语"
#~ msgid "Delete Snapshot" #~ msgid "Delete Snapshot"
#~ msgstr "删除快照" #~ msgstr "删除快照"
#, fuzzy
#~| msgid "System"
#~ msgid "Root Filesystem"
#~ msgstr "系统"
#, fuzzy #, fuzzy
#~| msgid "Disks" #~| msgid "Disks"
#~ msgid "Disk" #~ msgid "Disk"
@ -9399,9 +9415,6 @@ msgstr "古吉拉特语"
#~ "你应该检查网络设置,如果有必要可对其修改。若要更改默认无线上网密码,请不要" #~ "你应该检查网络设置,如果有必要可对其修改。若要更改默认无线上网密码,请不要"
#~ "忘记!" #~ "忘记!"
#~ msgid "Go to Networks"
#~ msgstr "转到网络"
#~ msgid "File Hosting (ownCloud)" #~ msgid "File Hosting (ownCloud)"
#~ msgstr "文件存储ownCloud" #~ msgstr "文件存储ownCloud"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 20:16-0500\n" "POT-Creation-Date: 2024-01-01 20:19-0500\n"
"PO-Revision-Date: 2021-12-23 12:50+0000\n" "PO-Revision-Date: 2021-12-23 12:50+0000\n"
"Last-Translator: pesder <j_h_liau@yahoo.com.tw>\n" "Last-Translator: pesder <j_h_liau@yahoo.com.tw>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
@ -176,7 +176,7 @@ msgstr "啟用備份排程"
#: plinth/modules/backups/__init__.py:174 #: plinth/modules/backups/__init__.py:174
#: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76 #: plinth/modules/backups/__init__.py:221 plinth/modules/privacy/__init__.py:76
#: plinth/modules/storage/__init__.py:311 #: plinth/modules/storage/__init__.py:314
#, python-brace-format #, python-brace-format
msgid "Go to {app_name}" msgid "Go to {app_name}"
msgstr "移至 {app_name}" msgstr "移至 {app_name}"
@ -6066,110 +6066,126 @@ msgid ""
"media, expand the root partition etc." "media, expand the root partition etc."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 #: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307
#: plinth/modules/storage/__init__.py:335 #: plinth/modules/storage/__init__.py:338
#: plinth/modules/storage/__init__.py:384
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:212 #: plinth/modules/storage/__init__.py:215
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} bytes" msgid "{disk_size:.1f} bytes"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:216 #: plinth/modules/storage/__init__.py:219
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} KiB" msgid "{disk_size:.1f} KiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:220 #: plinth/modules/storage/__init__.py:223
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} MiB" msgid "{disk_size:.1f} MiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:224 #: plinth/modules/storage/__init__.py:227
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} GiB" msgid "{disk_size:.1f} GiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:227 #: plinth/modules/storage/__init__.py:230
#, python-brace-format #, python-brace-format
msgid "{disk_size:.1f} TiB" msgid "{disk_size:.1f} TiB"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:239 #: plinth/modules/storage/__init__.py:242
msgid "The operation failed." msgid "The operation failed."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:241 #: plinth/modules/storage/__init__.py:244
msgid "The operation was cancelled." msgid "The operation was cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:243 #: plinth/modules/storage/__init__.py:246
msgid "The device is already unmounting." msgid "The device is already unmounting."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:245 #: plinth/modules/storage/__init__.py:248
msgid "The operation is not supported due to missing driver/tool support." msgid "The operation is not supported due to missing driver/tool support."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:248 #: plinth/modules/storage/__init__.py:251
msgid "The operation timed out." msgid "The operation timed out."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:250 #: plinth/modules/storage/__init__.py:253
msgid "The operation would wake up a disk that is in a deep-sleep state." msgid "The operation would wake up a disk that is in a deep-sleep state."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:253 #: plinth/modules/storage/__init__.py:256
msgid "Attempting to unmount a device that is busy." msgid "Attempting to unmount a device that is busy."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:255 #: plinth/modules/storage/__init__.py:258
msgid "The operation has already been cancelled." msgid "The operation has already been cancelled."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:257 #: plinth/modules/storage/__init__.py:260
#: plinth/modules/storage/__init__.py:259 #: plinth/modules/storage/__init__.py:262
#: plinth/modules/storage/__init__.py:261 #: plinth/modules/storage/__init__.py:264
msgid "Not authorized to perform the requested operation." msgid "Not authorized to perform the requested operation."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:263 #: plinth/modules/storage/__init__.py:266
msgid "The device is already mounted." msgid "The device is already mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:265 #: plinth/modules/storage/__init__.py:268
msgid "The device is not mounted." msgid "The device is not mounted."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:267 #: plinth/modules/storage/__init__.py:270
msgid "Not permitted to use the requested option." msgid "Not permitted to use the requested option."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:269 #: plinth/modules/storage/__init__.py:272
msgid "The device is mounted by another user." msgid "The device is mounted by another user."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:299 #: plinth/modules/storage/__init__.py:302
#, no-python-format, python-brace-format #, no-python-format, python-brace-format
msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgid "Low space on system partition: {percent_used}% used, {free_space} free."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:301 #: plinth/modules/storage/__init__.py:304
msgid "Low disk space" msgid "Low disk space"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:329 #: plinth/modules/storage/__init__.py:332
msgid "Disk failure imminent" msgid "Disk failure imminent"
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:331 #: plinth/modules/storage/__init__.py:334
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"Disk {id} is reporting that it is likely to fail in the near future. Copy " "Disk {id} is reporting that it is likely to fail in the near future. Copy "
"any data while you still can and replace the drive." "any data while you still can and replace the drive."
msgstr "" msgstr ""
#: plinth/modules/storage/__init__.py:378
#, no-python-format
msgid ""
"You cannot save configuration changes. Try rebooting the system. If the "
"problem persists after a reboot, check the storage device for errors."
msgstr ""
#: plinth/modules/storage/__init__.py:381
msgid "Read-only root filesystem"
msgstr ""
#: plinth/modules/storage/__init__.py:391
msgid "Go to Power"
msgstr ""
#: plinth/modules/storage/forms.py:63 #: plinth/modules/storage/forms.py:63
msgid "Invalid directory name." msgid "Invalid directory name."
msgstr "" msgstr ""