From 0ba6ac330579f9c8bec8b9cf351c43ad5288b160 Mon Sep 17 00:00:00 2001 From: hstyi Date: Sat, 26 Apr 2025 09:44:57 +0800 Subject: [PATCH] chore: correct typos (#537) --- src/main/resources/i18n/messages_zh_CN.properties | 2 +- src/main/resources/i18n/messages_zh_TW.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/i18n/messages_zh_CN.properties b/src/main/resources/i18n/messages_zh_CN.properties index 5ebe503..cc2bdfa 100644 --- a/src/main/resources/i18n/messages_zh_CN.properties +++ b/src/main/resources/i18n/messages_zh_CN.properties @@ -299,7 +299,7 @@ termora.transport.sftp.status.done=已完成 termora.transport.sftp.status.failed=已失败 -termora.transport.sftp.already-exists.message1=此文件夹已包含一下名称的对象 +termora.transport.sftp.already-exists.message1=此文件夹已包含以下名称的对象 termora.transport.sftp.already-exists.message2=请选择要执行的操作 termora.transport.sftp.already-exists.overwrite=覆盖 termora.transport.sftp.already-exists.append=追加 diff --git a/src/main/resources/i18n/messages_zh_TW.properties b/src/main/resources/i18n/messages_zh_TW.properties index d7e2edf..433e42f 100644 --- a/src/main/resources/i18n/messages_zh_TW.properties +++ b/src/main/resources/i18n/messages_zh_TW.properties @@ -294,7 +294,7 @@ termora.transport.sftp.status.waiting=等待中 termora.transport.sftp.status.done=已完成 termora.transport.sftp.status.failed=已失敗 -termora.transport.sftp.already-exists.message1=此資料夾已包含一下名稱的對象 +termora.transport.sftp.already-exists.message1=此資料夾已包含以下名稱的對象 termora.transport.sftp.already-exists.message2=請選擇要執行的操作 termora.transport.sftp.already-exists.overwrite=覆蓋 termora.transport.sftp.already-exists.append=追加