File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2168,9 +2168,10 @@ class AppLocalizationsEu extends AppLocalizations {
2168
2168
}
2169
2169
2170
2170
@override
2171
- String get useBlurredPlayerBackgroundTitle => 'Use blurred player background' ;
2171
+ String get useBlurredPlayerBackgroundTitle =>
2172
+ 'Erabili erreproduzitzailearen atzeko plano lausoa' ;
2172
2173
2173
2174
@override
2174
2175
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 .' ;
2176
2177
}
Original file line number Diff line number Diff line change @@ -2168,13 +2168,13 @@ class AppLocalizationsFr extends AppLocalizations {
2168
2168
2169
2169
@override
2170
2170
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' ;
2172
2172
}
2173
2173
2174
2174
@override
2175
- String get useBlurredPlayerBackgroundTitle => 'Use blurred player background ' ;
2175
+ String get useBlurredPlayerBackgroundTitle => 'Flouter le fond du lecteur ' ;
2176
2176
2177
2177
@override
2178
2178
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 .' ;
2180
2180
}
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ class AppLocalizationsZh extends AppLocalizations {
587
587
String get system => '系统' ;
588
588
589
589
@override
590
- String get dark => '浅色 ' ;
590
+ String get dark => '深色 ' ;
591
591
592
592
@override
593
593
String get podcastProvider => '播客提供商' ;
You can’t perform that action at this time.
0 commit comments