diff --git a/plinth/locale/ar/LC_MESSAGES/django.po b/plinth/locale/ar/LC_MESSAGES/django.po index f5d551552..29ada04c5 100644 --- a/plinth/locale/ar/LC_MESSAGES/django.po +++ b/plinth/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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" "Last-Translator: Shaik \n" "Language-Team: Arabic \n" "Language-Team: Arabic (Saudi Arabia) \n" "Language-Team: Bulgarian \n" "Language-Team: Bengali \n" "Language-Team: Czech create your own." msgstr "" -"Můžete si stáhnout obsahové balíčky z projektu Kiwix nebo " -"vytvořit vlastní." +"Můžete si stáhnout obsahové balíčky z projektu Kiwix " +"nebo vytvořit vlastní." #: plinth/modules/kiwix/__init__.py:53 msgid "Manage Kiwix content server" @@ -3194,9 +3194,9 @@ msgid "" "{box_name}. If Kiwix fails to add the file, it will be deleted immediately " "to save disk space." msgstr "" -"Nahrané soubory ZIM budou uloženy pod {kiwix_home}/content na vaší {box_name}" -". Pokud se Kiwixu nepodaří soubor přidat, bude okamžitě smazán, aby se " -"ušetřilo místo na disku." +"Nahrané soubory ZIM budou uloženy pod {kiwix_home}/content na vaší " +"{box_name}. Pokud se Kiwixu nepodaří soubor přidat, bude okamžitě smazán, " +"aby se ušetřilo místo na disku." #: plinth/modules/kiwix/templates/kiwix-add-package.html:24 #, python-format @@ -6804,105 +6804,106 @@ msgstr "" "{box_name}. Lze zobrazit úložná zařízení, která jsou využívána, připojovat a " "odpojovat ta vyjímatelná." -#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 -#: plinth/modules/storage/__init__.py:335 +#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307 +#: plinth/modules/storage/__init__.py:338 +#: plinth/modules/storage/__init__.py:384 msgid "Storage" msgstr "Úložiště" -#: plinth/modules/storage/__init__.py:212 +#: plinth/modules/storage/__init__.py:215 #, python-brace-format msgid "{disk_size:.1f} bytes" msgstr "{disk_size:.1f} bajtů" -#: plinth/modules/storage/__init__.py:216 +#: plinth/modules/storage/__init__.py:219 #, python-brace-format msgid "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} KiB" -#: plinth/modules/storage/__init__.py:220 +#: plinth/modules/storage/__init__.py:223 #, python-brace-format msgid "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} MiB" -#: plinth/modules/storage/__init__.py:224 +#: plinth/modules/storage/__init__.py:227 #, python-brace-format msgid "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} GiB" -#: plinth/modules/storage/__init__.py:227 +#: plinth/modules/storage/__init__.py:230 #, python-brace-format msgid "{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." msgstr "Operace se nezdařila." -#: plinth/modules/storage/__init__.py:241 +#: plinth/modules/storage/__init__.py:244 msgid "The operation was cancelled." msgstr "Operace byla zrušena." -#: plinth/modules/storage/__init__.py:243 +#: plinth/modules/storage/__init__.py:246 msgid "The device is already unmounting." 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." 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." 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." 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." 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." msgstr "Operace už byla zrušena." -#: plinth/modules/storage/__init__.py:257 -#: plinth/modules/storage/__init__.py:259 -#: plinth/modules/storage/__init__.py:261 +#: plinth/modules/storage/__init__.py:260 +#: plinth/modules/storage/__init__.py:262 +#: plinth/modules/storage/__init__.py:264 msgid "Not authorized to perform the requested operation." 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." 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." 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." 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." 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 msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" "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" msgstr "Málo místa na disku" -#: plinth/modules/storage/__init__.py:329 +#: plinth/modules/storage/__init__.py:332 msgid "Disk failure imminent" msgstr "Hrozí selhání disku" -#: plinth/modules/storage/__init__.py:331 +#: plinth/modules/storage/__init__.py:334 #, python-brace-format msgid "" "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 " "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 msgid "Invalid directory name." msgstr "Neplatný název adresáře." @@ -10459,9 +10479,6 @@ msgstr "gudžarátština" #~ msgid "Delete Snapshot" #~ msgstr "Smazat zachycený stav" -#~ msgid "Root Filesystem" -#~ msgstr "Kořenový souborový systém" - #~ msgid "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. " #~ "Nezapomeňte změnit výchozí hesla do Wi-Fi!" -#~ msgid "Go to Networks" -#~ msgstr "Přejít na Sítě" - #~ msgid "" #~ "Console login access restricted to users in \"admin\" group. This can be " #~ "configured in security settings." diff --git a/plinth/locale/da/LC_MESSAGES/django.po b/plinth/locale/da/LC_MESSAGES/django.po index a339a9eb9..d054aa01f 100644 --- a/plinth/locale/da/LC_MESSAGES/django.po +++ b/plinth/locale/da/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\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" "Last-Translator: ikmaak \n" "Language-Team: Danish \n" "Language-Team: German \n" "Language-Team: LANGUAGE \n" @@ -168,7 +168,7 @@ msgstr "" #: plinth/modules/backups/__init__.py:174 #: 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 msgid "Go to {app_name}" msgstr "" @@ -5936,110 +5936,126 @@ msgid "" "media, expand the root partition etc." msgstr "" -#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 -#: plinth/modules/storage/__init__.py:335 +#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307 +#: plinth/modules/storage/__init__.py:338 +#: plinth/modules/storage/__init__.py:384 msgid "Storage" msgstr "" -#: plinth/modules/storage/__init__.py:212 +#: plinth/modules/storage/__init__.py:215 #, python-brace-format msgid "{disk_size:.1f} bytes" msgstr "" -#: plinth/modules/storage/__init__.py:216 +#: plinth/modules/storage/__init__.py:219 #, python-brace-format msgid "{disk_size:.1f} KiB" msgstr "" -#: plinth/modules/storage/__init__.py:220 +#: plinth/modules/storage/__init__.py:223 #, python-brace-format msgid "{disk_size:.1f} MiB" msgstr "" -#: plinth/modules/storage/__init__.py:224 +#: plinth/modules/storage/__init__.py:227 #, python-brace-format msgid "{disk_size:.1f} GiB" msgstr "" -#: plinth/modules/storage/__init__.py:227 +#: plinth/modules/storage/__init__.py:230 #, python-brace-format msgid "{disk_size:.1f} TiB" msgstr "" -#: plinth/modules/storage/__init__.py:239 +#: plinth/modules/storage/__init__.py:242 msgid "The operation failed." msgstr "" -#: plinth/modules/storage/__init__.py:241 +#: plinth/modules/storage/__init__.py:244 msgid "The operation was cancelled." msgstr "" -#: plinth/modules/storage/__init__.py:243 +#: plinth/modules/storage/__init__.py:246 msgid "The device is already unmounting." 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." msgstr "" -#: plinth/modules/storage/__init__.py:248 +#: plinth/modules/storage/__init__.py:251 msgid "The operation timed out." 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." msgstr "" -#: plinth/modules/storage/__init__.py:253 +#: plinth/modules/storage/__init__.py:256 msgid "Attempting to unmount a device that is busy." msgstr "" -#: plinth/modules/storage/__init__.py:255 +#: plinth/modules/storage/__init__.py:258 msgid "The operation has already been cancelled." msgstr "" -#: plinth/modules/storage/__init__.py:257 -#: plinth/modules/storage/__init__.py:259 -#: plinth/modules/storage/__init__.py:261 +#: plinth/modules/storage/__init__.py:260 +#: plinth/modules/storage/__init__.py:262 +#: plinth/modules/storage/__init__.py:264 msgid "Not authorized to perform the requested operation." msgstr "" -#: plinth/modules/storage/__init__.py:263 +#: plinth/modules/storage/__init__.py:266 msgid "The device is already mounted." msgstr "" -#: plinth/modules/storage/__init__.py:265 +#: plinth/modules/storage/__init__.py:268 msgid "The device is not mounted." msgstr "" -#: plinth/modules/storage/__init__.py:267 +#: plinth/modules/storage/__init__.py:270 msgid "Not permitted to use the requested option." msgstr "" -#: plinth/modules/storage/__init__.py:269 +#: plinth/modules/storage/__init__.py:272 msgid "The device is mounted by another user." msgstr "" -#: plinth/modules/storage/__init__.py:299 +#: plinth/modules/storage/__init__.py:302 #, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" -#: plinth/modules/storage/__init__.py:301 +#: plinth/modules/storage/__init__.py:304 msgid "Low disk space" msgstr "" -#: plinth/modules/storage/__init__.py:329 +#: plinth/modules/storage/__init__.py:332 msgid "Disk failure imminent" msgstr "" -#: plinth/modules/storage/__init__.py:331 +#: plinth/modules/storage/__init__.py:334 #, python-brace-format msgid "" "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." 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 msgid "Invalid directory name." msgstr "" diff --git a/plinth/locale/el/LC_MESSAGES/django.po b/plinth/locale/el/LC_MESSAGES/django.po index dec774b6f..b3b48eb76 100644 --- a/plinth/locale/el/LC_MESSAGES/django.po +++ b/plinth/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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" "Last-Translator: ikmaak \n" "Language-Team: Greek \n" "Language-Team: Spanish \n" "Language-Team: Persian \n" "Language-Team: Plinth Developers \n" "Language-Team: French \n" "Language-Team: Galician \n" "Language-Team: Gujarati \n" "Language-Team: Hindi \n" "Language-Team: Hungarian \n" "Language-Team: Indonesian \n" "Language-Team: Italian \n" "Language-Team: Japanese \n" "Language-Team: Kannada \n" "Language-Team: Lithuanian \n" "Language-Team: Latvian \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Polish \n" "Language-Team: Portuguese \n" "Language-Team: Russian \n" "Language-Team: Sinhala \n" "Language-Team: Slovenian \n" "Language-Team: Albanian \n" "Language-Team: Serbian \n" "Language-Team: Swedish \n" -"
  • Offlineversioner av webbplatser: Wikimedia-projektet, Stack Exchange
  • " -"\n" +"
  • Offlineversioner av webbplatser: Wikimedia-projektet, Stack Exchange\n" "
  • Videoinnehåll: Khan Academy, TED Talks, Crash Course
  • \n" "
  • Utbildningsmaterial: PHET, TED Ed, Vikidia
  • \n" "
  • e-böcker: Project Gutenberg
  • \n" @@ -3178,9 +3178,10 @@ msgid "" "project or create your own." msgstr "" -"Du kan ladda ner innehållspaket från Kiwix-projektet eller skapa dina egna." +"Du kan ladda ner innehållspaket från Kiwix-" +"projektet eller skapa " +"dina egna." #: plinth/modules/kiwix/__init__.py:53 msgid "Manage Kiwix content server" @@ -6817,106 +6818,107 @@ msgstr "" "{box_name}. Du kan visa lagringsmedia som för närvarande används, montera " "och demontera flyttbara media, expandera rotpartitionen etc." -#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 -#: plinth/modules/storage/__init__.py:335 +#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307 +#: plinth/modules/storage/__init__.py:338 +#: plinth/modules/storage/__init__.py:384 msgid "Storage" msgstr "Lagring" -#: plinth/modules/storage/__init__.py:212 +#: plinth/modules/storage/__init__.py:215 #, python-brace-format msgid "{disk_size:.1f} bytes" msgstr "{disk_size:.1f} byte" -#: plinth/modules/storage/__init__.py:216 +#: plinth/modules/storage/__init__.py:219 #, python-brace-format msgid "{disk_size:.1f} KiB" msgstr "{disk_size:.1f} Kib" -#: plinth/modules/storage/__init__.py:220 +#: plinth/modules/storage/__init__.py:223 #, python-brace-format msgid "{disk_size:.1f} MiB" msgstr "{disk_size:.1f} Mib" -#: plinth/modules/storage/__init__.py:224 +#: plinth/modules/storage/__init__.py:227 #, python-brace-format msgid "{disk_size:.1f} GiB" msgstr "{disk_size:.1f} Gib" -#: plinth/modules/storage/__init__.py:227 +#: plinth/modules/storage/__init__.py:230 #, python-brace-format msgid "{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." msgstr "Åtgärden misslyckades." -#: plinth/modules/storage/__init__.py:241 +#: plinth/modules/storage/__init__.py:244 msgid "The operation was cancelled." msgstr "Operationen avbröts." -#: plinth/modules/storage/__init__.py:243 +#: plinth/modules/storage/__init__.py:246 msgid "The device is already unmounting." 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." 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." 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." 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." 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." msgstr "Operationen har redan avbrutits." -#: plinth/modules/storage/__init__.py:257 -#: plinth/modules/storage/__init__.py:259 -#: plinth/modules/storage/__init__.py:261 +#: plinth/modules/storage/__init__.py:260 +#: plinth/modules/storage/__init__.py:262 +#: plinth/modules/storage/__init__.py:264 msgid "Not authorized to perform the requested operation." 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." msgstr "Enheten är redan monterad." -#: plinth/modules/storage/__init__.py:265 +#: plinth/modules/storage/__init__.py:268 msgid "The device is not mounted." 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." 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." 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 msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" "Lågt utrymme på systempartitionen: {percent_used}% används, {free_space} " "fritt." -#: plinth/modules/storage/__init__.py:301 +#: plinth/modules/storage/__init__.py:304 msgid "Low disk space" msgstr "Lågt diskutrymme" -#: plinth/modules/storage/__init__.py:329 +#: plinth/modules/storage/__init__.py:332 msgid "Disk failure imminent" msgstr "Diskfel förestående" -#: plinth/modules/storage/__init__.py:331 +#: plinth/modules/storage/__init__.py:334 #, python-brace-format msgid "" "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 " "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 msgid "Invalid directory name." msgstr "Ogiltigt katalognamn." @@ -10401,9 +10420,6 @@ msgstr "Gujarati" #~ "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!" -#~ msgid "Go to Networks" -#~ msgstr "Gå till Nätverk" - #, fuzzy #~| msgid "" #~| "For more information about the %(box_name)s project, see the \n" "Language-Team: LANGUAGE \n" @@ -169,7 +169,7 @@ msgstr "" #: plinth/modules/backups/__init__.py:174 #: 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 msgid "Go to {app_name}" msgstr "" @@ -5937,110 +5937,126 @@ msgid "" "media, expand the root partition etc." msgstr "" -#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:304 -#: plinth/modules/storage/__init__.py:335 +#: plinth/modules/storage/__init__.py:45 plinth/modules/storage/__init__.py:307 +#: plinth/modules/storage/__init__.py:338 +#: plinth/modules/storage/__init__.py:384 msgid "Storage" msgstr "" -#: plinth/modules/storage/__init__.py:212 +#: plinth/modules/storage/__init__.py:215 #, python-brace-format msgid "{disk_size:.1f} bytes" msgstr "" -#: plinth/modules/storage/__init__.py:216 +#: plinth/modules/storage/__init__.py:219 #, python-brace-format msgid "{disk_size:.1f} KiB" msgstr "" -#: plinth/modules/storage/__init__.py:220 +#: plinth/modules/storage/__init__.py:223 #, python-brace-format msgid "{disk_size:.1f} MiB" msgstr "" -#: plinth/modules/storage/__init__.py:224 +#: plinth/modules/storage/__init__.py:227 #, python-brace-format msgid "{disk_size:.1f} GiB" msgstr "" -#: plinth/modules/storage/__init__.py:227 +#: plinth/modules/storage/__init__.py:230 #, python-brace-format msgid "{disk_size:.1f} TiB" msgstr "" -#: plinth/modules/storage/__init__.py:239 +#: plinth/modules/storage/__init__.py:242 msgid "The operation failed." msgstr "" -#: plinth/modules/storage/__init__.py:241 +#: plinth/modules/storage/__init__.py:244 msgid "The operation was cancelled." msgstr "" -#: plinth/modules/storage/__init__.py:243 +#: plinth/modules/storage/__init__.py:246 msgid "The device is already unmounting." 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." msgstr "" -#: plinth/modules/storage/__init__.py:248 +#: plinth/modules/storage/__init__.py:251 msgid "The operation timed out." 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." msgstr "" -#: plinth/modules/storage/__init__.py:253 +#: plinth/modules/storage/__init__.py:256 msgid "Attempting to unmount a device that is busy." msgstr "" -#: plinth/modules/storage/__init__.py:255 +#: plinth/modules/storage/__init__.py:258 msgid "The operation has already been cancelled." msgstr "" -#: plinth/modules/storage/__init__.py:257 -#: plinth/modules/storage/__init__.py:259 -#: plinth/modules/storage/__init__.py:261 +#: plinth/modules/storage/__init__.py:260 +#: plinth/modules/storage/__init__.py:262 +#: plinth/modules/storage/__init__.py:264 msgid "Not authorized to perform the requested operation." msgstr "" -#: plinth/modules/storage/__init__.py:263 +#: plinth/modules/storage/__init__.py:266 msgid "The device is already mounted." msgstr "" -#: plinth/modules/storage/__init__.py:265 +#: plinth/modules/storage/__init__.py:268 msgid "The device is not mounted." msgstr "" -#: plinth/modules/storage/__init__.py:267 +#: plinth/modules/storage/__init__.py:270 msgid "Not permitted to use the requested option." msgstr "" -#: plinth/modules/storage/__init__.py:269 +#: plinth/modules/storage/__init__.py:272 msgid "The device is mounted by another user." msgstr "" -#: plinth/modules/storage/__init__.py:299 +#: plinth/modules/storage/__init__.py:302 #, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" -#: plinth/modules/storage/__init__.py:301 +#: plinth/modules/storage/__init__.py:304 msgid "Low disk space" msgstr "" -#: plinth/modules/storage/__init__.py:329 +#: plinth/modules/storage/__init__.py:332 msgid "Disk failure imminent" msgstr "" -#: plinth/modules/storage/__init__.py:331 +#: plinth/modules/storage/__init__.py:334 #, python-brace-format msgid "" "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." 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 msgid "Invalid directory name." msgstr "" diff --git a/plinth/locale/te/LC_MESSAGES/django.po b/plinth/locale/te/LC_MESSAGES/django.po index 27fc127ee..90b139a1b 100644 --- a/plinth/locale/te/LC_MESSAGES/django.po +++ b/plinth/locale/te/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\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" "Last-Translator: Joseph Nuthalapati \n" "Language-Team: Telugu \n" "Language-Team: Turkish \n" "Language-Team: Ukrainian \n" "Language-Team: Vietnamese \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: Chinese (Traditional)