Compare commits

...

12 Commits

Author SHA1 Message Date
109247019824
afefa4010d
Translated using Weblate (Bulgarian)
Currently translated at 57.1% (1075 of 1880 strings)
2025-12-10 06:00:24 +00:00
Максим Горпиніч
f9c2bec79f
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1880 of 1880 strings)
2025-12-10 06:00:22 +00:00
Besnik Bleta
0f1276fbae
Translated using Weblate (Albanian)
Currently translated at 99.6% (1873 of 1880 strings)
2025-12-10 06:00:20 +00:00
Burak Yavuz
c0bbebd53b
Translated using Weblate (Turkish)
Currently translated at 100.0% (1880 of 1880 strings)
2025-12-10 06:00:19 +00:00
James Valleroy
d7e06348db
vagrant: Enable EFI firmware
Tests:

- Bring up vagrant box version 25.16. Able to access the web interface
  after setup is complete.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2025-12-10 10:11:06 +05:30
James Valleroy
f5e3bd3538
Release v25.17 to unstable 2025-12-08 20:51:47 -05:00
James Valleroy
d8650a4c6f
doc: Fetch latest manual 2025-12-08 20:50:37 -05:00
James Valleroy
3af2a8abeb
locale: Update translation strings 2025-12-08 20:27:27 -05:00
Joseph Nuthalapati
4cea13165a
l10n: Fix python-brace-format error in Estonian
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
2025-12-06 16:14:03 +05:30
Priit Jõerüüt
49b646f016
Translated using Weblate (Estonian)
Currently translated at 2.2% (42 of 1875 strings)
2025-12-06 10:00:20 +01:00
Sunil Mohan Adapa
ef23ebedbc
privileged: Don't log exception that are expected
Fixes: #2551.

Tests:

- In a VM visit the storage page. Without the patch, an exception is logged when
there is no space to expand the partition. With the patch, the exception is not
logged.

- Raise an exception in the storage.usage_info() method and notice that the
exception is logged when visiting the Storage app page.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2025-12-03 14:23:03 -05:00
OwlGale
b66feb2cad
Translated using Weblate (Russian)
Currently translated at 100.0% (1875 of 1875 strings)
2025-12-03 14:00:19 +01:00
51 changed files with 1943 additions and 911 deletions

1
Vagrantfile vendored
View File

@ -13,6 +13,7 @@ Vagrant.configure(2) do |config|
vb.cpus = Etc.nprocessors
vb.memory = 2048
vb.linked_clone = true
vb.customize ["modifyvm", :id, "--firmware", "efi"]
end
config.vm.provision "shell", run: 'always', inline: <<-SHELL
# Disable automatic upgrades

39
debian/changelog vendored
View File

@ -1,3 +1,42 @@
freedombox (25.17) unstable; urgency=medium
[ James Valleroy ]
* homeassistant: Fix spelling in tests
* locale: Update translation strings
* doc: Fetch latest manual
[ OwlGale ]
* Translated using Weblate (Russian)
[ kosagi ]
* Translated using Weblate (Catalan)
[ Coucouf ]
* Translated using Weblate (French)
[ Sunil Mohan Adapa ]
* ui: Implement a toggle menu for setting dark mode
* upgrades: Use bootstrap spinner button instead of custom styling
* ui: Use default button style for tag buttons
* ui: Fix dark theme color for form help text
* ui: Fix dark theme colors for default button style
* ui: Fix dark theme color for disabled form elements
* ui: Dark theme color for tags text in an app card
* ui: Drop colors defined in Bootstrap 5.3
* ui: Fix dark theme colors for running status indicator
* ui: Minor CSS refactor to use variables
* ui: Fix dark theme color for select-all button
* ui: Fix dark theme colors for app enable/disable toggle button
* privileged: Don't log exception that are expected
[ Priit Jõerüüt ]
* Translated using Weblate (Estonian)
[ Joseph Nuthalapati ]
* l10n: Fix python-brace-format error in Estonian
-- James Valleroy <jvalleroy@mailbox.org> Mon, 08 Dec 2025 20:50:56 -0500
freedombox (25.16) unstable; urgency=medium
[ Burak Yavuz ]

View File

@ -8,6 +8,30 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 25.17 (2025-12-08) ==
=== Highlights ===
* ui: Implement a toggle menu for setting dark mode
=== Other Changes ===
* homeassistant: Fix spelling in tests
* locale: Fix python-brace-format error in Estonian
* locale: Update translations for Catalan, Estonian, French, Russian
* privileged: Don't log exception that are expected
* ui: Dark theme color for tags text in an app card
* ui: Drop colors defined in Bootstrap 5.3
* ui: Fix dark theme color for disabled form elements
* ui: Fix dark theme color for form help text
* ui: Fix dark theme color for select-all button
* ui: Fix dark theme colors for app enable/disable toggle button
* ui: Fix dark theme colors for default button style
* ui: Fix dark theme colors for running status indicator
* ui: Minor CSS refactor to use variables
* ui: Use default button style for tag buttons
* upgrades: Use bootstrap spinner button instead of custom styling
== FreedomBox 25.16 (2025-11-24) ==
=== Highlights ===

View File

@ -8,6 +8,30 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 25.17 (2025-12-08) ==
=== Highlights ===
* ui: Implement a toggle menu for setting dark mode
=== Other Changes ===
* homeassistant: Fix spelling in tests
* locale: Fix python-brace-format error in Estonian
* locale: Update translations for Catalan, Estonian, French, Russian
* privileged: Don't log exception that are expected
* ui: Dark theme color for tags text in an app card
* ui: Drop colors defined in Bootstrap 5.3
* ui: Fix dark theme color for disabled form elements
* ui: Fix dark theme color for form help text
* ui: Fix dark theme color for select-all button
* ui: Fix dark theme colors for app enable/disable toggle button
* ui: Fix dark theme colors for default button style
* ui: Fix dark theme colors for running status indicator
* ui: Minor CSS refactor to use variables
* ui: Use default button style for tag buttons
* upgrades: Use bootstrap spinner button instead of custom styling
== FreedomBox 25.16 (2025-11-24) ==
=== Highlights ===

View File

@ -9,7 +9,7 @@
== Tiny Tiny RSS (Lector de Feeds de Noticias) ==
||<tablestyle="float: right;"> {{attachment:FreedomBox/Manual/TinyTinyRSS/TinyTinyRSS-icon_en_V01.png|Tiny Tiny RSS icon}} ||
'''Disponible desde''': versión 0.9
'''Disponible desde''': Desde Debian Trixie esta aplicación ya no está disponible. Por favor, migra a [[es/FreedomBox/Manual/Miniflux|Miniflux]] or [[es/FreedomBox/Manual/Nextcloud|Nextcloud News]].
''Tiny Tiny RSS'' es un lector y agregador de ''feeds'' de noticias (RSS/Atom) diseñado para leer noticias desde cualquier lugar con una experiencia lo más parecida posible a una aplicación de escritorio.

View File

@ -86,7 +86,7 @@ Para la mayoría de los usuarios se recomienda la autoactualización. Si no obst
Algunos paquetes podrían no estar disponibles tras una actualización de publicación. Por favor, migra a una aplicación similar. Al actualizar a Debian 13 "trixie", las siguentes aplicaciones dejan de estar disponibles:
* Janus. Usa Matrix o XMPP para llamadas de video o Mumble para audio. Esta app probáblemente vuelva a estar disponible en el futuro.
* TT-RSS. Migra a Miniflux.
* TT-RSS. Migra a Miniflux o a Nextcloud News.
* Searx.
Para iniciar el proceso de actualización de publicación, ve a ''Actualización de Software'' en la sección ''Sistema''. Luego ''Habilitar autoactualización'' y la opción ''Habilitar autoactualización a la siguiente publicación estable''. Entonces haz clic en el botón ''Actualización de Distibución''. Y luego en ''Iniciar Actualización de Distibución''. El proceso podría llegar varias horas si tu sistema operativo reside en un almacenamiento lento como una tarjeta SD. El interfaz web de !FreedomBox podría estar indisponible durante la actualización. Refresca la página si muestra errores. Finalmente, espera a los procesos de post-actualización y reinicia la máquina.

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '25.16'
__version__ = '25.17'

View File

