update locales from crowdin [ci skip]

pull/6996/head
Travis CI User 6 years ago
parent e2cb067a40
commit 84671fd46d
  1. 128
      config/locales/crowdin/af.yml
  2. 128
      config/locales/crowdin/ar.yml
  3. 128
      config/locales/crowdin/az.yml
  4. 128
      config/locales/crowdin/bg.yml
  5. 128
      config/locales/crowdin/ca.yml
  6. 128
      config/locales/crowdin/cs.yml
  7. 128
      config/locales/crowdin/da.yml
  8. 128
      config/locales/crowdin/de.yml
  9. 128
      config/locales/crowdin/es.yml
  10. 128
      config/locales/crowdin/et.yml
  11. 128
      config/locales/crowdin/fa.yml
  12. 128
      config/locales/crowdin/fi.yml
  13. 128
      config/locales/crowdin/fil.yml
  14. 128
      config/locales/crowdin/fr.yml
  15. 128
      config/locales/crowdin/he.yml
  16. 128
      config/locales/crowdin/hi.yml
  17. 128
      config/locales/crowdin/hr.yml
  18. 128
      config/locales/crowdin/hu.yml
  19. 128
      config/locales/crowdin/id.yml
  20. 128
      config/locales/crowdin/it.yml
  21. 128
      config/locales/crowdin/ja.yml
  22. 2
      config/locales/crowdin/js-pt-BR.yml
  23. 128
      config/locales/crowdin/ko.yml
  24. 128
      config/locales/crowdin/lol.yml
  25. 128
      config/locales/crowdin/lt.yml
  26. 128
      config/locales/crowdin/lv.yml
  27. 128
      config/locales/crowdin/nl.yml
  28. 128
      config/locales/crowdin/no.yml
  29. 128
      config/locales/crowdin/pl.yml
  30. 138
      config/locales/crowdin/pt-BR.yml
  31. 128
      config/locales/crowdin/pt.yml
  32. 128
      config/locales/crowdin/ro.yml
  33. 128
      config/locales/crowdin/ru.yml
  34. 128
      config/locales/crowdin/sk.yml
  35. 128
      config/locales/crowdin/sv-SE.yml
  36. 128
      config/locales/crowdin/th.yml
  37. 128
      config/locales/crowdin/tr.yml
  38. 128
      config/locales/crowdin/uk.yml
  39. 128
      config/locales/crowdin/vi.yml
  40. 128
      config/locales/crowdin/zh-TW.yml
  41. 128
      config/locales/crowdin/zh.yml

