Blame view

sources/apps/files_sharing/l10n/ja_JP.php 1.26 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "This share is password-protected" => "この共有はパスワードで保護されています",
  "The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
03e52840d   Kload   Init
5
  "Password" => "パスワード",
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
9
10
11
  "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." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
03e52840d   Kload   Init
12
13
14
  "%s shared the folder %s with you" => "%s はフォルダー %s をあなたと共有中です",
  "%s shared the file %s with you" => "%s はファイル %s をあなたと共有中です",
  "Download" => "ダウンロード",
31b7f2792   Kload   Upgrade to ownclo...
15
16
  "Upload" => "アップロード",
  "Cancel upload" => "アップロードをキャンセル",
03e52840d   Kload   Init
17
  "No preview available for" => "プレビューはありません",
31b7f2792   Kload   Upgrade to ownclo...
18
  "Direct link" => "リンク"
03e52840d   Kload   Init
19
  );
31b7f2792   Kload   Upgrade to ownclo...
20
  $PLURAL_FORMS = "nplurals=1; plural=0;";