feat(legacy-settings): DST-aware timezone with phone auto-detect
This commit is contained in:
@@ -766,6 +766,7 @@
|
||||
"timezoneUpdated": "Zeitzone aktualisiert",
|
||||
"errorTimezone": "Die Zeitzone konnte nicht aktualisiert werden",
|
||||
"timezoneOther": "Andere Zeitzonen",
|
||||
"timezoneUsePhone": "Zeitzone dieses Telefons verwenden",
|
||||
"takingPhoto": "Foto wird aufgenommen...",
|
||||
"errorTakePicture": "Fehler beim Fotografieren",
|
||||
"errorFetchPhotos": "Fehler beim Abrufen der Fotos",
|
||||
|
||||
@@ -934,6 +934,7 @@
|
||||
"timezoneUpdated": "Timezone updated",
|
||||
"errorTimezone": "Could not update timezone",
|
||||
"timezoneOther": "Other timezones",
|
||||
"timezoneUsePhone": "Use this phone's timezone",
|
||||
"takingPhoto": "Taking photo...",
|
||||
"errorTakePicture": "Error taking photo",
|
||||
"errorFetchPhotos": "Error fetching photos",
|
||||
|
||||
@@ -935,6 +935,7 @@
|
||||
"timezoneUpdated": "Zona horaria actualizada",
|
||||
"errorTimezone": "No se pudo actualizar la zona horaria",
|
||||
"timezoneOther": "Otras zonas horarias",
|
||||
"timezoneUsePhone": "Usar la zona horaria del móvil",
|
||||
"takingPhoto": "Tomando foto...",
|
||||
"errorTakePicture": "Error al tomar la foto",
|
||||
"errorFetchPhotos": "Error al obtener las fotos",
|
||||
|
||||
@@ -766,6 +766,7 @@
|
||||
"timezoneUpdated": "Fuseau horaire mis à jour",
|
||||
"errorTimezone": "Impossible de mettre à jour le fuseau horaire",
|
||||
"timezoneOther": "Autres fuseaux horaires",
|
||||
"timezoneUsePhone": "Utiliser le fuseau horaire du téléphone",
|
||||
"takingPhoto": "Prise de photo...",
|
||||
"errorTakePicture": "Erreur lors de la prise de photo",
|
||||
"errorFetchPhotos": "Erreur lors de la récupération des photos",
|
||||
|
||||
@@ -766,6 +766,7 @@
|
||||
"timezoneUpdated": "Fuso orario aggiornato",
|
||||
"errorTimezone": "Impossibile aggiornare il fuso orario",
|
||||
"timezoneOther": "Altri fusi orari",
|
||||
"timezoneUsePhone": "Usa il fuso orario del telefono",
|
||||
"takingPhoto": "Scattando foto...",
|
||||
"errorTakePicture": "Errore durante lo scatto della foto",
|
||||
"errorFetchPhotos": "Errore durante il recupero delle foto",
|
||||
|
||||
@@ -766,6 +766,7 @@
|
||||
"timezoneUpdated": "Fuso horário atualizado",
|
||||
"errorTimezone": "Não foi possível atualizar o fuso horário",
|
||||
"timezoneOther": "Outros fusos horários",
|
||||
"timezoneUsePhone": "Usar o fuso horário do telemóvel",
|
||||
"takingPhoto": "Tirando foto...",
|
||||
"errorTakePicture": "Erro ao tirar foto",
|
||||
"errorFetchPhotos": "Erro ao obter fotos",
|
||||
|
||||
@@ -887,6 +887,7 @@ class I18n {
|
||||
static const String timezoneOther = 'timezoneOther';
|
||||
static const String timezoneSearch = 'timezoneSearch';
|
||||
static const String timezoneUpdated = 'timezoneUpdated';
|
||||
static const String timezoneUsePhone = 'timezoneUsePhone';
|
||||
static const String today = 'today';
|
||||
static const String topApps = 'topApps';
|
||||
static const String totalSteps = 'totalSteps';
|
||||
|
||||
Reference in New Issue
Block a user