change-language.json

This commit is contained in:
MacRimi
2026-07-15 17:28:10 +02:00
parent 892a90fa3c
commit ddd9e35c83
4 changed files with 4 additions and 4 deletions
@@ -225,7 +225,7 @@ export default async function PbsDestinationPage({
</h3> </h3>
<p className="mb-4 text-gray-800 leading-relaxed"> <p className="mb-4 text-gray-800 leading-relaxed">
{t.rich("encryption.blobUploadBody1", { code, strong })} {t.rich("encryption.blobUploadBody1", { code, strong, em })}
</p> </p>
<figure className="my-6"> <figure className="my-6">
@@ -350,7 +350,7 @@ python3 -c "from pycoral.utils.edgetpu import list_edge_tpus; print(list_edge_tp
</Callout> </Callout>
<Callout variant="troubleshoot" title={t("troubleshoot.alpineTitle")}> <Callout variant="troubleshoot" title={t("troubleshoot.alpineTitle")}>
{t.rich("troubleshoot.alpineBody", { code })} {t.rich("troubleshoot.alpineBody", { code, em })}
</Callout> </Callout>
<Callout variant="troubleshoot" title={t("troubleshoot.frigateTitle")}> <Callout variant="troubleshoot" title={t("troubleshoot.frigateTitle")}>
@@ -66,7 +66,7 @@
"Dialog menu lists the 6 codes; you pick one.", "Dialog menu lists the 6 codes; you pick one.",
"If <code>config.json</code> exists: <code>jq --arg lang \"$new_language\" '.language = $lang'</code> updates the field in place.", "If <code>config.json</code> exists: <code>jq --arg lang \"$new_language\" '.language = $lang'</code> updates the field in place.",
"If <code>config.json</code> doesn't exist: a fresh one is created with the language code in a single-field object.", "If <code>config.json</code> doesn't exist: a fresh one is created with the language code in a single-field object.",
"Confirmation dialog: <em>\"Language changed to &lt;code&gt;\"</em>.", "Confirmation dialog: <em>\"Language changed to [code]\"</em>.",
"<code>exec bash config_menu.sh</code> reloads the Settings menu with the new language active." "<code>exec bash config_menu.sh</code> reloads the Settings menu with the new language active."
] ]
}, },
@@ -66,7 +66,7 @@
"El menú de diálogo lista los 6 códigos; eliges uno.", "El menú de diálogo lista los 6 códigos; eliges uno.",
"Si <code>config.json</code> existe: <code>jq --arg lang \"$new_language\" '.language = $lang'</code> actualiza el campo en sitio.", "Si <code>config.json</code> existe: <code>jq --arg lang \"$new_language\" '.language = $lang'</code> actualiza el campo en sitio.",
"Si <code>config.json</code> no existe: se crea uno nuevo con el código de idioma en un objeto de un solo campo.", "Si <code>config.json</code> no existe: se crea uno nuevo con el código de idioma en un objeto de un solo campo.",
"Diálogo de confirmación: <em>\"Idioma cambiado a &lt;code&gt;\"</em>.", "Diálogo de confirmación: <em>\"Idioma cambiado a [code]\"</em>.",
"<code>exec bash config_menu.sh</code> recarga el menú Settings con el nuevo idioma activo." "<code>exec bash config_menu.sh</code> recarga el menú Settings con el nuevo idioma activo."
] ]
}, },