locale: Update translation strings

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-04-08 20:48:00 -04:00
parent 3cb580464a
commit 2c56128d5b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
41 changed files with 3774 additions and 699 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2023-10-19 06:18+0000\n"
"Last-Translator: Shaik <arifashaik807@gmail.com>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/freedombox/"
@ -848,10 +848,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1351,7 +1352,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1373,49 +1374,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1652,7 +1653,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4545,6 +4546,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2020-06-10 15:41+0000\n"
"Last-Translator: aiman an <an1f3@hotmail.com>\n"
"Language-Team: Arabic (Saudi Arabia) <https://hosted.weblate.org/projects/"
@ -847,10 +847,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1350,7 +1351,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1372,49 +1373,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1651,7 +1652,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4550,6 +4551,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -843,10 +843,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1346,7 +1347,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1368,49 +1369,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1647,7 +1648,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4538,6 +4539,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2023-09-18 19:00+0000\n"
"Last-Translator: 109247019824 <stoyan@gmx.com>\n"
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/freedombox/"
@ -913,10 +913,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Настройките са променени."
@ -1446,7 +1447,7 @@ msgstr ""
"Диагностичната проверка на системата ще я подложи на редица изпитания, за да "
"потвърди, че приложенията и услугите работят според очакванията."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Диагностика"
@ -1468,26 +1469,26 @@ msgstr "предупреждение"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "МБ"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "ГБ"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"За да намалее използваната памет, трябва да изключите някои приложения."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Не трябва да инсталирате нови приложения."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1496,28 +1497,28 @@ msgstr ""
"Системата разполага с малко памет: използвана {percent_used}%, свободна "
"{memory_available}{memory_available_unit}. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Паметта е малко"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Диагностика"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Резултати от диагностиката"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1776,7 +1777,7 @@ msgstr "Състояние"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Домейн"
@ -4795,6 +4796,87 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Напред"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Account"
msgid "Administrator password"
msgstr "Профил на администратора"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Задайте нова парола за администратора на MediaWiki (admin). Не избирайте "
"често срещана парола, минималната дължина е <strong>10 знака</strong> . "
"Оставете полето празно, за да запазите текущата парола."
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "Паролата не е променена. Изберете по-сложна парола"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2021-06-16 07:33+0000\n"
"Last-Translator: Oymate <dhruboadittya96@gmail.com>\n"
"Language-Team: Bengali <https://hosted.weblate.org/projects/freedombox/"
@ -846,10 +846,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1349,7 +1350,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "কারণ নির্ণয়"
@ -1371,53 +1372,53 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Diagnostics"
msgid "Running diagnostics"
msgstr "কারণ নির্ণয়"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostics"
msgid "Diagnostics results"
msgstr "কারণ নির্ণয়"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1665,7 +1666,7 @@ msgstr "অবস্থা"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "ডোমেন"
@ -4574,6 +4575,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2023-11-20 05:11+0000\n"
"Last-Translator: Jiří Podhorecký <j.podhorecky@volny.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/freedombox/"
@ -914,10 +914,11 @@ msgid "Admin"
msgstr "správce"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Nastavení aktualizována."
@ -1484,7 +1485,7 @@ msgstr ""
"Diagnostický test systému spustí několik kontrol pro potvrzení, že aplikace "
"a služby fungují tak, jak mají."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnostika"
@ -1506,25 +1507,25 @@ msgstr "varování"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr "Měli byste zakázat některé aplikace, abyste snížili využití paměti."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Do tohoto systému byste neměli instalovat žádné nové aplikace."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1533,24 +1534,24 @@ msgstr ""
"Systém má málo paměti: {percent_used}% využité, {memory_available} "
"{memory_available_unit} volné. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Málo paměti"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Spuštění diagnostiky"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "Při rutinních testech bylo nalezeno {issue_count} problémů."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Výsledky diagnostiky"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Přejít na výsledky diagnostiky"
@ -1831,7 +1832,7 @@ msgstr "Stav"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Doména"
@ -5179,6 +5180,89 @@ msgstr "Připojení {name} smazáno."
msgid "Failed to delete connection: Connection not found."
msgstr "Smazání připojení se nezdařilo: Připojení nenalezeno."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Další"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Heslo k účtu správce"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Nastavte nové heslo pro účet správce MediaWiki (admin). Heslo nemůže být "
"běžné a minimální požadovaná délka je <strong>10 znaků</strong>. Chcete-li "
"zachovat aktuální heslo, ponechte toto pole prázdné."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "Výchozí zóna je externí"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "Aktualizace hesla se nezdařila. Zvolte prosím silnější heslo"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/freedombox/"
@ -928,10 +928,11 @@ msgid "Admin"
msgstr "Admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Konfiguration opdateret."
@ -1498,7 +1499,7 @@ msgstr ""
"Systemets diagnostiske test vil udføre en række tjek af dit system for at "
"afgøre om applikationer og tjenester virker som forventet."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnosticering"
@ -1520,25 +1521,25 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr "Du bør deaktivere nogle applikationer for at frigøre hukommelse."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Du bør ikke installere flere applikationer på dette system."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1548,28 +1549,28 @@ msgstr ""
"{memory_available} {memory_available_unit} fri{percent_used}{percent_used}. "
"{advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Lav hukommelse"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Kør Diagnostik"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Diagnostiske Resultater"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1869,7 +1870,7 @@ msgstr "Status"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domæne"
@ -5188,6 +5189,78 @@ msgstr "Slettede forbindelse {name}."
msgid "Failed to delete connection: Connection not found."
msgstr "Kunne ikke slette forbindelse: Forbindelse ikke fundet."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Næste"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Account"
msgid "Administrator password"
msgstr "Administratorkonto"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default"
msgid "Default phone region"
msgstr "Standard"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-04-08 07:01+0000\n"
"Last-Translator: Johannes Keyser <joke@fsfe.org>\n"
"Language-Team: German <https://hosted.weblate.org/projects/freedombox/"
@ -937,10 +937,11 @@ msgid "Admin"
msgstr "Admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Konfiguration aktualisiert."
@ -1517,7 +1518,7 @@ msgstr ""
"Der Systemdiagnosetest wird eine Reihe von Tests auf dem System durchführen, "
"um zu überprüfen, ob alle Anwendungen und Dienste funktionieren."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnose"
@ -1539,27 +1540,27 @@ msgstr "Warnung"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Sie sollten einige Anwendungen deaktivieren, um den Speicherverbrauch zu "
"reduzieren."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Sie sollten auf diesem System keine neuen Anwendungen installieren."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1568,24 +1569,24 @@ msgstr ""
"Das System hat wenig Speicherplatz: {percent_used}% verwendet, "
"{memory_available}·{memory_available_unit}frei. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Wenig Speicher"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Laufende Diagnosen"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "Bei Routinetests wurden {issue_count} Probleme gefunden."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Diagnose-Ergebnisse"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Zu Diagnose-Ergebnisse gehen"
@ -1860,7 +1861,7 @@ msgstr "Status"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domain"
@ -5273,6 +5274,92 @@ msgstr "Verbindung {name} gelöscht."
msgid "Failed to delete connection: Connection not found."
msgstr "Konnte Verbindung nicht löschen: Verbindung nicht gefunden."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Weiter"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Administrator-Passwort"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Geben Sie ein neues Passwort für den MediaWiki-Administrator ein (admin). "
"Das Passwort darf nicht allgemein bekannt sein und muss mindestens "
"<strong>10 Zeichen</strong> lang sein. Lassen Sie das Feld leer, bleibt das "
"derzeitige Passwort bestehen."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "Standard-Zone ist extern"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr ""
"Kennwortaktualisierung fehlgeschlagen. Bitte wählen Sie ein stärkeres "
"Passwort"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -844,10 +844,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1347,7 +1348,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1369,49 +1370,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1648,7 +1649,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4539,6 +4540,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:20+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/freedombox/"
@ -950,10 +950,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Η ρύθμιση παραμέτρων Ενημερώθηκε."
@ -1537,7 +1538,7 @@ msgstr ""
"σύστημά σας για να επιβεβαιώσει ότι οι εφαρμογές και οι υπηρεσίες "
"λειτουργούν όπως αναμένεται."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Διαγνωστικά"
@ -1563,55 +1564,55 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
#, fuzzy
#| msgid "Git"
msgid "GiB"
msgstr "Git"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Εκτέλεση διαγνωστικών"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Αποτελέσματα διαγνωστικών τεστ"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1925,7 +1926,7 @@ msgstr "Κατάσταση"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Όνομα διαδικτύου"
@ -5324,6 +5325,89 @@ msgstr "Η σύνδεση {name} διαγράφηκε."
msgid "Failed to delete connection: Connection not found."
msgstr "Απέτυχε η διαγραφή της σύνδεσης: η σύνδεση δεν βρέθηκε."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Επόμενο"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Κωδικός Πρόσβασης Διαχειριστή"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). Leave "
#| "this field blank to keep the current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Ορίστε έναν νέο κωδικό πρόσβασης για το λογαριασμό διαχειριστή του (admin) "
"wiki. Αφήστε αυτό το πεδίο κενό για να διατηρήσετε τον τρέχοντα κωδικό "
"πρόσβασης."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default Skin"
msgid "Default phone region"
msgstr "Προεπιλεγμένη εμφάνιση"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password used to encrypt data. Must match server password."
msgid "Password update failed. Please choose a stronger password."
msgstr ""
"Κωδικός πρόσβασης που χρησιμοποιείται για την κρυπτογράφηση δεδομένων. "
"Πρέπει να ταιριάζει με τον κωδικό πρόσβασης του διακομιστή."
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-03-28 01:01+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/freedombox/"
@ -928,10 +928,11 @@ msgid "Admin"
msgstr "Admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Configuración actualizada."
@ -1505,7 +1506,7 @@ msgstr ""
"El test de diagnóstico del sistema ejecuta una serie de comprobaciones para "
"confirmar que las aplicaciones y servicios están funcionando como se espera."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnósticos"
@ -1527,26 +1528,26 @@ msgstr "aviso"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Habría que deshabilitar algunas apps para reducir el consumo de memoria."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Hay que evitar instalar más apps en este sistema."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1555,25 +1556,25 @@ msgstr ""
"El sistema va justo de memoria: {percent_used}% usada, {memory_available} "
"{memory_available_unit} libres. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Poca memoria libre"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Ejecutando los diagnósticos"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
"Se han encontrado {issue_count} problemas durante las pruebas rutinarias."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Resultados de los diagnósticos"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Ir a los resultados de los diagnósticos"
@ -1844,7 +1845,7 @@ msgstr "Estado"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Dominio"
@ -5202,6 +5203,91 @@ msgstr "Conexión {name} eliminada."
msgid "Failed to delete connection: Connection not found."
msgstr "Ha fallado la eliminación de la conexión: no se encontró."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Siguiente"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Clave de Administración"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Definir una contraseña nueva para la cuenta de administración de MediaWiki "
"(admin). La contraseña no debe ser trivial y tiene que tener una longitud "
"mínima de <strong>10 caracteres</strong>. Déjala en blanco para conservar la "
"contraseña actual."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "La zona por defecto es externa"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr ""
"Falló la actualización de la contraseña. Use otra contraseña más fuerte"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Persian <https://hosted.weblate.org/projects/freedombox/"
@ -925,10 +925,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1500,7 +1501,7 @@ msgstr ""
"برنامهٔ عیب‌یابی با روش‌های مختلفی سیستم شما را می‌آزماید تا مطمئن شود که "
"برنامه‌های و سرویس‌ها درست کار می‌کنند."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "عیب‌یابی"
@ -1522,53 +1523,53 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "اجرای عیب‌یابی"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "نتیجهٔ عیب‌یابی"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1867,7 +1868,7 @@ msgstr "وضعیت"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "دامنه"
@ -5088,6 +5089,76 @@ msgstr "اتصال {name} پاک شد."
msgid "Failed to delete connection: Connection not found."
msgstr "پاک‌کردن اتصال شکست خورد: اتصال پیدا نشد."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Account"
msgid "Administrator password"
msgstr "حساب مدیر"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default"
msgid "Default phone region"
msgstr "پیش‌فرض"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plinth 0.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2016-01-31 22:24+0530\n"
"Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n"
"Language-Team: Plinth Developers <freedombox-discuss@lists.alioth.debian."
@ -969,10 +969,11 @@ msgid "Admin"
msgstr "ADMIN"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "CONFIGURATION UPDATED."
@ -1559,7 +1560,7 @@ msgstr ""
"THE SYSTEM DIAGNOSTIC TEST WILL RUN A NUMBER OF CHECKS ON YOUR SYSTEM TO "
"CONFIRM THAT APPLICATIONS AND SERVICES ARE WORKING AS EXPECTED."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "DIAGNOSTICS"
@ -1583,53 +1584,53 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "RUN DIAGNOSTICS"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "DIAGNOSTIC RESULTS"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1955,7 +1956,7 @@ msgstr "STATUS"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "DOMAIN"
@ -5251,6 +5252,78 @@ msgstr "CONNECTION {name} DELETED."
msgid "Failed to delete connection: Connection not found."
msgstr "FAILED TO DELETE CONNECTION: CONNECTION NOT FOUND."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "NEXT"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Account"
msgid "Administrator password"
msgstr "ADMINISTRATOR ACCOUNT"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default"
msgid "Default phone region"
msgstr "DEFAULT"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, fuzzy, python-brace-format
#| msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-04-02 18:01+0000\n"
"Last-Translator: John Doe <thraex@numericable.fr>\n"
"Language-Team: French <https://hosted.weblate.org/projects/freedombox/"
@ -934,10 +934,11 @@ msgid "Admin"
msgstr "Admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Configuration mise à jour."
@ -1527,7 +1528,7 @@ msgstr ""
"sur votre système pour confirmer que les applications et les services "
"fonctionnent comme prévu."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnostics"
@ -1549,27 +1550,27 @@ msgstr "avertissement"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "Mio"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "Gio"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Vous devriez désactiver certaines application pour libérer de la mémoire."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
"Il est déconseillé dinstaller de nouvelles applications sur ce système."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1578,24 +1579,24 @@ msgstr ""
"Le système est bientôt à court de mémoire : {percent_used}% utilisés, "
"{memory_available} {memory_available_unit} libres. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Mémoire disponible faible"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Diagnostics en cours"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "{issue_count} problèmes trouvés lors des tests de routine."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Résultats des diagnostics"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Aller aux résultats des diagnostics"
@ -1874,7 +1875,7 @@ msgstr "État"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domaine"
@ -5300,6 +5301,92 @@ msgstr "Connexion {name} supprimée."
msgid "Failed to delete connection: Connection not found."
msgstr "Échec de suppression de la connexion : connexion introuvable."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Suivant"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Mot de passe administrateur"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Définir un nouveau mot de passe pour le compte dadministration de MediaWiki "
"(admin). Le mot de passe ne peut pas être courant et la taille minimale "
"requise est de <strong>10 caractères</strong>. Laissez ce champ vide pour "
"conserver le mot de passe actuel."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "La zone par défaut est externe"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr ""
"Échec de la mise à jour du mot passe. Veuillez choisir un mot de passe plus "
"sûr"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""
@ -7842,8 +7929,8 @@ msgstr "Lancer le test de mise à niveau de la distribution"
#: modules/upgrades/views.py:73
msgid "Error when configuring unattended-upgrades"
msgstr ""
"Erreur lors de la configuration du système de mise à jour automatique « "
"unattended-upgrades »"
"Erreur lors de la configuration du système de mise à jour automatique "
"« unattended-upgrades »"
#: modules/upgrades/views.py:120
msgid "Upgrade process started."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-12-30 10:51+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Galician <https://hosted.weblate.org/projects/freedombox/"
@ -852,10 +852,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1355,7 +1356,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1377,49 +1378,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1656,7 +1657,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4559,6 +4560,74 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Enable application"
msgid "Administrator password"
msgstr "Activar o aplicativo"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2021-01-18 12:32+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Gujarati <https://hosted.weblate.org/projects/freedombox/"
@ -893,10 +893,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1450,7 +1451,7 @@ msgstr ""
"સીસ્ટમ તપાસ પરિક્ષણ આપની એપ્લીકેશન અને સેવાઓ નિર્ધારિત રીતે કામ કરે છે કે નહિ, તે ચકાસવા "
"આપની સીસ્ટમ પર અમુક પરીક્ષણો કરશે."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "તપાસ"
@ -1472,53 +1473,53 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "તપાસ કરો"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "તપાસના પરિણામો"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1810,7 +1811,7 @@ msgstr "સ્થિતિ"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4834,6 +4835,74 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Server Administration"
msgid "Administrator password"
msgstr "સર્વર સંચાલન"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2023-10-19 06:30+0000\n"
"Last-Translator: Shaik <arifashaik807@gmail.com>\n"
"Language-Team: Hindi <https://hosted.weblate.org/projects/freedombox/"
@ -949,10 +949,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "कॉन्फ़िगरेशन अपडेट किया."
@ -1539,7 +1540,7 @@ msgstr ""
"पुष्टि करने के लिये कि एप्लिकेशन या सेवाएं अच्छेसे चल रहे है, सिस्टम निदान परिक्षा बहुत सारे "
"चेकों करोगे."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "निदानिकी"
@ -1565,53 +1566,53 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "निदानिकी चलिये"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "निदानिकी का परिणाम"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1906,7 +1907,7 @@ msgstr "स्थिति"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "डोमेन"
@ -5194,6 +5195,85 @@ msgstr "कनेक्शन {name} हटाया गया."
msgid "Failed to delete connection: Connection not found."
msgstr "कनेक्शन हटाने में विफल: कनेक्शन नहीं मिला."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "व्यवस्थापक पासवर्ड"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). Leave "
#| "this field blank to keep the current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"मीडियाविकी एेडमिन अकाउंट के लिये नया पासवर्ड सेट करें (एेडमिन). वर्तमान पासवर्ड रखने के "
"लिए इस फ़ील्ड को रिक्त छोड़ें."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default app set"
msgid "Default phone region"
msgstr "डिफ़ॉल्ट एेप सेट"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password used to encrypt data. Must match server password."
msgid "Password update failed. Please choose a stronger password."
msgstr ""
"डेटा एंक्रिप्ट करने के लिए पासवर्ड उपयोग किया गया . सर्वर पासवर्ड से मेल खाना चाहिए."
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-10-24 18:39+0000\n"
"Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/freedombox/"
@ -926,10 +926,11 @@ msgid "Admin"
msgstr "Adminisztrál"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Beállítások frissítve."
@ -1506,7 +1507,7 @@ msgstr ""
"annak megerősítésére, hogy az alkalmazások és szolgáltatások az elvárt módon "
"működnek."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Hibaellenőrzés"
@ -1528,25 +1529,25 @@ msgstr "figyelmeztetés"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr "A memóriahasználat csökkentése érdekében tilts le néhány alkalmazást."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Ne telepíts további alkalmazásokat erre a rendszerre."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1555,28 +1556,28 @@ msgstr ""
"A rendszerben kevés a memória: {percent_used}% használt, "
"{memory_available} {memory_available_unit} szabad. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Kevés a memória"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Ellenőrzés indítása"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Az ellenőrzés eredménye"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1872,7 +1873,7 @@ msgstr "Állapot"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domain"
@ -5267,6 +5268,90 @@ msgstr "Kapcsolat törölve: {name}."
msgid "Failed to delete connection: Connection not found."
msgstr "A kapcsolat törlése sikertelen, mivel nem található."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Következő"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Rendszergazdai jelszó"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Új jelszó beállítása a MediaWiki 'admin' nevű felhasználója számára. A "
"jelszó nem lehet gyakran használt kifejezés, továbbá legalább <strong>10 "
"karakterből</strong> kell állnia. Hagyd üresen ezt a mezőt, ha meg szeretnéd "
"tartani a jelenlegi jelszót."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default app set"
msgid "Default phone region"
msgstr "Alapértelmezett alkalmazás beállítva"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "A jlszó frisítése nem sikerült. Kérlek válassz egy erősebb jelszót"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Indonesian (FreedomBox)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Indonesian <https://hosted.weblate.org/projects/freedombox/"
@ -916,10 +916,11 @@ msgid "Admin"
msgstr "Admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Konfigurasi diperbarui."
@ -1488,7 +1489,7 @@ msgstr ""
"Tes diagnostik sistem akan menjalankan sejumlah cek pada sistem Anda untuk "
"mengonfirmasi bahwa aplikasi dan layanan berfungsi seperti yang diharapkan."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnosa"
@ -1510,27 +1511,27 @@ msgstr "peringatan"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MIB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GIB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Anda harus menonaktifkan beberapa aplikasi untuk mengurangi penggunaan "
"memori."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Kamu seharusnya tidak menginstal aplikasi baru di sistem ini."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1539,28 +1540,28 @@ msgstr ""
"Sistem rendah pada memori: {percent_used}% digunakan, {memory_available} "
"{memory_available_unit} gratis. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Memori rendah"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Jalankan Diagnosa"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Hasil Diagnosa"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1866,7 +1867,7 @@ msgstr "Status"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domain"
@ -5004,6 +5005,78 @@ msgstr "Koneksi {name} dihapus."
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Kata Sandi Administrator"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password used to encrypt data. Must match server password."
msgid "Password update failed. Please choose a stronger password."
msgstr ""
"Kata sandi yang digunakan untuk mengenkripsi data. Harus mencocokkan kata "
"sandi server."
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/freedombox/"
@ -913,10 +913,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1474,7 +1475,7 @@ msgstr ""
"La diagnostica di sistema eseguirà una serie di controlli per verificare che "
"le applicazioni e i servizi stiano funzionino correttamente."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnostica"
@ -1496,53 +1497,53 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Esegui Diagnostica"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Risultati Diagnostica"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1840,7 +1841,7 @@ msgstr "Stato"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
#, fuzzy
msgid "Domain"
msgstr "Dominio"
@ -5080,6 +5081,82 @@ msgstr "Connessione {name} cancellata."
msgid "Failed to delete connection: Connection not found."
msgstr "Cancellazione connessione fallita: connessione non trovata."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Password Amministratore"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). Leave "
#| "this field blank to keep the current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Imposta una nuova password per il profilo amministratore (admin) di "
"MediaWiki. Lascia vuoto questo campo per mantenere la password corrente."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default"
msgid "Default phone region"
msgstr "Default"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2023-05-07 23:50+0000\n"
"Last-Translator: Nobuhiro Iwamatsu <iwamatsu@gmail.com>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/freedombox/"
@ -846,10 +846,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1349,7 +1350,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1371,49 +1372,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1650,7 +1651,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4541,6 +4542,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2020-07-16 16:41+0000\n"
"Last-Translator: Yogesh <yogesh@karnatakaeducation.org.in>\n"
"Language-Team: Kannada <https://hosted.weblate.org/projects/freedombox/"
@ -846,10 +846,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1349,7 +1350,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1371,49 +1372,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1650,7 +1651,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4541,6 +4542,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/freedombox/"
@ -848,10 +848,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1351,7 +1352,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1373,49 +1374,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1652,7 +1653,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4543,6 +4544,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:20+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Latvian <https://hosted.weblate.org/projects/freedombox/"
@ -847,10 +847,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1350,7 +1351,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1372,49 +1373,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1651,7 +1652,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4542,6 +4543,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-03-28 01:01+0000\n"
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
@ -938,10 +938,11 @@ msgid "Admin"
msgstr "admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Konfigurering oppdatert."
@ -1509,7 +1510,7 @@ msgstr ""
"Systemets diagnostikktest vil kjøre en rekke kontroller på systemet for å få "
"bekreftet at programmer og tjenester fungerer som forventet."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnostikk"
@ -1533,55 +1534,55 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
#, fuzzy
#| msgid "Git"
msgid "GiB"
msgstr "Git"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr "Du bør skru av noen programmer for å redusere minnebruken."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Du bør ikke installere noen nye programmer på dette systemet."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Lite minne"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Kjør diagnostikk"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Diagnostikkresultater"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1888,7 +1889,7 @@ msgstr "Status"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domene"
@ -5267,6 +5268,86 @@ msgstr "Tilkobling {name} slettet."
msgid "Failed to delete connection: Connection not found."
msgstr "Kunne ikke slette tilkobling: Tilkobling ikke funnet."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Neste"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Administratorpassord"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). Leave "
#| "this field blank to keep the current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Sett et nytt passord for MediaWikis administratorkonto (admin). La dette "
"feltet stå tomt for å beholde gjeldende passord."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default app set"
msgid "Default phone region"
msgstr "Forvalgsprogram satt"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "Passordoppdatering feilet. Vennligst bruk ett sterkere passord"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-03-30 16:18+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/freedombox/"
@ -925,10 +925,11 @@ msgid "Admin"
msgstr "Admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Configuratie bijgewerkt."
@ -1499,7 +1500,7 @@ msgstr ""
"De systeemdiagnose zal een aantal tests op dit systeem uitvoeren om te "
"bevestigen dat de toepassingen en diensten zoals verwacht functioneren."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnose"
@ -1521,26 +1522,26 @@ msgstr "waarschuwing"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Door toepassingen uit te schakelen kan het geheugengebruik worden verminderd."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Extra toepassingen installeren wordt afgeraden."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1549,24 +1550,24 @@ msgstr ""
"Systeem heeft weinig geheugen beschikbaar: {percent_used}% gebruikt, "
"{memory_available} {memory_available_unit} vrij. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Geheugengebrek"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Voer diagnose uit"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "{issue_count} problemen gevonden tijdens routinetests."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Resultaten van diagnose"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Ga naar resultaten van diagnose"
@ -1841,7 +1842,7 @@ msgstr "Status"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domein"
@ -5201,6 +5202,89 @@ msgstr "Verbinding {name} verwijderd."
msgid "Failed to delete connection: Connection not found."
msgstr "Kan verbinding niet verwijderen: Verbinding niet gevonden."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Volgende"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Beheerderswachtwoord"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Stel een nieuw wachtwoord in voor MediaWiki's beheerdersaccount (admin). Dit "
"wachtwoord moet minimaal <strong>10 tekens</strong> zijn, en niet makkelijk "
"te raden. Laat dit veld leeg om het huidige wachtwoord te behouden."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "Standaardzone is extern"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "Wachtwoordupdate mislukt. Kies een sterker wachtwoord"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/freedombox/"
@ -917,10 +917,11 @@ msgid "Admin"
msgstr "Admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Zaktualizowano ustawienia."
@ -1483,7 +1484,7 @@ msgstr ""
"Diagnostyka systemu testuje czy aplikacje i usługi na twiom systemie "
"dzialają jak należy."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnostyka"
@ -1505,53 +1506,53 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Uruchom diagnostykę"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Wynik diagnostyki"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1853,7 +1854,7 @@ msgstr "Stan"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domena"
@ -4946,6 +4947,74 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Account"
msgid "Administrator password"
msgstr "Konto Administratora"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2023-05-22 15:50+0000\n"
"Last-Translator: Frederico Gomes <fefekrzr@gmail.com>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/freedombox/"
@ -935,10 +935,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Configuração atualizada."
@ -1466,7 +1467,7 @@ msgstr ""
"sistema para confirmar se as aplicações e serviços estão a funcionar "
"conforme o esperado."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnóstico"
@ -1488,53 +1489,53 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Executar diagnóstico"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Resultados do diagnóstico"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1793,7 +1794,7 @@ msgstr "Estado"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
#, fuzzy
#| msgid "Domain Name"
msgid "Domain"
@ -4846,6 +4847,74 @@ msgstr "Ligação {name} eliminada."
msgid "Failed to delete connection: Connection not found."
msgstr "Falha ao eliminar a ligação: Ligação não encontrada."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Account"
msgid "Administrator password"
msgstr "Conta de administrador"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-10-10 18:05+0000\n"
"Last-Translator: Nikita Epifanov <nikgreens@protonmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/freedombox/"
@ -927,10 +927,11 @@ msgid "Admin"
msgstr "Админ"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Конфигурация обновлена."
@ -1501,7 +1502,7 @@ msgstr ""
"Тест диагностики системы выполнит ряд проверок, чтобы убедиться, что "
"приложения и службы работают так, как ожидается."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Диагностика"
@ -1523,27 +1524,27 @@ msgstr "предупреждение"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "МБ"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "ГБ"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Вы должны отключить некоторые приложения, чтобы уменьшить использование "
"памяти."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Вы не должны устанавливать никаких новых приложений в этой системе."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1552,28 +1553,28 @@ msgstr ""
"В системе мало памяти: использовано {percent_used}%, свободно "
"{memory_available} {memory_available_unit}. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Мало памяти"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Запустить диагностику"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Результаты диагностики"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1864,7 +1865,7 @@ msgstr "Статус"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Домен"
@ -5233,6 +5234,90 @@ msgstr "Подключение {name} удалено."
msgid "Failed to delete connection: Connection not found."
msgstr "Не удалось удалить подключение: соединение не найдено."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Следующий"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Пароль администратора"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Установить новый пароль для учетной записи администратора MediaWiki (admin). "
"Пароль не может быть общим, а минимальная требуемая длина составляет "
"<strong>10 символов</strong>. Оставьте это поле пустым, чтобы сохранить "
"текущий пароль."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default app set"
msgid "Default phone region"
msgstr "Приложение по умолчанию настроено"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "Не удалось обновить пароль. Пожалуйста, выберите более надежный пароль"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2021-04-27 13:32+0000\n"
"Last-Translator: HelaBasa <R45XvezA@protonmail.ch>\n"
"Language-Team: Sinhala <https://hosted.weblate.org/projects/freedombox/"
@ -846,10 +846,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1349,7 +1350,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1371,49 +1372,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1650,7 +1651,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4541,6 +4542,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:19+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Slovenian <https://hosted.weblate.org/projects/freedombox/"
@ -953,10 +953,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1501,7 +1502,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1523,49 +1524,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1811,7 +1812,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4778,6 +4779,74 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Server Administration"
msgid "Administrator password"
msgstr "Skrbništvo strežnika"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-03-26 11:03+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
"Language-Team: Albanian <https://hosted.weblate.org/projects/freedombox/"
@ -919,10 +919,11 @@ msgid "Admin"
msgstr "Përgjegjës"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Formësimi u përditësua."
@ -1498,7 +1499,7 @@ msgstr ""
"sistemin tuaj, për të verifikuar se aplikacionet dhe shërbimet po punojnë "
"siç pritet."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnostikime"
@ -1520,26 +1521,26 @@ msgstr "kujdes"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Duhet të çaktivizoni disa aplikacione, për të zvogëluar përdorim kujtese."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Sduhet të instaloni çfarëdo aplikacioni të ri në këtë sistem."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1548,24 +1549,24 @@ msgstr ""
"Ka pak kujtesë për sistemin: {percent_used}% të përdorur, {memory_available} "
"{memory_available_unit} të lirë. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Kujtesë e Pakët"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Xhirim diagnostikimesh"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "U gjetën {issue_count} probleme gjatë testimeve rutinë."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Përfundime diagnostikimesh"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Kaloni te përfundime diagnostikimi"
@ -1840,7 +1841,7 @@ msgstr "Gjendje"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Përkatësi"
@ -5224,6 +5225,92 @@ msgstr "Lidhja {name} u fshi."
msgid "Failed to delete connection: Connection not found."
msgstr "Su arrit të fshihet lidhje: Su gjet lidhje."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Pasuesi"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Fjalëkalim Përgjegjësi"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Caktoni një fjalëkalim të ri për llogarinë e përgjegjësit të MediaWiki-it "
"(admin). Fjalëkalimi smund të jetë i rëndomtë dhe gjatësia më e pakët e "
"domosdoshme është <strong>10 shenja</strong>. Që të mbani fjalëkalimin e "
"tanishëm, lëreni të zbrazët këtë fushë."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "Zona parazgjedhje është e jashtme"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr ""
"Përditësimi i fjalëkalimit dështoi. Ju lutemi, zgjidhni një fjalëkalim më të "
"fortë"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2022-09-14 17:20+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Serbian <https://hosted.weblate.org/projects/freedombox/"
@ -911,10 +911,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1432,7 +1433,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1454,49 +1455,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1733,7 +1734,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4662,6 +4663,74 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Server Administration"
msgid "Administrator password"
msgstr "Administracija Servera"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-02-02 20:01+0000\n"
"Last-Translator: bittin1ddc447d824349b2 <bittin@reimu.nl>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/freedombox/"
@ -925,10 +925,11 @@ msgid "Admin"
msgstr "Admin"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Konfiguration uppdaterad."
@ -1496,7 +1497,7 @@ msgstr ""
"Systemets diagnostiktest utför ett antal kontroller av ditt system för att "
"bekräfta att program och tjänster fungerar som de ska."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Diagnostik"
@ -1518,25 +1519,25 @@ msgstr "varning"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr "Du bör inaktivera vissa appar för att minska minnesanvändningen."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Du bör inte installera några nya appar på det här systemet."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1545,24 +1546,24 @@ msgstr ""
"Systemet är ont om minne: {percent_used}% används, {memory_available}"
"·{memory_available_unit} ledig. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Låg minne"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Kör diagnostik"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "Hittade {issue_count} problem under rutintester."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Diagnostikresultat"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Gå till Diagnostikresultat"
@ -1831,7 +1832,7 @@ msgstr "Status"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Domän"
@ -5186,6 +5187,90 @@ msgstr "Anslutning {name} borttagen."
msgid "Failed to delete connection: Connection not found."
msgstr "Det gick inte att ta bort anslutning: Anslutning hittades inte."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Nästa"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Administratörs lösenord"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Ange ett nytt lösenord för MediaWiki's administratörskonto (admin). "
"Lösenordet kan inte vara vanligt och den minsta längden är <strong>10 "
"tecken</strong>. Lämna det här fältet tomt om du vill behålla det nuvarande "
"lösenordet."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "Standardzonen är extern"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "Lösenordsuppdateringen misslyckades. Välj ett starkare lösenord"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -845,10 +845,11 @@ msgid "Admin"
msgstr ""
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr ""
@ -1348,7 +1349,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1370,49 +1371,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1649,7 +1650,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4540,6 +4541,72 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
msgid "Administrator password"
msgstr ""
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-02-11 20:14+0000\n"
"Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n"
"Language-Team: Telugu <https://hosted.weblate.org/projects/freedombox/"
@ -902,10 +902,11 @@ msgid "Admin"
msgstr "నిర్వాహకుడు"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "ఆకృతీకరణ నవీకరించబడింది."
@ -1458,7 +1459,7 @@ msgstr ""
"వ్యవస్థ నిర్ధారణ పరీక్ష అనేది మీ కంప్యూటర్లో అన్ని సేవలు మరియు అప్లికేషన్లు అనుకున్న విధంగా పని "
"చేస్తున్నాయో లేదో ధృవీకరించడం కోసం అనేక తనిఖీలు చేస్తుంది."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "లక్షణాలు"
@ -1480,25 +1481,25 @@ msgstr "హెచ్చరిక"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "నిర్వహణ సమాచార ఆధారం"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "గిబ్"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr "మెమరీ వినియోగాన్ని తగ్గించడానికి మీరు కొన్ని యాప్‌లను నిలిపివేయాలి."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "మీరు ఈ సిస్టమ్‌లో ఏ కొత్త యాప్‌లను ఇన్‌స్టాల్ చేయకూడదు."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1507,24 +1508,24 @@ msgstr ""
"సిస్టమ్ మెమరీ తక్కువగా ఉంది: {percent_used}% ఉపయోగించబడింది, {memory_available} "
"{memory_available_unit} ఉచితం. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "తక్కువ మెమరీ"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "రన్నింగ్ డయాగ్నస్టిక్స్"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "సాధారణ పరీక్షల సమయంలో {issue_count} సమస్యలు కనుగొనబడ్డాయి."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "డయాగ్నోస్టిక్స్ ఫలితాలు"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "డయాగ్నస్టిక్స్ ఫలితాలకు వెళ్లండి"
@ -1792,7 +1793,7 @@ msgstr "స్థితి"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "డొమైన్"
@ -5024,6 +5025,88 @@ msgstr "{name} అనుసంధానం తొలగించబడింద
msgid "Failed to delete connection: Connection not found."
msgstr "అనుసంధానం తొలగించడం విఫలమైంది: అనుసంధానం దొరకలేదు."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "తర్వాత"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "నిర్వాహకుని రహస్యపదం"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"మీడియావికీ యొక్క అడ్మినిస్ట్రేటర్ ఖాతా (admin) కోసం ఒక కొత్త పాస్వర్డ్ని సెట్ చెయ్యండి. ప్రస్తుత పాస్వర్డ్ని "
"ఉంచాలనుకుంటే ఈ ప్రదేశాన్ని ఖాళీగా వదిలేయండి."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "డిఫాల్ట్ జోన్ ఐస్ ఎక్స్టర్నల్"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "సమాచారాన్ని గుప్తీకరించాడానికి ఉపయోగించబడిన పాస్వర్డ్. తప్పకుండ సర్వర్ పాస్వర్డ్ తో సరిపోవాలి"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-03-26 11:03+0000\n"
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/freedombox/"
@ -911,10 +911,11 @@ msgid "Admin"
msgstr "Yönetici"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Yapılandırma güncellendi."
@ -1483,7 +1484,7 @@ msgstr ""
"Sistem tanılama denemesi, uygulamaların ve hizmetlerin beklendiği gibi "
"çalıştığını doğrulamak için sisteminizde bir dizi denetim gerçekleştirecek."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Tanılama"
@ -1505,26 +1506,26 @@ msgstr "uyarı"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Bellek kullanımını azaltmak için bazı uygulamaları etkisizleştirmelisiniz."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Bu sisteme herhangi bir yeni uygulama yüklememelisiniz."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1533,24 +1534,24 @@ msgstr ""
"Sistem belleği düşük: %{percent_used} kullanılıyor, {memory_available}."
"{memory_available_unit} boş. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Düşük Bellek"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Tanılama çalıştırılıyor"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "Sıradan denemeler sırasında {issue_count} sorun bulundu."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Tanı sonuçları"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Tanı sonuçlarına git"
@ -1823,7 +1824,7 @@ msgstr "Durum"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Etki Alanı"
@ -5189,6 +5190,89 @@ msgstr "{name} bağlantısı silindi."
msgid "Failed to delete connection: Connection not found."
msgstr "Bağlantının silinmesi başarısız oldu: Bağlantı bulunamadı."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "İleri"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Yönetici Parolası"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"MediaWiki'nin yönetici hesabı (admin) için yeni bir parola ayarlayın. Parola "
"ortak bir parola olamaz ve gereken en az uzunluk <strong>10 karakterdir</"
"strong>. Şu anki parolayı korumak için bu alanı boş bırakın."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "Varsayılan bölge haricidir"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "Parola güncelleme başarısız oldu. Lütfen daha güçlü bir parola seçin"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-02-05 00:01+0000\n"
"Last-Translator: Ihor Hordiichuk <igor_ck@outlook.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/freedombox/"
@ -922,10 +922,11 @@ msgid "Admin"
msgstr "Адміністратор"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Налаштування оновлено."
@ -1497,7 +1498,7 @@ msgstr ""
"Тест діагностики системи запускає певну кількість перевірок, щоб упевнитися, "
"що застосунки і сервіси працюють так, як очікується."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Діагностика"
@ -1519,26 +1520,26 @@ msgstr "попередження"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "МіБ"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "ҐіБ"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
"Ви повинні вимкнути деякі застосунки, щоб зменшити використання памʼяті."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Не слід встановлювати нові застосунки в цій системі."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1547,24 +1548,24 @@ msgstr ""
"У системі бракує памʼяті: {percent_used}% використано, {memory_available} "
"{memory_available_unit} вільно. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Мало памʼяті"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "Виконується діагностика"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr "Знайдено {issue_count} проблеми під час звичайних перевірок."
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "Результати діагностики"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "Перейти до результатів діагностики"
@ -1839,7 +1840,7 @@ msgstr "Стан"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "Домен"
@ -5201,6 +5202,89 @@ msgstr "Зʼєднання {name} видалено."
msgid "Failed to delete connection: Connection not found."
msgstr "Не вдалося видалити зʼєднання: Зʼєднання не знайдено."
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
#, fuzzy
#| msgid "Next"
msgid "Nextcloud"
msgstr "Далі"
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "Пароль адміністратора"
#: modules/nextcloud/forms.py:28
#, fuzzy
#| msgid ""
#| "Set a new password for MediaWiki's administrator account (admin). The "
#| "password cannot be a common one and the minimum required length is "
#| "<strong>10 characters</strong>. Leave this field blank to keep the "
#| "current password."
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
"Вкажіть новий пароль для облікового запису адміністратора (admin) MediaWiki. "
"Пароль не повинен бути поширеним і не повинен бути коротшим за <strong>10 "
"знаків</strong>. Залиште поле порожнім, щоб зберегти поточний пароль."
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "Усталена зона зовнішня"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
#, fuzzy
#| msgid "Password update failed. Please choose a stronger password"
msgid "Password update failed. Please choose a stronger password."
msgstr "Не вдалося оновити пароль. Оберіть сильніший пароль"
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2021-07-28 08:34+0000\n"
"Last-Translator: bruh <quangtrung02hn16@gmail.com>\n"
"Language-Team: Vietnamese <https://hosted.weblate.org/projects/freedombox/"
@ -929,10 +929,11 @@ msgid "Admin"
msgstr "Quản trị viên"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "Đã cập nhật thiết lập."
@ -1499,7 +1500,7 @@ msgstr ""
"Kiểm tra chẩn đoán hệ thống sẽ chạy một số phép thử trên hệ thống của bạn để "
"xác nhận rằng các ứng dụng và dịch vụ đang hoạt động như mong đợi."
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "Chẩn đoán"
@ -1521,25 +1522,25 @@ msgstr "cảnh báo"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr "Bạn nên tắt một số ứng dụng để sử dụng ít bộ nhớ hơn."
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "Bạn không nên cài đặt bất kỳ ứng dụng mới nào trên hệ thống này."
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1548,28 +1549,28 @@ msgstr ""
"Hệ thống còn ít bộ nhớ: đã sử dụng {percent_used}%, còn trống "
"{memory_available} {memory_available_unit}. {advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "Ít bộ nhớ"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
#, fuzzy
#| msgid "Run Diagnostics"
msgid "Running diagnostics"
msgstr "Chạy chẩn đoán"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Diagnostics results"
msgstr "Kết quả chẩn đoán"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
#, fuzzy
#| msgid "Diagnostic Results"
msgid "Go to diagnostics results"
@ -1866,7 +1867,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4809,6 +4810,74 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Server Administration"
msgid "Administrator password"
msgstr "Quản trị máy chủ"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plinth\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2024-03-26 11:03+0000\n"
"Last-Translator: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate."
"org>\n"
@ -880,10 +880,11 @@ msgid "Admin"
msgstr "管理员"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "配置已更新。"
@ -1417,7 +1418,7 @@ msgid ""
msgstr ""
"系统诊断将运行测试程序检查您的系统以确认应用程序和服务正在按预期方式运行。"
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr "诊断程序"
@ -1439,25 +1440,25 @@ msgstr "警告"
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr "MiB"
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr "GiB"
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr "你应该禁用一些应用程序以减少内存的使用。"
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr "你不应该在这个系统上安装任何新的应用程序。"
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
@ -1466,24 +1467,24 @@ msgstr ""
"系统内存不足:已使用 {percent_used}{memory_available} "
"{memory_available_unit}可用。{advice_message}"
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr "低内存"
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr "运行诊断程序"
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr "诊断结果"
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr "转到诊断结果"
@ -1743,7 +1744,7 @@ msgstr "状态"
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr "域名"
@ -4716,6 +4717,76 @@ msgstr "连接 {name} 已删除。"
msgid "Failed to delete connection: Connection not found."
msgstr "删除连接失败: 找不到连接。"
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Administrator Password"
msgid "Administrator password"
msgstr "管理员密码"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
#, fuzzy
#| msgid "Default zone is external"
msgid "Default phone region"
msgstr "默认区域是外部的"
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-25 20:44-0400\n"
"POT-Creation-Date: 2024-04-08 20:47-0400\n"
"PO-Revision-Date: 2021-12-23 12:50+0000\n"
"Last-Translator: pesder <j_h_liau@yahoo.com.tw>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
@ -892,10 +892,11 @@ msgid "Admin"
msgstr "管理員"
#: modules/bepasty/views.py:88 modules/diagnostics/views.py:52
#: modules/searx/views.py:35 modules/searx/views.py:46
#: modules/security/views.py:56 modules/snapshot/views.py:158
#: modules/tor/views.py:73 modules/torproxy/views.py:71
#: modules/upgrades/views.py:83 modules/zoph/views.py:74
#: modules/nextcloud/views.py:62 modules/searx/views.py:35
#: modules/searx/views.py:46 modules/security/views.py:56
#: modules/snapshot/views.py:158 modules/tor/views.py:73
#: modules/torproxy/views.py:71 modules/upgrades/views.py:83
#: modules/zoph/views.py:74
msgid "Configuration updated."
msgstr "配置已更新。"
@ -1430,7 +1431,7 @@ msgid ""
"confirm that applications and services are working as expected."
msgstr ""
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:240
#: modules/diagnostics/__init__.py:52 modules/diagnostics/__init__.py:237
msgid "Diagnostics"
msgstr ""
@ -1452,49 +1453,49 @@ msgstr ""
#. Translators: This is the unit of computer storage Mebibyte similar to
#. Megabyte.
#: modules/diagnostics/__init__.py:206
#: modules/diagnostics/__init__.py:203
msgid "MiB"
msgstr ""
#. Translators: This is the unit of computer storage Gibibyte similar to
#. Gigabyte.
#: modules/diagnostics/__init__.py:211
#: modules/diagnostics/__init__.py:208
msgid "GiB"
msgstr ""
#: modules/diagnostics/__init__.py:218
#: modules/diagnostics/__init__.py:215
msgid "You should disable some apps to reduce memory usage."
msgstr ""
#: modules/diagnostics/__init__.py:223
#: modules/diagnostics/__init__.py:220
msgid "You should not install any new apps on this system."
msgstr ""
#: modules/diagnostics/__init__.py:235
#: modules/diagnostics/__init__.py:232
#, no-python-format, python-brace-format
msgid ""
"System is low on memory: {percent_used}% used, {memory_available} "
"{memory_available_unit} free. {advice_message}"
msgstr ""
#: modules/diagnostics/__init__.py:237
#: modules/diagnostics/__init__.py:234
msgid "Low Memory"
msgstr ""
#: modules/diagnostics/__init__.py:268
#: modules/diagnostics/__init__.py:265
msgid "Running diagnostics"
msgstr ""
#: modules/diagnostics/__init__.py:311
#: modules/diagnostics/__init__.py:308
#, no-python-format, python-brace-format
msgid "Found {issue_count} issues during routine tests."
msgstr ""
#: modules/diagnostics/__init__.py:312
#: modules/diagnostics/__init__.py:309
msgid "Diagnostics results"
msgstr ""
#: modules/diagnostics/__init__.py:317
#: modules/diagnostics/__init__.py:314
msgid "Go to diagnostics results"
msgstr ""
@ -1731,7 +1732,7 @@ msgstr ""
#: modules/dynamicdns/templates/dynamicdns.html:18
#: modules/email/templates/email.html:35
#: modules/letsencrypt/templates/letsencrypt.html:24
#: modules/mediawiki/forms.py:64
#: modules/mediawiki/forms.py:64 modules/nextcloud/forms.py:23
msgid "Domain"
msgstr ""
@ -4666,6 +4667,74 @@ msgstr ""
msgid "Failed to delete connection: Connection not found."
msgstr ""
#: modules/nextcloud/__init__.py:19
msgid ""
"Nextcloud is a self-hosted productivity platform which provides private and "
"secure functions for file sharing, collaborative work, and more. Nextcloud "
"includes the Nextcloud server, client applications for desktop computers, "
"and mobile clients. The Nextcloud server provides a well integrated web "
"interface."
msgstr ""
#: modules/nextcloud/__init__.py:24
msgid "All users of FreedomBox can use Nextcloud."
msgstr ""
#: modules/nextcloud/__init__.py:25
msgid "To perform administrative actions, use the "
msgstr ""
#: modules/nextcloud/__init__.py:27
msgid "You can set a new password in the \"Configuration\" section below."
msgstr ""
#: modules/nextcloud/__init__.py:28
msgid ""
"Please note, that Nextcloud isn't maintained by Debian, which means security "
"and feature updates are applied independently."
msgstr ""
#: modules/nextcloud/__init__.py:47 modules/nextcloud/manifest.py:11
#: modules/nextcloud/manifest.py:18
msgid "Nextcloud"
msgstr ""
#: modules/nextcloud/__init__.py:49
msgid "File Storage & Collaboration"
msgstr ""
#: modules/nextcloud/forms.py:24
msgid "Examples: \"myfreedombox.example.org\" or \"example.onion\"."
msgstr ""
#: modules/nextcloud/forms.py:27
#, fuzzy
#| msgid "Server Administration"
msgid "Administrator password"
msgstr "伺服器管理"
#: modules/nextcloud/forms.py:28
msgid ""
"Optional. Set a new password for Nextcloud's administrator account "
"(nextcloud-admin). The password cannot be a common one and the minimum "
"required length is <strong>10 characters</strong>. Leave this field blank to "
"keep the current password."
msgstr ""
#: modules/nextcloud/forms.py:35
msgid "Default phone region"
msgstr ""
#: modules/nextcloud/forms.py:36
msgid ""
"The default phone region is required to validate phone numbers in the "
"profile settings without a country code."
msgstr ""
#: modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
msgstr ""
#: modules/openvpn/__init__.py:20
#, python-brace-format
msgid ""