127 lines
7.3 KiB
PHP
127 lines
7.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Category type not provided." => "カテゴリタイプは提供されていません。",
|
|
"No category to add?" => "追加するカテゴリはありませんか?",
|
|
"This category already exists: " => "このカテゴリはすでに存在します: ",
|
|
"Object type not provided." => "オブジェクトタイプは提供されていません。",
|
|
"%s ID not provided." => "%s ID は提供されていません。",
|
|
"Error adding %s to favorites." => "お気に入りに %s を追加エラー",
|
|
"No categories selected for deletion." => "削除するカテゴリが選択されていません。",
|
|
"Error removing %s from favorites." => "お気に入りから %s の削除エラー",
|
|
"Settings" => "設定",
|
|
"seconds ago" => "秒前",
|
|
"1 minute ago" => "1 分前",
|
|
"{minutes} minutes ago" => "{minutes} 分前",
|
|
"1 hour ago" => "1 時間前",
|
|
"{hours} hours ago" => "{hours} 時間前",
|
|
"today" => "今日",
|
|
"yesterday" => "昨日",
|
|
"{days} days ago" => "{days} 日前",
|
|
"last month" => "一月前",
|
|
"{months} months ago" => "{months} 月前",
|
|
"months ago" => "月前",
|
|
"last year" => "一年前",
|
|
"years ago" => "年前",
|
|
"Choose" => "選択",
|
|
"Cancel" => "キャンセル",
|
|
"No" => "いいえ",
|
|
"Yes" => "はい",
|
|
"Ok" => "OK",
|
|
"The object type is not specified." => "オブジェクタイプが指定されていません。",
|
|
"Error" => "エラー",
|
|
"The app name is not specified." => "アプリ名がしていされていません。",
|
|
"The required file {file} is not installed!" => "必要なファイル {file} がインストールされていません!",
|
|
"Error while sharing" => "共有でエラー発生",
|
|
"Error while unsharing" => "共有解除でエラー発生",
|
|
"Error while changing permissions" => "権限変更でエラー発生",
|
|
"Shared with you and the group {group} by {owner}" => "あなたと {owner} のグループ {group} で共有中",
|
|
"Shared with you by {owner}" => "{owner} と共有中",
|
|
"Share with" => "共有者",
|
|
"Share with link" => "URLリンクで共有",
|
|
"Password protect" => "パスワード保護",
|
|
"Password" => "パスワード",
|
|
"Set expiration date" => "有効期限を設定",
|
|
"Expiration date" => "有効期限",
|
|
"Share via email:" => "メール経由で共有:",
|
|
"No people found" => "ユーザーが見つかりません",
|
|
"Resharing is not allowed" => "再共有は許可されていません",
|
|
"Shared in {item} with {user}" => "{item} 内で {user} と共有中",
|
|
"Unshare" => "共有解除",
|
|
"can edit" => "編集可能",
|
|
"access control" => "アクセス権限",
|
|
"create" => "作成",
|
|
"update" => "更新",
|
|
"delete" => "削除",
|
|
"share" => "共有",
|
|
"Password protected" => "パスワード保護",
|
|
"Error unsetting expiration date" => "有効期限の未設定エラー",
|
|
"Error setting expiration date" => "有効期限の設定でエラー発生",
|
|
"ownCloud password reset" => "ownCloudのパスワードをリセットします",
|
|
"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}",
|
|
"You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。",
|
|
"Reset email send." => "リセットメールを送信します。",
|
|
"Request failed!" => "リクエスト失敗!",
|
|
"Username" => "ユーザ名",
|
|
"Request reset" => "リセットを要求します。",
|
|
"Your password was reset" => "あなたのパスワードはリセットされました。",
|
|
"To login page" => "ログインページへ戻る",
|
|
"New password" => "新しいパスワードを入力",
|
|
"Reset password" => "パスワードをリセット",
|
|
"Personal" => "個人設定",
|
|
"Users" => "ユーザ",
|
|
"Apps" => "アプリ",
|
|
"Admin" => "管理者",
|
|
"Help" => "ヘルプ",
|
|
"Access forbidden" => "アクセスが禁止されています",
|
|
"Cloud not found" => "見つかりません",
|
|
"Edit categories" => "カテゴリを編集",
|
|
"Add" => "追加",
|
|
"Security Warning" => "セキュリティ警告",
|
|
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "セキュアな乱数生成器が利用可能ではありません。PHPのOpenSSL拡張を有効にして下さい。",
|
|
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "セキュアな乱数生成器が無い場合、攻撃者はパスワードリセットのトークンを予測してアカウントを乗っ取られる可能性があります。",
|
|
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "データディレクトリとファイルが恐らくインターネットからアクセスできるようになっています。ownCloudが提供する .htaccessファイルが機能していません。データディレクトリを全くアクセスできないようにするか、データディレクトリをウェブサーバのドキュメントルートの外に置くようにウェブサーバを設定することを強くお勧めします。 ",
|
|
"Create an <strong>admin account</strong>" => "<strong>管理者アカウント</strong>を作成してください",
|
|
"Advanced" => "詳細設定",
|
|
"Data folder" => "データフォルダ",
|
|
"Configure the database" => "データベースを設定してください",
|
|
"will be used" => "が使用されます",
|
|
"Database user" => "データベースのユーザ名",
|
|
"Database password" => "データベースのパスワード",
|
|
"Database name" => "データベース名",
|
|
"Database tablespace" => "データベースの表領域",
|
|
"Database host" => "データベースのホスト名",
|
|
"Finish setup" => "セットアップを完了します",
|
|
"Sunday" => "日",
|
|
"Monday" => "月",
|
|
"Tuesday" => "火",
|
|
"Wednesday" => "水",
|
|
"Thursday" => "木",
|
|
"Friday" => "金",
|
|
"Saturday" => "土",
|
|
"January" => "1月",
|
|
"February" => "2月",
|
|
"March" => "3月",
|
|
"April" => "4月",
|
|
"May" => "5月",
|
|
"June" => "6月",
|
|
"July" => "7月",
|
|
"August" => "8月",
|
|
"September" => "9月",
|
|
"October" => "10月",
|
|
"November" => "11月",
|
|
"December" => "12月",
|
|
"web services under your control" => "管理下にあるウェブサービス",
|
|
"Log out" => "ログアウト",
|
|
"Automatic logon rejected!" => "自動ログインは拒否されました!",
|
|
"If you did not change your password recently, your account may be compromised!" => "最近パスワードを変更していない場合、あなたのアカウントは危険にさらされているかもしれません。",
|
|
"Please change your password to secure your account again." => "アカウント保護の為、パスワードを再度の変更をお願いいたします。",
|
|
"Lost your password?" => "パスワードを忘れましたか?",
|
|
"remember" => "パスワードを記憶する",
|
|
"Log in" => "ログイン",
|
|
"You are logged out." => "ログアウトしました。",
|
|
"prev" => "前",
|
|
"next" => "次",
|
|
"Security Warning!" => "セキュリティ警告!",
|
|
"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "パスワードの確認<br/>セキュリティ上の理由によりパスワードの再入力をお願いします。",
|
|
"Verify" => "確認"
|
|
);
|