PageRenderTime 25ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/mod/web_services/languages/ja.php

https://github.com/mrclay/Elgg-leaf
PHP | 81 lines | 66 code | 9 blank | 6 comment | 0 complexity | f0a27c37b10012494b966fdd6782d1ef MD5 | raw file
  1. <?php
  2. /**
  3. * Translation file
  4. *
  5. * Note: don't change the return array to short notation because Transifex can't handle those during `tx push -s`
  6. */
  7. return array(
  8. 'APIException:ApiResultUnknown' => "API Result は不明な型です。このようなことは起きないはずなのですが。。。",
  9. 'APIException:MissingParameterInMethod' => "メソッド「 %2\$s 」のパラメタ「 %1\$s 」が欠落しています",
  10. 'APIException:ParameterNotArray' => "%s は、配列ではないようです。",
  11. 'APIException:UnrecognisedTypeCast' => "メソッド「 %3\$s 」の変数「 %2\$s 」のキャスト %1\$s の型がわかりません。",
  12. 'APIException:InvalidParameter' => "メソッド「 %2\$s 」のパラメタ「 %1\$s 」が不適切な値でした。",
  13. 'APIException:FunctionParseError' => "%s(%s) にはパース・エラーが1つあります。",
  14. 'APIException:FunctionNoReturn' => "%s(%s) は値を返しませんでした。",
  15. 'APIException:APIAuthenticationFailed' => "メソッドの呼び出しは API Aithentication に失敗しました。",
  16. 'APIException:UserAuthenticationFailed' => "メソッドの呼び出しは User Authentication に失敗しました。",
  17. 'APIException:MethodCallNotImplemented' => "メソッドの呼び出し '%s' は、実装されていません。",
  18. 'APIException:FunctionDoesNotExist' => "メソッド '%s' の関数は呼び出し不可能です。",
  19. 'APIException:AlgorithmNotSupported' => "アルゴリズム '%s' はサポートされていないか、利用不可となっています。",
  20. 'APIException:NotGetOrPost' => "リクエストの手段は GET もしくは、 POST でないといけません。",
  21. 'APIException:MissingAPIKey' => "API key がありません",
  22. 'APIException:BadAPIKey' => "API key が間違っています",
  23. 'APIException:MissingHmac' => "X-Elgg-hmac ヘッダがありません",
  24. 'APIException:MissingHmacAlgo' => "X-Elgg-hmac-algo ヘッダがありません",
  25. 'APIException:MissingTime' => "X-Elgg-time ヘッダがありません",
  26. 'APIException:MissingNonce' => "X-Elgg-nonce ヘッダがありません",
  27. 'APIException:TemporalDrift' => "X-Elgg-time があまりにも過去か未来過ぎます。エポック取得に失敗しました",
  28. 'APIException:NoQueryString' => "クエリ文字列にデータがありません",
  29. 'APIException:MissingPOSTHash' => "X-Elgg-posthash ヘッダがありません",
  30. 'APIException:MissingPOSTAlgo' => "X-Elgg-posthash_algo ヘッダがありません",
  31. 'APIException:MissingContentType' => "投稿データのコンテント型がありません",
  32. 'SecurityException:APIAccessDenied' => "申し訳ありません。API へのアクセスは管理者によって使用不可に設定されています。",
  33. 'SecurityException:NoAuthMethods' => "このAPIリクエストの認証を行うにあたって、担当するメソッドが見つかりませんでした。",
  34. 'SecurityException:authenticationfailed' => "ユーザは認証できませんでした。",
  35. 'InvalidParameterException:APIMethodOrFunctionNotSet' => "expose_method() において、メソッドあるいは関数が設定されていません",
  36. 'InvalidParameterException:APIParametersArrayStructure' => "メソッド '%s' の呼び出しにおいてパラメタの配列が不正です",
  37. 'InvalidParameterException:UnrecognisedHttpMethod' => "APIメソッド「 %2\$s 」を呼び出すための httpメソッド %1\$s が認識されませんでした",
  38. 'SecurityException:AuthTokenExpired' => "認証トークンが欠落してるか、正しくないか、期限が切れています。",
  39. 'SecurityException:InvalidPostHash' => "POST データハッシュが不正です - %s のはずですが %s になっています。",
  40. 'SecurityException:DupePacket' => "パケット・シグネイチャはすでに見ました。",
  41. 'SecurityException:InvalidAPIKey' => "API Key が不正あるいは欠如しています。",
  42. 'NotImplementedException:CallMethodNotImplemented' => "呼び出しメソッド '%s' は現在サポートされていません。",
  43. 'CallException:InvalidCallMethod' => "%s の呼び出しは '%s' を使用してください。",
  44. 'system.api.list' => "このシステムでの利用可能な全APIコール一覧。",
  45. 'auth.gettoken' => "このAPIコールはユーザ認証トークンをユーザに渡します。このトークンは今後のAPIコールの時に使用されます。 パラメータ auth_token として渡してください。",
  46. 'admin:configure_utilities:webservices' => "ウェブサービス",
  47. 'admin:configure_utilities:ws_list' => "List API methods",
  48. 'admin:configure_utilities:ws_tokens' => "Manage API tokens",
  49. 'webservices:menu:entity:regenerate' => "Regenerate API keys",
  50. 'add:object:api_key' => "Create a new API token",
  51. 'edit:object:api_key' => "Edit API token: %s",
  52. 'entity:delete:object:api_key:success' => "The API token %s was deleted",
  53. 'webservices:requires_api_authentication' => "Requires API authentication",
  54. 'webservices:requires_user_authentication' => "Requires user authentication",
  55. 'webservices:function' => "Internal function:",
  56. 'webservices:parameters' => "Webservice parameters:",
  57. 'webservices:parameters:required' => "required",
  58. 'webservices:parameters:optional' => "optional",
  59. 'webservices:api_key:public' => "Public key:",
  60. 'webservices:api_key:secret' => "Secret key:",
  61. 'webservices:api_key:secret:show' => "Show secret key",
  62. 'webservices:action:api_key:edit:success' => "API token saved successfully",
  63. 'webservices:action:api_key:regenerate:success' => "The API keys have been regenerated",
  64. // plugin settings
  65. 'web_services:settings:authentication' => "Web API authentication settings",
  66. 'web_services:settings:authentication:description' => "Some API methods require that the external sources authenticate themselves. These external sources need to be provided with an API key pair (public and secret key).
  67. Please note that at least one API authentication method needs to be active in order to authenticate API requests.",
  68. 'web_services:settings:authentication:allow_key' => "Allow basic API public key authentication",
  69. 'web_services:settings:authentication:allow_key:help' => "The API public key can be passed as a parameter in the request.",
  70. 'web_services:settings:authentication:allow_hmac' => "Allow HMAC header API authentication",
  71. 'web_services:settings:authentication:allow_hmac:help' => "With HMAC authentication special headers need to be passed in a request to ensure authenticity of the request.",
  72. );