🎨 桌面端内核进程使用随机端口 https://github.com/siyuan-note/siyuan/issues/4952
This commit is contained in:
parent
bb90e72eee
commit
8ef77ab082
5 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"useFixedPort": "Use Fixed Port",
|
||||
"useFixedPortTip": "After enabling, the fixed port <code class='fn__code'>6806</code> will be used, and a random port will be used when it is disabled",
|
||||
"useFixedPortTip": "After enabling, the fixed port <code class='fn__code'>6806</code> will be used, and a random port will be used when it is disabled. The application will be closed automatically after modification, please restart manually",
|
||||
"expandDown": "Expand Down",
|
||||
"expandUp": "Expand Up",
|
||||
"goForward": "Go forward",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"useFixedPort": "Usar puerto fijo",
|
||||
"useFixedPortTip": "Después de habilitar, se usará el puerto fijo <code class='fn__code'>6806</code>, y se usará un puerto aleatorio cuando esté deshabilitado",
|
||||
"useFixedPortTip": "Después de habilitar, se usará el puerto fijo <code class='fn__code'>6806</code>, y se usará un puerto aleatorio cuando esté deshabilitado. La aplicación se cerrará automáticamente después de la modificación, por favor reinicie manualmente",
|
||||
"expandDown": "Expandir hacia abajo",
|
||||
"expandUp": "Expandir hacia arriba",
|
||||
"goForward": "Ir hacia adelante",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"useFixedPort": "Utiliser un port fixe",
|
||||
"useFixedPortTip": "Après l'activation, le port fixe <code class='fn__code'>6806</code> sera utilisé, et un port aléatoire sera utilisé lorsqu'il est désactivé",
|
||||
"useFixedPortTip": "Après l'activation, le port fixe <code class='fn__code'>6806</code> sera utilisé, et un port aléatoire sera utilisé lorsqu'il est désactivé. L'application sera fermée automatiquement après modification, veuillez la redémarrer manuellement.",
|
||||
"expandDown": "Développer vers le bas",
|
||||
"expandUp": "Développer vers le haut",
|
||||
"goForward": "Suivant",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"useFixedPort": "使用固定端口",
|
||||
"useFixedPortTip": "開啟後將使用固定端口 <code class='fn__code'>6806</code>,關閉時使用隨機端口",
|
||||
"useFixedPortTip": "開啟後將使用固定端口 <code class='fn__code'>6806</code>,關閉時使用隨機端口。修改後會自動關閉應用,請手動重啟",
|
||||
"expandDown": "向下擴選",
|
||||
"expandUp": "向上擴選",
|
||||
"goForward": "前進",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"useFixedPort": "使用固定端口",
|
||||
"useFixedPortTip": "开启后将使用固定端口 <code class='fn__code'>6806</code>,关闭时使用随机端口",
|
||||
"useFixedPortTip": "开启后将使用固定端口 <code class='fn__code'>6806</code>,关闭时使用随机端口。修改后会自动关闭应用,请手动重启",
|
||||
"expandDown": "向下扩选",
|
||||
"expandUp": "向上扩选",
|
||||
"goForward": "前进",
|
||||
|
|
Loading…
Add table
Reference in a new issue