changed the templates keys

pull/4508/head
Frank Elsinga 3 months ago committed by GitHub
parent 8975bce247
commit 3966877a6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,11 +32,11 @@
<button class="btn btn-outline-info me-2" @click="shrinkDatabase">
{{ $t("Shrink Database") }} ({{ databaseSizeDisplay }})
</button>
<i18n-t tag="div" keypath="shrinkDatabaseDescriptionNew" class="form-text mt-2 mb-4 ms-2">
<template v-slot:command1>
<i18n-t tag="div" keypath="shrinkDatabaseDescription" class="form-text mt-2 mb-4 ms-2">
<template #vacuum>
<code>VACUUM</code>
</template>
<template v-slot:command2>
<template #auto_vacuum>
<code>AUTO_VACUUM</code>
</template>
</i18n-t>

@ -818,5 +818,5 @@
"noOrBadCertificate": "No/Bad Certificate",
"gamedigGuessPort": "Gamedig: Guess Port",
"gamedigGuessPortDescription": "The port used by Valve Server Query Protocol may be different from the client port. Try this if the monitor cannot connect to your server.",
"shrinkDatabaseDescriptionNew": "Trigger database {command1} for SQLite. {command2} is already enabled but this does not defragment the database nor repack individual database pages the way that the {command1} command does."
"shrinkDatabaseDescription": "Trigger database {vacuum} for SQLite. {auto_vacuum} is already enabled, but this does not defragment the database nor repack individual database pages the way that the {vacuum} command does."
}

Loading…
Cancel
Save