summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ja.php
blob: 8bdca1ef24998a02cfbcb5b02ee043e264de9c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
$TRANSLATIONS = array(
"Shared with you" => "あなたと共有",
"Shared with others" => "他人と共有",
"No files have been shared with you yet." => "まだ共有を行なっているファイルはありません。",
"You haven't shared any files yet." => "まだ共有を行なっているファイルはありません。",
"Shared by {owner}" => "{owner} と共有中",
"Shared by" => "共有者:",
"link" => "リンク",
"This share is password-protected" => "この共有はパスワードで保護されています",
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
"Password" => "パスワード",
"Name" => "名前",
"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." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
"Download" => "ダウンロード",
"Download %s" => "%s をダウンロード",
"Direct link" => "リンク"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";