mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-18 16:56:32 +00:00
Patch: replaced plain text with i18n in settings
Change-type: patch
This commit is contained in:
parent
8d46ee4c22
commit
11cea7c926
@ -39,7 +39,7 @@ async function getSettingsList(): Promise<Setting[]> {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'autoBlockmapping',
|
name: 'autoBlockmapping',
|
||||||
label: 'Trim ext{2,3,4} partitions before writing (raw images only)',
|
label: i18next.t('settings.trimExtPartitions'),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
if (['appimage', 'nsis', 'dmg'].includes(packageType)) {
|
if (['appimage', 'nsis', 'dmg'].includes(packageType)) {
|
||||||
|
@ -138,6 +138,7 @@ const translation = {
|
|||||||
autoUpdate: 'Auto-updates enabled',
|
autoUpdate: 'Auto-updates enabled',
|
||||||
settings: 'Settings',
|
settings: 'Settings',
|
||||||
systemInformation: 'System Information',
|
systemInformation: 'System Information',
|
||||||
|
trimExtPartitions: 'Trim ext{2,3,4} partitions before writing (raw images only)',
|
||||||
},
|
},
|
||||||
menu: {
|
menu: {
|
||||||
edit: 'Edit',
|
edit: 'Edit',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user