nextcloud/apps/files_sharing/l10n/ja.php

40 lines
2.8 KiB
PHP
Raw Normal View History

2014-03-14 01:12:37 +04:00
<?php
$TRANSLATIONS = array(
2014-06-24 09:54:39 +04:00
"Server to server sharing is not enabled on this server" => "このサーバーでは、サーバー間の共有が有効ではありません",
2014-08-20 09:56:58 +04:00
"Invalid or untrusted SSL certificate" => "無効または信頼できないSSL証明書",
2014-06-24 09:54:39 +04:00
"Couldn't add remote share" => "リモート共有を追加できませんでした",
2014-06-25 14:33:53 +04:00
"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リンクで共有しているファイルはありません。",
2014-07-10 12:59:40 +04:00
"Do you want to add the remote share {name} from {owner}@{remote}?" => "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?",
"Remote share" => "リモート共有",
"Remote share password" => "リモート共有のパスワード",
2014-07-09 09:55:51 +04:00
"Cancel" => "キャンセル",
2014-07-10 12:59:40 +04:00
"Add remote share" => "リモート共有を追加",
2014-08-20 09:56:58 +04:00
"No ownCloud installation found at {remote}" => "{remote} にはownCloudがインストールされていません",
"Invalid ownCloud url" => "無効なownCloud URL です",
2014-06-01 09:55:19 +04:00
"Shared by" => "共有者:",
2014-03-14 01:12:37 +04:00
"This share is password-protected" => "この共有はパスワードで保護されています",
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
2014-07-08 09:55:17 +04:00
"Password" => "パスワード",
2014-06-01 09:55:19 +04:00
"Name" => "名前",
2014-06-06 09:57:10 +04:00
"Share time" => "共有時間",
2014-03-14 01:12:37 +04:00
"Sorry, this link doesnt seem to work anymore." => "申し訳ございません。このリンクはもう利用できません。",
"Reasons might be:" => "理由は以下の通りと考えられます:",
"the item was removed" => "アイテムが削除されました",
"the link expired" => "リンクの期限が切れています",
2014-06-25 14:33:53 +04:00
"sharing is disabled" => "共有は無効になっています",
2014-03-14 01:12:37 +04:00
"For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
2014-07-08 09:55:17 +04:00
"Add to your ownCloud" => "ownCloud に追加",
2014-05-04 09:56:15 +04:00
"Download" => "ダウンロード",
2014-03-14 01:12:37 +04:00
"Download %s" => "%s をダウンロード",
2014-06-24 09:54:39 +04:00
"Direct link" => "リンク",
2014-07-01 09:54:43 +04:00
"Remote Shares" => "リモート共有",
2014-07-08 09:55:17 +04:00
"Allow other instances to mount public links shared from this server" => "このサーバーにおけるURLでの共有を他のインスタンスからマウントできるようにする",
2014-06-25 14:33:53 +04:00
"Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする"
2014-03-14 01:12:37 +04:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";