Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="nav-link" href="./"><i class="fas fa-fw fa-home"></i> {{ $t('navbar.home') }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pin"><i class="fas fa-fw fa-unlock"></i> {{ $t('navbar.pin') }}</a>
<a class="nav-link" href="./pairing"><i class="fas fa-fw fa-unlock"></i> {{ $t('navbar.pairing') }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./apps"><i class="fas fa-fw fa-stream"></i> {{ $t('navbar.applications') }}</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ul>
<form v-if="currentTab === '#PIN'" class="form d-flex flex-column align-items-center" id="form" @submit.prevent="registerDevice">
<div class="card flex-column d-flex p-4 mb-4">
<input type="text" pattern="\d*" :placeholder="`${$t('navbar.pin')}`" autofocus id="pin-input" class="form-control mt-2" required />
<input type="text" pattern="\d*" :placeholder="`${$t('navbar.pairing')}`" autofocus id="pin-input" class="form-control mt-2" required />
<input type="text" :placeholder="`${$t('pin.device_name')}`" id="name-input" class="form-control my-4" />
<button class="btn btn-primary">{{ $t('pin.send') }}</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"configuration": "Konfiguration",
"home": "Zuhause",
"password": "Passwort ändern",
"pin": "Pin",
"pairing": "TODO: translate",
"theme_auto": "Auto",
"theme_dark": "Dunkel",
"theme_light": "Hell",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
"configuration": "Configuration",
"home": "Home",
"password": "Change Password",
"pin": "Pin",
"pairing": "Pairing",
"theme_auto": "Auto",
"theme_dark": "Dark",
"theme_light": "Light",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"configuration": "Configuration",
"home": "Home",
"password": "Change Password",
"pin": "Pin",
"pairing": "Pairing",
"theme_auto": "Auto",
"theme_dark": "Dark",
"theme_light": "Light",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"configuration": "Configuration",
"home": "Home",
"password": "Change Password",
"pin": "Pin",
"pairing": "Pairing",
"theme_auto": "Auto",
"theme_dark": "Dark",
"theme_light": "Light",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"configuration": "Configuración",
"home": "Inicio",
"password": "Cambiar contraseña",
"pin": "Pin",
"pairing": "Emparejamiento",
"theme_auto": "Auto",
"theme_dark": "Oscuro",
"theme_light": "Claro",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"configuration": "Configuration",
"home": "Accueil",
"password": "Changer le mot de passe",
"pin": "Pin",
"pairing": "Appairage",
"theme_auto": "Automatique",
"theme_dark": "Sombre",
"theme_light": "Lumière",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"configuration": "Configurazione",
"home": "Home",
"password": "Modifica Password",
"pin": "Pin",
"pairing": "Accoppiamento",
"theme_auto": "Automatico",
"theme_dark": "Scuro",
"theme_light": "Chiaro",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"configuration": "設定",
"home": "ホーム",
"password": "パスワードの変更",
"pin": "Pin",
"pairing": "TODO: translate",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ペアリング (straight up pairing) works here, or 接続 which is connection.

"theme_auto": "自動",
"theme_dark": "ダーク",
"theme_light": "ライト",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"configuration": "Configuração",
"home": "Residencial",
"password": "Mudar a senha",
"pin": "PIN",
"pairing": "TODO: translate",
"theme_auto": "Automático",
"theme_dark": "Escuro",
"theme_light": "Fino",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"configuration": "Настройки",
"home": "Главная",
"password": "Изменить пароль",
"pin": "Pin",
"pairing": "TODO: translate",
"theme_auto": "Автоматически",
"theme_dark": "Тёмное",
"theme_light": "Светлое",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"configuration": "Konfiguration",
"home": "Hem",
"password": "Ändra lösenord",
"pin": "Fäst",
"pairing": "TODO: translate",
"theme_auto": "Automatiskt",
"theme_dark": "Mörk",
"theme_light": "Ljus",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"configuration": "Konfigürasyon",
"home": "Ana Sayfa",
"password": "Şifre Değiştir",
"pin": "Pin",
"pairing": "TODO: translate",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"pairing": "TODO: translate",
"pairing": "Eşleştirme",

"theme_auto": "Otomatik",
"theme_dark": "Karanlık",
"theme_light": "Açık",
Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
"configuration": "配置",
"home": "首页",
"password": "更改密码",
"pin": "PIN 码",
"pairing": "TODO: translate",
"theme_auto": "自动操作",
"theme_dark": "深色",
"theme_light": "浅色",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineConfig({
config: resolve(assetsSrcPath, 'config.html'),
index: resolve(assetsSrcPath, 'index.html'),
password: resolve(assetsSrcPath, 'password.html'),
pin: resolve(assetsSrcPath, 'pin.html'),
pairing: resolve(assetsSrcPath, 'pairing.html'),
troubleshooting: resolve(assetsSrcPath, 'troubleshooting.html'),
welcome: resolve(assetsSrcPath, 'welcome.html'),
login: resolve(assetsSrcPath, 'login.html')
Expand Down