Merge branch 'main' of github.com:MM2-0/Kvaesitso

This commit is contained in:
MM20
2026-03-14 13:20:41 +01:00
2 changed files with 8 additions and 2 deletions

View File

@@ -314,7 +314,7 @@
<string name="plugin_type_weather">Időjáráselőrejelzési szolgáltató</string>
<string name="plugin_weather_provider_enable">Beállítás időjáráselőrejelzési szolgáltatónak</string>
<string name="preference_clock_widget_alignment_bottom">Alulra</string>
<string name="preference_clockwidget_battery_part_summary">Akkumulátor jelenlegi töltöttségi szintjének megjelenítése, amikor az akkumulátor lemerült vagy töltődik</string>
<string name="preference_clockwidget_battery_part_summary">Akkumulátor jelenlegi töltöttségi szintjének megjelenítése</string>
<string name="preference_clockwidget_alarm_part_summary">Azon riasztások megjelenítése, amelyek a következő 8 órán belül megszólalnak</string>
<string name="preference_logs">Naplók</string>
<string name="preference_logs_summary">Alkalmazásnaplók megtekintése és exportálása</string>
@@ -921,4 +921,7 @@
<string name="preference_calendar_system_primary">Elsődleges naptár</string>
<string name="preference_calendar_system_secondary">Másodlagos naptár</string>
<string name="preference_category_donate">Fejlesztés támogatása</string>
<string name="preference_clockwidget_battery_part_always_show">Megjelenítés mindig</string>
<string name="preference_clockwidget_battery_part_show">Megjelenítés csak akkor, amikor alacsony vagy töltődik</string>
<string name="preference_clockwidget_battery_part_hide">Kikapcsolás</string>
</resources>

View File

@@ -258,7 +258,7 @@
<string name="preference_clockwidget_date_part_summary">Mostra la data corrente</string>
<string name="preference_clockwidget_music_part">Multimedia</string>
<string name="preference_clockwidget_battery_part">Batteria</string>
<string name="preference_clockwidget_battery_part_summary">Mostra il livello della batteria quando la batteria è scarica o in ricarica</string>
<string name="preference_clockwidget_battery_part_summary">Mostra il livello della batteria</string>
<string name="preference_clockwidget_alarm_part">Sveglie</string>
<string name="preference_clockwidget_alarm_part_summary">Mostra le sveglie che suoneranno nelle prossime 8 ore</string>
<string name="preference_screen_search">Ricerca</string>
@@ -932,4 +932,7 @@
<string name="preference_calendar_system">Il sistema di calendario preferito (ad esempio calendario gregoriano, calendario ebraico, calendario persiano)</string>
<string name="preference_calendar_system_primary">Calendario primario</string>
<string name="preference_calendar_system_secondary">Calendario secondario</string>
<string name="preference_clockwidget_battery_part_always_show">Mostra sempre</string>
<string name="preference_clockwidget_battery_part_show">Mostra quando è scarica o in carica</string>
<string name="preference_clockwidget_battery_part_hide">Nascondi</string>
</resources>