@ -130,6 +130,9 @@ def run_privileged_method(func, module_name, action_name, args, kwargs):
if raw_output:
request['raw_output'] = raw_output
if not log_error:
request['log_error'] = False
client_socket = _request_to_server(request)
if raw_output:
@ -424,14 +427,19 @@ def privileged_handle_json_request(
bool):
raise TypeError('Incorrect "raw_output" parameter')
if 'log_error' in request and not isinstance(request['log_error'],
bool):
raise TypeError('Incorrect "log_error" parameter')
return request
try:
request = _parse_request()
log_error = request.get('log_error', True)
arguments = {'args': request['args'], 'kwargs': request['kwargs']}
_setup_thread_storage()
return_value = _privileged_call(request['module'], request['action'],
arguments)
arguments, log_error)
if isinstance(return_value, io.BufferedReader):
raw_output = request.get('raw_output', False)
@ -452,7 +460,7 @@ def privileged_handle_json_request(
return json.dumps(return_value, cls=JSONEncoder)
def _privileged_call(module_name, action_name, arguments):
def _privileged_call(module_name, action_name, arguments, log_error=True):
"""Import the module and run action as superuser"""
if '.' in module_name:
raise SyntaxError('Invalid module name')
@ -500,11 +508,12 @@ def _privileged_call(module_name, action_name, arguments):
return_value = {'result': 'success', 'return': return_values}
except Exception as exception:
return_value = get_return_value_from_exception(exception)
logger.exception(
'Error running action: %s..%s(..): %s\nstdout:\n%s\nstderr:\n%s\n',
module_name, action_name, exception,
return_value['exception']['stdout'],
return_value['exception']['stderr'])
if log_error:
logger.exception(
'Error running action: %s..%s(..): %s\nstdout:\n%s\n'
'stderr:\n%s\n', module_name, action_name, exception,
return_value['exception']['stdout'],
return_value['exception']['stderr'])
return return_value

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-04-16 02:28+0000\n"
"Last-Translator: MohammedSaalif <2300031323@kluniversity.in>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/freedombox/"
@ -107,15 +107,15 @@ msgstr "اللغة المستخدمة في واجهة الويب"
msgid "Use the language preference set in the browser"
msgstr "استخدم لغة المتصفح"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "بيت"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "تطبيقات"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "نظام"
@ -3023,8 +3023,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "عن"
@ -3162,7 +3162,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3568,7 +3568,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4613,7 +4613,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6135,8 +6135,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9267,35 +9267,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9484,6 +9484,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -103,15 +103,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3013,8 +3013,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr ""
@ -3152,7 +3152,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3558,7 +3558,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4611,7 +4611,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6135,8 +6135,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9271,35 +9271,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9488,6 +9488,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -99,15 +99,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -2993,8 +2993,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr ""
@ -3132,7 +3132,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3536,7 +3536,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4573,7 +4573,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6091,8 +6091,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9208,35 +9208,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9425,6 +9425,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,10 +7,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"PO-Revision-Date: 2025-09-24 03:02+0000\n"
"Last-Translator: 109247019824 "
"<109247019824@users.noreply.hosted.weblate.org>\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-12-10 06:00+0000\n"
"Last-Translator: 109247019824 <109247019824@users.noreply.hosted.weblate.org>"
"\n"
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/freedombox/"
"freedombox/bg/>\n"
"Language: bg\n"
@ -18,7 +18,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.14-dev\n"
"X-Generator: Weblate 5.15-dev\n"
#: plinth/config.py:103
#, python-brace-format
@ -106,15 +106,15 @@ msgstr "Език на интерфейса"
msgid "Use the language preference set in the browser"
msgstr "Използване на предпочитания от четеца език"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Начало"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Приложения"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Системни"
@ -1608,6 +1608,7 @@ msgid ""
"This app also shows the <a href=\"{logs_url}\">logs</a> for {box_name} "
"services."
msgstr ""
"Приложението също показва <a href=\"{logs_url}\">дневника</a> на {box_name}."
#: plinth/modules/diagnostics/__init__.py:60
#: plinth/modules/diagnostics/__init__.py:255
@ -1739,7 +1740,7 @@ msgstr "Приложение: %(app_name)s"
#: plinth/modules/diagnostics/templates/diagnostics_app.html:21
#: plinth/modules/diagnostics/templates/diagnostics_full.html:85
msgid "Try to repair"
msgstr ""
msgstr "Опит за поправка"
#: plinth/modules/diagnostics/templates/diagnostics_app.html:29
msgid "This app does not support diagnostics"
@ -1764,31 +1765,31 @@ msgstr "Резултати"
#: plinth/modules/diagnostics/templates/diagnostics_full.html:53
#, python-format
msgid "%(number)s passed"
msgstr ""
msgstr "%(number)s преминали"
#: plinth/modules/diagnostics/templates/diagnostics_full.html:57
#, python-format
msgid "%(number)s failed"
msgstr ""
msgstr "%(number)s непреминали"
#: plinth/modules/diagnostics/templates/diagnostics_full.html:61
#, python-format
msgid "%(number)s warnings"
msgstr ""
msgstr "%(number)s предупреждения"
#: plinth/modules/diagnostics/templates/diagnostics_full.html:65
#, python-format
msgid "%(number)s errors"
msgstr ""
msgstr "%(number)s грешки"
#: plinth/modules/diagnostics/templates/diagnostics_full.html:69
#, python-format
msgid "%(number)s skipped"
msgstr ""
msgstr "%(number)s пропуснати"
#: plinth/modules/diagnostics/templates/diagnostics_full.html:111
msgid "Running..."
msgstr ""
msgstr "Работи…"
#: plinth/modules/diagnostics/templates/diagnostics_results.html:11
msgid "Test"
@ -1806,7 +1807,7 @@ msgstr "Диагностична проверка"
#: plinth/modules/diagnostics/views.py:146
#, python-brace-format
msgid "App {app_id} is not installed, cannot repair"
msgstr ""
msgstr "Приложението {app_id} не е инсталирано и не може да бъде поправено"
#: plinth/modules/dynamicdns/__init__.py:29
#, python-brace-format
@ -2696,15 +2697,15 @@ msgstr "Защитна стена"
#: plinth/modules/firewall/__init__.py:262
msgid "Default zone is external"
msgstr ""
msgstr "Подразбираната зона е външна"
#: plinth/modules/firewall/__init__.py:272
msgid "Firewall backend is nftables"
msgstr ""
msgstr "Защитната стена използва nftables"
#: plinth/modules/firewall/__init__.py:286
msgid "Direct passthrough rules exist"
msgstr ""
msgstr "Съществуват правила за директен път"
#: plinth/modules/firewall/components.py:139
#, python-brace-format
@ -2803,14 +2804,16 @@ msgid ""
"Initial setup has been completed. Perform the next steps to make your "
"{box_name} operational."
msgstr ""
"Първоначалната настройка е заеършена. Изпълнете следващите стъпки, за да "
"въведете {box_name} експлоатация."
#: plinth/modules/first_boot/__init__.py:66
msgid "Next steps"
msgstr ""
msgstr "Следващи стъпки"
#: plinth/modules/first_boot/__init__.py:73
msgid "See next steps"
msgstr ""
msgstr "Преглед на следващите стъпки"
#: plinth/modules/first_boot/forms.py:14
#, python-brace-format
@ -3133,8 +3136,8 @@ msgstr "Обратна връзка"
msgid "Contribute"
msgstr "Допринасяне"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "За проекта"
@ -3273,7 +3276,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Научете повече…"
@ -3682,7 +3685,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4781,7 +4784,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Редактиране"
@ -6380,8 +6383,8 @@ msgstr "Рестартиране"
msgid "Shutdown"
msgstr "Изключване"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Рестартиране"
@ -9757,35 +9760,35 @@ msgstr ""
"данни. Това е безплатен софтуер, който ви позволява да инсталирате и "
"управлявате сървърни приложения с лекота."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Начало"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Приложения"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Системни"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Промяна на парола"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Изключване"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Изход"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Избор на език"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Вход"
@ -9949,11 +9952,12 @@ msgstr "В момента това приложение не е налично
#: plinth/templates/setup.html:51
msgid "Checking app availability..."
msgstr ""
msgstr "Провека наличие на приложението…"
#: plinth/templates/setup.html:57
msgid "Error checking app availability. Please refresh page."
msgstr ""
"Грешка при проверяване на наличието на приложението. Презаредете страницата."
#: plinth/templates/setup.html:72
msgid ""
@ -9977,6 +9981,26 @@ msgstr "Търсене по етикети"
msgid "Clear all tags"
msgstr "Изчистване на всички етикети"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr "Превключване на темата (автом.)"
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr "Превключване на темата"
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr "Светла"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr "Тъмна"
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr "Автоматично"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr "Преглед на дневника"
@ -9987,7 +10011,7 @@ msgstr "Резервно копие"
#: plinth/templates/toolbar.html:60
msgid "Re-run setup"
msgstr ""
msgstr "Повторно изпълнение на настройките"
#: plinth/templates/toolbar.html:66 plinth/templates/toolbar.html:67
#: plinth/templates/uninstall.html:30

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-04-01 03:02+0000\n"
"Last-Translator: MURALA SAI GANESH <saiganeshmurala@gmail.com>\n"
"Language-Team: Bengali <https://hosted.weblate.org/projects/freedombox/"
@ -103,15 +103,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3040,8 +3040,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "সম্পর্কে"
@ -3179,7 +3179,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3585,7 +3585,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4630,7 +4630,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6156,8 +6156,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9286,35 +9286,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9505,6 +9505,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-12-01 11:00+0000\n"
"Last-Translator: kosagi <marti.torra@natana.cat>\n"
"Language-Team: Catalan <https://hosted.weblate.org/projects/freedombox/"
@ -108,15 +108,15 @@ msgstr "Llengua que s'utilitzarà per presentar aquesta interfície web"
msgid "Use the language preference set in the browser"
msgstr "Utilitza la configuració de llengua del navegador"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Inici"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Aplicacions"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Sistema"
@ -3348,8 +3348,8 @@ msgstr "Enviar comentaris"
msgid "Contribute"
msgstr "Contribueix"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Sobre"
@ -3525,7 +3525,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Aprèn-ne més..."
@ -3726,9 +3726,9 @@ msgid ""
"An administrator account is created at this time. Home Assistant maintains "
"its own user accounts."
msgstr ""
"La interfície web de Home Assistant sha de configurar poc després dinstal·"
"lar laplicació. En aquest moment es crea un compte dadministrador. Home "
"Assistant manté els seus propis comptes dusuari."
"La interfície web de Home Assistant sha de configurar poc després "
"dinstal·lar laplicació. En aquest moment es crea un compte "
"dadministrador. Home Assistant manté els seus propis comptes dusuari."
#: plinth/modules/homeassistant/__init__.py:43
#, python-brace-format
@ -3806,8 +3806,8 @@ msgid ""
msgstr ""
"Es pot posar a disposició un domini separat per a Home Assistant configurant "
"un subdomini com ara homeassistant.mydomain.example. Consulteu laplicació "
"<a href=\"%(names_url)s\">Noms</a> i laplicació <a href="
"\"%(dynamic_dns_url)s\">DNS Dinàmic</a> per configurar subdominis."
"<a href=\"%(names_url)s\">Noms</a> i laplicació <a "
"href=\"%(dynamic_dns_url)s\">DNS Dinàmic</a> per configurar subdominis."
#: plinth/modules/homeassistant/templates/homeassistant.html:40
#: plinth/modules/ikiwiki/templates/ikiwiki_create.html:18
@ -3991,8 +3991,8 @@ msgid ""
msgstr ""
"<strong>Nota:</strong> Aquesta aplicació rep actualitzacions de "
"funcionalitats freqüents. Només es pot instal·lar si les actualitzacions de "
"funcionalitats freqüents estan activades a laplicació <a href="
"\"{upgrades_url}\">Actualització de programari</a>."
"funcionalitats freqüents estan activades a laplicació <a "
"href=\"{upgrades_url}\">Actualització de programari</a>."
#: plinth/modules/janus/__init__.py:47
msgid "Janus"
@ -4014,7 +4014,7 @@ msgstr "Videoconferència"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Informació de la llicència de JavaScript"
@ -4066,8 +4066,8 @@ msgstr ""
" <ul>\n"
" <li>Versions fora de línia de llocs web: projectes Wikimedia, "
"Stack Exchange</li>\n"
" <li>Contingut de vídeo: Khan Academy, TED Talks, Crash "
"Course</li>\n"
" <li>Contingut de vídeo: Khan Academy, TED Talks, Crash Course</"
"li>\n"
" <li>Materials educatius: PHET, TED Ed, Vikidia</li>\n"
" <li>eBooks: Project Gutenberg</li> \n"
" <li>Revistes: Low-tech Magazine</li>\n"
@ -4081,10 +4081,10 @@ msgid ""
"project or <a href=\"https://openzim.org/wiki/Build_your_ZIM_file\" "
"target=\"_blank\" rel=\"noopener noreferrer\">create</a> your own."
msgstr ""
"Podeu <a href=\"https://library.kiwix.org\" target=\"_blank\" rel="
"\"noopener noreferrer\">descarregar</a> paquets de contingut del projecte "
"Kiwix o <a href=\"https://openzim.org/wiki/Build_your_ZIM_file\" target="
"\"_blank\" rel=\"noopener noreferrer\">crear</a> els vostres propis."
"Podeu <a href=\"https://library.kiwix.org\" target=\"_blank\" rel=\"noopener "
"noreferrer\">descarregar</a> paquets de contingut del projecte Kiwix o <a "
"href=\"https://openzim.org/wiki/Build_your_ZIM_file\" target=\"_blank\" "
"rel=\"noopener noreferrer\">crear</a> els vostres propis."
#: plinth/modules/kiwix/__init__.py:53
msgid "Manage Kiwix content server"
@ -4211,9 +4211,9 @@ msgid ""
msgstr ""
"Let's Encrypt és una autoritat de certificació gratuïta, automatitzada i "
"oberta, gestionada per al benefici del públic per lInternet Security "
"Research Group (ISRG). Llegiu i accepteu el <a href="
"\"https://letsencrypt.org/repository/\">Contracte dusuari de Let's Encrypt</"
"a> abans dutilitzar aquest servei."
"Research Group (ISRG). Llegiu i accepteu el <a href=\"https://"
"letsencrypt.org/repository/\">Contracte dusuari de Let's Encrypt</a> abans "
"dutilitzar aquest servei."
#: plinth/modules/letsencrypt/__init__.py:60
#, fuzzy
@ -4338,9 +4338,9 @@ msgstr ""
"ecosistema per a missatgeria instantània i VoIP oberta i federada. Synapse "
"és un servidor que implementa el protocol Matrix. Proporciona grups de xat, "
"trucades dàudio/vídeo, xifrat de punta a punta, sincronització de múltiples "
"dispositius i no requereix números de telèfon per funcionar. Els usuaris d"
"un servidor Matrix poden conversar amb usuaris de tots els altres servidors "
"Matrix mitjançant federació."
"dispositius i no requereix números de telèfon per funcionar. Els usuaris "
"dun servidor Matrix poden conversar amb usuaris de tots els altres "
"servidors Matrix mitjançant federació."
#: plinth/modules/matrixsynapse/__init__.py:34
#, python-brace-format
@ -4571,8 +4571,9 @@ msgstr ""
"Aquesta instància de MediaWiki ve amb una contrasenya dadministrador "
"generada aleatòriament. Podeu establir una nova contrasenya a la secció "
"\"Configuració\" i iniciar sessió amb el compte \"admin\". A continuació, "
"podeu crear més comptes dusuari des de MediaWiki anant a la pàgina <a href="
"\"/mediawiki/index.php/Special:CreateAccount\">Special:CreateAccount</a>."
"podeu crear més comptes dusuari des de MediaWiki anant a la pàgina <a "
"href=\"/mediawiki/index.php/Special:CreateAccount\">Special:CreateAccount</"
"a>."
#: plinth/modules/mediawiki/__init__.py:31
msgid ""
@ -4722,8 +4723,8 @@ msgid ""
msgstr ""
"Minetest és un sandbox multijugador de blocs amb món infinit. Aquest mòdul "
"permet executar el servidor Minetest en aquest {box_name}, al port per "
"defecte (30000). Per connectar-se al servidor, cal un <a href="
"\"http://www.minetest.net/downloads/\">client de Minetest</a>."
"defecte (30000). Per connectar-se al servidor, cal un <a href=\"http://"
"www.minetest.net/downloads/\">client de Minetest</a>."
#: plinth/modules/minetest/__init__.py:56 plinth/modules/minetest/manifest.py:9
msgid "Minetest"
@ -4805,8 +4806,8 @@ msgstr ""
"serveix fitxers multimèdia (música, imatges i vídeo) als clients duna "
"xarxa. DLNA/UPnP és un protocol sense configuració i és compatible amb "
"qualsevol dispositiu que passi la certificació DLNA, com reproductors "
"multimèdia portàtils, smartphones, televisors i consoles de jocs "
"(com PS3 i Xbox 360) o aplicacions com totem i Kodi."
"multimèdia portàtils, smartphones, televisors i consoles de jocs (com PS3 i "
"Xbox 360) o aplicacions com totem i Kodi."
#: plinth/modules/minidlna/__init__.py:45
msgid "MiniDLNA"
@ -4826,8 +4827,8 @@ msgstr ""
"serveix fitxers multimèdia (música, imatges i vídeo) als clients duna "
"xarxa. DLNA/UPnP és un protocol sense configuració i és compatible amb "
"qualsevol dispositiu que passi la certificació DLNA, com reproductors "
"multimèdia portàtils, smartphones, televisors i consoles de jocs "
"(com PS3 i Xbox 360) o aplicacions com totem i Kodi."
"multimèdia portàtils, smartphones, televisors i consoles de jocs (com PS3 i "
"Xbox 360) o aplicacions com totem i Kodi."
#: plinth/modules/minidlna/manifest.py:10
#, fuzzy
@ -5218,7 +5219,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6736,8 +6737,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9855,35 +9856,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -10072,6 +10073,30 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Pes"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automàtic"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
#, fuzzy
#| msgid "Logs"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-11-12 07:51+0000\n"
"Last-Translator: Jiří Podhorecký <j.podhorecky@volny.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/freedombox/"
@ -104,15 +104,15 @@ msgstr "Jazyk pro toto webové rozhraní"
msgid "Use the language preference set in the browser"
msgstr "Použít upřednostňovaný jazyk nastavený ve webovém prohlížeči"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Domů"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Aplikace"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Systém"
@ -3281,8 +3281,8 @@ msgstr "Odeslat zpětnou vazbu"
msgid "Contribute"
msgstr "Zapojit se"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "O projektu"
@ -3455,7 +3455,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Zjistit více…"
@ -3930,7 +3930,7 @@ msgstr "Webové konference"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Licenční informace o JavaScriptu"
@ -5138,7 +5138,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Upravit"
@ -6862,8 +6862,8 @@ msgstr "Restart"
msgid "Shutdown"
msgstr "Vypnout"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Restartovat"
@ -10470,35 +10470,35 @@ msgstr ""
"Jedná se o bezplatný software, který umožňuje snadnou instalaci a správu "
"serverových aplikací."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Domů"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Aplikace"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Systém"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Změnit heslo"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Vypnout"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Odhlásit"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Vyberte jazyk"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Přihlásit"
@ -10706,6 +10706,30 @@ msgstr "Hledání pomocí štítků"
msgid "Clear all tags"
msgstr "Vymazat všechny štítky"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Váha"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automaticky"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr "Zobrazit Protokoly"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -111,15 +111,15 @@ msgstr "Sprog denne web-brugergrænseflade skal vises i"
msgid "Use the language preference set in the browser"
msgstr "Benyt browserens sprogindstilling"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Apps"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "System"
@ -3466,8 +3466,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Om"
@ -3628,7 +3628,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
#, fuzzy
#| msgid "Learn more &raquo;"
msgid "Learn more..."
@ -4069,7 +4069,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -5297,7 +5297,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Rediger"
@ -7045,8 +7045,8 @@ msgstr ""
msgid "Shutdown"
msgstr "Sluk Nu"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
#, fuzzy
#| msgid "Restart Now"
msgid "Restart"
@ -10687,39 +10687,39 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Apps"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " System"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Ændr kodeord"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
#, fuzzy
#| msgid "Shut Down Now"
msgid "Shut down"
msgstr "Sluk Nu"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Log ud"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
#, fuzzy
#| msgid "Language"
msgid "Select language"
msgstr "Sprog"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Log ind"
@ -10928,6 +10928,28 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic Upgrades"
msgid "Auto"
msgstr "Automatisk Opdatering"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-11-13 13:51+0000\n"
"Last-Translator: Dietmar <sagen@permondes.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/freedombox/"
@ -107,15 +107,15 @@ msgstr "Sprache für die Darstellung dieser Weboberfläche"
msgid "Use the language preference set in the browser"
msgstr "Die im Browser festgelegte Sprache verwenden"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Startseite"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Apps"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "System"
@ -3344,8 +3344,8 @@ msgstr "Feedback geben"
msgid "Contribute"
msgstr "Mitwirken"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Info"
@ -3525,7 +3525,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Mehr erfahren …"
@ -4013,7 +4013,7 @@ msgstr "Web-Konferenz"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "JavaScript-Lizenzinformation"
@ -5248,7 +5248,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Bearbeiten"
@ -7000,8 +7000,8 @@ msgstr "Neustart"
msgid "Shutdown"
msgstr "Herunterfahren"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Neu starten"
@ -10707,35 +10707,35 @@ msgstr ""
"und Datenschutz entwickelt wurde. Es ist freie Software, mit der Sie Server-"
"Apps einfach installieren und verwalten können."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Startseite"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Apps"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " System"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Passwort ändern"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Herunterfahren"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Abmelden"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Sprache wählen"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Anmelden"
@ -10944,6 +10944,30 @@ msgstr "Suche mit Schlagwörtern"
msgid "Clear all tags"
msgstr "Alle Schlagwörter löschen"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Gewicht"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automatisch"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr "Protokolle anzeigen"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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"
@ -100,15 +100,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -2994,8 +2994,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr ""
@ -3133,7 +3133,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3537,7 +3537,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4574,7 +4574,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6092,8 +6092,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9209,35 +9209,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9426,6 +9426,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -113,15 +113,15 @@ msgstr "Επιλέξτε γλώσσα που θα χρησιμοποιηθεί
msgid "Use the language preference set in the browser"
msgstr "Χρήση της προεπιλεγμένης γλώσσας του περιηγητή διαδικτύου"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Κεντρική σελίδα"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Εφαρμογές"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Σύστημα"
@ -3485,8 +3485,8 @@ msgstr "Υποβάλετε σχόλια"
msgid "Contribute"
msgstr "Συνεισφέρετε"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Σχετικά με"
@ -3666,7 +3666,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Μάθε περισσότερα..."
@ -4132,7 +4132,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Πληροφορίες άδειας χρήσης JavaScript"
@ -5418,7 +5418,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Επεξεργασία"
@ -7160,8 +7160,8 @@ msgstr ""
msgid "Shutdown"
msgstr "ΤΕΡΜΑΤΙΣΜΟΣ ΛΕΙΤΟΥΡΓΙΑΣ"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Κάνετε επανεκκίνηση"
@ -10958,35 +10958,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Κεντρική σελίδα"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Εφαρμογές"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Σύστημα"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Αλλαγή κωδικού πρόσβασης"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "ΤΕΡΜΑΤΙΣΜΟΣ ΛΕΙΤΟΥΡΓΙΑΣ"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Αποσύνδεση"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Επιλογή γλώσσας"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Σύνδεση"
@ -11210,6 +11210,28 @@ msgstr "Αναζήτηση στο διαδίκτυο"
msgid "Clear all tags"
msgstr "Αναζήτηση στο διαδίκτυο"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Αυτόματο"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2024-11-01 17:00+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/freedombox/"
@ -109,15 +109,15 @@ msgstr "Idioma para mostrar esta interfaz web"
msgid "Use the language preference set in the browser"
msgstr "Configure la preferencia de idioma en el navegador"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Principal"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Aplicaciones"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Sistema"
@ -3392,8 +3392,8 @@ msgstr "Enviar Comentarios"
msgid "Contribute"
msgstr "Contribuír"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Acerca de"
@ -3574,7 +3574,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Aprenda más..."
@ -4040,7 +4040,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Información de licencia de JavaScript"
@ -5294,7 +5294,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Editar"
@ -7045,8 +7045,8 @@ msgstr ""
msgid "Shutdown"
msgstr "Apagar"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Reiniciar"
@ -10772,35 +10772,35 @@ msgstr ""
"propiedad de los datos. Es un software gratuito que te permite instalar y "
"gestionar aplicaciones de un servidor con facilidad."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Inicio"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Aplicaciones"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Sistema"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Cambiar clave de acceso"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Apagar"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Cerrar sesión"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Seleccionar idioma"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Iniciar sesión"
@ -11012,6 +11012,30 @@ msgstr "Buscar en la web"
msgid "Clear all tags"
msgstr "Buscar en la web"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Peso/Puntos"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automática"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"PO-Revision-Date: 2025-07-20 18:01+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-12-06 09:00+0000\n"
"Last-Translator: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org>\n"
"Language-Team: Estonian <https://hosted.weblate.org/projects/freedombox/"
"freedombox/et/>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13-dev\n"
"X-Generator: Weblate 5.15-dev\n"
#: plinth/config.py:103
#, python-brace-format
@ -25,10 +25,9 @@ msgid "Static configuration {etc_path} is setup properly"
msgstr ""
#: plinth/container.py:140
#, fuzzy, python-brace-format
#| msgid "Service {service_name} is running"
#, python-brace-format
msgid "Container {container_name} is running"
msgstr "{service_name} teenus töötab"
msgstr "{container_name} konteiner töötab"
#: plinth/context_processors.py:21 plinth/views.py:175
msgid "FreedomBox"
@ -103,15 +102,15 @@ msgstr "Selles keeles kuvame kasutajaliidest"
msgid "Use the language preference set in the browser"
msgstr "Kasuta brauseris määratud keeleeelistusi"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Avaleht"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Rakendused"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Süsteem"
@ -203,7 +202,7 @@ msgstr ""
#: plinth/modules/avahi/manifest.py:14
msgid "mDNS"
msgstr ""
msgstr "mDNS"
#: plinth/modules/backups/__init__.py:24
msgid "Backups allows creating and managing backup archives."
@ -212,7 +211,7 @@ msgstr ""
#: plinth/modules/backups/__init__.py:46 plinth/modules/backups/__init__.py:176
#: plinth/modules/backups/__init__.py:221
msgid "Backups"
msgstr ""
msgstr "Varukoopiad"
#: plinth/modules/backups/__init__.py:173
msgid ""
@ -311,7 +310,7 @@ msgstr ""
#: plinth/modules/backups/forms.py:101
msgid "Repository"
msgstr ""
msgstr "Tarkvarahoidla"
#: plinth/modules/backups/forms.py:103
#: plinth/modules/backups/templates/backups_delete.html:17
@ -320,7 +319,7 @@ msgstr ""
#: plinth/modules/samba/templates/samba.html:66
#: plinth/modules/sharing/templates/sharing.html:32
msgid "Name"
msgstr ""
msgstr "Nimi"
#: plinth/modules/backups/forms.py:104
msgid "(Optional) Set a name for this backup archive"
@ -353,7 +352,7 @@ msgstr ""
#: plinth/modules/backups/forms.py:181
#: plinth/modules/letsencrypt/manifest.py:11
msgid "Encryption"
msgstr ""
msgstr "Krüptimine"
#: plinth/modules/backups/forms.py:182
msgid ""
@ -369,11 +368,11 @@ msgstr ""
#: plinth/modules/matrixsynapse/templates/matrix-synapse.html:68
#: plinth/modules/searx/forms.py:14
msgid "None"
msgstr ""
msgstr "Puudub"
#: plinth/modules/backups/forms.py:186 plinth/modules/networks/forms.py:340
msgid "Passphrase"
msgstr ""
msgstr "Salafraas"
#: plinth/modules/backups/forms.py:187
msgid "Passphrase; Only needed when using encryption."
@ -437,11 +436,11 @@ msgstr ""
#: plinth/modules/backups/views.py:238 plinth/modules/snapshot/manifest.py:14
#: plinth/templates/toolbar.html:51 plinth/templates/toolbar.html:52
msgid "Restore"
msgstr ""
msgstr "Taasta"
#: plinth/modules/backups/manifest.py:15
msgid "Encrypted"
msgstr ""
msgstr "Krüptitud"
#: plinth/modules/backups/manifest.py:16
msgid "Schedules"
@ -449,7 +448,7 @@ msgstr ""
#: plinth/modules/backups/manifest.py:18
msgid "Remote"
msgstr ""
msgstr "Kaugseade"
#: plinth/modules/backups/manifest.py:19
msgid "App data"
@ -462,11 +461,11 @@ msgstr ""
#: plinth/modules/snapshot/templates/snapshot.html:13
#: plinth/templates/app.html:52
msgid "Configuration"
msgstr ""
msgstr "Seadistused"
#: plinth/modules/backups/manifest.py:21
msgid "Borg"
msgstr ""
msgstr "Borg"
#: plinth/modules/backups/privileged.py:34
msgid ""
@ -579,7 +578,7 @@ msgstr ""
#: plinth/templates/messages.html:17 plinth/templates/setup.html:40
#: plinth/templates/setup.html:69
msgid "Caution:"
msgstr ""
msgstr "Hoiatus:"
#: plinth/modules/backups/templates/backups_add_remote_repository.html:24
#, python-format
@ -877,7 +876,7 @@ msgstr ""
#: plinth/modules/bepasty/templates/bepasty.html:30
#: plinth/modules/users/forms.py:104
msgid "Permissions"
msgstr ""
msgstr "Õigused"
#: plinth/modules/bepasty/forms.py:29
msgid ""
@ -887,7 +886,7 @@ msgstr ""
#: plinth/modules/bepasty/forms.py:33
#: plinth/modules/bepasty/templates/bepasty.html:31
msgid "Comment"
msgstr ""
msgstr "Komentaar"
#: plinth/modules/bepasty/forms.py:34
msgid "Any comment to help you remember the purpose of this password."
@ -902,7 +901,7 @@ msgstr ""
#: plinth/modules/bepasty/manifest.py:23
msgid "Pastebin"
msgstr ""
msgstr "Pastebin"
#: plinth/modules/bepasty/templates/bepasty.html:12
msgid "Manage Passwords"
@ -2999,8 +2998,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr ""
@ -3138,7 +3137,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3542,7 +3541,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4579,7 +4578,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6097,8 +6096,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9214,35 +9213,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9431,6 +9430,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -109,16 +109,16 @@ msgstr "زبان محیط این برنامهٔ مدیریتی"
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
#, fuzzy
msgid "Apps"
msgstr "برنامه‌ها"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3363,8 +3363,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "درباره"
@ -3523,7 +3523,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
#, fuzzy
msgid "Learn more..."
msgstr "بیشتر بدانید &raquo;"
@ -3960,7 +3960,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -5140,7 +5140,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "ویرایش"
@ -6793,8 +6793,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -10187,38 +10187,38 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
#, fuzzy
msgid " Apps"
msgstr "برنامه‌ها"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
#, fuzzy
#| msgid "Language"
msgid "Select language"
msgstr "زبان"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -10416,6 +10416,28 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "خودکار"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plinth 0.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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-"
@ -112,15 +112,15 @@ msgstr "LANGUAGE FOR THIS WEB ADMINISTRATION INTERFACE"
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "APPS"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "SYSTEM"
@ -3519,8 +3519,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "ABOUT"
@ -3680,7 +3680,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
#, fuzzy
#| msgid "Learn more &raquo;"
msgid "Learn more..."
@ -4112,7 +4112,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -5323,7 +5323,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "EDIT"
@ -7077,8 +7077,8 @@ msgstr ""
msgid "Shutdown"
msgstr "SHUT DOWN NOW"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
#, fuzzy
#| msgid "Restart Now"
msgid "Restart"
@ -10720,43 +10720,43 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
#, fuzzy
#| msgid "Apps"
msgid " Apps"
msgstr "APPS"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
#, fuzzy
#| msgid "System"
msgid " System"
msgstr "SYSTEM"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "CHANGE PASSWORD"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
#, fuzzy
#| msgid "Shut Down Now"
msgid "Shut down"
msgstr "SHUT DOWN NOW"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "LOG OUT"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
#, fuzzy
#| msgid "Language"
msgid "Select language"
msgstr "LANGUAGE"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "LOG IN"
@ -10969,6 +10969,28 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic Upgrades"
msgid "Auto"
msgstr "AUTOMATIC UPGRADES"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-12-02 12:00+0000\n"
"Last-Translator: Coucouf <coucouf@coucouf.fr>\n"
"Language-Team: French <https://hosted.weblate.org/projects/freedombox/"
@ -106,15 +106,15 @@ msgstr "Langue de cette interface web"
msgid "Use the language preference set in the browser"
msgstr "Utiliser la langue du navigateur"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Accueil"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Applis"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Système"
@ -3348,8 +3348,8 @@ msgstr "Partager vos impressions"
msgid "Contribute"
msgstr "Participer"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "À propos"
@ -3533,7 +3533,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "En savoir plus…"
@ -4023,7 +4023,7 @@ msgstr "Conférence Web"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Information de licence JavaScript"
@ -5264,7 +5264,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Modifier"
@ -7023,8 +7023,8 @@ msgstr "Redémarrer"
msgid "Shutdown"
msgstr "Éteindre"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Redémarrer"
@ -10755,35 +10755,35 @@ msgstr ""
"et de la maîtrise de vos données. Cest un logiciel libre qui vous laisse "
"installer et gérer facilement des applis de serveur."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Accueil"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Applis"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Système"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Changer le mot de passe"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Éteindre"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Se déconnecter"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Choisir la langue"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Sidentifier"
@ -10996,6 +10996,30 @@ msgstr "Recherches avec des étiquettes"
msgid "Clear all tags"
msgstr "Supprimer toutes les étiquettes"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Poids"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automatique"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr "Voir les Journaux"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -102,15 +102,15 @@ msgstr "Idioma para amosar esta interface web"
msgid "Use the language preference set in the browser"
msgstr "Usar a preferencia de idioma definida no navegador"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3010,8 +3010,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Acerca de"
@ -3149,7 +3149,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3557,7 +3557,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4606,7 +4606,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6132,8 +6132,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9283,35 +9283,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9502,6 +9502,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -106,15 +106,15 @@ msgstr "આ વેબ પ્રબંધક ઈન્ટરફેસ માટ
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3281,8 +3281,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "વિશે"
@ -3420,7 +3420,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3828,7 +3828,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4949,7 +4949,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6511,8 +6511,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9764,39 +9764,39 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
#, fuzzy
#| msgid "BitTorrent Web Client"
msgid " Apps"
msgstr "બીટ ટોરેન્ટ વેબ ક્લાયન્ટ"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
#, fuzzy
#| msgid "Language"
msgid "Select language"
msgstr "ભાષા"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9998,6 +9998,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-04-29 16:30+0000\n"
"Last-Translator: Thulasi Edhala <thulasiedhala@gmail.com>\n"
"Language-Team: Hindi <https://hosted.weblate.org/projects/freedombox/"
@ -107,15 +107,15 @@ msgstr "इस वेब इंटरफेस में इसतेमाल
msgid "Use the language preference set in the browser"
msgstr "जो भाषा ब्राउज़र में हैं, वो भाषा उपयोग करें"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "घर"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "ऐप्स"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "सिस्टम"
@ -3479,8 +3479,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
#, fuzzy
msgid "About"
@ -3635,7 +3635,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "और सीखिये..."
@ -4077,7 +4077,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "जावास्क्रिप्ट लाइसेंस जानकारी"
@ -5291,7 +5291,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "संपादन"
@ -7017,8 +7017,8 @@ msgstr ""
msgid "Shutdown"
msgstr "शट डाउन"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "रीस्टार्ट"
@ -10732,35 +10732,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " होम"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " ऐप्स"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " सिस्टम"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "पासवर्ड बदलें"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "शट डाउन"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "लॉग आउट"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "भाषा चुनें"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "लॉग इन"
@ -10970,6 +10970,30 @@ msgstr "वेब सरच किजिये"
msgid "Clear all tags"
msgstr "वेब सरच किजिये"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "वज़न"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "ऑटोमैटिक"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
#, fuzzy
#| msgid "Logs"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-06-04 15:01+0000\n"
"Last-Translator: András Szűcs "
"<andrascc86288f63c44cb5@users.noreply.hosted.weblate.org>\n"
@ -111,15 +111,15 @@ msgstr "A webes felület megjelenítéséhez használt nyelv"
msgid "Use the language preference set in the browser"
msgstr "A böngésző nyelvének használata"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Kezdőlap"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Alkalmazások"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Rendszer"
@ -3446,8 +3446,8 @@ msgstr "Visszajelzés küldése"
msgid "Contribute"
msgstr "Hozzájárulás"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Névjegy"
@ -3623,7 +3623,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Bővebben..."
@ -4087,7 +4087,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "JavaScript licencinformáció"
@ -5361,7 +5361,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Szerkesztés"
@ -7163,8 +7163,8 @@ msgstr ""
msgid "Shutdown"
msgstr "Leállítás"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Újraindítás"
@ -10899,35 +10899,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Kezdőlap"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Alkalmazások"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Rendszer"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Jelszómódosítás"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Leállítás"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Kijelentkezés"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Válassz nyelvet"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Bejelentkezés"
@ -11144,6 +11144,30 @@ msgstr "Keresés a weben"
msgid "Clear all tags"
msgstr "Keresés a weben"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Súly"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automatikus"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Indonesian (FreedomBox)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -104,15 +104,15 @@ msgstr "Bahasa yang digunakan untuk menyajikan antarmuka web ini"
msgid "Use the language preference set in the browser"
msgstr "Gunakan preferensi bahasa yang ditetapkan di browser"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Beranda"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Apps"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Sistem"
@ -3403,8 +3403,8 @@ msgstr "Berikan umpan balik"
msgid "Contribute"
msgstr "Kontribusi"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Tentang"
@ -3577,7 +3577,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Belajarlah lagi..."
@ -4029,7 +4029,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Informasi Lisensi JavaScript"
@ -5204,7 +5204,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Sunting"
@ -6766,8 +6766,8 @@ msgstr ""
msgid "Shutdown"
msgstr "Matikan"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Mulai ulang"
@ -10133,35 +10133,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Beranda"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Aplikasi"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " sistem"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Ganti kata sandi"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Matikan"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Keluar"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Pilih bahasa"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Masuk"
@ -10364,6 +10364,28 @@ msgstr "Jelajahi web"
msgid "Clear all tags"
msgstr "Jelajahi web"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automatic"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-11-13 13:51+0000\n"
"Last-Translator: Dietmar <sagen@permondes.de>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/freedombox/"
@ -104,15 +104,15 @@ msgstr "Lingua da usare per la presentazione di questa interfaccia web"
msgid "Use the language preference set in the browser"
msgstr "Usa la lingua impostata nel browser"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3176,8 +3176,8 @@ msgstr "Invia feedback"
msgid "Contribute"
msgstr "Contribuire"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Su"
@ -3348,7 +3348,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Impara di più..."
@ -3809,7 +3809,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Informazioni sulla licenza JavaScript"
@ -4966,7 +4966,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Modifica"
@ -6560,8 +6560,8 @@ msgstr ""
msgid "Shutdown"
msgstr "Spegni"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9772,35 +9772,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9991,6 +9991,28 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automatica"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-10-24 16:02+0000\n"
"Last-Translator: Jun Nogata <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/freedombox/"
@ -103,15 +103,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "ホーム"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "アプリ"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "システム"
@ -2999,8 +2999,8 @@ msgstr "フィードバックを送る"
msgid "Contribute"
msgstr "協力する"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "詳細"
@ -3138,7 +3138,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3544,7 +3544,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4581,7 +4581,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6099,8 +6099,8 @@ msgstr "再起動"
msgid "Shutdown"
msgstr "シャットダウン"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "再起動"
@ -9216,35 +9216,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " ホーム"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " アプリ"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " システム"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "パスワードを変更"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "シャットダウン"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "ログアウト"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9433,6 +9433,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -102,15 +102,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -2996,8 +2996,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "ಬಗ್ಗೆ"
@ -3135,7 +3135,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3539,7 +3539,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4576,7 +4576,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6094,8 +6094,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9213,35 +9213,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9430,6 +9430,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -104,15 +104,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3008,8 +3008,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Apie"
@ -3147,7 +3147,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3551,7 +3551,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4596,7 +4596,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6114,8 +6114,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9237,35 +9237,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9454,6 +9454,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -103,15 +103,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3007,8 +3007,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr ""
@ -3146,7 +3146,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3550,7 +3550,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4595,7 +4595,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6113,8 +6113,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9236,35 +9236,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9453,6 +9453,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2024-10-27 23:30+0000\n"
"Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
@ -115,15 +115,15 @@ msgstr "Språk som skal brukes i dette nettgrensesnittet"
msgid "Use the language preference set in the browser"
msgstr "Bruk språkforvalg satt i nettleseren"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Hjem"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Apps/Programmer"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "System"
@ -3451,8 +3451,8 @@ msgstr "Send inn tilbakemeldinger"
msgid "Contribute"
msgstr "Bidra"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Om"
@ -3626,7 +3626,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Lær mer…"
@ -4080,7 +4080,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "JavaScript lisensinformasjon"
@ -5355,7 +5355,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Rediger"
@ -7117,8 +7117,8 @@ msgstr ""
msgid "Shutdown"
msgstr "Slå av"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Omstart"
@ -10797,35 +10797,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Hjem"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Programmer"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " System"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Endre passord"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Slå av"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Logg ut"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Velg språk"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Logg inn"
@ -11040,6 +11040,28 @@ msgstr "Søk på nettet"
msgid "Clear all tags"
msgstr "Søk på nettet"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automatisk"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-09-17 09:01+0000\n"
"Last-Translator: ikmaak <info@ikmaak.nl>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/freedombox/"
@ -107,15 +107,15 @@ msgstr "Te gebruiken taal voor de weergave van deze webinterface"
msgid "Use the language preference set in the browser"
msgstr "Gebruik de taalvoorkeuren die zijn ingesteld in de browser"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Startpagina"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Toepassingen"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Systeem"
@ -3286,8 +3286,8 @@ msgstr "Feedback indienen"
msgid "Contribute"
msgstr "Bijdragen"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Over ons"
@ -3467,7 +3467,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Lees meer..."
@ -3920,7 +3920,7 @@ msgstr "Web Conferentie"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "JavaScript licentie-informatie"
@ -5125,7 +5125,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Wijzig"
@ -6848,8 +6848,8 @@ msgstr "Herstart"
msgid "Shutdown"
msgstr "Uitschakelen"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Herstarten"
@ -10433,35 +10433,35 @@ msgstr ""
"gegevenseigendom. Het is gratis software waarmee u eenvoudig server-apps "
"kunt installeren en beheren."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Startpagina"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Toepassingen"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Systeem"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Wijzig wachtwoord"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Uitschakelen"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Afmelden"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Selecteer taal"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Aanmelden"
@ -10668,6 +10668,30 @@ msgstr "Zoeken op labels"
msgid "Clear all tags"
msgstr "Verwijder alle labels"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Gewicht"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automatisch"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
#, fuzzy
#| msgid "Logs"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2024-07-13 12:09+0000\n"
"Last-Translator: Monika <adamdomenek@protonmail.com>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/freedombox/"
@ -108,15 +108,15 @@ msgstr "Język używany do reprezentowania danego interfejsu www"
msgid "Use the language preference set in the browser"
msgstr "Użyj języka ustawionego w przeglądarce"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Dom"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Aplikacje"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3422,8 +3422,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "O FreedomBox"
@ -3574,7 +3574,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Dowiedz się więcej..."
@ -3990,7 +3990,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Informacje o licencji JavaScript"
@ -5147,7 +5147,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6727,8 +6727,8 @@ msgstr ""
msgid "Shutdown"
msgstr "Wyłącz"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Uruchom ponownie"
@ -10147,37 +10147,37 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Dom"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Aplikacje"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Zmień hasło"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Wyłącz"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Wyloguj się"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
#, fuzzy
#| msgid "Language"
msgid "Select language"
msgstr "Język"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Zaloguj się"
@ -10387,6 +10387,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-04-09 22:41+0000\n"
"Last-Translator: tuliogit <wikigeolog@gmx.com>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/freedombox/"
@ -109,15 +109,15 @@ msgstr "Idioma a ser usado para apresentar a interface de administração web"
msgid "Use the language preference set in the browser"
msgstr "Use a preferência de idioma definida no navegador"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Início"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Aplicações"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Sistema"
@ -3342,8 +3342,8 @@ msgstr "Enviar feedback"
msgid "Contribute"
msgstr "Contribuir"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Sobre"
@ -3519,7 +3519,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Saber mais..."
@ -3984,7 +3984,7 @@ msgstr "Conferência web"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Informações sobre a licença JavaScript"
@ -5197,7 +5197,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Editar"
@ -6930,8 +6930,8 @@ msgstr "Reinício"
msgid "Shutdown"
msgstr "Desligar"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Reiniciar"
@ -10615,35 +10615,35 @@ msgstr ""
"dados. É um software gratuito que permite instalar e gerenciar aplicativos "
"de servidor com facilidade."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Início"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Aplicações"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Sistema"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Alterar palavra-passe"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Desligar"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Terminar sessão"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Selecionar idioma"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Iniciar sessão"
@ -10850,6 +10850,30 @@ msgstr "Pesquisar com tags"
msgid "Clear all tags"
msgstr "Limpar todas as tags"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Peso"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automático"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
#, fuzzy
#| msgid "Logs"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"PO-Revision-Date: 2025-12-02 12:00+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-12-03 13:00+0000\n"
"Last-Translator: OwlGale <owlgale@users.noreply.hosted.weblate.org>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/freedombox/"
"freedombox/ru/>\n"
@ -105,15 +105,15 @@ msgstr "Язык, используемый для представления д
msgid "Use the language preference set in the browser"
msgstr "Использовать языковые настройки браузера"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Главная"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Приложения"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Система"
@ -3305,8 +3305,8 @@ msgstr "Отправить отзыв"
msgid "Contribute"
msgstr "Помочь проекту"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "О проекте"
@ -3481,7 +3481,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Подробнее..."
@ -3786,8 +3786,8 @@ msgid ""
"<i>edit</i> existing ones. In the <a href=\"{users_url}\">User "
"Configuration</a> you can change these permissions or add new users."
msgstr ""
"Только пользователи {box_name} группы <b>администраторов</b> могут <i>"
"создавать</i> и <i>управлять</i> блогами и вики, но любой пользователь "
"Только пользователи {box_name} группы <b>администраторов</b> могут "
"<i>создавать</i> и <i>управлять</i> блогами и вики, но любой пользователь "
"группы <b>wiki</b> может <i>редактировать</i> существующие. На странице <a "
"href=\"{users_url}\">Конфигурация пользователей</a> вы можете изменить "
"разрешения или добавить новых пользователей."
@ -3961,7 +3961,7 @@ msgstr "Веб-конференция"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Информация о лицензии JavaScript"
@ -4362,7 +4362,7 @@ msgstr "Чат"
#: plinth/modules/matrixsynapse/manifest.py:105
msgid "Matrix server"
msgstr "Cервер Matrix"
msgstr "Matrix сервер"
#: plinth/modules/matrixsynapse/templates/matrix-synapse-pre-setup.html:18
msgid ""
@ -5178,7 +5178,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Редактировать"
@ -6570,7 +6570,7 @@ msgstr "Общий доступ"
#: plinth/modules/nextcloud/manifest.py:56 plinth/modules/sogo/manifest.py:72
msgid "Groupware"
msgstr "Групповое ПО"
msgstr "Совместная работа"
#: plinth/modules/nextcloud/views.py:53
msgid "Password update failed. Please choose a stronger password."
@ -6908,8 +6908,8 @@ msgstr "Перезагрузка"
msgid "Shutdown"
msgstr "Выключить"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Перезапустить"
@ -7252,8 +7252,8 @@ msgid ""
msgstr ""
"Веб-почта Roundcube это браузерный многоязычный IMAP клиент с "
"пользовательским интерфейсом. Он предоставляет полную функциональность, "
"которую вы ожидаете от почтового клиента, включая поддержку MIME, адресной "
"книги, управления папками, поиска сообщений и проверки орфографии."
"которую вы ожидаете от почтового клиента, включая поддержку MIME, адресную "
"книгу, управление папками, поиск сообщений и проверку орфографии."
#: plinth/modules/roundcube/__init__.py:24
msgid ""
@ -7321,8 +7321,9 @@ msgid ""
"When enabled, RSS-Bridge can be accessed by <a href=\"{users_url}\">any "
"user</a> belonging to the feed-reader group."
msgstr ""
"Когда эта функция включена, доступ к RSS-Bridge может получить <a href="
"\"{users_url}\">любой пользователь</a>, входящий в группу читателей фидов."
"Когда эта функция включена, доступ к RSS-Bridge может получить <a "
"href=\"{users_url}\">любой пользователь</a>, входящий в группу читателей "
"фидов."
#: plinth/modules/rssbridge/__init__.py:28
#, python-brace-format
@ -7676,7 +7677,7 @@ msgid ""
"sandboxing features are in use. Sandboxing mitigates the impact of a "
"potentially compromised app to the rest of the system."
msgstr ""
"Для приложений, которые предоставляют службы, столбец \"Песочница\" "
"Для приложений, которые предоставляют службы, столбец \"Изолировано\" "
"показывает, используются ли функции песочницы. Песочница смягчает влияние "
"потенциально скомпрометированного приложения на остальную систему."
@ -7700,7 +7701,7 @@ msgstr "Текущие уязвимости"
#: plinth/modules/security/templates/security_report.html:47
msgid "Sandboxed"
msgstr "Песочница"
msgstr "Изолировано"
#: plinth/modules/security/templates/security_report.html:48
msgid "Sandbox Coverage"
@ -7748,7 +7749,7 @@ msgstr "Закладки"
#: plinth/modules/shaarli/manifest.py:34
msgid "Link blog"
msgstr "Блог по ссылке"
msgstr "Блог ссылок"
#: plinth/modules/shaarli/manifest.py:34
msgid "Single user"
@ -9798,8 +9799,8 @@ msgid ""
"Use the <a href='%(change_password_url)s'>change password form </a> to "
"change the password."
msgstr ""
"Для смены пароля используйте форму <a href=\"%(change_password_url)s\""
">изменить пароль</a>."
"Для смены пароля используйте форму <a "
"href=\"%(change_password_url)s\">изменить пароль</a>."
#: plinth/modules/users/templates/users_update.html:37
#: plinth/templates/language-selection.html:17
@ -10554,35 +10555,35 @@ msgstr ""
"обеспечение, позволяющее легко устанавливать серверные приложения и "
"управлять ими."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Главная"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Приложения"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Система"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Изменить пароль"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Завершить работу"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Выход"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Выберите язык"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Войти"
@ -10790,6 +10791,30 @@ msgstr "Поиск по тегам"
msgid "Clear all tags"
msgstr "Очистить все теги"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Вес"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Автоматически"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr "Просмотр журналов"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -102,15 +102,15 @@ msgstr ""
msgid "Use the language preference set in the browser"
msgstr ""
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -2996,8 +2996,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "පිළිබඳව"
@ -3135,7 +3135,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3539,7 +3539,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4576,7 +4576,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6094,8 +6094,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9211,35 +9211,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9428,6 +9428,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -105,15 +105,15 @@ msgstr "Jezik, ki ga želite uporabljati za ta spletni vmesnik"
msgid "Use the language preference set in the browser"
msgstr "Uporabi jezikovne nastavitve brskalnika"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Aplikacije"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3252,8 +3252,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr ""
@ -3391,7 +3391,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3798,7 +3798,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4891,7 +4891,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6443,8 +6443,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9699,35 +9699,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9918,6 +9918,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"PO-Revision-Date: 2025-11-12 07:51+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-12-10 06:00+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
"Language-Team: Albanian <https://hosted.weblate.org/projects/freedombox/"
"freedombox/sq/>\n"
@ -104,15 +104,15 @@ msgstr "Gjuhë për tu përdorur për të paraqitur këtë ndërfaqe web"
msgid "Use the language preference set in the browser"
msgstr "Përdor parapëlqim gjuhe të caktuar te shfletuesi"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Kreu"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Aplikacione"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Sistem"
@ -3310,8 +3310,8 @@ msgstr "Parashtroni Përshtypjet"
msgid "Contribute"
msgstr "Jepni Ndihmesë"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Mbi"
@ -3489,7 +3489,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Mësoni më tepër…"
@ -3976,7 +3976,7 @@ msgstr "Konferencë Web"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Hollësi licence JavaScript"
@ -5201,7 +5201,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Përpunoni"
@ -6934,8 +6934,8 @@ msgstr "Rinisu"
msgid "Shutdown"
msgstr "Fike"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Rinise"
@ -10595,35 +10595,35 @@ msgstr ""
"pronësi të dhënash. Është software i lirë, që ju lejon të instaloni dhe "
"administroni kollaj aplikacione shërbyesi."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Kreu"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Aplikacione"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Sistem"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Ndryshoni fjalëkalimin"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Fike"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Dil"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Përzgjidhni gjuhën"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Hyni"
@ -10830,6 +10830,26 @@ msgstr "Kërkoni me etiketa"
msgid "Clear all tags"
msgstr "Spastroji krejt etiketat"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr "E çelët"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr "Automatike"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr "Shihni Regjistra"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -106,15 +106,15 @@ msgstr "Jezik za web interfejs"
msgid "Use the language preference set in the browser"
msgstr "Koristi jezik podešen u pretraživaču"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3162,8 +3162,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr ""
@ -3303,7 +3303,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3711,7 +3711,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4792,7 +4792,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6338,8 +6338,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9528,35 +9528,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9747,6 +9747,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2024-07-30 01:31+0000\n"
"Last-Translator: bittin1ddc447d824349b2 <bittin@reimu.nl>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/freedombox/"
@ -107,15 +107,15 @@ msgstr "Språk att använda för att presentera detta webbgränssnitt"
msgid "Use the language preference set in the browser"
msgstr "Använd språkinställningen i webbläsaren"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Hem"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Appar"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "System"
@ -3401,8 +3401,8 @@ msgstr "Skicka feedback"
msgid "Contribute"
msgstr "Bidrar"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Om"
@ -3584,7 +3584,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Läs mer..."
@ -4048,7 +4048,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "JavaScript-licensinformation"
@ -5314,7 +5314,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Redigera"
@ -7091,8 +7091,8 @@ msgstr ""
msgid "Shutdown"
msgstr "Stänga ner"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Starta om"
@ -10776,35 +10776,35 @@ msgstr ""
"Det är gratis programvara som låter dig enkelt installera och hantera "
"serverappar."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Hem"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Appar"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " System"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Ändra lösenord"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Stänga ner"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Logga ut"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Välj språk"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Logga in"
@ -11019,6 +11019,30 @@ msgstr "Sök på webben"
msgid "Clear all tags"
msgstr "Sök på webben"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "Vikt"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "Automatisk"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-08-17 08:02+0000\n"
"Last-Translator: தமிழ்நேரம் <anishprabu.t@gmail.com>\n"
"Language-Team: Tamil <https://hosted.weblate.org/projects/freedombox/"
@ -107,15 +107,15 @@ msgstr "இந்த வலை இடைமுகத்தை வழங்க
msgid "Use the language preference set in the browser"
msgstr "உலாவியில் உள்ள மொழி விருப்பத்தேர்வைப் பயன்படுத்தவும்"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "வீடு"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "பயன்பாடுகள்"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "மண்டலம்"
@ -3295,8 +3295,8 @@ msgstr "கருத்துக்களை சமர்ப்பிக்க
msgid "Contribute"
msgstr "பங்களிப்பு"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "பற்றி"
@ -3469,7 +3469,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "மேலும் அறிக ..."
@ -3927,7 +3927,7 @@ msgstr "வலை மாநாடு"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "சாவாச்கிரிப்ட் உரிம செய்தி"
@ -5120,7 +5120,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "தொகு"
@ -6822,8 +6822,8 @@ msgstr "மறுதொடக்கம் செய்யுங்கள்"
msgid "Shutdown"
msgstr "பணிநிறுத்தம்"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "மறுதொடக்கம்"
@ -10441,35 +10441,35 @@ msgstr ""
"சேவையகமாகும். இது இலவச மென்பொருளாகும், இது சேவையக பயன்பாடுகளை எளிதாக நிறுவவும் "
"நிர்வகிக்கவும் உங்களை அனுமதிக்கிறது."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " வீடு"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " பயன்பாடுகள்"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " அமைப்பு"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "கடவுச்சொல்லை மாற்றவும்"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "மூடு"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "விடுபதிகை"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "மொழியைத் தேர்ந்தெடுக்கவும்"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "புகுபதிகை"
@ -10673,6 +10673,30 @@ msgstr "குறிச்சொற்களுடன் தேடுங்க
msgid "Clear all tags"
msgstr "எல்லா குறிச்சொற்களையும் அழிக்கவும்"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "எடை"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "தானியங்கி"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
#, fuzzy
#| msgid "Logs"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-05-14 17:03+0000\n"
"Last-Translator: Sripath Roy Koganti <sripathroy@swecha.net>\n"
"Language-Team: Telugu <https://hosted.weblate.org/projects/freedombox/"
@ -109,15 +109,15 @@ msgstr "ఈ వెబ్ ఇంటర్‌ఫేస్‌ను ప్రదర
msgid "Use the language preference set in the browser"
msgstr "బ్రౌజర్‌లో సెట్ చేయబడిన భాషా ప్రాధాన్యతను ఉపయోగించండి"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "హొమ్ పేజ్"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "అనువర్తనాలు"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "వ్యవస్థ"
@ -3241,8 +3241,8 @@ msgstr "అభిప్రాయాన్ని సమర్పించండ
msgid "Contribute"
msgstr "దోహదం చేయండి"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "గురించి"
@ -3409,7 +3409,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "మరింత తెలుసుకోండి.."
@ -3864,7 +3864,7 @@ msgstr "వెబ్ కాన్ఫరెన్స్"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "జావాస్క్రిప్ట్ లైసెన్స్ సమాచరం"
@ -5023,7 +5023,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "సవరించు"
@ -6686,8 +6686,8 @@ msgstr "రీబూట్ చేయండి"
msgid "Shutdown"
msgstr "షట్డౌన్"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "పునఃప్రారంభించండి"
@ -10209,35 +10209,35 @@ msgstr ""
"FreedomBox అనేది గోప్యత మరియు డేటా యాజమాన్యం కోసం రూపొందించబడిన వ్యక్తిగత సర్వర్. ఇది సర్వర్ యాప్‌లను "
"సులభంగా ఇన్‌స్టాల్ చేయడానికి మరియు నిర్వహించడానికి మిమ్మల్ని అనుమతించే ఉచిత సాఫ్ట్‌వేర్."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " నివాసం"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " కార్యక్షేత్రం"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " కార్యవ్యవస్థ"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "పాస్స్ వర్ద మార్చుము"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "మూసివేయి"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "నిష్క్రమించు"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "బాషను ఎంచుకోండి"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "లోనికి ప్రవేశించండి"
@ -10441,6 +10441,30 @@ msgstr "ట్యాగ్‌లతో శోధించండి"
msgid "Clear all tags"
msgstr "అన్ని ట్యాగ్‌లను క్లియర్ చేయండి"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "బరువు"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "స్వయంచాలక"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
#, fuzzy
#| msgid "Logs"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"PO-Revision-Date: 2025-11-12 07:51+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-12-10 06:00+0000\n"
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/freedombox/"
"freedombox/tr/>\n"
@ -104,15 +104,15 @@ msgstr "Bu web arayüzünü sunmak için kullanılacak dil"
msgid "Use the language preference set in the browser"
msgstr "Tarayıcıda ayarlanan dil tercihini kullan"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Giriş"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Uygulamalar"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Sistem"
@ -3292,8 +3292,8 @@ msgstr "Geri Bildirim Gönder"
msgid "Contribute"
msgstr "Katkıda Bulun"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Hakkında"
@ -3467,7 +3467,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Daha fazla bilgi edinin..."
@ -3946,7 +3946,7 @@ msgstr "Web görüşme"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "JavaScript lisans bilgileri"
@ -5168,7 +5168,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Düzenle"
@ -6891,8 +6891,8 @@ msgstr "Baştan başlat"
msgid "Shutdown"
msgstr "Kapat"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Yeniden başlat"
@ -10525,35 +10525,35 @@ msgstr ""
"sunucudur. Sunucu uygulamalarını kolaylıkla yüklemenizi ve yönetmenizi "
"sağlayan özgür bir yazılımdır."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Giriş"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Uygulamalar"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Sistem"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Parolayı değiştir"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Kapat"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Oturumu kapat"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Dil seçin"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Oturum aç"
@ -10761,6 +10761,26 @@ msgstr "Etiketler ile ara"
msgid "Clear all tags"
msgstr "Tüm etiketleri temizle"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr "Temayı değiştir (otomatik)"
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr "Temayı değiştir"
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr "Açık"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr "Koyu"
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr "Otomatik"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr "Günlükleri görüntüle"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"PO-Revision-Date: 2025-11-12 07:51+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-12-10 06:00+0000\n"
"Last-Translator: Максим Горпиніч <gorpinicmaksim0@gmail.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/freedombox/"
"freedombox/uk/>\n"
@ -105,15 +105,15 @@ msgstr "Мова, що використовується для надання ц
msgid "Use the language preference set in the browser"
msgstr "Використовувати мовні налаштування оглядача"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "Домівка"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "Застосунки"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "Система"
@ -3298,8 +3298,8 @@ msgstr "Надіслати відгук"
msgid "Contribute"
msgstr "Співпрацювати"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "Про FreedomBox"
@ -3473,7 +3473,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "Дізнатися більше..."
@ -3954,7 +3954,7 @@ msgstr "Веб-конференція"
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr "Інформація про ліцензію JavaScript"
@ -5171,7 +5171,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "Зміни"
@ -6896,8 +6896,8 @@ msgstr "Перезавантаження"
msgid "Shutdown"
msgstr "Вимкнення"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "Перезапустити"
@ -10516,35 +10516,35 @@ msgstr ""
"конфіденційності та володіння даними. Це безплатне програмне забезпечення, "
"яке дозволяє легко встановлювати та керувати серверними програмами."
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " Домівка"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " Застосунки"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " Система"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "Змінити пароль"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "Вимкнути"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "Вийти"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "Вибрати мову"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "Увійти"
@ -10751,6 +10751,26 @@ msgstr "Пошук за тегами"
msgid "Clear all tags"
msgstr "Очистити всі теги"
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr "Перемикання теми (авто)"
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr "Перемкнути тему"
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr "Світло"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr "Темний"
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr "Авто"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr "Переглянути журнали"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\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/"
@ -109,15 +109,15 @@ msgstr "Ngôn ngữ để sử dụng cho giao diện web"
msgid "Use the language preference set in the browser"
msgstr "Sử dụng cài đặt ngôn ngữ của trình duyệt"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr ""
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr ""
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr ""
@ -3316,8 +3316,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr ""
@ -3457,7 +3457,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3865,7 +3865,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4962,7 +4962,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6504,8 +6504,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9689,35 +9689,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9910,6 +9910,26 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plinth\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-11-12 07:51+0000\n"
"Last-Translator: 大王叫我来巡山 "
"<hamburger2048@users.noreply.hosted.weblate.org>\n"
@ -103,15 +103,15 @@ msgstr "此 web 管理界面的语言"
msgid "Use the language preference set in the browser"
msgstr "使用浏览器中设置的语言首选项"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "主页"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "应用程序"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "系统"
@ -3097,8 +3097,8 @@ msgstr ""
msgid "Contribute"
msgstr "贡献"
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "关于"
@ -3247,7 +3247,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr "了解更多……"
@ -3667,7 +3667,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4727,7 +4727,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr "編輯"
@ -6279,8 +6279,8 @@ msgstr ""
msgid "Shutdown"
msgstr "关闭"
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr "重新启动"
@ -9469,35 +9469,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr " 主页"
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr " 应用程序"
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr " 系统"
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr "更改密码"
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr "关闭"
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr "登出"
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr "选择语言"
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr "登录"
@ -9689,6 +9689,28 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
msgid "Light"
msgstr ""
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
#, fuzzy
#| msgid "Automatic"
msgid "Auto"
msgstr "自动"
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
msgid "View Logs"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 01:21+0000\n"
"POT-Creation-Date: 2025-12-09 01:26+0000\n"
"PO-Revision-Date: 2025-02-07 12:01+0000\n"
"Last-Translator: pesder <j_h_liau@yahoo.com.tw>\n"
"Language-Team: Chinese (Traditional Han script) <https://hosted.weblate.org/"
@ -105,15 +105,15 @@ msgstr "此網頁介面顯示的語言"
msgid "Use the language preference set in the browser"
msgstr "使用瀏覽器語言設定"
#: plinth/menu.py:116 plinth/templates/base.html:120
#: plinth/menu.py:116 plinth/templates/base.html:123
msgid "Home"
msgstr "首頁"
#: plinth/menu.py:117 plinth/templates/base.html:129
#: plinth/menu.py:117 plinth/templates/base.html:132
msgid "Apps"
msgstr "程式"
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:138
#: plinth/menu.py:119 plinth/menu.py:126 plinth/templates/base.html:141
msgid "System"
msgstr "系統"
@ -3215,8 +3215,8 @@ msgstr ""
msgid "Contribute"
msgstr ""
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:216
#: plinth/templates/base.html:219 plinth/templates/help-menu.html:46
#: plinth/modules/help/__init__.py:53 plinth/templates/base.html:221
#: plinth/templates/base.html:224 plinth/templates/help-menu.html:46
#: plinth/templates/help-menu.html:47 plinth/templates/index.html:96
msgid "About"
msgstr "關於"
@ -3356,7 +3356,7 @@ msgstr ""
#: plinth/modules/help/templates/help_contribute.html:42
#: plinth/modules/power/templates/power_restart.html:27
#: plinth/modules/power/templates/power_shutdown.html:26
#: plinth/templates/app-header.html:65
#: plinth/templates/app-header.html:66
msgid "Learn more..."
msgstr ""
@ -3764,7 +3764,7 @@ msgstr ""
#: plinth/modules/janus/templates/janus_video_room.html:204
#: plinth/modules/jsxc/templates/jsxc_launch.html:117
#: plinth/templates/base.html:272
#: plinth/templates/base.html:277
msgid "JavaScript license information"
msgstr ""
@ -4856,7 +4856,7 @@ msgstr ""
#: plinth/modules/networks/templates/connection_show.html:40
#: plinth/modules/wireguard/templates/wireguard_show_client.html:72
#: plinth/modules/wireguard/templates/wireguard_show_server.html:73
#: plinth/templates/base.html:166 plinth/templates/base.html:167
#: plinth/templates/base.html:171 plinth/templates/base.html:172
msgid "Edit"
msgstr ""
@ -6400,8 +6400,8 @@ msgstr ""
msgid "Shutdown"
msgstr ""
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:181
#: plinth/templates/base.html:182
#: plinth/modules/power/templates/power.html:15 plinth/templates/base.html:186
#: plinth/templates/base.html:187
msgid "Restart"
msgstr ""
@ -9586,35 +9586,35 @@ msgid ""
"is free software that lets you install and manage server apps with ease."
msgstr ""
#: plinth/templates/base.html:117
#: plinth/templates/base.html:120
msgid " Home"
msgstr ""
#: plinth/templates/base.html:125
#: plinth/templates/base.html:128
msgid " Apps"
msgstr ""
#: plinth/templates/base.html:134
#: plinth/templates/base.html:137
msgid " System"
msgstr ""
#: plinth/templates/base.html:173 plinth/templates/base.html:174
#: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Change password"
msgstr ""
#: plinth/templates/base.html:187 plinth/templates/base.html:188
#: plinth/templates/base.html:192 plinth/templates/base.html:193
msgid "Shut down"
msgstr ""
#: plinth/templates/base.html:198 plinth/templates/base.html:236
#: plinth/templates/base.html:203 plinth/templates/base.html:241
msgid "Log out"
msgstr ""
#: plinth/templates/base.html:207 plinth/templates/base.html:210
#: plinth/templates/base.html:212 plinth/templates/base.html:215
msgid "Select language"
msgstr ""
#: plinth/templates/base.html:225 plinth/templates/base.html:227
#: plinth/templates/base.html:230 plinth/templates/base.html:232
msgid "Log in"
msgstr ""
@ -9805,6 +9805,28 @@ msgstr ""
msgid "Clear all tags"
msgstr ""
#: plinth/templates/theme-menu.html:8
msgid "Toggle theme (auto)"
msgstr ""
#: plinth/templates/theme-menu.html:14
msgid "Toggle theme"
msgstr ""
#: plinth/templates/theme-menu.html:23
#, fuzzy
#| msgid "Weight"
msgid "Light"
msgstr "權重"
#: plinth/templates/theme-menu.html:32
msgid "Dark"
msgstr ""
#: plinth/templates/theme-menu.html:41
msgid "Auto"
msgstr ""
#: plinth/templates/toolbar.html:39 plinth/templates/toolbar.html:40
#, fuzzy
#| msgid "Logs"