refactor: extract timezone data, remove duplicate i18n keys

This commit is contained in:
2026-03-25 05:45:05 +01:00
parent 6d30a59651
commit c140daa7ae
15 changed files with 668 additions and 8 deletions

View File

@@ -629,6 +629,8 @@
"measure": "Messen",
"callHistory": "Anrufverlauf",
"callHistoryEmpty": "Keine Anrufe aufgezeichnet",
"timezoneSearch": "Stadt suchen...",
"timezoneNoResults": "Keine Städte gefunden",
"callIncoming": "Eingehend",
"callOutgoing": "Ausgehend",
"callMissed": "Verpasst",
@@ -697,5 +699,8 @@
"batteryNightModeTitle": "Nächtlicher Energiesparmodus",
"batteryNightModeDescription": "Die Uhr spart Batterie und trennt sich zwischen 22:00 und 06:00 Uhr von allen Netzwerken.",
"batteryNightModeUpdated": "Nachtmodus aktualisiert",
"errorBatteryNightMode": "Der Nachtmodus konnte nicht aktualisiert werden"
"errorBatteryNightMode": "Der Nachtmodus konnte nicht aktualisiert werden",
"timezoneUpdated": "Zeitzone aktualisiert",
"errorTimezone": "Die Zeitzone konnte nicht aktualisiert werden",
"timezoneOther": "Andere Zeitzonen"
}

View File

@@ -761,6 +761,8 @@
"measure": "Measure",
"callHistory": "Call history",
"callHistoryEmpty": "No calls recorded",
"timezoneSearch": "Search city...",
"timezoneNoResults": "No cities found",
"callIncoming": "Incoming",
"callOutgoing": "Outgoing",
"callMissed": "Missed",
@@ -828,5 +830,8 @@
"batteryNightModeTitle": "Night energy saving mode",
"batteryNightModeDescription": "The watch will save battery and disconnect from all networks between 22:00 and 06:00.",
"batteryNightModeUpdated": "Night mode updated",
"errorBatteryNightMode": "Could not update night mode"
"errorBatteryNightMode": "Could not update night mode",
"timezoneUpdated": "Timezone updated",
"errorTimezone": "Could not update timezone",
"timezoneOther": "Other timezones"
}

View File

@@ -759,6 +759,8 @@
"measure": "Medir",
"callHistory": "Historial de llamadas",
"callHistoryEmpty": "No hay llamadas registradas",
"timezoneSearch": "Buscar ciudad...",
"timezoneNoResults": "No se encontraron ciudades",
"callIncoming": "Entrantes",
"callOutgoing": "Salientes",
"callMissed": "Perdidas",
@@ -826,5 +828,8 @@
"batteryNightModeTitle": "Modo de ahorro de energía nocturno",
"batteryNightModeDescription": "El reloj ahorrará batería y se desconectará de todas las redes entre las 22:00 y las 06:00.",
"batteryNightModeUpdated": "Modo nocturno actualizado",
"errorBatteryNightMode": "No se pudo actualizar el modo nocturno"
"errorBatteryNightMode": "No se pudo actualizar el modo nocturno",
"timezoneUpdated": "Zona horaria actualizada",
"errorTimezone": "No se pudo actualizar la zona horaria",
"timezoneOther": "Otras zonas horarias"
}

View File

@@ -629,6 +629,8 @@
"measure": "Mesurer",
"callHistory": "Historique des appels",
"callHistoryEmpty": "Aucun appel enregistré",
"timezoneSearch": "Rechercher une ville...",
"timezoneNoResults": "Aucune ville trouvée",
"callIncoming": "Entrants",
"callOutgoing": "Sortants",
"callMissed": "Manqués",
@@ -697,5 +699,8 @@
"batteryNightModeTitle": "Mode d'économie d'énergie nocturne",
"batteryNightModeDescription": "La montre économisera la batterie et se déconnectera de tous les réseaux entre 22h00 et 06h00.",
"batteryNightModeUpdated": "Mode nuit mis à jour",
"errorBatteryNightMode": "Impossible de mettre à jour le mode nuit"
"errorBatteryNightMode": "Impossible de mettre à jour le mode nuit",
"timezoneUpdated": "Fuseau horaire mis à jour",
"errorTimezone": "Impossible de mettre à jour le fuseau horaire",
"timezoneOther": "Autres fuseaux horaires"
}

View File

@@ -629,6 +629,8 @@
"measure": "Misurare",
"callHistory": "Cronologia chiamate",
"callHistoryEmpty": "Nessuna chiamata registrata",
"timezoneSearch": "Cerca città...",
"timezoneNoResults": "Nessuna città trovata",
"callIncoming": "In arrivo",
"callOutgoing": "In uscita",
"callMissed": "Perse",
@@ -697,5 +699,8 @@
"batteryNightModeTitle": "Modalità risparmio energetico notturno",
"batteryNightModeDescription": "L'orologio risparmierà batteria e si disconnetterà da tutte le reti tra le 22:00 e le 06:00.",
"batteryNightModeUpdated": "Modalità notturna aggiornata",
"errorBatteryNightMode": "Impossibile aggiornare la modalità notturna"
"errorBatteryNightMode": "Impossibile aggiornare la modalità notturna",
"timezoneUpdated": "Fuso orario aggiornato",
"errorTimezone": "Impossibile aggiornare il fuso orario",
"timezoneOther": "Altri fusi orari"
}

View File

@@ -629,6 +629,8 @@
"measure": "Medir",
"callHistory": "Histórico de chamadas",
"callHistoryEmpty": "Nenhuma chamada registrada",
"timezoneSearch": "Buscar cidade...",
"timezoneNoResults": "Nenhuma cidade encontrada",
"callIncoming": "Recebidas",
"callOutgoing": "Efetuadas",
"callMissed": "Perdidas",
@@ -697,5 +699,8 @@
"batteryNightModeTitle": "Modo de economia de energia noturno",
"batteryNightModeDescription": "O relógio poupará bateria e desconectar-se-á de todas as redes entre as 22:00 e as 06:00.",
"batteryNightModeUpdated": "Modo noturno atualizado",
"errorBatteryNightMode": "Não foi possível atualizar o modo noturno"
"errorBatteryNightMode": "Não foi possível atualizar o modo noturno",
"timezoneUpdated": "Fuso horário atualizado",
"errorTimezone": "Não foi possível atualizar o fuso horário",
"timezoneOther": "Outros fusos horários"
}