summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/ja.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/l10n/ja.js')
-rw-r--r--apps/user_ldap/l10n/ja.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ja.js b/apps/user_ldap/l10n/ja.js
index 60c8fce22f6..a6218138d5b 100644
--- a/apps/user_ldap/l10n/ja.js
+++ b/apps/user_ldap/l10n/ja.js
@@ -11,13 +11,19 @@ OC.L10N.register(
"No data specified" : "データが指定されていません",
" Could not set configuration %s" : "構成 %s を設定できませんでした",
"Action does not exist" : "アクションが存在しません",
+ "The Base DN appears to be wrong" : "ベース DN が誤っている可能性があります",
"Configuration incorrect" : "設定に誤りがあります",
"Configuration incomplete" : "設定が不完全です",
"Configuration OK" : "設定OK",
"Select groups" : "グループを選択",
"Select object classes" : "オブジェクトクラスを選択",
+ "Please check the credentials, they seem to be wrong." : "資格情報が間違っていると思われるため、確認してください。",
"Please specify the port, it could not be auto-detected." : "ポートを指定してください。自動認識できません。",
+ "Base DN could not be auto-detected, please revise credentials, host and port." : "ベース DN を自動検出できませんでした。資格情報、ホスト、ポートを修正してください。",
+ "Could not detect Base DN, please enter it manually." : "ベース DN を検出できませんでした。手動で入力してください。",
"{nthServer}. Server" : "{nthServer}. サーバー",
+ "No object found in the given Base DN. Please revise." : "指定されたベース DN でオブジェクトを見つけることができませんでした。修正をお願いします。",
+ "More than 1.000 directory entries available." : "1000 以上のディレクトリエントリが利用可能です。",
"Do you really want to delete the current Server Configuration?" : "現在のサーバー設定を本当に削除してもよろしいですか?",
"Confirm Deletion" : "削除の確認",
"Select attributes" : "属性を選択",
@@ -38,6 +44,7 @@ OC.L10N.register(
"Selected groups" : "選択されたグループ",
"LDAP Filter:" : "LDAP フィルタ:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "フィルターは、どの LDAP グループが %s にアクセスするかを指定します。",
+ "Verify settings and count groups" : "設定を検証し、グループを数える",
"LDAP / AD Username:" : "LDAP/ADユーザー名:",
"LDAP / AD Email Address:" : "LDAP / AD メールアドレス:",
"Other Attributes:" : "その他の属性:",
@@ -55,10 +62,13 @@ OC.L10N.register(
"For anonymous access, leave DN and Password empty." : "匿名アクセスの場合は、DNとパスワードを空のままにしてください。",
"One Base DN per line" : "1行に1つのベースDNを記入",
"You can specify Base DN for users and groups in the Advanced tab" : "詳細設定でユーザーとグループのベースDNを指定することができます。",
+ "Detect Base DN" : "ベース DN を検出",
+ "Test Base DN" : "ベースDN をテスト",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "自動的なLDAP問合せを停止します。大規模な設定には適していますが、LDAPの知識が必要になります。",
"Manually enter LDAP filters (recommended for large directories)" : "手動でLDAPフィルターを入力(大規模ディレクトリ時のみ推奨)",
"Limit %s access to users meeting these criteria:" : "以下のフィルターに適合するユーザーのみ %s へアクセスを許可:",
"The filter specifies which LDAP users shall have access to the %s instance." : "フィルターは、どのLDAPユーザーが %s にアクセスするかを指定します。",
+ "Verify settings and count users" : "設定を検証し、ユーザを数える",
"Saving" : "保存中",
"Back" : "戻る",
"Continue" : "続ける",
ref='#n238'>238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322