Blame view

sources/apps/files_sharing/l10n/ja.php 2.48 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  <?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} を追加",
  "Add Share" => "共有を追加",
  "Password" => "パスワード",
  "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." => "パスワードが間違っています。再試行してください。",
  "Name" => "名前",
  "Share time" => "共有時間",
  "Sorry, this link doesn’t 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" => "保存",
  "Download" => "ダウンロード",
  "Download %s" => "%s をダウンロード",
  "Direct link" => "リンク",
  "Remote Shares" => "リモート共有",
  "Allow other instances to mount public links shared from this server" => "このサーバにおけるURLでの共有を他のインスタンスからマウントできるようにする",
  "Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする"
  );
  $PLURAL_FORMS = "nplurals=1; plural=0;";