You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_sharing/l10n/ja.php

31 lines
1.7 KiB

<?php
$TRANSLATIONS = array(
"Shared with you" => "あなたと共有",
"Shared with others" => "他人と共有",
"No files have been shared with you yet." => "まだ共有を行なっているファイルはありません。",
"You haven't shared any files yet." => "まだ共有を行なっているファイルはありません。",
"Could not load template" => "テンプレートを読み出せませんでした",
"Saved" => "保存されました",
"Reset" => "リセット",
"Shared by {owner}" => "{owner} と共有中",
"Shared by" => "共有者:",
"This share is password-protected" => "この共有はパスワードで保護されています",
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
"Password" => "パスワード",
"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." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
"Download" => "ダウンロード",
"Download %s" => "%s をダウンロード",
"Direct link" => "リンク",
"Mail templates" => "メールテンプレート",
"Theme" => "テーマ",
"Template" => "テンプレート",
"Save" => "保存"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";