Blame view

sources/core/l10n/ja_JP.php 13.1 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?php
  $TRANSLATIONS = array(
  "%s shared »%s« with you" => "%sが あなたと »%s«を共有しました",
  "Couldn't send mail to following users: %s " => "次のユーザにメールを送信できませんでした: %s",
  "Turned on maintenance mode" => "メンテナンスモードがオンになりました",
  "Turned off maintenance mode" => "メンテナンスモードがオフになりました",
  "Updated database" => "データベース更新完了",
  "Updating filecache, this may take really long..." => "ファイルキャッシュを更新しています、しばらく掛かる恐れがあります...",
  "Updated filecache" => "ファイルキャッシュ更新完了",
  "... %d%% done ..." => "... %d%% 完了 ...",
  "No image or file provided" => "画像もしくはファイルが提供されていません",
  "Unknown filetype" => "不明なファイルタイプ",
  "Invalid image" => "無効な画像",
  "No temporary profile picture available, try again" => "一時的なプロファイル用画像が利用できません。もう一度試して下さい",
  "No crop data provided" => "クロップデータは提供されません",
03e52840d   Kload   Init
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  "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月",
  "Settings" => "設定",
31b7f2792   Kload   Upgrade to ownclo...
36
37
38
  "seconds ago" => "数秒前",
  "_%n minute ago_::_%n minutes ago_" => array("%n 分前"),
  "_%n hour ago_::_%n hours ago_" => array("%n 時間前"),
03e52840d   Kload   Init
39
40
  "today" => "今日",
  "yesterday" => "昨日",
31b7f2792   Kload   Upgrade to ownclo...
41
  "_%n day ago_::_%n days ago_" => array("%n 日前"),
03e52840d   Kload   Init
42
  "last month" => "一月前",
31b7f2792   Kload   Upgrade to ownclo...
43
  "_%n month ago_::_%n months ago_" => array("%n ヶ月前"),
03e52840d   Kload   Init
44
45
46
47
  "months ago" => "月前",
  "last year" => "一年前",
  "years ago" => "年前",
  "Choose" => "選択",
31b7f2792   Kload   Upgrade to ownclo...
48
  "Error loading file picker template: {error}" => "ファイル選択テンプレートの読み込みエラー: {error}",
03e52840d   Kload   Init
49
  "Yes" => "はい",
31b7f2792   Kload   Upgrade to ownclo...
50
  "No" => "いいえ",
03e52840d   Kload   Init
51
  "Ok" => "OK",
31b7f2792   Kload   Upgrade to ownclo...
52
53
54
55
56
57
58
59
60
61
  "Error loading message template: {error}" => "メッセージテンプレートの読み込みエラー: {error}",
  "_{count} file conflict_::_{count} file conflicts_" => array("{count} ファイルが競合"),
  "One file conflict" => "1ファイルが競合",
  "Which files do you want to keep?" => "どちらのファイルを保持したいですか?",
  "If you select both versions, the copied file will have a number added to its name." => "両方のバージョンを選択した場合は、ファイル名の後ろに数字を追加したファイルのコピーを作成します。",
  "Cancel" => "キャンセル",
  "Continue" => "続ける",
  "(all selected)" => "(全て選択)",
  "({count} selected)" => "({count} 選択)",
  "Error loading file exists template" => "既存ファイルのテンプレートの読み込みエラー",
03e52840d   Kload   Init
62
63
  "Shared" => "共有中",
  "Share" => "共有",
31b7f2792   Kload   Upgrade to ownclo...
64
  "Error" => "エラー",
03e52840d   Kload   Init
65
66
67
68
69
  "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} と共有中",
31b7f2792   Kload   Upgrade to ownclo...
70
71
  "Share with user or group …" => "ユーザもしくはグループと共有 ...",
  "Share link" => "URLで共有",
03e52840d   Kload   Init
72
73
  "Password protect" => "パスワード保護",
  "Password" => "パスワード",
31b7f2792   Kload   Upgrade to ownclo...
74
  "Allow Public Upload" => "アップロードを許可",
03e52840d   Kload   Init
75
76
77
78
79
80
  "Email link to person" => "メールリンク",
  "Send" => "送信",
  "Set expiration date" => "有効期限を設定",
  "Expiration date" => "有効期限",
  "Share via email:" => "メール経由で共有:",
  "No people found" => "ユーザーが見つかりません",
31b7f2792   Kload   Upgrade to ownclo...
81
  "group" => "グループ",
03e52840d   Kload   Init
82
83
84
  "Resharing is not allowed" => "再共有は許可されていません",
  "Shared in {item} with {user}" => "{item} 内で {user} と共有中",
  "Unshare" => "共有解除",
31b7f2792   Kload   Upgrade to ownclo...
85
86
  "notify by email" => "メールで通知",
  "can edit" => "編集を許可",
03e52840d   Kload   Init
87
88
89
90
91
92
93
94
95
96
  "access control" => "アクセス権限",
  "create" => "作成",
  "update" => "更新",
  "delete" => "削除",
  "share" => "共有",
  "Password protected" => "パスワード保護",
  "Error unsetting expiration date" => "有効期限の未設定エラー",
  "Error setting expiration date" => "有効期限の設定でエラー発生",
  "Sending ..." => "送信中...",
  "Email sent" => "メールを送信しました",
31b7f2792   Kload   Upgrade to ownclo...
97
98
99
100
101
102
103
104
105
  "Warning" => "警告",
  "The object type is not specified." => "オブジェクタイプが指定されていません。",
  "Enter new" => "新規に入力",
  "Delete" => "削除",
  "Add" => "追加",
  "Edit tags" => "タグを編集",
  "Error loading dialog template: {error}" => "メッセージテンプレートの読み込みエラー: {error}",
  "No tags selected for deletion." => "削除するタグが選択されていません。",
  "Please reload the page." => "ページをリロードしてください。",
03e52840d   Kload   Init
106
107
  "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "更新に成功しました。この問題を <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a> にレポートしてください。",
  "The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。",
31b7f2792   Kload   Upgrade to ownclo...
108
  "%s password reset" => "%s パスワードリセット",
03e52840d   Kload   Init
109
  "Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}",
31b7f2792   Kload   Upgrade to ownclo...
110
111
  "The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "パスワードリセットのリンクをあなたのメールアドレスに送信しました。<br>しばらくたっても受信出来ない場合は、スパム/迷惑メールフォルダを確認して下さい。<br>もしそこにもない場合は、管理者に問い合わせてください。",
  "Request failed!<br>Did you make sure your email/username was right?" => "リクエストに失敗しました!<br>あなたのメール/ユーザ名が正しいことを確認しましたか?",
03e52840d   Kload   Init
112
  "You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。",
31b7f2792   Kload   Upgrade to ownclo...
113
114
115
116
  "Username" => "ユーザー名",
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "ファイルが暗号化されています。復旧キーを有効にしていなかった場合、パスワードをリセットしてからデータを復旧する方法はありません。何をすべきかよくわからないなら、続ける前にまず管理者に連絡しましょう。本当に続けますか?",
  "Yes, I really want to reset my password now" => "はい、今すぐパスワードをリセットします。",
  "Reset" => "リセット",
03e52840d   Kload   Init
117
118
119
120
  "Your password was reset" => "あなたのパスワードはリセットされました。",
  "To login page" => "ログインページへ戻る",
  "New password" => "新しいパスワードを入力",
  "Reset password" => "パスワードをリセット",
31b7f2792   Kload   Upgrade to ownclo...
121
  "Personal" => "個人",
03e52840d   Kload   Init
122
123
  "Users" => "ユーザ",
  "Apps" => "アプリ",
31b7f2792   Kload   Upgrade to ownclo...
124
  "Admin" => "管理",
03e52840d   Kload   Init
125
  "Help" => "ヘルプ",
31b7f2792   Kload   Upgrade to ownclo...
126
127
128
129
130
131
132
  "Error loading tags" => "タグの読み込みエラー",
  "Tag already exists" => "タグはすでに存在します",
  "Error deleting tag(s)" => "タグの削除エラー",
  "Error tagging" => "タグの付与エラー",
  "Error untagging" => "タグの解除エラー",
  "Error favoriting" => "お気に入りに追加エラー",
  "Error unfavoriting" => "お気に入りから削除エラー",
03e52840d   Kload   Init
133
134
  "Access forbidden" => "アクセスが禁止されています",
  "Cloud not found" => "見つかりません",
31b7f2792   Kload   Upgrade to ownclo...
135
136
137
138
139
140
141
142
143
144
145
146
  "Hey there,
  
  just letting you know that %s shared %s with you.
  View it: %s
  
  " => "こんにちは、
  
  %s があなたと %s を共有したことをお知らせします。
  それを表示: %s
  ",
  "The share will expire on %s." => "共有は %s で有効期限が切れます。",
  "Cheers!" => "それでは!",
03e52840d   Kload   Init
147
  "Security Warning" => "セキュリティ警告",
31b7f2792   Kload   Upgrade to ownclo...
148
149
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。",
  "Please update your PHP installation to use %s securely." => "%s を安全に利用する為に インストールされているPHPをアップデートしてください。",
03e52840d   Kload   Init
150
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "セキュアな乱数生成器が利用可能ではありません。PHPのOpenSSL拡張を有効にして下さい。",
31b7f2792   Kload   Upgrade to ownclo...
151
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "セキュアな乱数生成器が無い場合、攻撃者がパスワードリセットのトークンを予測してアカウントを乗っ取られる可能性があります。",
03e52840d   Kload   Init
152
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => ".htaccess ファイルが動作していないため、おそらくあなたのデータディレクトリもしくはファイルはインターネットからアクセス可能です。",
31b7f2792   Kload   Upgrade to ownclo...
153
  "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "サーバーを適正に設定する情報は、こちらの<a href=\"%s\" target=\"_blank\">ドキュメント</a>を参照してください。",
03e52840d   Kload   Init
154
155
156
157
158
159
160
161
162
163
164
  "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" => "セットアップを完了します",
31b7f2792   Kload   Upgrade to ownclo...
165
166
  "Finishing …" => "終了しています ...",
  "%s is available. Get more information on how to update." => "%s が利用可能です。更新方法に関してさらに情報を取得して下さい。",
03e52840d   Kload   Init
167
168
169
170
  "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." => "アカウント保護の為、パスワードを再度の変更をお願いいたします。",
31b7f2792   Kload   Upgrade to ownclo...
171
172
  "Server side authentication failed!" => "サーバサイドの認証に失敗しました!",
  "Please contact your administrator." => "管理者に問い合わせてください。",
03e52840d   Kload   Init
173
  "Lost your password?" => "パスワードを忘れましたか?",
31b7f2792   Kload   Upgrade to ownclo...
174
  "remember" => "自動ログインする",
03e52840d   Kload   Init
175
176
  "Log in" => "ログイン",
  "Alternative Logins" => "代替ログイン",
31b7f2792   Kload   Upgrade to ownclo...
177
178
179
180
181
182
183
184
  "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "こんにちは、<br><br>%sがあなたと »%s« を共有したことをお知らせします。<br><a href=\"%s\">それを表示</a><br><br>",
  "This ownCloud instance is currently in single user mode." => "この ownCloud インスタンスは、現在シングルユーザモードです。",
  "This means only administrators can use the instance." => "これは、管理者のみがインスタンスを利用できることを意味しています。",
  "Contact your system administrator if this message persists or appeared unexpectedly." => "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。",
  "Thank you for your patience." => "しばらくお待ちください。",
  "Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。",
  "This ownCloud instance is currently being updated, which may take a while." => "この ownCloud インスタンスは現在更新中であり、しばらく時間がかかります。",
  "Please reload this page after a short time to continue using ownCloud." => "ownCloud を続けて利用するには、しばらくした後でページをリロードしてください。"
03e52840d   Kload   Init
185
  );
31b7f2792   Kload   Upgrade to ownclo...
186
  $PLURAL_FORMS = "nplurals=1; plural=0;";