mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: fix translations & normalize audio icon
This commit is contained in:
parent
931664e6b6
commit
b1d79428a3
@ -105,4 +105,5 @@ abstract class SpotubeIcons {
|
||||
static const spotify = SimpleIcons.spotify;
|
||||
static const eye = FeatherIcons.eye;
|
||||
static const noEye = FeatherIcons.eyeOff;
|
||||
static const normalize = FeatherIcons.barChart2;
|
||||
}
|
||||
|
@ -264,7 +264,8 @@
|
||||
"use_system_title_bar": "Use system title bar",
|
||||
"crunching_results": "Crunching results...",
|
||||
"search_to_get_results": "Search to get results",
|
||||
"use_amoled_dark_theme": "Use AMOLED (Pitch Black) dark theme",
|
||||
"use_amoled_mode": "Use AMOLED mode",
|
||||
"pitch_dark_theme": "Pitch black dart theme",
|
||||
"normalize_audio": "Normalize audio",
|
||||
"change_cover": "Change cover",
|
||||
"add_cover": "Add cover",
|
||||
|
@ -179,7 +179,8 @@ class SettingsPage extends HookConsumerWidget {
|
||||
),
|
||||
SwitchListTile(
|
||||
secondary: const Icon(SpotubeIcons.amoled),
|
||||
title: Text(context.l10n.use_amoled_dark_theme),
|
||||
title: Text(context.l10n.use_amoled_mode),
|
||||
subtitle: Text(context.l10n.pitch_dark_theme),
|
||||
value: preferences.amoledDarkTheme,
|
||||
onChanged: preferences.setAmoledDarkTheme,
|
||||
),
|
||||
@ -372,7 +373,7 @@ class SettingsPage extends HookConsumerWidget {
|
||||
trailing: const Icon(SpotubeIcons.angleRight),
|
||||
),
|
||||
SwitchListTile(
|
||||
secondary: const Icon(SpotubeIcons.playlistRemove),
|
||||
secondary: const Icon(SpotubeIcons.normalize),
|
||||
title: Text(context.l10n.normalize_audio),
|
||||
subtitle: Text(context.l10n.blacklist_description),
|
||||
value: preferences.normalizeAudio,
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"ar": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -19,7 +20,8 @@
|
||||
],
|
||||
|
||||
"bn": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -38,7 +40,8 @@
|
||||
],
|
||||
|
||||
"ca": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -57,7 +60,8 @@
|
||||
],
|
||||
|
||||
"de": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -76,7 +80,8 @@
|
||||
],
|
||||
|
||||
"es": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -95,7 +100,8 @@
|
||||
],
|
||||
|
||||
"fa": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -114,7 +120,8 @@
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -133,7 +140,8 @@
|
||||
],
|
||||
|
||||
"hi": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -152,7 +160,8 @@
|
||||
],
|
||||
|
||||
"ja": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -171,7 +180,8 @@
|
||||
],
|
||||
|
||||
"pl": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -190,7 +200,8 @@
|
||||
],
|
||||
|
||||
"pt": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -209,7 +220,8 @@
|
||||
],
|
||||
|
||||
"ru": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -228,7 +240,8 @@
|
||||
],
|
||||
|
||||
"uk": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
@ -247,7 +260,8 @@
|
||||
],
|
||||
|
||||
"zh": [
|
||||
"use_amoled_dark_theme",
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
|
Loading…
Reference in New Issue
Block a user