nextcloud/core/l10n/ja_JP.php

65 lines
2.9 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"Application name not provided." => "アプリケーション名は提供されていません。",
"No category to add?" => "追加するカテゴリはありませんか?",
"This category already exists: " => "このカテゴリはすでに存在します: ",
2012-08-01 00:57:24 +04:00
"ui-datepicker-group';if(i[1]>1)switch(G){case 0:y+=" => "ui-datepicker-group';if(i[1]>1)switch(G){case 0:y+=",
"Settings" => "設定",
"January" => "1月",
"February" => "2月",
"March" => "3月",
"April" => "4月",
"May" => "5月",
"June" => "6月",
"July" => "7月",
"August" => "8月",
"September" => "9月",
"October" => "10月",
"November" => "11月",
"December" => "12月",
"Cancel" => "キャンセル",
"No" => "いいえ",
"Yes" => "はい",
"Ok" => "OK",
"No categories selected for deletion." => "削除するカテゴリが選択されていません。",
"Error" => "エラー",
2012-06-06 02:29:28 +04:00
"ownCloud password reset" => "ownCloudのパスワードをリセットします",
2012-01-27 03:59:24 +04:00
"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}",
2012-06-06 02:29:28 +04:00
"You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。",
2012-01-11 04:06:59 +04:00
"Requested" => "送信されました",
2012-06-06 02:29:28 +04:00
"Login failed!" => "ログインに失敗しました!",
2012-01-11 04:06:59 +04:00
"Username" => "ユーザ名",
2012-06-06 02:29:28 +04:00
"Request reset" => "リセットを要求します。",
2012-01-11 04:06:59 +04:00
"Your password was reset" => "あなたのパスワードはリセットされました。",
2012-01-27 03:59:24 +04:00
"To login page" => "ログインページへ戻る",
2012-01-11 04:06:59 +04:00
"New password" => "新しいパスワードを入力",
"Reset password" => "パスワードをリセット",
"Personal" => "個人設定",
"Users" => "ユーザ",
"Apps" => "アプリ",
"Admin" => "管理者",
"Help" => "ヘルプ",
2012-06-06 02:29:28 +04:00
"Access forbidden" => "アクセスが禁止されています",
"Cloud not found" => "見つかりません",
"Edit categories" => "カテゴリを編集",
"Add" => "追加",
2012-01-11 04:06:59 +04:00
"Create an <strong>admin account</strong>" => "<strong>管理者アカウント</strong>を作成してください",
"Password" => "パスワード",
"Advanced" => "詳細設定",
"Data folder" => "データフォルダ",
"Configure the database" => "データベースを設定してください",
"will be used" => "が使用されます",
"Database user" => "データベースのユーザ名",
"Database password" => "データベースのパスワード",
"Database name" => "データベース名",
"Database host" => "データベースのホスト名",
"Finish setup" => "セットアップを完了します",
2012-01-27 03:59:24 +04:00
"web services under your control" => "管理下にあるウェブサービス",
2012-01-11 04:06:59 +04:00
"Log out" => "ログアウト",
2012-06-06 02:29:28 +04:00
"Lost your password?" => "パスワードを忘れましたか?",
2012-01-11 04:06:59 +04:00
"remember" => "パスワードを記憶する",
2012-01-27 03:59:24 +04:00
"Log in" => "ログイン",
2012-01-11 04:06:59 +04:00
"You are logged out." => "ログアウトしました。",
"prev" => "",
"next" => ""
);