fix: update mountPointPlaceholder in localization files

This commit is contained in:
Kuingsmile
2025-07-18 17:38:17 +08:00
parent 20aeb6a796
commit a88b17c92f
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
"tauri"
],
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"author": {
"name": "OpenList Team",
"email": "96409857+Kuingsmile@users.noreply.github.com"

2
src-tauri/Cargo.lock generated
View File

@@ -2898,7 +2898,7 @@ dependencies = [
[[package]]
name = "openlist-desktop"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"anyhow",
"base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package]
name = "openlist-desktop"
version = "0.5.0"
version = "0.5.1"
description = "A Tauri App"
authors = ["Kuingsmile"]
edition = "2024"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenList Desktop",
"version": "0.5.0",
"version": "0.5.1",
"identifier": "io.github.openlistteam.openlist.desktop",
"build": {
"beforeDevCommand": "yarn run dev",

View File

@@ -348,7 +348,7 @@
"password": "Password",
"passwordPlaceholder": "Password",
"mountPoint": "Mount Path",
"mountPointPlaceholder": "e.g., T: (Windows) or /mnt/remote (Linux)",
"mountPointPlaceholder": "e.g., T: or /mnt/remote",
"volumeName": "Remote Path",
"volumeNamePlaceholder": "e.g., /",
"autoMount": "Auto-mount on startup",

View File

@@ -348,7 +348,7 @@
"password": "密码",
"passwordPlaceholder": "密码",
"mountPoint": "挂载点",
"mountPointPlaceholder": "例如T: (Windows) 或 /mnt/remote (Linux)",
"mountPointPlaceholder": "例如T: 或 /mnt/remote",
"volumeName": "远程路径",
"volumeNamePlaceholder": "例如:/",
"autoMount": "开机自动挂载",