mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
fix: update mountPointPlaceholder in localization files
This commit is contained in:
@@ -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
2
src-tauri/Cargo.lock
generated
@@ -2898,7 +2898,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "openlist-desktop"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openlist-desktop"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
description = "A Tauri App"
|
||||
authors = ["Kuingsmile"]
|
||||
edition = "2024"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -348,7 +348,7 @@
|
||||
"password": "密码",
|
||||
"passwordPlaceholder": "密码",
|
||||
"mountPoint": "挂载点",
|
||||
"mountPointPlaceholder": "例如:T: (Windows) 或 /mnt/remote (Linux)",
|
||||
"mountPointPlaceholder": "例如:T: 或 /mnt/remote",
|
||||
"volumeName": "远程路径",
|
||||
"volumeNamePlaceholder": "例如:/",
|
||||
"autoMount": "开机自动挂载",
|
||||
|
||||
Reference in New Issue
Block a user