From c1454a037a8304e79f99d906752a13891bc04a01 Mon Sep 17 00:00:00 2001 From: Darren Yu Date: Thu, 7 Aug 2025 11:11:31 +0800 Subject: [PATCH] fix(i18n): fix mistake of use `{{}}` rather then `{}` in magic variables check message (#290) --- public/locales/en-US/dashboard.json | 2 +- public/locales/ja-JP/dashboard.json | 2 +- public/locales/zh-CN/dashboard.json | 2 +- public/locales/zh-TW/dashboard.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en-US/dashboard.json b/public/locales/en-US/dashboard.json index 8b1ff90..8e1c9a7 100644 --- a/public/locales/en-US/dashboard.json +++ b/public/locales/en-US/dashboard.json @@ -816,7 +816,7 @@ "nodeDes": "Please select a slave node for file storage, you can create or manage slave storage nodes in <0>Node list.", "noBindedGroupWarning": "The current storage policy is not bound to any user group, please go to <0>Group list to bind the current storage policy to a user group.", "nameRuleImmutable": " Modifying settings will not affect existing files in the storage policy. The Blob path is fixed after creation, even if the magic variables in it change, the path will not be updated.", - "uniqueVarRequired": "Please include at least one unique variable: {{uuid}}, {{randomkey8}}, {{randomkey16}}.", + "uniqueVarRequired": "Please include at least one unique variable: {uuid}, {randomkey8}, {randomkey16}.", "storageAndUpload": "Storage and Upload", "blobFolderNaming": "Blob Storage Directory", "blobFolderNamingDes": "The directory where file Blobs are stored, you can use <0>magic variables.", diff --git a/public/locales/ja-JP/dashboard.json b/public/locales/ja-JP/dashboard.json index 5dd9ca9..b1b29b3 100644 --- a/public/locales/ja-JP/dashboard.json +++ b/public/locales/ja-JP/dashboard.json @@ -817,7 +817,7 @@ "nodeDes": "ファイルを保存するセカンダリノードを選択してください。<0>ストレージノード一覧でセカンダリノードを作成または管理できます。", "noBindedGroupWarning": "現在のストレージポリシーはどのユーザーグループにも割り当てられていません。<0>ユーザーグループ一覧から現在のストレージポリシーにユーザーグループをバインドしてください。", "nameRuleImmutable": "この設定を変更しても、ストレージポリシーに既に存在するファイルには影響しません。Blobパスは作成後に固定され、マジック変数が変更されてもパスは更新されません。", - "uniqueVarRequired": "少なくとも1つのユニーク変数({{uuid}}、{{randomkey8}}、{{randomkey16}})を含めてください。", + "uniqueVarRequired": "少なくとも1つのユニーク変数({uuid}、{randomkey8}、{randomkey16})を含めてください。", "storageAndUpload": "ストレージとアップロード", "blobFolderNaming": "Blobストレージディレクトリ", "blobFolderNamingDes": "ファイルBlobの保存ディレクトリです。<0>マジック変数を使用できます。", diff --git a/public/locales/zh-CN/dashboard.json b/public/locales/zh-CN/dashboard.json index 98574b0..458e0fd 100644 --- a/public/locales/zh-CN/dashboard.json +++ b/public/locales/zh-CN/dashboard.json @@ -816,7 +816,7 @@ "nodeDes": "请选择一个从机节点用于存储文件,你可以到 <0>存储节点列表 中创建或管理从机节点。", "noBindedGroupWarning": "当前存储策略没有被分配给任何用户组,请前往 <0>用户组列表 为当前存储策略绑定用户组。", "nameRuleImmutable": "修改此设置不会影响存储策略下已有文件。Blob 路径在创建后固定,即使其中魔法变量发生改变,路径也不会更新。", - "uniqueVarRequired": "请至少包含一个唯一性变量:{{uuid}}、{{randomkey8}}、{{randomkey16}}。", + "uniqueVarRequired": "请至少包含一个唯一性变量:{uuid}、{randomkey8}、{randomkey16}。", "storageAndUpload": "存储与上传", "blobFolderNaming": "Blob 存储目录", "blobFolderNamingDes": "文件 Blob 的存放目录,可以使用 <0>魔法变量 。", diff --git a/public/locales/zh-TW/dashboard.json b/public/locales/zh-TW/dashboard.json index e5f51c6..557a737 100644 --- a/public/locales/zh-TW/dashboard.json +++ b/public/locales/zh-TW/dashboard.json @@ -813,7 +813,7 @@ "nodeDes": "請選擇一個從機節點用於儲存檔案,你可以到 <0>儲存節點列表 中建立或管理從機節點。", "noBindedGroupWarning": "當前儲存策略沒有被分配給任何使用者組,請前往 <0>使用者組列表 為當前儲存策略繫結使用者組。", "nameRuleImmutable": "修改此設定不會影響儲存策略下已有檔案。Blob 路徑在建立後固定,即使其中魔法變數發生改變,路徑也不會更新。", - "uniqueVarRequired": "請至少包含一個唯一性變數:{{uuid}}、{{randomkey8}}、{{randomkey16}}。", + "uniqueVarRequired": "請至少包含一個唯一性變數:{uuid}、{randomkey8}、{randomkey16}。", "storageAndUpload": "儲存與上傳", "blobFolderNaming": "Blob 儲存目錄", "blobFolderNamingDes": "檔案 Blob 的存放目錄,可以使用 <0>魔法變數 。",