Skip to content

Commit 9b30058

Browse files
committed
l10n
1 parent 9fc6abe commit 9b30058

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

lib/l10n/app_localizations_eu.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,9 +2168,10 @@ class AppLocalizationsEu extends AppLocalizations {
21682168
}
21692169

21702170
@override
2171-
String get useBlurredPlayerBackgroundTitle => 'Use blurred player background';
2171+
String get useBlurredPlayerBackgroundTitle =>
2172+
'Erabili erreproduzitzailearen atzeko plano lausoa';
21722173

21732174
@override
21742175
String get useBlurredPlayerBackgroundDescription =>
2175-
'This will blur the background of the player. This might lead to lower performance on some devices.';
2176+
'Honek erreproduzitzailearen atzeko planoa lausotuko du. Honek errendimendua txikiagoa izan dezake gailu batzuetan.';
21762177
}

lib/l10n/app_localizations_fr.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,13 +2168,13 @@ class AppLocalizationsFr extends AppLocalizations {
21682168

21692169
@override
21702170
String downloadsOfLatestRelease(String latestRelease) {
2171-
return 'Downloaded $latestRelease times outside of snapstore and flathub';
2171+
return 'Téléchargé $latestRelease fois en dehors du snapstore et de flathub';
21722172
}
21732173

21742174
@override
2175-
String get useBlurredPlayerBackgroundTitle => 'Use blurred player background';
2175+
String get useBlurredPlayerBackgroundTitle => 'Flouter le fond du lecteur';
21762176

21772177
@override
21782178
String get useBlurredPlayerBackgroundDescription =>
2179-
'This will blur the background of the player. This might lead to lower performance on some devices.';
2179+
'Cela va flouter l\'arrière-plan du lecteur. Les performances de certains appareils peuvent être affectées.';
21802180
}

lib/l10n/app_localizations_zh.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ class AppLocalizationsZh extends AppLocalizations {
587587
String get system => '系统';
588588

589589
@override
590-
String get dark => '浅色';
590+
String get dark => '深色';
591591

592592
@override
593593
String get podcastProvider => '播客提供商';

0 commit comments

Comments
 (0)