@ -446,6 +446,14 @@ af:
time_entries: Log tyd time_entries: Log tyd
type: Soort type: Soort
watcher: Dophouer watcher: Dophouer
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -502,6 +510,16 @@ af:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -634,6 +652,7 @@ af:
wiki_page: Wiki bladsy wiki_page: Wiki bladsy
workflow: Werksvloei workflow: Werksvloei
work_package: Werkspakket work_package: Werkspakket
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Daar was probleme met die volgende velde:' header_invalid_fields: 'Daar was probleme met die volgende velde:'
field_erroneous_label: |- field_erroneous_label: |-
@ -709,6 +728,7 @@ af:
button_change_password: Verander wagwoord button_change_password: Verander wagwoord
button_check_all: Kontroleer almal button_check_all: Kontroleer almal
button_clear: Verwyder button_clear: Verwyder
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Vou almal op button_collapse_all: Vou almal op
button_configure: Stel op button_configure: Stel op
@ -739,6 +759,7 @@ af:
button_remove_widget: Verwyder legstuk button_remove_widget: Verwyder legstuk
button_rename: Hernoem button_rename: Hernoem
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Antwoord button_reply: Antwoord
button_reset: Herstel button_reset: Herstel
button_rollback: Rol terug na hierdie weergawe button_rollback: Rol terug na hierdie weergawe
@ -2756,3 +2777,110 @@ af:
writing_read_only_attributes: Jy mag nie 'n leesalleen kenmerk skryf nie. writing_read_only_attributes: Jy mag nie 'n leesalleen kenmerk skryf nie.
resources: resources:
schema: Skema schema: Skema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -445,6 +445,14 @@ ar:
time_entries: وقت السجل time_entries: وقت السجل
type: النّوع type: النّوع
watcher: المشاهد watcher: المشاهد
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: يجب أن تقبل. accepted: يجب أن تقبل.
@ -499,6 +507,16 @@ ar:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -650,6 +668,7 @@ ar:
wiki_page: صفحة وِيكيبيديا wiki_page: صفحة وِيكيبيديا
workflow: سير العمل workflow: سير العمل
work_package: مجموعة العمل work_package: مجموعة العمل
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'كان هناك مشاكل في المجالات التالية:' header_invalid_fields: 'كان هناك مشاكل في المجالات التالية:'
field_erroneous_label: 'هذا الحقل غير صالح: %{full_errors} الرجاء إدخال قيمة صحيحة.' field_erroneous_label: 'هذا الحقل غير صالح: %{full_errors} الرجاء إدخال قيمة صحيحة.'
@ -723,6 +742,7 @@ ar:
button_change_password: تغيير كلمة المرور button_change_password: تغيير كلمة المرور
button_check_all: اختر الكل button_check_all: اختر الكل
button_clear: إزالة button_clear: إزالة
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: طَيْ الجميع button_collapse_all: طَيْ الجميع
button_configure: تكوين button_configure: تكوين
@ -753,6 +773,7 @@ ar:
button_remove_widget: إزالة الأداة button_remove_widget: إزالة الأداة
button_rename: اعادة التّسمية button_rename: اعادة التّسمية
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: رد button_reply: رد
button_reset: إعادة تعيين button_reset: إعادة تعيين
button_rollback: العودة إلى هذا الإصدار button_rollback: العودة إلى هذا الإصدار
@ -2819,3 +2840,110 @@ ar:
writing_read_only_attributes: لا يجب أن تكتب على سمة للقراءة فقط. writing_read_only_attributes: لا يجب أن تكتب على سمة للقراءة فقط.
resources: resources:
schema: مخطّط schema: مخطّط
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -446,6 +446,14 @@ az:
time_entries: Log time time_entries: Log time
type: Type type: Type
watcher: Watcher watcher: Watcher
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -502,6 +510,16 @@ az:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -634,6 +652,7 @@ az:
wiki_page: Wiki page wiki_page: Wiki page
workflow: Workflow workflow: Workflow
work_package: Work package work_package: Work package
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'There were problems with the following fields:' header_invalid_fields: 'There were problems with the following fields:'
field_erroneous_label: |- field_erroneous_label: |-
@ -709,6 +728,7 @@ az:
button_change_password: Change password button_change_password: Change password
button_check_all: Check all button_check_all: Check all
button_clear: Clear button_clear: Clear
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Collapse all button_collapse_all: Collapse all
button_configure: Configure button_configure: Configure
@ -739,6 +759,7 @@ az:
button_remove_widget: Remove widget button_remove_widget: Remove widget
button_rename: Rename button_rename: Rename
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Reply button_reply: Reply
button_reset: Reset button_reset: Reset
button_rollback: Rollback to this version button_rollback: Rollback to this version
@ -2743,3 +2764,110 @@ az:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -448,6 +448,14 @@ bg:
time_entries: Отчетено време time_entries: Отчетено време
type: Тип type: Тип
watcher: Наблюдател watcher: Наблюдател
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: трябва да бъде одобрено. accepted: трябва да бъде одобрено.
@ -504,6 +512,16 @@ bg:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -636,6 +654,7 @@ bg:
wiki_page: Wiki страница wiki_page: Wiki страница
workflow: Работен поток workflow: Работен поток
work_package: Работен пакет work_package: Работен пакет
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Имаше проблеми със следните полета:' header_invalid_fields: 'Имаше проблеми със следните полета:'
field_erroneous_label: 'Това поле е невалиднo: %{full_errors} Моля, въведете валидна field_erroneous_label: 'Това поле е невалиднo: %{full_errors} Моля, въведете валидна
@ -710,6 +729,7 @@ bg:
button_change_password: Смяна на паролата button_change_password: Смяна на паролата
button_check_all: Избери всички button_check_all: Избери всички
button_clear: Изчистване button_clear: Изчистване
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Свиване на всички button_collapse_all: Свиване на всички
button_configure: Конфигуриране button_configure: Конфигуриране
@ -740,6 +760,7 @@ bg:
button_remove_widget: Премахване на притурка button_remove_widget: Премахване на притурка
button_rename: Преименуване button_rename: Преименуване
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Отговор button_reply: Отговор
button_reset: Нулиране button_reset: Нулиране
button_rollback: Връщане към тази версия button_rollback: Връщане към тази версия
@ -2752,3 +2773,110 @@ bg:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Схема schema: Схема
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -456,6 +456,14 @@ ca:
time_entries: Temps de registre time_entries: Temps de registre
type: Tipus type: Tipus
watcher: Observador watcher: Observador
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: hauran de ser acceptats. accepted: hauran de ser acceptats.
@ -511,6 +519,16 @@ ca:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -643,6 +661,7 @@ ca:
wiki_page: Pàgina wiki wiki_page: Pàgina wiki
workflow: Flux de treball workflow: Flux de treball
work_package: Paquet de treball work_package: Paquet de treball
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'S''han detectat problemes en els camps següents:' header_invalid_fields: 'S''han detectat problemes en els camps següents:'
field_erroneous_label: 'Aquest camp no és vàlid: %{full_errors} si us plau, introduïu field_erroneous_label: 'Aquest camp no és vàlid: %{full_errors} si us plau, introduïu
@ -717,6 +736,7 @@ ca:
button_change_password: Canviar contrasenya button_change_password: Canviar contrasenya
button_check_all: Marcar-ho tot button_check_all: Marcar-ho tot
button_clear: Netejar button_clear: Netejar
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Replega-ho tot button_collapse_all: Replega-ho tot
button_configure: Configurar button_configure: Configurar
@ -747,6 +767,7 @@ ca:
button_remove_widget: Treure els widgets button_remove_widget: Treure els widgets
button_rename: Renombrar button_rename: Renombrar
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Respon button_reply: Respon
button_reset: Restablir button_reset: Restablir
button_rollback: Tornar a aquesta versió button_rollback: Tornar a aquesta versió
@ -2812,3 +2833,110 @@ ca:
writing_read_only_attributes: No s'ha d'escriure en un atribut de només de lectura. writing_read_only_attributes: No s'ha d'escriure en un atribut de només de lectura.
resources: resources:
schema: Esquema schema: Esquema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -449,6 +449,14 @@ cs:
time_entries: Čas protokolu time_entries: Čas protokolu
type: Typ type: Typ
watcher: Sledující watcher: Sledující
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -505,6 +513,16 @@ cs:
not_an_integer: "(%{name}) není celé číslo." not_an_integer: "(%{name}) není celé číslo."
smaller_than_or_equal_to: "(%{name}) musí být menší než nebo rovno %{count}." smaller_than_or_equal_to: "(%{name}) musí být menší než nebo rovno %{count}."
greater_than_or_equal_to: "(%{name}) musí být větší než nebo rovno %{count}." greater_than_or_equal_to: "(%{name}) musí být větší než nebo rovno %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -645,6 +663,7 @@ cs:
wiki_page: Stránka wiki wiki_page: Stránka wiki
workflow: Pracovní postup workflow: Pracovní postup
work_package: Pracovní balíček work_package: Pracovní balíček
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Nastaly prolémy v následujících polích:' header_invalid_fields: 'Nastaly prolémy v následujících polích:'
field_erroneous_label: |- field_erroneous_label: |-
@ -720,6 +739,7 @@ cs:
button_change_password: Změnit heslo button_change_password: Změnit heslo
button_check_all: Zaškrtnout vše button_check_all: Zaškrtnout vše
button_clear: Vyčistit button_clear: Vyčistit
button_click_to_reveal: Click to reveal
button_close: Zavřít button_close: Zavřít
button_collapse_all: Sbalit vše button_collapse_all: Sbalit vše
button_configure: Přizpůsobit button_configure: Přizpůsobit
@ -750,6 +770,7 @@ cs:
button_remove_widget: Odstranit widget button_remove_widget: Odstranit widget
button_rename: Přejmenovat button_rename: Přejmenovat
button_replace: Nahradit button_replace: Nahradit
button_revoke: Revoke
button_reply: Odpovědět button_reply: Odpovědět
button_reset: Obnovit button_reset: Obnovit
button_rollback: Obnovit tuto verzi button_rollback: Obnovit tuto verzi
@ -2800,3 +2821,110 @@ cs:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -445,6 +445,14 @@ da:
time_entries: Tidsregistrering time_entries: Tidsregistrering
type: Type type: Type
watcher: Tilsynsførende watcher: Tilsynsførende
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: skal accepteres. accepted: skal accepteres.
@ -501,6 +509,16 @@ da:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -632,6 +650,7 @@ da:
wiki_page: Wiki-side wiki_page: Wiki-side
workflow: Arbejdsgang workflow: Arbejdsgang
work_package: Arbejdspakke work_package: Arbejdspakke
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Der var problemer med disse felter:' header_invalid_fields: 'Der var problemer med disse felter:'
field_erroneous_label: |- field_erroneous_label: |-
@ -707,6 +726,7 @@ da:
button_change_password: Skift adgangskode button_change_password: Skift adgangskode
button_check_all: Vælg alt button_check_all: Vælg alt
button_clear: Ryd button_clear: Ryd
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Fold alle sammen button_collapse_all: Fold alle sammen
button_configure: Opsæt button_configure: Opsæt
@ -737,6 +757,7 @@ da:
button_remove_widget: Fjern widget button_remove_widget: Fjern widget
button_rename: Omdøb button_rename: Omdøb
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Svar button_reply: Svar
button_reset: Nulstil button_reset: Nulstil
button_rollback: Vend tilbage til denne version button_rollback: Vend tilbage til denne version
@ -2746,3 +2767,110 @@ da:
writing_read_only_attributes: Du må ikke skrive til en skrivebeskyttet attribut. writing_read_only_attributes: Du må ikke skrive til en skrivebeskyttet attribut.
resources: resources:
schema: Skema schema: Skema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -457,6 +457,14 @@ de:
time_entries: Zeit buchen time_entries: Zeit buchen
type: Typ type: Typ
watcher: Beobachter watcher: Beobachter
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: muss akzeptiert werden. accepted: muss akzeptiert werden.
@ -516,6 +524,16 @@ de:
sein." sein."
greater_than_or_equal_to: "(%{name}) muss größer als oder gleich %{count} greater_than_or_equal_to: "(%{name}) muss größer als oder gleich %{count}
sein." sein."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: kann nicht gelesen werden. Ist dies ein Enterprise-Edition Support unreadable: kann nicht gelesen werden. Ist dies ein Enterprise-Edition Support
Token? Token?
@ -656,6 +674,7 @@ de:
wiki_page: Wiki-Seite wiki_page: Wiki-Seite
workflow: Workflow workflow: Workflow
work_package: Arbeitspaket work_package: Arbeitspaket
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Bei den folgenden Feldern traten Fehler auf:' header_invalid_fields: 'Bei den folgenden Feldern traten Fehler auf:'
field_erroneous_label: "Dieses Feld ist ungültig: %{full_errors} \nBitte geben field_erroneous_label: "Dieses Feld ist ungültig: %{full_errors} \nBitte geben
@ -730,6 +749,7 @@ de:
button_change_password: Kennwort ändern button_change_password: Kennwort ändern
button_check_all: Alles auswählen button_check_all: Alles auswählen
button_clear: Zurücksetzen button_clear: Zurücksetzen
button_click_to_reveal: Click to reveal
button_close: Schließen button_close: Schließen
button_collapse_all: Alle zuklappen button_collapse_all: Alle zuklappen
button_configure: Konfigurieren button_configure: Konfigurieren
@ -760,6 +780,7 @@ de:
button_remove_widget: Infobox löschen button_remove_widget: Infobox löschen
button_rename: Umbenennen button_rename: Umbenennen
button_replace: Ersetzen button_replace: Ersetzen
button_revoke: Revoke
button_reply: Antworten button_reply: Antworten
button_reset: Zurücksetzen button_reset: Zurücksetzen
button_rollback: Auf diese Version zurücksetzen button_rollback: Auf diese Version zurücksetzen
@ -2840,3 +2861,110 @@ de:
werden. werden.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -461,6 +461,14 @@ es:
time_entries: Tiempo de registro time_entries: Tiempo de registro
type: Tipo type: Tipo
watcher: Vigilante watcher: Vigilante
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: debe ser aceptado. accepted: debe ser aceptado.
@ -519,6 +527,16 @@ es:
not_an_integer: "(%{name}) no es un número entero." not_an_integer: "(%{name}) no es un número entero."
smaller_than_or_equal_to: "(%{name}) debe ser menor o igual que %{count}." smaller_than_or_equal_to: "(%{name}) debe ser menor o igual que %{count}."
greater_than_or_equal_to: "(%{name}) debe ser mayor o igual que %{count}." greater_than_or_equal_to: "(%{name}) debe ser mayor o igual que %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: no se puede leer. ¿Seguro que es un token de apoyo? unreadable: no se puede leer. ¿Seguro que es un token de apoyo?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -659,6 +677,7 @@ es:
wiki_page: Página wiki wiki_page: Página wiki
workflow: Flujo de trabajo workflow: Flujo de trabajo
work_package: Paquete de trabajo work_package: Paquete de trabajo
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Hubo problemas con los siguientes campos:' header_invalid_fields: 'Hubo problemas con los siguientes campos:'
field_erroneous_label: 'Este campo es inválido: %{full_errors} por favor, ingrese field_erroneous_label: 'Este campo es inválido: %{full_errors} por favor, ingrese
@ -733,6 +752,7 @@ es:
button_change_password: Cambiar contraseña button_change_password: Cambiar contraseña
button_check_all: Marcar todo button_check_all: Marcar todo
button_clear: Eliminar button_clear: Eliminar
button_click_to_reveal: Click to reveal
button_close: Cerrar button_close: Cerrar
button_collapse_all: Colapsar todo button_collapse_all: Colapsar todo
button_configure: Configurar button_configure: Configurar
@ -763,6 +783,7 @@ es:
button_remove_widget: Quitar componente button_remove_widget: Quitar componente
button_rename: Cambiar el nombre button_rename: Cambiar el nombre
button_replace: Sustituir button_replace: Sustituir
button_revoke: Revoke
button_reply: Respuesta button_reply: Respuesta
button_reset: Reiniciar button_reset: Reiniciar
button_rollback: Volver a esta versión button_rollback: Volver a esta versión
@ -2845,3 +2866,110 @@ es:
writing_read_only_attributes: No debería escribir un atributo de solo lectura. writing_read_only_attributes: No debería escribir un atributo de solo lectura.
resources: resources:
schema: Esquema schema: Esquema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -444,6 +444,14 @@ et:
time_entries: Logi aeg time_entries: Logi aeg
type: Liik type: Liik
watcher: Jälgija watcher: Jälgija
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -500,6 +508,16 @@ et:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -632,6 +650,7 @@ et:
wiki_page: Viki leht wiki_page: Viki leht
workflow: Töövoog workflow: Töövoog
work_package: Teema work_package: Teema
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Järgmiste väljadega esines tõrkeid:' header_invalid_fields: 'Järgmiste väljadega esines tõrkeid:'
field_erroneous_label: |- field_erroneous_label: |-
@ -707,6 +726,7 @@ et:
button_change_password: Muuda parool button_change_password: Muuda parool
button_check_all: Märgi kõik button_check_all: Märgi kõik
button_clear: Tühjenda button_clear: Tühjenda
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Ahenda kõik button_collapse_all: Ahenda kõik
button_configure: Seadista button_configure: Seadista
@ -737,6 +757,7 @@ et:
button_remove_widget: Eemalda vidin button_remove_widget: Eemalda vidin
button_rename: Nimeta ümber button_rename: Nimeta ümber
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Vasta button_reply: Vasta
button_reset: Nulli button_reset: Nulli
button_rollback: Pöördu tagasi sellesse versiooni button_rollback: Pöördu tagasi sellesse versiooni
@ -2735,3 +2756,110 @@ et:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -444,6 +444,14 @@ fa:
time_entries: پیگیری زمان time_entries: پیگیری زمان
type: نوع type: نوع
watcher: ناظر watcher: ناظر
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -500,6 +508,16 @@ fa:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -632,6 +650,7 @@ fa:
wiki_page: Wiki page wiki_page: Wiki page
workflow: Workflow workflow: Workflow
work_package: Work package work_package: Work package
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'There were problems with the following fields:' header_invalid_fields: 'There were problems with the following fields:'
field_erroneous_label: |- field_erroneous_label: |-
@ -707,6 +726,7 @@ fa:
button_change_password: تغییر رمز عبور button_change_password: تغییر رمز عبور
button_check_all: بررسی همه button_check_all: بررسی همه
button_clear: پاکسازی button_clear: پاکسازی
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: بستن همه button_collapse_all: بستن همه
button_configure: ویرایش button_configure: ویرایش
@ -737,6 +757,7 @@ fa:
button_remove_widget: حذف ویجت button_remove_widget: حذف ویجت
button_rename: تغییر نام button_rename: تغییر نام
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: پاسخ دادن button_reply: پاسخ دادن
button_reset: تنظیم مجدد button_reset: تنظیم مجدد
button_rollback: برگرداندن به این نسخه button_rollback: برگرداندن به این نسخه
@ -2741,3 +2762,110 @@ fa:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -446,6 +446,14 @@ fi:
time_entries: Kirjaa lokiin aika time_entries: Kirjaa lokiin aika
type: Tyyppi type: Tyyppi
watcher: Seuraajat watcher: Seuraajat
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: täytyy olla hyväksytty. accepted: täytyy olla hyväksytty.
@ -502,6 +510,16 @@ fi:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -633,6 +651,7 @@ fi:
wiki_page: Wiki-sivu wiki_page: Wiki-sivu
workflow: Työnkulku workflow: Työnkulku
work_package: Työpaketti work_package: Työpaketti
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Seuraavissa kentissä oli ongelmia:' header_invalid_fields: 'Seuraavissa kentissä oli ongelmia:'
field_erroneous_label: 'Tämä kenttä on virheellinen: %{full_errors} Anna kelvollinen field_erroneous_label: 'Tämä kenttä on virheellinen: %{full_errors} Anna kelvollinen
@ -707,6 +726,7 @@ fi:
button_change_password: Vaihda salasana button_change_password: Vaihda salasana
button_check_all: Valitse kaikki button_check_all: Valitse kaikki
button_clear: Tyhjää button_clear: Tyhjää
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Tiivistä kaikki button_collapse_all: Tiivistä kaikki
button_configure: Asetukset button_configure: Asetukset
@ -737,6 +757,7 @@ fi:
button_remove_widget: Poista widgetti button_remove_widget: Poista widgetti
button_rename: Nimeä uudelleen button_rename: Nimeä uudelleen
button_replace: Korvaa button_replace: Korvaa
button_revoke: Revoke
button_reply: Vastaa button_reply: Vastaa
button_reset: Nollaus button_reset: Nollaus
button_rollback: Siirry takaisin tähän versioon button_rollback: Siirry takaisin tähän versioon
@ -2734,3 +2755,110 @@ fi:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -465,6 +465,14 @@ fil:
time_entries: Ang oras ng tala time_entries: Ang oras ng tala
type: Uri type: Uri
watcher: Tagapagmasid watcher: Tagapagmasid
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: kailangang tanggapin. accepted: kailangang tanggapin.
@ -524,6 +532,16 @@ fil:
smaller_than_or_equal_to: "(%{name}) dapat ay mas maliit kaysa o katumbas smaller_than_or_equal_to: "(%{name}) dapat ay mas maliit kaysa o katumbas
sa %{count}." sa %{count}."
greater_than_or_equal_to: "(%{name}) ay mas mataas kaysa o katumbas sa %{count}." greater_than_or_equal_to: "(%{name}) ay mas mataas kaysa o katumbas sa %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: hindi mabasa. Sigurado ka ba na ito ay suportado ng token? unreadable: hindi mabasa. Sigurado ka ba na ito ay suportado ng token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -661,6 +679,7 @@ fil:
wiki_page: Pahina ng wiki wiki_page: Pahina ng wiki
workflow: Daloy ng trabaho workflow: Daloy ng trabaho
work_package: Work package work_package: Work package
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Mayroon mga problema sa mga sumusnod na mga patlang:' header_invalid_fields: 'Mayroon mga problema sa mga sumusnod na mga patlang:'
field_erroneous_label: |- field_erroneous_label: |-
@ -736,6 +755,7 @@ fil:
button_change_password: Baguhin ang password button_change_password: Baguhin ang password
button_check_all: Suriin lahat button_check_all: Suriin lahat
button_clear: Linisin button_clear: Linisin
button_click_to_reveal: Click to reveal
button_close: Isara button_close: Isara
button_collapse_all: Bumagsak lahat button_collapse_all: Bumagsak lahat
button_configure: I-configure button_configure: I-configure
@ -766,6 +786,7 @@ fil:
button_remove_widget: Alisin ang widget button_remove_widget: Alisin ang widget
button_rename: Baguhin ang pangalan button_rename: Baguhin ang pangalan
button_replace: Palitan button_replace: Palitan
button_revoke: Revoke
button_reply: Mag-reply button_reply: Mag-reply
button_reset: I-reset button_reset: I-reset
button_rollback: Pagbabalik ng bersyon ito button_rollback: Pagbabalik ng bersyon ito
@ -2858,3 +2879,110 @@ fil:
basa-lang. basa-lang.
resources: resources:
schema: Iskema schema: Iskema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -454,6 +454,14 @@ fr:
time_entries: Consigner temps time_entries: Consigner temps
type: Type type: Type
watcher: Observateur watcher: Observateur
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: doi(ven)t être accepté(e)(s). accepted: doi(ven)t être accepté(e)(s).
@ -510,6 +518,16 @@ fr:
not_an_integer: "(%{name}) n’est pas un nombre entier." not_an_integer: "(%{name}) n’est pas un nombre entier."
smaller_than_or_equal_to: "(%{name}) doit être inférieure ou égale à %{count}." smaller_than_or_equal_to: "(%{name}) doit être inférieure ou égale à %{count}."
greater_than_or_equal_to: "(%{name}) doit être supérieur ou égal à %{count}." greater_than_or_equal_to: "(%{name}) doit être supérieur ou égal à %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: ne peut être lu. Êtes-vous sûr qu'il s'agisse d'une licence unreadable: ne peut être lu. Êtes-vous sûr qu'il s'agisse d'une licence
Entreprise ? Entreprise ?
@ -651,6 +669,7 @@ fr:
wiki_page: Page wiki wiki_page: Page wiki
workflow: Flux de travail workflow: Flux de travail
work_package: Lot de travaux work_package: Lot de travaux
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Des problèmes ont été rencontrés avec les champs suivants header_invalid_fields: 'Des problèmes ont été rencontrés avec les champs suivants
:' :'
@ -727,6 +746,7 @@ fr:
button_change_password: Changer de mot de passe button_change_password: Changer de mot de passe
button_check_all: Tout cocher button_check_all: Tout cocher
button_clear: Effacer button_clear: Effacer
button_click_to_reveal: Click to reveal
button_close: Fermer button_close: Fermer
button_collapse_all: Tout replier button_collapse_all: Tout replier
button_configure: Configurer button_configure: Configurer
@ -757,6 +777,7 @@ fr:
button_remove_widget: Supprimer widget button_remove_widget: Supprimer widget
button_rename: Renommer button_rename: Renommer
button_replace: Remplacer button_replace: Remplacer
button_revoke: Revoke
button_reply: Répondre button_reply: Répondre
button_reset: Réinitialiser button_reset: Réinitialiser
button_rollback: Revenir à cette version button_rollback: Revenir à cette version
@ -2837,3 +2858,110 @@ fr:
seule. seule.
resources: resources:
schema: Schéma schema: Schéma
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -445,6 +445,14 @@ he:
time_entries: נרשם ביומן time_entries: נרשם ביומן
type: סוג type: סוג
watcher: צופה watcher: צופה
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -501,6 +509,16 @@ he:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -636,6 +654,7 @@ he:
wiki_page: דף ויקי wiki_page: דף ויקי
workflow: זרימת עבודה workflow: זרימת עבודה
work_package: חבילת עבודה work_package: חבילת עבודה
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'היו בעיות עם השדות הבאים:' header_invalid_fields: 'היו בעיות עם השדות הבאים:'
field_erroneous_label: |- field_erroneous_label: |-
@ -711,6 +730,7 @@ he:
button_change_password: שינוי סיסמה button_change_password: שינוי סיסמה
button_check_all: סמן את כולם button_check_all: סמן את כולם
button_clear: נקה button_clear: נקה
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: סגור הכל button_collapse_all: סגור הכל
button_configure: הגדר button_configure: הגדר
@ -741,6 +761,7 @@ he:
button_remove_widget: הסר רכיב button_remove_widget: הסר רכיב
button_rename: שינוי שם button_rename: שינוי שם
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: השב button_reply: השב
button_reset: איפוס button_reset: איפוס
button_rollback: ביטול שינויים לגרסה זו button_rollback: ביטול שינויים לגרסה זו
@ -2779,3 +2800,110 @@ he:
writing_read_only_attributes: אתה חייב שלא לכתוב תכונה לקריאה בלבד. writing_read_only_attributes: אתה חייב שלא לכתוב תכונה לקריאה בלבד.
resources: resources:
schema: סכימה schema: סכימה
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -451,6 +451,14 @@ hi:
time_entries: ग समय time_entries: ग समय
type: रक type: रक
watcher: चर watcher: चर
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -509,6 +517,16 @@ hi:
।" ।"
greater_than_or_equal_to: "(%{name}) स बड बरबर हिए %{count} greater_than_or_equal_to: "(%{name}) स बड बरबर हिए %{count}
।" ।"
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -642,6 +660,7 @@ hi:
wiki_page: ि wiki_page: ि
workflow: यपरव workflow: यपरव
work_package: य प work_package: य प
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'निन फस कथ समस:' header_invalid_fields: 'निन फस कथ समस:'
field_erroneous_label: |- field_erroneous_label: |-
@ -717,6 +736,7 @@ hi:
button_change_password: सवरड परिवरित कर button_change_password: सवरड परिवरित कर
button_check_all: Check all button_check_all: Check all
button_clear: कर button_clear: कर
button_click_to_reveal: Click to reveal
button_close: द कर button_close: द कर
button_collapse_all: सभ सम button_collapse_all: सभ सम
button_configure: Configure button_configure: Configure
@ -747,6 +767,7 @@ hi:
button_remove_widget: िट हट button_remove_widget: िट हट
button_rename: म बदल button_rename: म बदल
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: जवब द button_reply: जवब द
button_reset: ट कर button_reset: ट कर
button_rollback: इस सकरण किए रलब button_rollback: इस सकरण किए रलब
@ -2757,3 +2778,110 @@ hi:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -448,6 +448,14 @@ hr:
time_entries: Vrijeme pristupa time_entries: Vrijeme pristupa
type: Tip type: Tip
watcher: Nadglednik watcher: Nadglednik
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: mora biti prihvaćeno. accepted: mora biti prihvaćeno.
@ -504,6 +512,16 @@ hr:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -641,6 +659,7 @@ hr:
wiki_page: Wiki stranica wiki_page: Wiki stranica
workflow: Tijek rada workflow: Tijek rada
work_package: Radni paket work_package: Radni paket
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Došlo je do problema s sljedećim poljima:' header_invalid_fields: 'Došlo je do problema s sljedećim poljima:'
field_erroneous_label: 'Ovo polje nije valjano: %{full_errors} Molimo unesite field_erroneous_label: 'Ovo polje nije valjano: %{full_errors} Molimo unesite
@ -715,6 +734,7 @@ hr:
button_change_password: Promjeni lozinku button_change_password: Promjeni lozinku
button_check_all: Označi sve button_check_all: Označi sve
button_clear: Očisti button_clear: Očisti
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Sažmi sve button_collapse_all: Sažmi sve
button_configure: Postavi button_configure: Postavi
@ -745,6 +765,7 @@ hr:
button_remove_widget: Ukloni widget button_remove_widget: Ukloni widget
button_rename: Preimenuj button_rename: Preimenuj
button_replace: Zamijeni button_replace: Zamijeni
button_revoke: Revoke
button_reply: Odgovori button_reply: Odgovori
button_reset: Resetiraj button_reset: Resetiraj
button_rollback: Vrati na ovu verziju button_rollback: Vrati na ovu verziju
@ -2789,3 +2810,110 @@ hr:
je dopušteno samo čitanje. je dopušteno samo čitanje.
resources: resources:
schema: Shema schema: Shema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -442,6 +442,14 @@ hu:
time_entries: Eltöltött idő rögzítése time_entries: Eltöltött idő rögzítése
type: Típus type: Típus
watcher: Megfigyelő watcher: Megfigyelő
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: el kell fogadni. accepted: el kell fogadni.
@ -498,6 +506,16 @@ hu:
smaller_than_or_equal_to: "(%{name}) kisebb vagy egyenlő, mint %{count}." smaller_than_or_equal_to: "(%{name}) kisebb vagy egyenlő, mint %{count}."
greater_than_or_equal_to: "(%{name}) nagyobbnak vagy egyenlőnek kell lennie greater_than_or_equal_to: "(%{name}) nagyobbnak vagy egyenlőnek kell lennie
%{count} értékkel." %{count} értékkel."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: nem olvasható. Biztos vagy benne, hogy ez támogatási token? unreadable: nem olvasható. Biztos vagy benne, hogy ez támogatási token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -632,6 +650,7 @@ hu:
wiki_page: Wiki oldal wiki_page: Wiki oldal
workflow: Munkafolyamat workflow: Munkafolyamat
work_package: Feladatcsoport work_package: Feladatcsoport
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Problémák merültek fel az alábbi mezőkkel:' header_invalid_fields: 'Problémák merültek fel az alábbi mezőkkel:'
field_erroneous_label: 'Ez a mező érvénytelen: %{full_errors} kérjük, adjon meg field_erroneous_label: 'Ez a mező érvénytelen: %{full_errors} kérjük, adjon meg
@ -706,6 +725,7 @@ hu:
button_change_password: Jelszó változtatás button_change_password: Jelszó változtatás
button_check_all: Az összes kijelölése button_check_all: Az összes kijelölése
button_clear: Törlés button_clear: Törlés
button_click_to_reveal: Click to reveal
button_close: Bezár button_close: Bezár
button_collapse_all: Az összes bezárása button_collapse_all: Az összes bezárása
button_configure: Beállítások button_configure: Beállítások
@ -736,6 +756,7 @@ hu:
button_remove_widget: Widget eltávolítása button_remove_widget: Widget eltávolítása
button_rename: Átnevezés button_rename: Átnevezés
button_replace: Csere button_replace: Csere
button_revoke: Revoke
button_reply: Válasz button_reply: Válasz
button_reset: Visszaállít, reset button_reset: Visszaállít, reset
button_rollback: Visszaállitás erre a verzióra button_rollback: Visszaállitás erre a verzióra
@ -2770,3 +2791,110 @@ hu:
writing_read_only_attributes: Nem írhat egy csak olvasható tulajdonságot. writing_read_only_attributes: Nem írhat egy csak olvasható tulajdonságot.
resources: resources:
schema: Séma schema: Séma
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -441,6 +441,14 @@ id:
time_entries: Catatan waktu time_entries: Catatan waktu
type: Tipe type: Tipe
watcher: Pemantau watcher: Pemantau
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: harus disetujui. accepted: harus disetujui.
@ -499,6 +507,16 @@ id:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: tidak dapat dibaca. Apakah Anda yakin ini adalah token pendukung? unreadable: tidak dapat dibaca. Apakah Anda yakin ini adalah token pendukung?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -630,6 +648,7 @@ id:
wiki_page: Halaman Wiki wiki_page: Halaman Wiki
workflow: Workflow workflow: Workflow
work_package: Paket-Penugasan work_package: Paket-Penugasan
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Eror pada isian berikut :' header_invalid_fields: 'Eror pada isian berikut :'
field_erroneous_label: 'Bidang ini tidak valid: %{full_errors} masukkan nilai field_erroneous_label: 'Bidang ini tidak valid: %{full_errors} masukkan nilai
@ -704,6 +723,7 @@ id:
button_change_password: Ubah password button_change_password: Ubah password
button_check_all: Cek semua button_check_all: Cek semua
button_clear: Clear button_clear: Clear
button_click_to_reveal: Click to reveal
button_close: Tutup button_close: Tutup
button_collapse_all: Tutup semua button_collapse_all: Tutup semua
button_configure: Konfigurasi button_configure: Konfigurasi
@ -734,6 +754,7 @@ id:
button_remove_widget: Hapus widget button_remove_widget: Hapus widget
button_rename: Ubah nama button_rename: Ubah nama
button_replace: Ganti button_replace: Ganti
button_revoke: Revoke
button_reply: Balas button_reply: Balas
button_reset: Reset button_reset: Reset
button_rollback: Kembali ke versi ini button_rollback: Kembali ke versi ini
@ -2737,3 +2758,110 @@ id:
writing_read_only_attributes: Anda tidak harus menulis hanya-baca atribut. writing_read_only_attributes: Anda tidak harus menulis hanya-baca atribut.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -451,6 +451,14 @@ it:
time_entries: Registra l'orario effettuato time_entries: Registra l'orario effettuato
type: Tipo type: Tipo
watcher: Osservatore watcher: Osservatore
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: deve essere accettato. accepted: deve essere accettato.
@ -508,6 +516,16 @@ it:
smaller_than_or_equal_to: "(%{name}) deve essere più piccolo o uguale a smaller_than_or_equal_to: "(%{name}) deve essere più piccolo o uguale a
%{count}." %{count}."
greater_than_or_equal_to: "(%{name}) deve essere più grande o uguale a %{count}." greater_than_or_equal_to: "(%{name}) deve essere più grande o uguale a %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: non può essere letto. Sei sicuro che si tratta di un token di unreadable: non può essere letto. Sei sicuro che si tratta di un token di
assistenza? assistenza?
@ -648,6 +666,7 @@ it:
wiki_page: Pagina wiki wiki_page: Pagina wiki
workflow: Flusso di lavoro workflow: Flusso di lavoro
work_package: Macro-attività work_package: Macro-attività
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Ci sono stati dei problemi con i seguenti campi:' header_invalid_fields: 'Ci sono stati dei problemi con i seguenti campi:'
field_erroneous_label: 'Questo campo non è valido: %{full_errors} Prego, inserisci field_erroneous_label: 'Questo campo non è valido: %{full_errors} Prego, inserisci
@ -722,6 +741,7 @@ it:
button_change_password: Cambia password button_change_password: Cambia password
button_check_all: Seleziona tutti button_check_all: Seleziona tutti
button_clear: Pulisci button_clear: Pulisci
button_click_to_reveal: Click to reveal
button_close: Chiuso button_close: Chiuso
button_collapse_all: Comprimi Tutto button_collapse_all: Comprimi Tutto
button_configure: Configura button_configure: Configura
@ -752,6 +772,7 @@ it:
button_remove_widget: Rimuovi widget button_remove_widget: Rimuovi widget
button_rename: Rinomina button_rename: Rinomina
button_replace: Sostituisci button_replace: Sostituisci
button_revoke: Revoke
button_reply: Rispondi button_reply: Rispondi
button_reset: Reimposta button_reset: Reimposta
button_rollback: Ripristina a questa versione button_rollback: Ripristina a questa versione
@ -2843,3 +2864,110 @@ it:
writing_read_only_attributes: Non puoi scrivere un attributo di sola lettura. writing_read_only_attributes: Non puoi scrivere un attributo di sola lettura.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -398,6 +398,14 @@ ja:
time_entries: 時間を記録 time_entries: 時間を記録
type: 種別 type: 種別
watcher: ウォッチャー watcher: ウォッチャー
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: は受諾しなければなりません。 accepted: は受諾しなければなりません。
@ -450,6 +458,16 @@ ja:
not_an_integer: "(%{name}) が整数ではありません。" not_an_integer: "(%{name}) が整数ではありません。"
smaller_than_or_equal_to: "(%{name}) は %{count} 以下にする必要があります。" smaller_than_or_equal_to: "(%{name}) は %{count} 以下にする必要があります。"
greater_than_or_equal_to: "(%{name}) は %{count} 以上にする必要があります。" greater_than_or_equal_to: "(%{name}) は %{count} 以上にする必要があります。"
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: 読み取りできません。サポート トークンですか? unreadable: 読み取りできません。サポート トークンですか?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -570,6 +588,7 @@ ja:
wiki_page: Wiki ページ wiki_page: Wiki ページ
workflow: ワークフロー workflow: ワークフロー
work_package: 作業項目 work_package: 作業項目
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 次のフィールドに問題がありました: header_invalid_fields: 次のフィールドに問題がありました:
field_erroneous_label: |- field_erroneous_label: |-
@ -645,6 +664,7 @@ ja:
button_change_password: パスワードの変更 button_change_password: パスワードの変更
button_check_all: 全てを選択 button_check_all: 全てを選択
button_clear: クリア button_clear: クリア
button_click_to_reveal: Click to reveal
button_close: 閉じる button_close: 閉じる
button_collapse_all: 全てを折りたたむ button_collapse_all: 全てを折りたたむ
button_configure: 設定 button_configure: 設定
@ -675,6 +695,7 @@ ja:
button_remove_widget: ウィジェットを削除 button_remove_widget: ウィジェットを削除
button_rename: 名称変更 button_rename: 名称変更
button_replace: 置き換え button_replace: 置き換え
button_revoke: Revoke
button_reply: 返信 button_reply: 返信
button_reset: リセット button_reset: リセット
button_rollback: このバージョンにロールバック button_rollback: このバージョンにロールバック
@ -2506,3 +2527,110 @@ ja:
writing_read_only_attributes: 読み取り専用の属性を書き込みできません。 writing_read_only_attributes: 読み取り専用の属性を書き込みできません。
resources: resources:
schema: スキーマ schema: スキーマ
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -300,7 +300,7 @@ pt-BR:
show_modal: Mostrar entrada para o texto de ajuda de atributos show_modal: Mostrar entrada para o texto de ajuda de atributos
onboarding: onboarding:
buttons: buttons:
skip: Skip skip: Pular
next: Próxima next: Próxima
got_it: Entendi got_it: Entendi
steps: steps:

