mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-07-26 18:38:30 +00:00
change-language.json
This commit is contained in:
@@ -225,7 +225,7 @@ export default async function PbsDestinationPage({
|
||||
</h3>
|
||||
|
||||
<p className="mb-4 text-gray-800 leading-relaxed">
|
||||
{t.rich("encryption.blobUploadBody1", { code, strong })}
|
||||
{t.rich("encryption.blobUploadBody1", { code, strong, em })}
|
||||
</p>
|
||||
|
||||
<figure className="my-6">
|
||||
|
||||
@@ -350,7 +350,7 @@ python3 -c "from pycoral.utils.edgetpu import list_edge_tpus; print(list_edge_tp
|
||||
</Callout>
|
||||
|
||||
<Callout variant="troubleshoot" title={t("troubleshoot.alpineTitle")}>
|
||||
{t.rich("troubleshoot.alpineBody", { code })}
|
||||
{t.rich("troubleshoot.alpineBody", { code, em })}
|
||||
</Callout>
|
||||
|
||||
<Callout variant="troubleshoot" title={t("troubleshoot.frigateTitle")}>
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"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> doesn't exist: a fresh one is created with the language code in a single-field object.",
|
||||
"Confirmation dialog: <em>\"Language changed to <code>\"</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."
|
||||
]
|
||||
},
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"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> 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 <code>\"</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."
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user