Add AI Team branding and configurable break counting

This commit is contained in:
2026-06-17 18:45:17 +02:00
parent 27b6e7c947
commit c9e081b46b
8 changed files with 1611 additions and 1218 deletions

View File

@@ -82,6 +82,7 @@ Private Sub CreateEnglishMap As Map
m.Put("stats", "Stats")
m.Put("config", "Config")
m.Put("bg", "Bg")
m.Put("help", "Help")
m.Put("statistics", "Statistics")
m.Put("close", "Close")
m.Put("work_start", "Work start")
@@ -91,6 +92,7 @@ Private Sub CreateEnglishMap As Map
m.Put("set_config", "Set config")
m.Put("reset_config", "Reset config")
m.Put("clear_today", "Clear today")
m.Put("include_pause_total", "Include breaks in total")
m.Put("date", "Date")
m.Put("work", "Work")
m.Put("pause_col", "Pause")
@@ -126,6 +128,7 @@ Private Sub CreateItalianMap As Map
m.Put("stats", "Statistiche")
m.Put("config", "Config")
m.Put("bg", "Sfondo")
m.Put("help", "Help")
m.Put("statistics", "Statistiche")
m.Put("close", "Chiudi")
m.Put("work_start", "Inizio lavoro")
@@ -135,6 +138,7 @@ Private Sub CreateItalianMap As Map
m.Put("set_config", "Imposta config")
m.Put("reset_config", "Reset config")
m.Put("clear_today", "Azzera oggi")
m.Put("include_pause_total", "Includi pause nel totale")
m.Put("date", "Data")
m.Put("work", "Lavoro")
m.Put("pause_col", "Pausa")
@@ -170,6 +174,7 @@ Private Sub CreateFrenchMap As Map
m.Put("stats", "Stats")
m.Put("config", "Config")
m.Put("bg", "Fond")
m.Put("help", "Aide")
m.Put("statistics", "Statistiques")
m.Put("close", "Fermer")
m.Put("work_start", "Debut travail")
@@ -179,6 +184,7 @@ Private Sub CreateFrenchMap As Map
m.Put("set_config", "Activer config")
m.Put("reset_config", "Reinit config")
m.Put("clear_today", "Effacer aujourd'hui")
m.Put("include_pause_total", "Inclure les pauses dans le total")
m.Put("date", "Date")
m.Put("work", "Travail")
m.Put("pause_col", "Pause")
@@ -214,6 +220,7 @@ Private Sub CreateGermanMap As Map
m.Put("stats", "Statistik")
m.Put("config", "Konfig")
m.Put("bg", "Hint.")
m.Put("help", "Hilfe")
m.Put("statistics", "Statistik")
m.Put("close", "Schliessen")
m.Put("work_start", "Arbeitsbeginn")
@@ -223,6 +230,7 @@ Private Sub CreateGermanMap As Map
m.Put("set_config", "Konfig setzen")
m.Put("reset_config", "Konfig reset")
m.Put("clear_today", "Heute loschen")
m.Put("include_pause_total", "Pausen in Summe einbeziehen")
m.Put("date", "Datum")
m.Put("work", "Arbeit")
m.Put("pause_col", "Pause")
@@ -258,6 +266,7 @@ Private Sub CreateSpanishMap As Map
m.Put("stats", "Stats")
m.Put("config", "Config")
m.Put("bg", "Fondo")
m.Put("help", "Ayuda")
m.Put("statistics", "Estadisticas")
m.Put("close", "Cerrar")
m.Put("work_start", "Inicio trabajo")
@@ -267,6 +276,7 @@ Private Sub CreateSpanishMap As Map
m.Put("set_config", "Activar config")
m.Put("reset_config", "Reset config")
m.Put("clear_today", "Borrar hoy")
m.Put("include_pause_total", "Incluir pausas en el total")
m.Put("date", "Fecha")
m.Put("work", "Trabajo")
m.Put("pause_col", "Pausa")