@ -410,6 +410,14 @@ ko:
time_entries: 작업시간 기록 time_entries: 작업시간 기록
type: 타입 type: 타입
watcher: 주시자 watcher: 주시자
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: 허용 되어야 합니다. accepted: 허용 되어야 합니다.
@ -463,6 +471,16 @@ ko:
not_an_integer: "(%{name})은(는) 정수가 아닙니다." not_an_integer: "(%{name})은(는) 정수가 아닙니다."
smaller_than_or_equal_to: "(%{name})은(는) %{count}보다 작거나 같아야 합니다." smaller_than_or_equal_to: "(%{name})은(는) %{count}보다 작거나 같아야 합니다."
greater_than_or_equal_to: "(%{name})은(는) %{count}보다 크거나 같아야 합니다." greater_than_or_equal_to: "(%{name})은(는) %{count}보다 크거나 같아야 합니다."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: 읽을 수 없습니다. 지원하는 토큰이 확실한가요? unreadable: 읽을 수 없습니다. 지원하는 토큰이 확실한가요?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -589,6 +607,7 @@ ko:
wiki_page: 위키 페이지 wiki_page: 위키 페이지
workflow: 워크플로 workflow: 워크플로
work_package: 작업 패키지 work_package: 작업 패키지
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 다음 필드에 문제가 있습니다. header_invalid_fields: 다음 필드에 문제가 있습니다.
field_erroneous_label: "이 필드는 유효 하지 않습니다: %{full_errors} \n유효한 값을 입력 해 주십시오." field_erroneous_label: "이 필드는 유효 하지 않습니다: %{full_errors} \n유효한 값을 입력 해 주십시오."
@ -662,6 +681,7 @@ ko:
button_change_password: 암호 변경 button_change_password: 암호 변경
button_check_all: 모두 선택 button_check_all: 모두 선택
button_clear: 선택 취소 button_clear: 선택 취소
button_click_to_reveal: Click to reveal
button_close: 닫기 button_close: 닫기
button_collapse_all: 모두 축소 button_collapse_all: 모두 축소
button_configure: 구성 button_configure: 구성
@ -692,6 +712,7 @@ ko:
button_remove_widget: 위젯 제거 button_remove_widget: 위젯 제거
button_rename: 이름 바꾸기 button_rename: 이름 바꾸기
button_replace: 교체하기 button_replace: 교체하기
button_revoke: Revoke
button_reply: 회신 button_reply: 회신
button_reset: 재설정 button_reset: 재설정
button_rollback: 이 버전으로 롤백 button_rollback: 이 버전으로 롤백
@ -2601,3 +2622,110 @@ ko:
writing_read_only_attributes: 읽기 전용 특성은 변경할 수 없습니다. writing_read_only_attributes: 읽기 전용 특성은 변경할 수 없습니다.
resources: resources:
schema: 스키마 schema: 스키마
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -396,6 +396,14 @@ lol:
time_entries: crwdns103068:0crwdne103068:0 time_entries: crwdns103068:0crwdne103068:0
type: crwdns103070:0crwdne103070:0 type: crwdns103070:0crwdne103070:0
watcher: crwdns103072:0crwdne103072:0 watcher: crwdns103072:0crwdne103072:0
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: crwdns103074:0crwdne103074:0 accepted: crwdns103074:0crwdne103074:0
@ -448,6 +456,16 @@ lol:
not_an_integer: crwdns103162:0%{name}crwdne103162:0 not_an_integer: crwdns103162:0%{name}crwdne103162:0
smaller_than_or_equal_to: crwdns103164:0%{name}crwdnd103164:0%{count}crwdne103164:0 smaller_than_or_equal_to: crwdns103164:0%{name}crwdnd103164:0%{count}crwdne103164:0
greater_than_or_equal_to: crwdns103166:0%{name}crwdnd103166:0%{count}crwdne103166:0 greater_than_or_equal_to: crwdns103166:0%{name}crwdnd103166:0%{count}crwdne103166:0
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: crwdns103168:0crwdne103168:0 unreadable: crwdns103168:0crwdne103168:0
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -567,6 +585,7 @@ lol:
wiki_page: crwdns103306:0crwdne103306:0 wiki_page: crwdns103306:0crwdne103306:0
workflow: crwdns103308:0crwdne103308:0 workflow: crwdns103308:0crwdne103308:0
work_package: crwdns103310:0crwdne103310:0 work_package: crwdns103310:0crwdne103310:0
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: crwdns103312:0crwdne103312:0 header_invalid_fields: crwdns103312:0crwdne103312:0
field_erroneous_label: crwdns103314:0%{full_errors}crwdne103314:0 field_erroneous_label: crwdns103314:0%{full_errors}crwdne103314:0
@ -640,6 +659,7 @@ lol:
button_change_password: crwdns103446:0crwdne103446:0 button_change_password: crwdns103446:0crwdne103446:0
button_check_all: crwdns103448:0crwdne103448:0 button_check_all: crwdns103448:0crwdne103448:0
button_clear: crwdns103450:0crwdne103450:0 button_clear: crwdns103450:0crwdne103450:0
button_click_to_reveal: Click to reveal
button_close: crwdns103452:0crwdne103452:0 button_close: crwdns103452:0crwdne103452:0
button_collapse_all: crwdns103454:0crwdne103454:0 button_collapse_all: crwdns103454:0crwdne103454:0
button_configure: crwdns103456:0crwdne103456:0 button_configure: crwdns103456:0crwdne103456:0
@ -670,6 +690,7 @@ lol:
button_remove_widget: crwdns103506:0crwdne103506:0 button_remove_widget: crwdns103506:0crwdne103506:0
button_rename: crwdns103508:0crwdne103508:0 button_rename: crwdns103508:0crwdne103508:0
button_replace: crwdns103510:0crwdne103510:0 button_replace: crwdns103510:0crwdne103510:0
button_revoke: Revoke
button_reply: crwdns103512:0crwdne103512:0 button_reply: crwdns103512:0crwdne103512:0
button_reset: crwdns103514:0crwdne103514:0 button_reset: crwdns103514:0crwdne103514:0
button_rollback: crwdns103516:0crwdne103516:0 button_rollback: crwdns103516:0crwdne103516:0
@ -2459,3 +2480,110 @@ lol:
writing_read_only_attributes: crwdns106930:0crwdne106930:0 writing_read_only_attributes: crwdns106930:0crwdne106930:0
resources: resources:
schema: crwdns106932:0crwdne106932:0 schema: crwdns106932:0crwdne106932:0
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -446,6 +446,14 @@ lt:
time_entries: Registruoti laiką time_entries: Registruoti laiką
type: Tipas type: Tipas
watcher: Stebėtojas watcher: Stebėtojas
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: turi būti patvirtinta. accepted: turi būti patvirtinta.
@ -502,6 +510,16 @@ lt:
not_an_integer: "(%{name}) nėra sveikasis skaičius." not_an_integer: "(%{name}) nėra sveikasis skaičius."
smaller_than_or_equal_to: "(%{name}) turi būti mažesnis arba lygus %{count}." smaller_than_or_equal_to: "(%{name}) turi būti mažesnis arba lygus %{count}."
greater_than_or_equal_to: "(%{name}) turi būti didesnis arba lygus %{count}." greater_than_or_equal_to: "(%{name}) turi būti didesnis arba lygus %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: neįmanoma perskaityti. Ar tai tikrai yra paramos raktas? unreadable: neįmanoma perskaityti. Ar tai tikrai yra paramos raktas?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -641,6 +659,7 @@ lt:
wiki_page: Wiki puslapis wiki_page: Wiki puslapis
workflow: Darbų eiga workflow: Darbų eiga
work_package: Darbų paketas work_package: Darbų paketas
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Buvo problemų su šiais laukeliais:' header_invalid_fields: 'Buvo problemų su šiais laukeliais:'
field_erroneous_label: |- field_erroneous_label: |-
@ -716,6 +735,7 @@ lt:
button_change_password: Pakeisti slaptažodį button_change_password: Pakeisti slaptažodį
button_check_all: Žymėti visus button_check_all: Žymėti visus
button_clear: Išvalyti button_clear: Išvalyti
button_click_to_reveal: Click to reveal
button_close: Uždaryti button_close: Uždaryti
button_collapse_all: Sutraukti visus button_collapse_all: Sutraukti visus
button_configure: Konfigūruoti button_configure: Konfigūruoti
@ -746,6 +766,7 @@ lt:
button_remove_widget: Pašalinti valdiklį button_remove_widget: Pašalinti valdiklį
button_rename: Pervardinti button_rename: Pervardinti
button_replace: Pakeisti button_replace: Pakeisti
button_revoke: Revoke
button_reply: Atsakyti button_reply: Atsakyti
button_reset: Nustatyti iš naujo button_reset: Nustatyti iš naujo
button_rollback: Grąžinti į šią versiją button_rollback: Grąžinti į šią versiją
@ -2827,3 +2848,110 @@ lt:
writing_read_only_attributes: Jūs neturėtumėte įrašyti atributą „tik skaitomas“. writing_read_only_attributes: Jūs neturėtumėte įrašyti atributą „tik skaitomas“.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -442,6 +442,14 @@ lv:
time_entries: Log time time_entries: Log time
type: Veids type: Veids
watcher: Watcher watcher: Watcher
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: ir jāapstiprina. accepted: ir jāapstiprina.
@ -498,6 +506,16 @@ lv:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -634,6 +652,7 @@ lv:
wiki_page: Wiki page wiki_page: Wiki page
workflow: Workflow workflow: Workflow
work_package: Work package work_package: Work package
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'There were problems with the following fields:' header_invalid_fields: 'There were problems with the following fields:'
field_erroneous_label: |- field_erroneous_label: |-
@ -709,6 +728,7 @@ lv:
button_change_password: Mainīt paroli button_change_password: Mainīt paroli
button_check_all: Check all button_check_all: Check all
button_clear: Clear button_clear: Clear
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Collapse all button_collapse_all: Collapse all
button_configure: Configure button_configure: Configure
@ -739,6 +759,7 @@ lv:
button_remove_widget: Noņemt logrīku button_remove_widget: Noņemt logrīku
button_rename: Rename button_rename: Rename
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Pievienot atbildi button_reply: Pievienot atbildi
button_reset: Atjaunot button_reset: Atjaunot
button_rollback: Rollback to this version button_rollback: Rollback to this version
@ -2760,3 +2781,110 @@ lv:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -451,6 +451,14 @@ nl:
time_entries: Gelogde tijd time_entries: Gelogde tijd
type: Type type: Type
watcher: Kijker watcher: Kijker
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: moet geaccepteerd worden. accepted: moet geaccepteerd worden.
@ -509,6 +517,16 @@ nl:
%{count}." %{count}."
greater_than_or_equal_to: "(%{name}) moet groter zijn dan of gelijk aan greater_than_or_equal_to: "(%{name}) moet groter zijn dan of gelijk aan
%{count}." %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: kan niet worden gelezen. Weet u zeer dat het een support token unreadable: kan niet worden gelezen. Weet u zeer dat het een support token
is? is?
@ -646,6 +664,7 @@ nl:
wiki_page: Wikipagina wiki_page: Wikipagina
workflow: Werkstroom workflow: Werkstroom
work_package: Werkpakket work_package: Werkpakket
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Er waren problemen met de volgende velden:' header_invalid_fields: 'Er waren problemen met de volgende velden:'
field_erroneous_label: "Dit veld is ongeldig: %{full_errors} \nVoer alstublieft field_erroneous_label: "Dit veld is ongeldig: %{full_errors} \nVoer alstublieft
@ -720,6 +739,7 @@ nl:
button_change_password: Wijzig wachtwoord button_change_password: Wijzig wachtwoord
button_check_all: Selecteer alles button_check_all: Selecteer alles
button_clear: Wissen button_clear: Wissen
button_click_to_reveal: Click to reveal
button_close: Sluiten button_close: Sluiten
button_collapse_all: Alles inklappen button_collapse_all: Alles inklappen
button_configure: Configureer button_configure: Configureer
@ -750,6 +770,7 @@ nl:
button_remove_widget: Widget verwijderen button_remove_widget: Widget verwijderen
button_rename: Naam wijzigen button_rename: Naam wijzigen
button_replace: Vervang button_replace: Vervang
button_revoke: Revoke
button_reply: Beantwoorden button_reply: Beantwoorden
button_reset: Herstel button_reset: Herstel
button_rollback: Terugdraaien naar deze versie button_rollback: Terugdraaien naar deze versie
@ -2806,3 +2827,110 @@ nl:
writing_read_only_attributes: U mag geen read-only attribuut schrijven. writing_read_only_attributes: U mag geen read-only attribuut schrijven.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -445,6 +445,14 @@
time_entries: Logg tid time_entries: Logg tid
type: Type type: Type
watcher: Overvåker watcher: Overvåker
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -500,6 +508,16 @@
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -632,6 +650,7 @@
wiki_page: Wiki-side wiki_page: Wiki-side
workflow: Arbeidsflyt workflow: Arbeidsflyt
work_package: Arbeidspakke work_package: Arbeidspakke
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Det oppstod problemer med følgende felter:' header_invalid_fields: 'Det oppstod problemer med følgende felter:'
field_erroneous_label: |- field_erroneous_label: |-
@ -707,6 +726,7 @@
button_change_password: Endre passord button_change_password: Endre passord
button_check_all: Velg alle button_check_all: Velg alle
button_clear: Nullstill button_clear: Nullstill
button_click_to_reveal: Click to reveal
button_close: Lukk button_close: Lukk
button_collapse_all: Skjul alle button_collapse_all: Skjul alle
button_configure: Konfigurer button_configure: Konfigurer
@ -737,6 +757,7 @@
button_remove_widget: Fjern widget button_remove_widget: Fjern widget
button_rename: Endre navn button_rename: Endre navn
button_replace: Erstatt button_replace: Erstatt
button_revoke: Revoke
button_reply: Svar button_reply: Svar
button_reset: Nullstill button_reset: Nullstill
button_rollback: Rull tilbake til denne versjonen button_rollback: Rull tilbake til denne versjonen
@ -2744,3 +2765,110 @@
writing_read_only_attributes: Du kan ikke skrive til et skrivebeskyttet attributt. writing_read_only_attributes: Du kan ikke skrive til et skrivebeskyttet attributt.
resources: resources:
schema: Skjema schema: Skjema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -444,6 +444,14 @@ pl:
time_entries: Rejestruj czas pracy time_entries: Rejestruj czas pracy
type: Typ type: Typ
watcher: Obserwator watcher: Obserwator
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: musi być zaakceptowane. accepted: musi być zaakceptowane.
@ -502,6 +510,16 @@ pl:
%{count}." %{count}."
greater_than_or_equal_to: "(%{name}) – wartość musi być większa lub równa greater_than_or_equal_to: "(%{name}) – wartość musi być większa lub równa
%{count}." %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: nie można odczytać. Czy na pewno jest to token wsparcia? unreadable: nie można odczytać. Czy na pewno jest to token wsparcia?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -642,6 +660,7 @@ pl:
wiki_page: Strony wiki wiki_page: Strony wiki
workflow: Przepływ pracy workflow: Przepływ pracy
work_package: Pakiet roboczy work_package: Pakiet roboczy
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Wystąpił problem z następującymi polami:' header_invalid_fields: 'Wystąpił problem z następującymi polami:'
field_erroneous_label: 'To pole jest nieprawidłowe: %{full_errors} proszę podać field_erroneous_label: 'To pole jest nieprawidłowe: %{full_errors} proszę podać
@ -716,6 +735,7 @@ pl:
button_change_password: Zmiana hasła button_change_password: Zmiana hasła
button_check_all: Zaznacz wszystko button_check_all: Zaznacz wszystko
button_clear: Wyczyść button_clear: Wyczyść
button_click_to_reveal: Click to reveal
button_close: Zamknij button_close: Zamknij
button_collapse_all: Zwiń wszystko button_collapse_all: Zwiń wszystko
button_configure: Konfigurowanie button_configure: Konfigurowanie
@ -746,6 +766,7 @@ pl:
button_remove_widget: Usuń widżet button_remove_widget: Usuń widżet
button_rename: Zmień nazwę button_rename: Zmień nazwę
button_replace: Zastąp button_replace: Zastąp
button_revoke: Revoke
button_reply: Odpowiedz button_reply: Odpowiedz
button_reset: Reset button_reset: Reset
button_rollback: Wycofaj do tej wersji button_rollback: Wycofaj do tej wersji
@ -2823,3 +2844,110 @@ pl:
writing_read_only_attributes: Nie możesz zapisać atrybutu tylko do odczytu. writing_read_only_attributes: Nie możesz zapisać atrybutu tylko do odczytu.
resources: resources:
schema: Schemat schema: Schemat
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -446,6 +446,14 @@ pt-BR:
time_entries: Registro de tempo time_entries: Registro de tempo
type: Tipo type: Tipo
watcher: Observador watcher: Observador
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: deve ser aceito. accepted: deve ser aceito.
@ -500,6 +508,16 @@ pt-BR:
not_an_integer: "(%{name}) não é um número inteiro." not_an_integer: "(%{name}) não é um número inteiro."
smaller_than_or_equal_to: "(%{name}) deve ser menor ou igual a %{count}." smaller_than_or_equal_to: "(%{name}) deve ser menor ou igual a %{count}."
greater_than_or_equal_to: "(%{name}) deve ser maior ou igual a %{count}." greater_than_or_equal_to: "(%{name}) deve ser maior ou igual a %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: não pode ser lido. Tem certeza que é um token de suporte? unreadable: não pode ser lido. Tem certeza que é um token de suporte?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -635,6 +653,7 @@ pt-BR:
wiki_page: Página wiki wiki_page: Página wiki
workflow: Fluxo de trabalho workflow: Fluxo de trabalho
work_package: Pacote de trabalho work_package: Pacote de trabalho
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Existem problemas com os seguintes campos:' header_invalid_fields: 'Existem problemas com os seguintes campos:'
field_erroneous_label: |- field_erroneous_label: |-
@ -710,6 +729,7 @@ pt-BR:
button_change_password: Alterar senha button_change_password: Alterar senha
button_check_all: Selecionar todos button_check_all: Selecionar todos
button_clear: Limpar button_clear: Limpar
button_click_to_reveal: Click to reveal
button_close: Fechar button_close: Fechar
button_collapse_all: Recolher todos button_collapse_all: Recolher todos
button_configure: Configurar button_configure: Configurar
@ -740,6 +760,7 @@ pt-BR:
button_remove_widget: Remover widget button_remove_widget: Remover widget
button_rename: Renomear button_rename: Renomear
button_replace: Substituir button_replace: Substituir
button_revoke: Revoke
button_reply: Responder button_reply: Responder
button_reset: Reiniciar button_reset: Reiniciar
button_rollback: Retornar para esta versão button_rollback: Retornar para esta versão
@ -2154,7 +2175,7 @@ pt-BR:
setting_bcc_recipients: Destinatários de cópia oculta (Cco) setting_bcc_recipients: Destinatários de cópia oculta (Cco)
setting_brute_force_block_after_failed_logins: Bloquear usuário após este número setting_brute_force_block_after_failed_logins: Bloquear usuário após este número
de tentativas de login de tentativas de login
setting_brute_force_block_minutes: Tempo que o usuário está bloqueado para setting_brute_force_block_minutes: Tempo que o usuário ficará bloqueado
setting_cache_formatted_text: Texto formatado em cache setting_cache_formatted_text: Texto formatado em cache
setting_use_wysiwyg_description: Selecione para habilitar o CKEditor5 para todos setting_use_wysiwyg_description: Selecione para habilitar o CKEditor5 para todos
os usuários por padrão. O CKEditor tem funcionalidades limitadas para o GFM Markdown. os usuários por padrão. O CKEditor tem funcionalidades limitadas para o GFM Markdown.
@ -2200,8 +2221,8 @@ pt-BR:
dos novos pacotes de trabalho dos novos pacotes de trabalho
setting_work_packages_export_limit: Limite de exportação de pacotes de trabalho setting_work_packages_export_limit: Limite de exportação de pacotes de trabalho
setting_journal_aggregation_time_minutes: Exibir diários como agregados dentro setting_journal_aggregation_time_minutes: Exibir diários como agregados dentro
setting_log_requesting_user: Log de acesso do usuário, nome e endereço de e-mail setting_log_requesting_user: Registrar início de sessão do usuário, nome e endereço
para todas as solicitações de e-mail para todas as requisições
setting_login_required: Autenticação Requerida setting_login_required: Autenticação Requerida
setting_mail_from: Endereço de e-mail de saída setting_mail_from: Endereço de e-mail de saída
setting_mail_handler_api_enabled: Habilitar serviço web de entrada de e-mails setting_mail_handler_api_enabled: Habilitar serviço web de entrada de e-mails
@ -2241,7 +2262,7 @@ pt-BR:
setting_self_registration: Auto-registro setting_self_registration: Auto-registro
setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto
setting_session_ttl: Tempo de expiração de sessão após inatividade setting_session_ttl: Tempo de expiração de sessão após inatividade
setting_session_ttl_hint: Valor abaixo de 5 trabalhos como desativado setting_session_ttl_hint: Valor abaixo de 5 funciona como desativado
setting_session_ttl_enabled: Sessão expira setting_session_ttl_enabled: Sessão expira
setting_start_of_week: A semana começa em setting_start_of_week: A semana começa em
setting_sys_api_enabled: Habilitar o serviço web de gerenciamento de repositório setting_sys_api_enabled: Habilitar o serviço web de gerenciamento de repositório
@ -2267,7 +2288,7 @@ pt-BR:
other: Outro other: Outro
passwords: Senhas passwords: Senhas
session: Sessão session: Sessão
brute_force_prevention: Bloqueio de usuário automatizado brute_force_prevention: Bloqueio automatizado de usuário
user: user:
default_preferences: Preferências padrão default_preferences: Preferências padrão
deletion: Exclusão deletion: Exclusão
@ -2782,3 +2803,110 @@ pt-BR:
writing_read_only_attributes: Você não pode escrever um atributo somente leitura. writing_read_only_attributes: Você não pode escrever um atributo somente leitura.
resources: resources:
schema: Esquema schema: Esquema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -455,6 +455,14 @@ pt:
time_entries: Tempo de registro time_entries: Tempo de registro
type: Tipo type: Tipo
watcher: Monitor watcher: Monitor
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: deve ser aceite. accepted: deve ser aceite.
@ -510,6 +518,16 @@ pt:
not_an_integer: "(%{name}) não é um íntegro." not_an_integer: "(%{name}) não é um íntegro."
smaller_than_or_equal_to: "(%{name}) deve ser menor ou igual a %{count}." smaller_than_or_equal_to: "(%{name}) deve ser menor ou igual a %{count}."
greater_than_or_equal_to: "(%{name}) deve ser maior ou igual a %{count}." greater_than_or_equal_to: "(%{name}) deve ser maior ou igual a %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: não foi possível ler. Tem a certeza que é um token de suporte? unreadable: não foi possível ler. Tem a certeza que é um token de suporte?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -645,6 +663,7 @@ pt:
wiki_page: Página wiki wiki_page: Página wiki
workflow: Fluxo de trabalho workflow: Fluxo de trabalho
work_package: Pacote de trabalho work_package: Pacote de trabalho
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Existem problemas com os seguintes campos:' header_invalid_fields: 'Existem problemas com os seguintes campos:'
field_erroneous_label: |- field_erroneous_label: |-
@ -720,6 +739,7 @@ pt:
button_change_password: Alterar senha button_change_password: Alterar senha
button_check_all: Seleccionar Todos button_check_all: Seleccionar Todos
button_clear: Limpar button_clear: Limpar
button_click_to_reveal: Click to reveal
button_close: Fechar button_close: Fechar
button_collapse_all: Ocultar tudo button_collapse_all: Ocultar tudo
button_configure: Configurar button_configure: Configurar
@ -750,6 +770,7 @@ pt:
button_remove_widget: Remover o widget button_remove_widget: Remover o widget
button_rename: Alterar o nome button_rename: Alterar o nome
button_replace: Substituir button_replace: Substituir
button_revoke: Revoke
button_reply: Responder button_reply: Responder
button_reset: Reiniciar button_reset: Reiniciar
button_rollback: Reverter para esta versão button_rollback: Reverter para esta versão
@ -2811,3 +2832,110 @@ pt:
leitura. leitura.
resources: resources:
schema: Esquema schema: Esquema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -455,6 +455,14 @@ ro:
time_entries: Consum timp time_entries: Consum timp
type: Tip type: Tip
watcher: Observator watcher: Observator
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: trebuie acceptat. accepted: trebuie acceptat.
@ -511,6 +519,16 @@ ro:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -646,6 +664,7 @@ ro:
wiki_page: Pagină wiki wiki_page: Pagină wiki
workflow: Flux de lucru workflow: Flux de lucru
work_package: Pachet de lucru work_package: Pachet de lucru
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Există probleme cu următoarele câmpuri:' header_invalid_fields: 'Există probleme cu următoarele câmpuri:'
field_erroneous_label: |- field_erroneous_label: |-
@ -721,6 +740,7 @@ ro:
button_change_password: Modificare parolă button_change_password: Modificare parolă
button_check_all: Selectează tot button_check_all: Selectează tot
button_clear: Inițializare button_clear: Inițializare
button_click_to_reveal: Click to reveal
button_close: Închide button_close: Închide
button_collapse_all: Restrângere totală button_collapse_all: Restrângere totală
button_configure: Configurare button_configure: Configurare
@ -751,6 +771,7 @@ ro:
button_remove_widget: Elimină secțiune button_remove_widget: Elimină secțiune
button_rename: Redenumire button_rename: Redenumire
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Răspuns button_reply: Răspuns
button_reset: Resetare button_reset: Resetare
button_rollback: Revenire la această versiune button_rollback: Revenire la această versiune
@ -2818,3 +2839,110 @@ ro:
writing_read_only_attributes: Nu puteți scrie într-un câmp restricționat. writing_read_only_attributes: Nu puteți scrie într-un câmp restricționat.
resources: resources:
schema: Schemă schema: Schemă
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -447,6 +447,14 @@ ru:
time_entries: Учет времени time_entries: Учет времени
type: Тип type: Тип
watcher: Наблюдатель watcher: Наблюдатель
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: нужно подтвердить. accepted: нужно подтвердить.
@ -504,6 +512,16 @@ ru:
not_an_integer: "(%{name}) не является целым числом." not_an_integer: "(%{name}) не является целым числом."
smaller_than_or_equal_to: "(%{name}) должен быть меньше или равен %{count}." smaller_than_or_equal_to: "(%{name}) должен быть меньше или равен %{count}."
greater_than_or_equal_to: "(%{name}) должен быть больше или равен %{count}." greater_than_or_equal_to: "(%{name}) должен быть больше или равен %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: невозможно прочитать. Вы уверены, что это маркер поддержки? unreadable: невозможно прочитать. Вы уверены, что это маркер поддержки?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -649,6 +667,7 @@ ru:
wiki_page: Wiki-страница wiki_page: Wiki-страница
workflow: Рабочий поток workflow: Рабочий поток
work_package: Пакет работ work_package: Пакет работ
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Были проблемы со следующими полями:' header_invalid_fields: 'Были проблемы со следующими полями:'
field_erroneous_label: 'Значение этого поля неверно: %{full_errors}. Пожалуйста, field_erroneous_label: 'Значение этого поля неверно: %{full_errors}. Пожалуйста,
@ -723,6 +742,7 @@ ru:
button_change_password: Смена пароля button_change_password: Смена пароля
button_check_all: Выделить все button_check_all: Выделить все
button_clear: Очистить button_clear: Очистить
button_click_to_reveal: Click to reveal
button_close: Закрыть button_close: Закрыть
button_collapse_all: Свернуть все button_collapse_all: Свернуть все
button_configure: Настройка button_configure: Настройка
@ -753,6 +773,7 @@ ru:
button_remove_widget: Удалить виджет button_remove_widget: Удалить виджет
button_rename: Переименовать button_rename: Переименовать
button_replace: Заменить button_replace: Заменить
button_revoke: Revoke
button_reply: Ответить button_reply: Ответить
button_reset: Сброс button_reset: Сброс
button_rollback: Откатиться до этого этапа button_rollback: Откатиться до этого этапа
@ -2833,3 +2854,110 @@ ru:
только для чтения. только для чтения.
resources: resources:
schema: Схема schema: Схема
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -452,6 +452,14 @@ sk:
time_entries: Zaprotokoluj čas time_entries: Zaprotokoluj čas
type: Typ type: Typ
watcher: Pozorovateľ watcher: Pozorovateľ
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: musí byť akceptovaný. accepted: musí byť akceptovaný.
@ -508,6 +516,16 @@ sk:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -652,6 +670,7 @@ sk:
wiki_page: Wiki stránka wiki_page: Wiki stránka
workflow: Pracovný postup workflow: Pracovný postup
work_package: Pracovný balíček work_package: Pracovný balíček
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Nastali problémy s nasledujúcimi poliami:' header_invalid_fields: 'Nastali problémy s nasledujúcimi poliami:'
field_erroneous_label: 'Toto pole je neplatné: %{full_errors}. Prosím zadajte field_erroneous_label: 'Toto pole je neplatné: %{full_errors}. Prosím zadajte
@ -726,6 +745,7 @@ sk:
button_change_password: Zmeniť heslo button_change_password: Zmeniť heslo
button_check_all: Označiť všetko button_check_all: Označiť všetko
button_clear: Vyčistiť button_clear: Vyčistiť
button_click_to_reveal: Click to reveal
button_close: Zatvoriť button_close: Zatvoriť
button_collapse_all: Zbaliť všetko button_collapse_all: Zbaliť všetko
button_configure: Konfigurovať button_configure: Konfigurovať
@ -756,6 +776,7 @@ sk:
button_remove_widget: Odstrániť widget button_remove_widget: Odstrániť widget
button_rename: Premenovať button_rename: Premenovať
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Odpoveď button_reply: Odpoveď
button_reset: Vynulovať button_reset: Vynulovať
button_rollback: Vrátenie k tejto verzii button_rollback: Vrátenie k tejto verzii
@ -2815,3 +2836,110 @@ sk:
na čítanie. na čítanie.
resources: resources:
schema: Schéma schema: Schéma
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -445,6 +445,14 @@ sv-SE:
time_entries: Logga tid time_entries: Logga tid
type: Typ type: Typ
watcher: Bevakare watcher: Bevakare
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: måste accepteras. accepted: måste accepteras.
@ -502,6 +510,16 @@ sv-SE:
%{count}." %{count}."
greater_than_or_equal_to: "(%{name}) måste vara större än eller lika med greater_than_or_equal_to: "(%{name}) måste vara större än eller lika med
%{count}." %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: kan inte läsas. Är du säker på att det är en support-nyckel? unreadable: kan inte läsas. Är du säker på att det är en support-nyckel?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -635,6 +653,7 @@ sv-SE:
wiki_page: Wiki-sida wiki_page: Wiki-sida
workflow: Arbetsflöde workflow: Arbetsflöde
work_package: Arbetspaket work_package: Arbetspaket
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Det fanns problem med följande fält:' header_invalid_fields: 'Det fanns problem med följande fält:'
field_erroneous_label: |- field_erroneous_label: |-
@ -710,6 +729,7 @@ sv-SE:
button_change_password: Ändra lösenord button_change_password: Ändra lösenord
button_check_all: Markera alla button_check_all: Markera alla
button_clear: Rensa button_clear: Rensa
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Fäll ihop alla button_collapse_all: Fäll ihop alla
button_configure: Konfigurera button_configure: Konfigurera
@ -740,6 +760,7 @@ sv-SE:
button_remove_widget: Ta bort widget button_remove_widget: Ta bort widget
button_rename: Ändra namn button_rename: Ändra namn
button_replace: Ersätt button_replace: Ersätt
button_revoke: Revoke
button_reply: Svara button_reply: Svara
button_reset: Återställ button_reset: Återställ
button_rollback: Återgå till denna version button_rollback: Återgå till denna version
@ -2743,3 +2764,110 @@ sv-SE:
writing_read_only_attributes: Du får inte skriva till ett skrivskyddat attribut. writing_read_only_attributes: Du får inte skriva till ett skrivskyddat attribut.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -442,6 +442,14 @@ th:
time_entries: เวลาทกบนท time_entries: เวลาทกบนท
type: ประเภท type: ประเภท
watcher: อม watcher: อม
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -498,6 +506,16 @@ th:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -627,6 +645,7 @@ th:
wiki_page: หนาว wiki_page: หนาว
workflow: กระบวนการทำงาน workflow: กระบวนการทำงาน
work_package: ดภารก work_package: ดภารก
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'มญหากบฟลดอไปน:' header_invalid_fields: 'มญหากบฟลดอไปน:'
field_erroneous_label: |- field_erroneous_label: |-
@ -702,6 +721,7 @@ th:
button_change_password: เปลยนรหสผาน button_change_password: เปลยนรหสผาน
button_check_all: ตรวจสอบทงหมด button_check_all: ตรวจสอบทงหมด
button_clear: างขอม button_clear: างขอม
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: บทงหมด button_collapse_all: บทงหมด
button_configure: กำหนดค button_configure: กำหนดค
@ -732,6 +752,7 @@ th:
button_remove_widget: เอาเครองมอออก button_remove_widget: เอาเครองมอออก
button_rename: เปลยนช button_rename: เปลยนช
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: ตอบกล button_reply: ตอบกล
button_reset: งคาใหม button_reset: งคาใหม
button_rollback: อนกลบมาทนน button_rollback: อนกลบมาทนน
@ -2689,3 +2710,110 @@ th:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -442,6 +442,14 @@ tr:
time_entries: Zaman kaydet time_entries: Zaman kaydet
type: Tür type: Tür
watcher: Takipçi watcher: Takipçi
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: kabul edilmelidir. accepted: kabul edilmelidir.
@ -499,6 +507,16 @@ tr:
smaller_than_or_equal_to: "(%{name}) %{count} ' e eşit veya daha küçük olmalıdır." smaller_than_or_equal_to: "(%{name}) %{count} ' e eşit veya daha küçük olmalıdır."
greater_than_or_equal_to: "(%{name}) sıfırdan büyük veya %{count} ' e eşit greater_than_or_equal_to: "(%{name}) sıfırdan büyük veya %{count} ' e eşit
olması gerekir." olması gerekir."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: okunamıyor. Desteklenen bir destek anahtarı olduğuna emin misiniz? unreadable: okunamıyor. Desteklenen bir destek anahtarı olduğuna emin misiniz?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -632,6 +650,7 @@ tr:
wiki_page: Viki sayfası wiki_page: Viki sayfası
workflow: İş akışı workflow: İş akışı
work_package: İş paketi work_package: İş paketi
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Aşağıdaki alanları ile ilgili sorunlar oluştu:' header_invalid_fields: 'Aşağıdaki alanları ile ilgili sorunlar oluştu:'
field_erroneous_label: |- field_erroneous_label: |-
@ -707,6 +726,7 @@ tr:
button_change_password: Parolayı değiştir button_change_password: Parolayı değiştir
button_check_all: Tümünü işaretle button_check_all: Tümünü işaretle
button_clear: Temizle button_clear: Temizle
button_click_to_reveal: Click to reveal
button_close: Kapat button_close: Kapat
button_collapse_all: Tümünü daralt button_collapse_all: Tümünü daralt
button_configure: Düzenle button_configure: Düzenle
@ -737,6 +757,7 @@ tr:
button_remove_widget: Widgetleri kaldır button_remove_widget: Widgetleri kaldır
button_rename: Yeniden adlandır button_rename: Yeniden adlandır
button_replace: Değiştir button_replace: Değiştir
button_revoke: Revoke
button_reply: Yanıt button_reply: Yanıt
button_reset: Sıfırla button_reset: Sıfırla
button_rollback: Bu sürüme geri al button_rollback: Bu sürüme geri al
@ -2750,3 +2771,110 @@ tr:
writing_read_only_attributes: Salt okunur bir nitelik yazmamalısınız. writing_read_only_attributes: Salt okunur bir nitelik yazmamalısınız.
resources: resources:
schema: Şema schema: Şema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -448,6 +448,14 @@ uk:
time_entries: Log time time_entries: Log time
type: Type type: Type
watcher: Watcher watcher: Watcher
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -504,6 +512,16 @@ uk:
not_an_integer: "(%{name}) is not an integer." not_an_integer: "(%{name}) is not an integer."
smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}." smaller_than_or_equal_to: "(%{name}) must be smaller than or equal to %{count}."
greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}." greater_than_or_equal_to: "(%{name}) must be greater than or equal to %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -644,6 +662,7 @@ uk:
wiki_page: Wiki page wiki_page: Wiki page
workflow: Workflow workflow: Workflow
work_package: Work package work_package: Work package
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Були проблеми з наступними полями:' header_invalid_fields: 'Були проблеми з наступними полями:'
field_erroneous_label: |- field_erroneous_label: |-
@ -719,6 +738,7 @@ uk:
button_change_password: Change password button_change_password: Change password
button_check_all: Check all button_check_all: Check all
button_clear: Clear button_clear: Clear
button_click_to_reveal: Click to reveal
button_close: Close button_close: Close
button_collapse_all: Collapse all button_collapse_all: Collapse all
button_configure: Configure button_configure: Configure
@ -749,6 +769,7 @@ uk:
button_remove_widget: Remove widget button_remove_widget: Remove widget
button_rename: Rename button_rename: Rename
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Reply button_reply: Reply
button_reset: Reset button_reset: Reset
button_rollback: Rollback to this version button_rollback: Rollback to this version
@ -2797,3 +2818,110 @@ uk:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Схема schema: Схема
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -445,6 +445,14 @@ vi:
time_entries: Thời gian truy cập time_entries: Thời gian truy cập
type: Kiểu type: Kiểu
watcher: Người quan sát watcher: Người quan sát
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: must be accepted. accepted: must be accepted.
@ -502,6 +510,16 @@ vi:
not_an_integer: "(%{name}) không phải là một số nguyên." not_an_integer: "(%{name}) không phải là một số nguyên."
smaller_than_or_equal_to: "(%{name}) phải nhỏ hơn hoặc bằng %{count}." smaller_than_or_equal_to: "(%{name}) phải nhỏ hơn hoặc bằng %{count}."
greater_than_or_equal_to: "(%{name}) phải nhỏ hơn hoặc bằng %{count}." greater_than_or_equal_to: "(%{name}) phải nhỏ hơn hoặc bằng %{count}."
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: can't be read. Are you sure it is a support token? unreadable: can't be read. Are you sure it is a support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -635,6 +653,7 @@ vi:
wiki_page: Trang wiki wiki_page: Trang wiki
workflow: Quy trình làm việc workflow: Quy trình làm việc
work_package: Work Package work_package: Work Package
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 'Đã có vấn đề với các mục sau đây:' header_invalid_fields: 'Đã có vấn đề với các mục sau đây:'
field_erroneous_label: |- field_erroneous_label: |-
@ -710,6 +729,7 @@ vi:
button_change_password: Thay đổi mật khẩu button_change_password: Thay đổi mật khẩu
button_check_all: Đánh dấu tất cả button_check_all: Đánh dấu tất cả
button_clear: Xóa button_clear: Xóa
button_click_to_reveal: Click to reveal
button_close: Đóng button_close: Đóng
button_collapse_all: Thu gọn tất cả button_collapse_all: Thu gọn tất cả
button_configure: Thiết lập button_configure: Thiết lập
@ -740,6 +760,7 @@ vi:
button_remove_widget: Xóa widget button_remove_widget: Xóa widget
button_rename: Đổi tên button_rename: Đổi tên
button_replace: Replace button_replace: Replace
button_revoke: Revoke
button_reply: Trả lời button_reply: Trả lời
button_reset: Reset button_reset: Reset
button_rollback: Quay trở lại phiên bản này button_rollback: Quay trở lại phiên bản này
@ -2752,3 +2773,110 @@ vi:
writing_read_only_attributes: You must not write a read-only attribute. writing_read_only_attributes: You must not write a read-only attribute.
resources: resources:
schema: Schema schema: Schema
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -401,6 +401,14 @@ zh-TW:
time_entries: 日誌的時間 time_entries: 日誌的時間
type: 類型 type: 類型
watcher: 監看者 watcher: 監看者
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: 必須被接受 accepted: 必須被接受
@ -454,6 +462,16 @@ zh-TW:
not_an_integer: "(%{name}) 不是一個整數。" not_an_integer: "(%{name}) 不是一個整數。"
smaller_than_or_equal_to: "(%{name}) 必須小於等於 %{count}。" smaller_than_or_equal_to: "(%{name}) 必須小於等於 %{count}。"
greater_than_or_equal_to: "(%{name}) 必須大於等於 %{count}。" greater_than_or_equal_to: "(%{name}) 必須大於等於 %{count}。"
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: 無法讀取,確定是一個 support token? unreadable: 無法讀取,確定是一個 support token?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -576,6 +594,7 @@ zh-TW:
wiki_page: 維基頁面 wiki_page: 維基頁面
workflow: 工作流程 workflow: 工作流程
work_package: 工作項目 work_package: 工作項目
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: '以下的欄位有問題:' header_invalid_fields: '以下的欄位有問題:'
field_erroneous_label: |- field_erroneous_label: |-
@ -651,6 +670,7 @@ zh-TW:
button_change_password: 變更密碼 button_change_password: 變更密碼
button_check_all: 勾選全部 button_check_all: 勾選全部
button_clear: 清除 button_clear: 清除
button_click_to_reveal: Click to reveal
button_close: 關閉 button_close: 關閉
button_collapse_all: 全部摺疊 button_collapse_all: 全部摺疊
button_configure: 設定 button_configure: 設定
@ -681,6 +701,7 @@ zh-TW:
button_remove_widget: 移除元件 button_remove_widget: 移除元件
button_rename: 重新命名 button_rename: 重新命名
button_replace: 取代 button_replace: 取代
button_revoke: Revoke
button_reply: 回應 button_reply: 回應
button_reset: 重置 button_reset: 重置
button_rollback: 回復到此版本 button_rollback: 回復到此版本
@ -2520,3 +2541,110 @@ zh-TW:
您不可寫入唯讀的屬性。 您不可寫入唯讀的屬性。
resources: resources:
schema: 架構 schema: 架構
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

