fix(stage-ui): text change, i18n change
This commit is contained in:
@@ -51,7 +51,7 @@ watch(isDesktop, (val) => {
|
||||
<template>
|
||||
<div v-if="isDesktop" class="min-h-screen flex flex-col items-center justify-center">
|
||||
<div class="mb-8 text-3xl font-bold">
|
||||
Sign in to AIRI Stage
|
||||
Sign in
|
||||
</div>
|
||||
<div class="max-w-xs w-full flex flex-col gap-3">
|
||||
<Button
|
||||
@@ -80,7 +80,7 @@ watch(isDesktop, (val) => {
|
||||
<div class="mb-12 flex flex-col items-center gap-4">
|
||||
<img src="../../assets/logo.svg" class="h-24 w-24 rounded-3xl shadow-lg">
|
||||
<div class="text-3xl font-bold">
|
||||
AIRI Stage
|
||||
AIRI
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ live2d:
|
||||
focus:
|
||||
title: Disable model mouse tracking
|
||||
button-disable:
|
||||
title: Disable
|
||||
title: Disable model mouse tracking
|
||||
fps:
|
||||
title: FPS
|
||||
description: Limit rendering frame rate
|
||||
|
||||
@@ -101,7 +101,7 @@ live2d:
|
||||
focus:
|
||||
title: Desactivar seguimiento del ratón del modelo
|
||||
button-disable:
|
||||
title: Desactivar
|
||||
title: Desactivar seguimiento del ratón del modelo
|
||||
fps:
|
||||
title: FPS
|
||||
description: Limitar velocidad de fotogramas
|
||||
|
||||
@@ -101,7 +101,7 @@ live2d:
|
||||
focus:
|
||||
title: Désactiver le suivi du modèle par la souris
|
||||
button-disable:
|
||||
title: Désactiver
|
||||
title: Désactiver le suivi du modèle par la souris
|
||||
fps:
|
||||
title: FPS
|
||||
description: Limiter la fréquence d'image du rendu
|
||||
|
||||
@@ -101,7 +101,7 @@ live2d:
|
||||
focus:
|
||||
title: モデルのマウストラッキングを無効にする
|
||||
button-disable:
|
||||
title: 無効
|
||||
title: モデルのマウストラッキングを無効にする
|
||||
fps:
|
||||
title: FPS
|
||||
description: レンダリングフレームレートを制限
|
||||
|
||||
@@ -101,7 +101,7 @@ live2d:
|
||||
focus:
|
||||
title: 마우스 포인터 추적 비활성화
|
||||
button-disable:
|
||||
title: 비활성화
|
||||
title: 마우스 포인터 추적 비활성화
|
||||
fps:
|
||||
title: FPS (초당 프레임)
|
||||
description: 렌더링 주사율 제한
|
||||
|
||||
@@ -101,7 +101,7 @@ live2d:
|
||||
focus:
|
||||
title: Отключить слежение за мышью
|
||||
button-disable:
|
||||
title: Отключить
|
||||
title: Отключить слежение за мышью
|
||||
fps:
|
||||
title: ФПС
|
||||
description: Ограничить скорость рендеринга кадров
|
||||
|
||||
@@ -101,7 +101,7 @@ live2d:
|
||||
focus:
|
||||
title: Tắt theo dõi chuột cho mô hình
|
||||
button-disable:
|
||||
title: Tắt
|
||||
title: Tắt theo dõi chuột cho mô hình
|
||||
fps:
|
||||
title: FPS
|
||||
description: Giới hạn tốc độ khung hình hiển thị
|
||||
|
||||
@@ -101,7 +101,7 @@ live2d:
|
||||
focus:
|
||||
title: 禁用模型鼠标跟踪
|
||||
button-disable:
|
||||
title: 禁用
|
||||
title: 禁用模型鼠标跟踪
|
||||
fps:
|
||||
title: 帧率
|
||||
description: 限制渲染帧率
|
||||
|
||||
@@ -101,7 +101,7 @@ live2d:
|
||||
focus:
|
||||
title: 停用模型滑鼠追蹤
|
||||
button-disable:
|
||||
title: 停用
|
||||
title: 停用模型滑鼠追蹤
|
||||
fps:
|
||||
title: FPS
|
||||
description: 限制渲染幀率
|
||||
|
||||
@@ -285,22 +285,6 @@ onUnmounted(() => {
|
||||
<Button w-full>Export</button>
|
||||
</a>
|
||||
</Section> -->
|
||||
<Section
|
||||
:title="t('settings.live2d.focus.title')"
|
||||
icon="i-solar:eye-scan-bold-duotone"
|
||||
:class="[
|
||||
'rounded-xl',
|
||||
'bg-white/80 dark:bg-black/75',
|
||||
'backdrop-blur-lg',
|
||||
]"
|
||||
size="sm"
|
||||
:expand="false"
|
||||
>
|
||||
<Checkbox
|
||||
v-model="live2dDisableFocus"
|
||||
:label="t('settings.live2d.focus.button-disable.title')"
|
||||
/>
|
||||
</Section>
|
||||
<Section
|
||||
title="Parameters"
|
||||
icon="i-solar:settings-bold-duotone"
|
||||
@@ -312,6 +296,13 @@ onUnmounted(() => {
|
||||
size="sm"
|
||||
:expand="false"
|
||||
>
|
||||
<div :class="['flex', 'items-center', 'justify-between']">
|
||||
<span :class="['text-sm', 'text-neutral-600', 'dark:text-neutral-400']">
|
||||
{{ t('settings.live2d.focus.button-disable.title') }}
|
||||
</span>
|
||||
<Checkbox v-model="live2dDisableFocus" />
|
||||
</div>
|
||||
|
||||
<div flex items-center justify-between>
|
||||
<span text-sm text-neutral-600 dark:text-neutral-400>Idle Animation</span>
|
||||
<div data-motion-selector relative flex flex-col items-end gap-1>
|
||||
|
||||
Reference in New Issue
Block a user