54 строки
3.2 KiB
JavaScript
54 строки
3.2 KiB
JavaScript
OC.L10N.register(
|
||
"files_antivirus",
|
||
{
|
||
"Clean" : "クリーン",
|
||
"Infected" : "感染",
|
||
"Unchecked" : "未チェック",
|
||
"Scanner exit status" : "スキャナー終了ステータス",
|
||
"Scanner output" : "スキャナー出力",
|
||
"Saving…" : "保存中...",
|
||
"Antivirus" : "アンチウイルス",
|
||
"File {file} is infected with {virus}" : "ファイル{file}が{virus}に感染しています",
|
||
"The file has been removed" : "ファイルが削除されました",
|
||
"File containing {virus} detected" : "{virus} を含むファイルが検出されました",
|
||
"Antivirus detected a virus" : "ウイルス対策ソフトウェアがウイルスを検出しました",
|
||
"Virus %s is detected in the file. Upload cannot be completed." : "ウイルス %s がファイル内で検出されました。 アップロードを完了できません。",
|
||
"Saved" : "保存しました",
|
||
"Antivirus for files" : "ファイルのウイルス対策",
|
||
"An antivirus app for Nextcloud" : "Nextcloudのウイルス対策アプリ",
|
||
"Greetings {user}," : "ご挨拶 {user}、",
|
||
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "申し訳ありませんが、アップロードしようとしたファイルでマルウェアが検出され、削除する必要がありました。",
|
||
"This email is a notification from {host}. Please, do not reply." : "このメールは {host} からの通知です。 返信しないでください。",
|
||
"File uploaded: {file}" : "アップロードされたファイル:{file}",
|
||
"Antivirus for Files" : "ファイルのウイルス対策",
|
||
"Mode" : "モード",
|
||
"Socket" : "ソケット",
|
||
"Not required in Executable Mode." : "実行可能モードでは不要です。",
|
||
"Host" : "ホスト",
|
||
"Address of Antivirus Host." : "アンチウイルスホストのアドレス。",
|
||
"Port" : "ポート",
|
||
"Port number of Antivirus Host." : "アンチウイルスホストのポート番号。",
|
||
"Select" : "選択",
|
||
"Stream Length" : "ストリームの長さ",
|
||
"ClamAV StreamMaxLength value in bytes." : "ClamAV StreamMaxLength値(バイト単位)",
|
||
"bytes" : "バイト",
|
||
"Path to clamscan" : "clamscanへのパス",
|
||
"Path to clamscan executable." : "clamscan実行ファイルへのパス。",
|
||
"Not required in Daemon Mode." : "デーモンモードでは不要です。",
|
||
"Extra command line options (comma-separated)" : "余分なコマンドラインオプション(カンマ区切り)",
|
||
"When infected files are found during a background scan" : "バックグラウンドスキャン中に感染ファイルが見つかった場合",
|
||
"Only log" : "ログのみ",
|
||
"Delete file" : "ファイルを削除",
|
||
"Save" : "保存",
|
||
"Advanced" : "アドバンスド",
|
||
"Rules" : "ルール",
|
||
"Clear All" : "すべてクリア",
|
||
"Reset to defaults" : "デフォルトに戻す",
|
||
"Match by" : "一致する",
|
||
"Scanner exit status or signature to search" : "スキャナの終了ステータスまたは署名を検索する",
|
||
"Description" : "説明",
|
||
"Mark as" : "としてマークする",
|
||
"Add a rule" : "ルールを追加"
|
||
},
|
||
"nplurals=1; plural=0;");
|