You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
4.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * oauth_provider_jwt
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 9.0c\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: oauth_provider_jwt
  16. #: model:ir.model.fields,field_description:oauth_provider_jwt.field_oauth_provider_client_jwt_algorithm
  17. msgid "Algorithm"
  18. msgstr ""
  19. #. module: oauth_provider_jwt
  20. #: model:ir.model.fields,help:oauth_provider_jwt.field_oauth_provider_client_jwt_algorithm
  21. msgid "Algorithm used to sign the JSON Web Token."
  22. msgstr ""
  23. #. module: oauth_provider_jwt
  24. #: model:ir.model.fields,field_description:oauth_provider_jwt.field_oauth_provider_client_jwt_scope_id
  25. msgid "Data Scope"
  26. msgstr ""
  27. #. module: oauth_provider_jwt
  28. #: selection:oauth.provider.client,jwt_algorithm:0
  29. msgid "ECDSA signature algorithm using SHA-256 hash algorithm"
  30. msgstr ""
  31. #. module: oauth_provider_jwt
  32. #: selection:oauth.provider.client,jwt_algorithm:0
  33. msgid "ECDSA signature algorithm using SHA-384 hash algorithm"
  34. msgstr ""
  35. #. module: oauth_provider_jwt
  36. #: selection:oauth.provider.client,jwt_algorithm:0
  37. msgid "ECDSA signature algorithm using SHA-512 hash algorithm"
  38. msgstr ""
  39. #. module: oauth_provider_jwt
  40. #: model:ir.ui.view,arch_db:oauth_provider_jwt.view_oauth_provider_client_form
  41. msgid "Generate a new random private key"
  42. msgstr ""
  43. #. module: oauth_provider_jwt
  44. #: selection:oauth.provider.client,jwt_algorithm:0
  45. msgid "HMAC using SHA-256 hash algorithm"
  46. msgstr ""
  47. #. module: oauth_provider_jwt
  48. #: selection:oauth.provider.client,jwt_algorithm:0
  49. msgid "HMAC using SHA-384 hash algorithm"
  50. msgstr ""
  51. #. module: oauth_provider_jwt
  52. #: selection:oauth.provider.client,jwt_algorithm:0
  53. msgid "HMAC using SHA-512 hash algorithm"
  54. msgstr ""
  55. #. module: oauth_provider_jwt
  56. #: model:ir.ui.view,arch_db:oauth_provider_jwt.view_oauth_provider_client_form
  57. msgid "JSON Web Token"
  58. msgstr ""
  59. #. module: oauth_provider_jwt
  60. #: model:ir.model,name:oauth_provider_jwt.model_oauth_provider_client
  61. msgid "OAuth Provider Client"
  62. msgstr ""
  63. #. module: oauth_provider_jwt
  64. #: model:ir.model.fields,field_description:oauth_provider_jwt.field_oauth_provider_client_jwt_private_key
  65. msgid "Private Key"
  66. msgstr ""
  67. #. module: oauth_provider_jwt
  68. #: model:ir.model.fields,help:oauth_provider_jwt.field_oauth_provider_client_jwt_private_key
  69. msgid "Private key used for the JSON Web Token generation."
  70. msgstr ""
  71. #. module: oauth_provider_jwt
  72. #: model:ir.model.fields,field_description:oauth_provider_jwt.field_oauth_provider_client_jwt_public_key
  73. msgid "Public Key"
  74. msgstr ""
  75. #. module: oauth_provider_jwt
  76. #: model:ir.model.fields,help:oauth_provider_jwt.field_oauth_provider_client_jwt_public_key
  77. msgid "Public key used for the JSON Web Token generation."
  78. msgstr ""
  79. #. module: oauth_provider_jwt
  80. #: selection:oauth.provider.client,jwt_algorithm:0
  81. msgid "RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm"
  82. msgstr ""
  83. #. module: oauth_provider_jwt
  84. #: selection:oauth.provider.client,jwt_algorithm:0
  85. msgid "RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash algorithm"
  86. msgstr ""
  87. #. module: oauth_provider_jwt
  88. #: selection:oauth.provider.client,jwt_algorithm:0
  89. msgid "RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash algorithm"
  90. msgstr ""
  91. #. module: oauth_provider_jwt
  92. #: selection:oauth.provider.client,jwt_algorithm:0
  93. msgid "RSASSA-PSS signature using SHA-256 and MGF1 padding with SHA-256"
  94. msgstr ""
  95. #. module: oauth_provider_jwt
  96. #: selection:oauth.provider.client,jwt_algorithm:0
  97. msgid "RSASSA-PSS signature using SHA-384 and MGF1 padding with SHA-384"
  98. msgstr ""
  99. #. module: oauth_provider_jwt
  100. #: selection:oauth.provider.client,jwt_algorithm:0
  101. msgid "RSASSA-PSS signature using SHA-512 and MGF1 padding with SHA-512"
  102. msgstr ""
  103. #. module: oauth_provider_jwt
  104. #: model:ir.model.fields,help:oauth_provider_jwt.field_oauth_provider_client_jwt_scope_id
  105. msgid "Scope executed to add some user's data in the token."
  106. msgstr ""
  107. #. module: oauth_provider_jwt
  108. #: code:addons/oauth_provider_jwt/models/oauth_provider_client.py:101
  109. #, python-format
  110. msgid "The private key doesn't fit the selected algorithm!"
  111. msgstr ""
  112. #. module: oauth_provider_jwt
  113. #: code:addons/oauth_provider_jwt/models/oauth_provider_client.py:122
  114. #, python-format
  115. msgid "You can only generate private keys for asymetric algorithms!"
  116. msgstr ""