Blame view
sources/apps/files_sharing/l10n/ja_JP.php
1.01 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 |
"Shared by {owner}" => "{owner} と共有中",
|
|
31b7f2792
|
4 5 |
"This share is password-protected" => "この共有はパスワードで保護されています", "The password is wrong. Try again." => "パスワードが間違っています。再試行してください。", |
|
03e52840d
|
6 |
"Password" => "パスワード", |
|
31b7f2792
|
7 8 9 10 11 12 |
"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." => "不明な点は、こちらのリンクの提供者に確認をお願いします。", |
|
6d9380f96
|
13 14 |
"shared by %s" => "%s で共有中", "Download %s" => "%s をダウンロード", |
|
31b7f2792
|
15 |
"Direct link" => "リンク" |
|
03e52840d
|
16 |
); |
|
31b7f2792
|
17 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |