nextcloud/apps/files_sharing/l10n/ja.php

38 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "このサーバーでは、サーバー間の共有が有効ではありません",
"Couldn't add remote share" => "リモート共有を追加できませんでした",
"Shared with you" => "あなたと共有",
"Shared with others" => "他人と共有",
"Shared by link" => "URLリンクで共有済",
"No files have been shared with you yet." => "まだ共有を行なっているファイルはありません。",
"You haven't shared any files yet." => "まだ共有を行なっているファイルはありません。",
"You haven't shared any files by link yet." => "まだURLリンクで共有を行なっているファイルはありません。",
"Add {name} from {owner}@{remote}" => "{owner}@{remote} から {name} を追加",
"No ownCloud installation found at {remote}" => "{remote} には ownCloud がインストールされていません",
"Invalid ownCloud url" => "無効な ownCloud URL です",
"Shared by {owner}" => "{owner} と共有中",
"Shared by" => "共有者:",
"This share is password-protected" => "この共有はパスワードで保護されています",
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
"Password" => "パスワード",
"Name" => "名前",
"Share time" => "共有時間",
"Sorry, this link doesnt seem to work anymore." => "申し訳ございません。このリンクはもう利用できません。",
"Reasons might be:" => "理由は以下の通りと考えられます:",
"the item was removed" => "アイテムが削除されました",
"the link expired" => "リンクの期限が切れています",
"sharing is disabled" => "共有が無効になっています",
"For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
"Save to ownCloud" => "ownCloud に保存",
"example.com/owncloud" => "example.com/owncloud",
"Save" => "保存",
"Download" => "ダウンロード",
"Download %s" => "%s をダウンロード",
"Direct link" => "リンク",
"File Sharing" => "ファイル共有",
"Allow other instances to mount public links shared from this server" => "このサーバの公開共有リンクを他のインスタンスからマウントできるようにする",
"Allow users to mount public link shares" => "ユーザが公開共有リンクをマウントできるようにする"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";