feat: add dutch translations (#539)

Co-authored-by: Maarten Schroeven <maarten.schroeven@ae.be>
This commit is contained in:
Maarten
2025-02-17 16:53:10 +01:00
committed by GitHub
parent 50942b44f1
commit b3463ffdfc
8 changed files with 473 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ export default function DownloadSettings({ ...props }) {
sideOffset={8}
>
<DropdownMenu.Label>
{t("home.settings.downloads.methods")}
{t("home.settings.downloads.download_method")}
</DropdownMenu.Label>
<DropdownMenu.Item
key="1"

View File

@@ -165,7 +165,7 @@ export const OtherSettings: React.FC = () => {
showArrow
/>
<ListItem
title="Default quality"
title={t("home.settings.other.default_quality")}
disabled={pluginSettings?.defaultBitrate?.locked}
>
<Dropdown
@@ -186,7 +186,7 @@ export const OtherSettings: React.FC = () => {
/>
</TouchableOpacity>
}
label={t("home.settings.other.quality")}
label={t("home.settings.other.default_quality")}
onSelected={(defaultBitrate) => updateSettings({ defaultBitrate })}
/>
</ListItem>