nextcloud/apps/files_sharing/l10n/ja_JP.php

21 lines
1.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-10-16 08:31:48 +04:00
"This share is password-protected" => "この共有はパスワードで保護されています",
2013-07-07 04:06:06 +04:00
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
2012-08-30 04:06:45 +04:00
"Password" => "パスワード",
2013-08-09 16:06:31 +04:00
"Sorry, this link doesnt 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." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
2012-10-23 04:06:03 +04:00
"%s shared the folder %s with you" => "%s はフォルダー %s をあなたと共有中です",
"%s shared the file %s with you" => "%s はファイル %s をあなたと共有中です",
2012-08-31 04:07:19 +04:00
"Download" => "ダウンロード",
2013-06-30 04:13:07 +04:00
"Upload" => "アップロード",
"Cancel upload" => "アップロードをキャンセル",
2013-10-27 10:32:11 +04:00
"No preview available for" => "プレビューはありません",
"Direct link" => "リンク"
2012-08-16 04:09:15 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";