@ -398,6 +398,14 @@ zh:
time_entries: 记录时间 time_entries: 记录时间
type: 类型 type: 类型
watcher: 关注者 watcher: 关注者
doorkeeper/application:
uid: Client ID
secret: Client secret
owner: Owner
redirect_uri: Redirect URI
client_credentials_user_id: Client Credentials User ID
scopes: Scopes
confidential: Confidential
errors: errors:
messages: messages:
accepted: 必须接受。 accepted: 必须接受。
@ -450,6 +458,16 @@ zh:
not_an_integer: "(%{name}) 不是整数。" not_an_integer: "(%{name}) 不是整数。"
smaller_than_or_equal_to: "(%{name})必须小于或等于 %{count}。" smaller_than_or_equal_to: "(%{name})必须小于或等于 %{count}。"
greater_than_or_equal_to: "(%{name})必须大于或等于 %{count}。" greater_than_or_equal_to: "(%{name})必须大于或等于 %{count}。"
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: cannot contain a fragment.
invalid_uri: must be a valid URI.
relative_uri: must be an absolute URI.
secured_uri: must be an HTTPS/SSL URI.
forbidden_uri: is forbidden by the server.
scopes:
not_match_configured: doesn't match available scopes.
enterprise_token: enterprise_token:
unreadable: 无法读取。是否确定为支持令牌? unreadable: 无法读取。是否确定为支持令牌?
parse_schema_filter_params_service: parse_schema_filter_params_service:
@ -570,6 +588,7 @@ zh:
wiki_page: 维基页面 wiki_page: 维基页面
workflow: 工作流 workflow: 工作流
work_package: 工作包 work_package: 工作包
doorkeeper/application: OAuth application
errors: errors:
header_invalid_fields: 以下字段有问题: header_invalid_fields: 以下字段有问题:
field_erroneous_label: |- field_erroneous_label: |-
@ -645,6 +664,7 @@ zh:
button_change_password: 更改密码 button_change_password: 更改密码
button_check_all: 全选 button_check_all: 全选
button_clear: 清除 button_clear: 清除
button_click_to_reveal: Click to reveal
button_close: 关闭 button_close: 关闭
button_collapse_all: 全部折叠 button_collapse_all: 全部折叠
button_configure: 配置 button_configure: 配置
@ -675,6 +695,7 @@ zh:
button_remove_widget: 删除部件 button_remove_widget: 删除部件
button_rename: 重命名 button_rename: 重命名
button_replace: 替换 button_replace: 替换
button_revoke: Revoke
button_reply: 答复 button_reply: 答复
button_reset: 重置 button_reset: 重置
button_rollback: 回滚到此版本 button_rollback: 回滚到此版本
@ -2479,3 +2500,110 @@ zh:
writing_read_only_attributes: 你不能写入只读属性。 writing_read_only_attributes: 你不能写入只读属性。
resources: resources:
schema: 方案 schema: 方案
doorkeeper:
pre_authorization:
status: Pre-authorization
errors:
messages:
invalid_request: The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
invalid_redirect_uri: The requested redirect uri is malformed or doesn't match
client redirect URI.
unauthorized_client: The client is not authorized to perform this request
using this method.
access_denied: The resource owner or authorization server denied the request.
invalid_scope: The requested scope is invalid, unknown, or malformed.
invalid_code_challenge_method: The code challenge method must be plain or
S256.
server_error: The authorization server encountered an unexpected condition
which prevented it from fulfilling the request.
temporarily_unavailable: The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance of the server.
credential_flow_not_configured: Resource Owner Password Credentials flow failed
due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
resource_owner_authenticator_not_configured: Resource Owner find failed due
to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
admin_authenticator_not_configured: Access to admin panel is forbidden due
to Doorkeeper.configure.admin_authenticator being unconfigured.
unsupported_response_type: The authorization server does not support this
response type.
invalid_client: Client authentication failed due to unknown client, no client
authentication included, or unsupported authentication method.
invalid_grant: The provided authorization grant is invalid, expired, revoked,
does not match the redirection URI used in the authorization request, or
was issued to another client.
unsupported_grant_type: The authorization grant type is not supported by the
authorization server.
invalid_token:
revoked: The access token was revoked
expired: The access token expired
unknown: The access token is invalid
oauth:
application:
singular: OAuth application
plural: OAuth applications
named: OAuth application '%{name}'
new: New OAuth application
default_scopes: "(Default scopes)"
instructions:
name: The name of your application. This will be displayed to other users
upon authorization.
redirect_uri_html: 'The allowed URLs authorized users can be redirected to.
One entry per line. <br/> If you''re registering a desktop application,
use the following URL.
'
confidential: Check if the application will be used where the client secret
can be kept confidential. Native mobile apps and Single Page Apps are assumed
non-confidential.
client_credential_user_id: Optional user ID to impersonate when clients use
this application. Leave empty to allow public access only
register_intro: If you are developing an OAuth API client application for
OpenProject, you can register it using this form for all users to use.
default_scopes: ''
client_id: Client ID
client_secret_notice: 'This is the only time we can print the client secret, please
note it down and keep it secure. It should be treated as a password and cannot
be retrieved by OpenProject at a later time.
'
authorization_dialog:
authorize: Authorize
cancel: Cancel and deny authorization.
prompt_html: Authorize <strong>%{application_name}</strong> to use your account
<em>%{login}</em>?
title: Authorize %{application_name}
wants_to_access_html: 'This application requests access to your OpenProject
account. <br/> <strong>It has requested the following permissions:</strong>
'
scopes:
api_v3: Full API access
api_v3_text: Application will receive full read & write access to the OpenProject
API to perform actions on your behalf.
grants:
created_date: Approved on
scopes: Permissions
successful_application_revocation: Revocation of application %{application_name}
successful.
none_given: No OAuth applications have been granted access to your user account.
x_active_tokens:
one: one active token
other: "%{count} active token"
flows:
authorization_code: Authorization code flow
client_credentials: Client credentials flow
client_credentials: User used for Client credentials
client_credentials_impersonation_set_to: Client credentials user set to
client_credentials_impersonation_warning: 'Note: Clients using the ''Client credentials''
flow in this application will have the rights of this user'
client_credentials_impersonation_html: 'By default, OpenProject provides OAuth
2.0 authorization via %{authorization_code_flow_link}. You can optionally enable
%{client_credentials_flow_link}, but you must provide a user on whose behalf
requests will be performed.
'
authorization_error: An authorization error has occurred.
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications

Loading…
Cancel
Save