Add more information for the fast refresh toggle

This commit is contained in:
Thomas Ricouard 2023-12-27 16:27:31 +01:00
parent 8a0cf44834
commit e6b3113090
2 changed files with 123 additions and 1 deletions

View file

@ -178,7 +178,7 @@ struct SettingsTabs: View {
@ViewBuilder
private var otherSections: some View {
@Bindable var preferences = preferences
Section("settings.section.other") {
Section {
#if !targetEnvironment(macCatalyst)
Picker(selection: $preferences.preferredBrowser) {
ForEach(PreferredBrowser.allCases, id: \.rawValue) { browser in
@ -209,6 +209,10 @@ struct SettingsTabs: View {
Toggle(isOn: $preferences.fastRefreshEnabled) {
Label("settings.other.fast-refresh", systemImage: "arrow.clockwise")
}
} header: {
Text("settings.section.other")
} footer: {
Text("settings.section.other.footer")
}
#if !os(visionOS)
.listRowBackground(theme.primaryBackgroundColor)

View file

@ -50281,6 +50281,124 @@
}
}
},
"settings.section.other.footer" : {
"localizations" : {
"be" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"ca" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"de" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"es" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"eu" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"it" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"ja" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"ko" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"nb" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"nl" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"pl" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"tr" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"uk" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Fast refresh turns off timeline caching and always fetches a fresh timeline when returning to the timeline tab or the app."
}
}
}
},
"settings.support.alert.error.message" : {
"localizations" : {
"be" : {