Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/i18n/strings_zh_Hans_CN.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class _TranslationsSettingsPrefLabelsZhHansCn extends TranslationsSettingsPrefLa
@override String get layoutSize => '布局大小';
@override String get customAccentColor => '自定义主题色';
@override String get hyperlegibleFont => '易读字体';
@override String get useYaruTitleBar => '使用主题化标题栏';
@override String get useYaruTitleBar => '使用主题标题栏';
@override String get shouldCheckForUpdates => '自动检查 Saber 更新';
@override String get shouldAlwaysAlertForUpdates => '更快的更新提醒';
@override String get allowInsecureConnections => '允许不安全的连接';
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/zh_Hans_CN.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ settings:
layoutSize: 布局大小
customAccentColor: 自定义主题色
hyperlegibleFont: 易读字体
useYaruTitleBar: 使用主题化标题栏
useYaruTitleBar: 使用主题标题栏
shouldCheckForUpdates: 自动检查 Saber 更新
shouldAlwaysAlertForUpdates: 更快的更新提醒
allowInsecureConnections: 允许不安全的连接
Expand Down