diff options
Diffstat (limited to 'apps/files_sharing/l10n/ja.php')
-rw-r--r-- | apps/files_sharing/l10n/ja.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php index 0478202014e..4bedea70805 100644 --- a/apps/files_sharing/l10n/ja.php +++ b/apps/files_sharing/l10n/ja.php @@ -4,12 +4,16 @@ $TRANSLATIONS = array( "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" => "アイテムが削除されました", @@ -18,6 +22,10 @@ $TRANSLATIONS = array( "For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。", "Download" => "ダウンロード", "Download %s" => "%s をダウンロード", -"Direct link" => "リンク" +"Direct link" => "リンク", +"Mail templates" => "メールテンプレート", +"Theme" => "テーマ", +"Template" => "テンプレート", +"Save" => "保存" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |