This commit is contained in:
Baobhan Sith
2025-05-16 16:43:56 +08:00
parent a4893e5625
commit c91e44cb32
13 changed files with 1542 additions and 6 deletions
+23
View File
@@ -1385,5 +1385,28 @@
"resumeErrorBackend": "バックエンドがセッションの再開に失敗しました: {error}",
"autoTerminated": "中断されたセッション「{name}」は、理由: {reason} によりバックエンドによって自動終了されました。"
}
},
"sendFilesModal": {
"title": "ファイル送信",
"searchConnectionsPlaceholder": "接続を検索...",
"targetPathLabel": "ターゲットパス",
"targetPathPlaceholder": "/remote/path/to/destination",
"transferMethodLabel": "転送方法",
"transferMethodAuto": "自動",
"loadingConnections": "接続を読み込み中...",
"noConnections": "利用可能な接続がありません。まず接続を追加してください。",
"noConnectionsFound": "検索に一致する接続が見つかりませんでした。",
"untaggedConnections": "タグなし",
"itemsToSendTitle": "送信するアイテム:",
"noItemsSelected": "送信するアイテムが選択されていません。",
"sendButton": "送信",
"cancelButton": "キャンセル",
"errorFetchingData": "モーダルデータの取得中にエラーが発生しました。",
"errorFetchingConnections": "接続データの取得中にエラーが発生しました。",
"errorFetchingTags": "タグデータの取得中にエラーが発生しました。",
"validationError": "少なくとも1つの接続を選択し、ターゲットパスを指定してください。",
"transferInitiated": "転送タスクが作成されました、タスクID: ",
"transferInitiatedGeneric": "転送タスクが正常に作成されました。",
"transferFailedError": "転送の開始に失敗しました。もう一度お試しください。"
}
}