From c4fd0e062a4fabdefa7d00d5b44286dbb0cfbd6c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 24 Mar 2023 14:38:07 +0100 Subject: [PATCH] Extract new backend error strings Signed-off-by: Thomas Citharel --- priv/gettext/ar/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/be/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/ca/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/cs/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/de/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/en/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/errors.pot | 212 +++++++- priv/gettext/es/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/fi/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/fr/LC_MESSAGES/errors.po | 559 ++++++++++++++++++--- priv/gettext/gd/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/gl/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/he/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/hr/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/hu/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/id/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/it/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/ja/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/nb_NO/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/nl/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/nn/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/oc/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/pl/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/pt/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/pt_BR/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/ru/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/sv/LC_MESSAGES/errors.po | 212 +++++++- priv/gettext/zh_Hant/LC_MESSAGES/errors.po | 212 +++++++- 28 files changed, 5845 insertions(+), 438 deletions(-) diff --git a/priv/gettext/ar/LC_MESSAGES/errors.po b/priv/gettext/ar/LC_MESSAGES/errors.po index 094c77b33..ae78a4e51 100644 --- a/priv/gettext/ar/LC_MESSAGES/errors.po +++ b/priv/gettext/ar/LC_MESSAGES/errors.po @@ -140,7 +140,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -395,7 +395,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -417,7 +417,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -569,7 +569,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -782,48 +782,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1176,3 +1176,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/be/LC_MESSAGES/errors.po b/priv/gettext/be/LC_MESSAGES/errors.po index 078cbbb6c..cecf8d174 100644 --- a/priv/gettext/be/LC_MESSAGES/errors.po +++ b/priv/gettext/be/LC_MESSAGES/errors.po @@ -114,7 +114,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -369,7 +369,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -391,7 +391,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -543,7 +543,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -756,48 +756,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1150,3 +1150,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/ca/LC_MESSAGES/errors.po b/priv/gettext/ca/LC_MESSAGES/errors.po index 34d400543..ddb8be47c 100644 --- a/priv/gettext/ca/LC_MESSAGES/errors.po +++ b/priv/gettext/ca/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "El perfil actual no administra el grup seleccionat" msgid "Error while saving user settings" msgstr "No s'han pogut desar les preferències" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -370,7 +370,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -392,7 +392,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -544,7 +544,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -757,48 +757,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1151,3 +1151,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/cs/LC_MESSAGES/errors.po b/priv/gettext/cs/LC_MESSAGES/errors.po index 612146c36..e3019a037 100644 --- a/priv/gettext/cs/LC_MESSAGES/errors.po +++ b/priv/gettext/cs/LC_MESSAGES/errors.po @@ -121,7 +121,7 @@ msgstr "Aktuální profil není správcem vybrané skupiny" msgid "Error while saving user settings" msgstr "Chyba při ukládání uživatelských nastavení" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -380,7 +380,7 @@ msgstr "Nelze odstranit poslední identitu uživatele" msgid "Comment is already deleted" msgstr "Komentář je již smazán" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -402,7 +402,7 @@ msgstr "Chyba při aktualizaci hlášení" msgid "Event id not found" msgstr "Id události nebylo nalezeno" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -554,7 +554,7 @@ msgstr "Token neexistuje" msgid "Token is not a valid UUID" msgstr "Token není platný UUID" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Uživatel nebyl nalezen" @@ -774,48 +774,48 @@ msgstr "Registrační token je již používán, vypadá to na problém na naš msgid "This email is already used." msgstr "Tento e-mail je již použit." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Příspěvek nebyl nalezen" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Neplatné předané argumenty" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Neplatné pověření" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Obnovení hesla pro přihlášení" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Zdroj nebyl nalezen" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Něco se pokazilo" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Neznámý zdroj" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "K tomu nemáte oprávnění" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Musíte být přihlášeni" @@ -1175,3 +1175,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Chyba při ukládání zprávy" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Komentář nebyl nalezen" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/de/LC_MESSAGES/errors.po b/priv/gettext/de/LC_MESSAGES/errors.po index ef4c8272d..7a3fcbec0 100644 --- a/priv/gettext/de/LC_MESSAGES/errors.po +++ b/priv/gettext/de/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "Aktuelles Profil ist kein Administrator der ausgewählten Gruppe" msgid "Error while saving user settings" msgstr "Fehler beim Speichern von Benutzereinstellungen" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -378,7 +378,7 @@ msgstr "Kann die letzte Identität eines Benutzers nicht entfernen" msgid "Comment is already deleted" msgstr "Kommentar ist bereits gelöscht" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -400,7 +400,7 @@ msgstr "Fehler beim Aktualisieren des Reports" msgid "Event id not found" msgstr "Veranstaltungs-ID nicht gefunden" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -554,7 +554,7 @@ msgstr "Token existiert nicht" msgid "Token is not a valid UUID" msgstr "Token ist keine gültige UUID" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "User nicht gefunden" @@ -784,48 +784,48 @@ msgstr "" msgid "This email is already used." msgstr "Diese E-Mail wird bereits verwendet." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Beitrag nicht gefunden" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Ungültige Argumente übergeben" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Ungültige Anmeldeinformationen" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Passwort zurücksetzen" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Ressource nicht gefunden" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Etwas lief falsch" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Unbekannte Ressource" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Sie haben nicht die Berechtigung dies zu tun" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Sie müssen eingeloggt sein" @@ -1195,3 +1195,187 @@ msgstr "Ihr Profil wurde als Spam erkannt." msgid "Your registration has been detected as spam and cannot be processed." msgstr "" "Ihre Registrierung wurde als Spam erkannt und kann nicht verarbeitet werden." + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Fehler beim Speichern des Reports" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Veranstaltung nicht gefunden" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/errors.po b/priv/gettext/en/LC_MESSAGES/errors.po index 1b396b9c5..0df870b30 100644 --- a/priv/gettext/en/LC_MESSAGES/errors.po +++ b/priv/gettext/en/LC_MESSAGES/errors.po @@ -118,7 +118,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -373,7 +373,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -395,7 +395,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -547,7 +547,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -760,48 +760,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1154,3 +1154,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/errors.pot b/priv/gettext/errors.pot index 3ae9c151e..93145f052 100644 --- a/priv/gettext/errors.pot +++ b/priv/gettext/errors.pot @@ -115,7 +115,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -370,7 +370,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -392,7 +392,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -544,7 +544,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -757,48 +757,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1151,3 +1151,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/es/LC_MESSAGES/errors.po b/priv/gettext/es/LC_MESSAGES/errors.po index 6743f54da..a11686ff9 100644 --- a/priv/gettext/es/LC_MESSAGES/errors.po +++ b/priv/gettext/es/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "El perfil actual no es un administrador del grupo seleccionado" msgid "Error while saving user settings" msgstr "Error al guardar los parámetros del usuario" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -376,7 +376,7 @@ msgstr "No se puede eliminar la última identidad de un usuario" msgid "Comment is already deleted" msgstr "El comentario ya está eliminado" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -398,7 +398,7 @@ msgstr "Error al actualizar el informe" msgid "Event id not found" msgstr "ID de evento no encontrado" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -550,7 +550,7 @@ msgstr "El token no existe" msgid "Token is not a valid UUID" msgstr "El token no es un UUID válido" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Usuario no encontrado" @@ -776,48 +776,48 @@ msgstr "" msgid "This email is already used." msgstr "Este correo electrónico ya está en uso." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Informe no encontrado" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Se pasaron argumentos no válidos" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Restablezca su contraseña para iniciar sesión" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Recurso no encontrado" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Algo salió mal" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Recurso desconocido" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "No tienes permiso para hacer esto" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Debes iniciar sesión" @@ -1182,3 +1182,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Error al guardar el informe" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Evento no encontrado" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/fi/LC_MESSAGES/errors.po b/priv/gettext/fi/LC_MESSAGES/errors.po index 55f71c9d2..620150df5 100644 --- a/priv/gettext/fi/LC_MESSAGES/errors.po +++ b/priv/gettext/fi/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "Nykyinen profiili ei ole valitun ryhmän ylläpitäjä" msgid "Error while saving user settings" msgstr "Käyttäjän asetusten tallennuksessa tapahtui virhe" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -373,7 +373,7 @@ msgstr "Käyttäjän viimeistä identiteettiä ei voi poistaa" msgid "Comment is already deleted" msgstr "Kommentti on jo poistettu" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -395,7 +395,7 @@ msgstr "Virhe raporttia päivitettäessä" msgid "Event id not found" msgstr "Tapahtumatunnistetta ei löydy" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -547,7 +547,7 @@ msgstr "Merkkiä ei ole" msgid "Token is not a valid UUID" msgstr "Merkki ei ole kelvollinen UUID" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Käyttäjää ei löydy" @@ -763,48 +763,48 @@ msgstr "Rekisteröintimerkki on jo käytössä. Vaikuttaa palvelinpään virheel msgid "This email is already used." msgstr "Sähköpostiosoite on jo käytössä." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Julkaisua ei löydy" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Virheelliset argumentit välitetty" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Virheelliset kirjautumistiedot" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Palauta salasana, jotta voit kirjautua sisään" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Resurssia ei löydy" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Jokin meni vikaan" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Tuntematon resurssi" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Sinulla ei ole oikeutta tähän" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Kirjaudu ensin sisään" @@ -1157,3 +1157,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Virhe raporttia tallennettaessa" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Tapahtumaa ei löydy" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/fr/LC_MESSAGES/errors.po b/priv/gettext/fr/LC_MESSAGES/errors.po index c763dc903..ec3994e89 100644 --- a/priv/gettext/fr/LC_MESSAGES/errors.po +++ b/priv/gettext/fr/LC_MESSAGES/errors.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2023-02-07 15:15+0100\n" +"PO-Revision-Date: 2023-03-24 14:35+0100\n" "Last-Translator: Axel \n" "Language-Team: French \n" "Language: fr\n" @@ -21,6 +21,7 @@ msgstr "" "X-Generator: Poedit 3.1.1\n" #: lib/mobilizon/discussions/discussion.ex:69 +#, elixir-autogen msgid "can't be blank" msgstr "ne peut pas être vide" @@ -97,806 +98,1244 @@ msgid "must be equal to %{number}" msgstr "doit être égal à %{number}" #: lib/graphql/resolvers/user.ex:116 +#, elixir-autogen, elixir-format msgid "Cannot refresh the token" msgstr "Impossible de rafraîchir le jeton" #: lib/graphql/resolvers/group.ex:276 +#, elixir-autogen, elixir-format msgid "Current profile is not a member of this group" msgstr "Le profil actuel n'est pas un membre de ce groupe" #: lib/graphql/resolvers/group.ex:280 +#, elixir-autogen, elixir-format msgid "Current profile is not an administrator of the selected group" msgstr "Le profil actuel n'est pas un·e administrateur·ice du groupe sélectionné" #: lib/graphql/resolvers/user.ex:644 +#, elixir-autogen, elixir-format msgid "Error while saving user settings" msgstr "Erreur lors de la sauvegarde des paramètres utilisateur" -#: lib/graphql/error.ex:101 lib/graphql/resolvers/group.ex:273 lib/graphql/resolvers/group.ex:305 -#: lib/graphql/resolvers/group.ex:342 lib/graphql/resolvers/group.ex:377 lib/graphql/resolvers/group.ex:426 +#: lib/graphql/error.ex:115 +#: lib/graphql/resolvers/group.ex:273 +#: lib/graphql/resolvers/group.ex:305 +#: lib/graphql/resolvers/group.ex:342 +#: lib/graphql/resolvers/group.ex:377 +#: lib/graphql/resolvers/group.ex:426 #: lib/graphql/resolvers/member.ex:81 +#, elixir-autogen, elixir-format msgid "Group not found" msgstr "Groupe non trouvé" -#: lib/graphql/resolvers/group.ex:98 lib/graphql/resolvers/group.ex:102 +#: lib/graphql/resolvers/group.ex:98 +#: lib/graphql/resolvers/group.ex:102 +#, elixir-autogen, elixir-format msgid "Group with ID %{id} not found" msgstr "Groupe avec l'ID %{id} non trouvé" #: lib/graphql/resolvers/user.ex:94 +#, elixir-autogen, elixir-format msgid "Impossible to authenticate, either your email or password are invalid." msgstr "Impossible de s'authentifier, votre adresse e-mail ou bien votre mot de passe sont invalides." -#: lib/graphql/resolvers/group.ex:339 lib/graphql/resolvers/group.ex:346 +#: lib/graphql/resolvers/group.ex:339 +#: lib/graphql/resolvers/group.ex:346 +#, elixir-autogen, elixir-format msgid "Member not found" msgstr "Membre non trouvé" #: lib/graphql/resolvers/actor.ex:94 +#, elixir-autogen, elixir-format msgid "No profile found for the moderator user" msgstr "Aucun profil trouvé pour l'utilisateur modérateur" #: lib/graphql/resolvers/user.ex:300 +#, elixir-autogen, elixir-format msgid "No user to validate with this email was found" msgstr "Aucun·e utilisateur·ice à valider avec cet email n'a été trouvé·e" -#: lib/graphql/resolvers/person.ex:337 lib/graphql/resolvers/user.ex:330 +#: lib/graphql/resolvers/person.ex:337 +#: lib/graphql/resolvers/user.ex:330 +#, elixir-autogen, elixir-format msgid "No user with this email was found" msgstr "Aucun·e utilisateur·ice avec cette adresse e-mail n'a été trouvé·e" -#: lib/graphql/resolvers/feed_token.ex:28 lib/graphql/resolvers/participant.ex:32 -#: lib/graphql/resolvers/participant.ex:210 lib/graphql/resolvers/person.ex:245 lib/graphql/resolvers/person.ex:376 -#: lib/graphql/resolvers/person.ex:412 lib/graphql/resolvers/person.ex:419 lib/graphql/resolvers/person.ex:448 +#: lib/graphql/resolvers/feed_token.ex:28 +#: lib/graphql/resolvers/participant.ex:32 +#: lib/graphql/resolvers/participant.ex:210 +#: lib/graphql/resolvers/person.ex:245 +#: lib/graphql/resolvers/person.ex:376 +#: lib/graphql/resolvers/person.ex:412 +#: lib/graphql/resolvers/person.ex:419 +#: lib/graphql/resolvers/person.ex:448 #: lib/graphql/resolvers/person.ex:463 +#, elixir-autogen, elixir-format msgid "Profile is not owned by authenticated user" msgstr "Le profil n'est pas possédé par l'utilisateur connecté" #: lib/graphql/resolvers/user.ex:177 +#, elixir-autogen, elixir-format msgid "Registrations are not open" msgstr "Les inscriptions ne sont pas ouvertes" #: lib/graphql/resolvers/user.ex:461 +#, elixir-autogen, elixir-format msgid "The current password is invalid" msgstr "Le mot de passe actuel est invalide" -#: lib/graphql/resolvers/admin.ex:336 lib/graphql/resolvers/user.ex:504 +#: lib/graphql/resolvers/admin.ex:336 +#: lib/graphql/resolvers/user.ex:504 +#, elixir-autogen, elixir-format msgid "The new email doesn't seem to be valid" msgstr "La nouvelle adresse e-mail ne semble pas être valide" -#: lib/graphql/resolvers/admin.ex:339 lib/graphql/resolvers/user.ex:507 +#: lib/graphql/resolvers/admin.ex:339 +#: lib/graphql/resolvers/user.ex:507 +#, elixir-autogen, elixir-format msgid "The new email must be different" msgstr "La nouvelle adresse e-mail doit être différente" #: lib/graphql/resolvers/user.ex:464 +#, elixir-autogen, elixir-format msgid "The new password must be different" msgstr "Le nouveau mot de passe doit être différent" -#: lib/graphql/resolvers/user.ex:511 lib/graphql/resolvers/user.ex:573 lib/graphql/resolvers/user.ex:576 +#: lib/graphql/resolvers/user.ex:511 +#: lib/graphql/resolvers/user.ex:573 +#: lib/graphql/resolvers/user.ex:576 +#, elixir-autogen, elixir-format msgid "The password provided is invalid" msgstr "Le mot de passe fourni est invalide" #: lib/graphql/resolvers/user.ex:468 +#, elixir-autogen, elixir-format msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters." -msgstr "" -"Le mot de passe que vous avez choisi est trop court. Merci de vous assurer que votre mot de passe contienne au moins " -"6 caractères." +msgstr "Le mot de passe que vous avez choisi est trop court. Merci de vous assurer que votre mot de passe contienne au moins 6 caractères." #: lib/graphql/resolvers/user.ex:323 +#, elixir-autogen, elixir-format msgid "This user can't reset their password" msgstr "Cet·te utilisateur·ice ne peut pas réinitialiser son mot de passe" #: lib/graphql/resolvers/user.ex:90 +#, elixir-autogen, elixir-format msgid "This user has been disabled" msgstr "Cet·te utilisateur·ice a été désactivé·e" -#: lib/graphql/resolvers/user.ex:278 lib/graphql/resolvers/user.ex:283 +#: lib/graphql/resolvers/user.ex:278 +#: lib/graphql/resolvers/user.ex:283 +#, elixir-autogen, elixir-format msgid "Unable to validate user" msgstr "Impossible de valider l'utilisateur·ice" #: lib/graphql/resolvers/user.ex:554 +#, elixir-autogen, elixir-format msgid "User already disabled" msgstr "L'utilisateur·ice est déjà désactivé·e" #: lib/graphql/resolvers/user.ex:619 +#, elixir-autogen, elixir-format msgid "User requested is not logged-in" msgstr "L'utilisateur·ice demandé·e n'est pas connecté·e" #: lib/graphql/resolvers/group.ex:311 +#, elixir-autogen, elixir-format msgid "You are already a member of this group" msgstr "Vous êtes déjà membre de ce groupe" #: lib/graphql/resolvers/group.ex:350 +#, elixir-autogen, elixir-format msgid "You can't leave this group because you are the only administrator" msgstr "Vous ne pouvez pas quitter ce groupe car vous en êtes le ou la seul·e administrateur·ice" #: lib/graphql/resolvers/group.ex:308 +#, elixir-autogen, elixir-format msgid "You cannot join this group" msgstr "Vous ne pouvez pas rejoindre ce groupe" #: lib/graphql/resolvers/group.ex:132 +#, elixir-autogen, elixir-format msgid "You may not list groups unless moderator." msgstr "Vous ne pouvez pas lister les groupes sauf à être modérateur·ice." #: lib/graphql/resolvers/user.ex:519 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to change your email" msgstr "Vous devez être connecté·e pour changer votre adresse e-mail" #: lib/graphql/resolvers/user.ex:476 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to change your password" msgstr "Vous devez être connecté·e pour changer votre mot de passe" #: lib/graphql/resolvers/group.ex:285 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to delete a group" msgstr "Vous devez être connecté·e pour supprimer un groupe" #: lib/graphql/resolvers/user.ex:581 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to delete your account" msgstr "Vous devez être connecté·e pour supprimer votre compte" #: lib/graphql/resolvers/group.ex:316 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to join a group" msgstr "Vous devez être connecté·e pour rejoindre un groupe" #: lib/graphql/resolvers/group.ex:355 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to leave a group" msgstr "Vous devez être connecté·e pour quitter un groupe" #: lib/graphql/resolvers/group.ex:249 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to update a group" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" #: lib/graphql/resolvers/user.ex:121 +#, elixir-autogen, elixir-format msgid "You need to have an existing token to get a refresh token" msgstr "Vous devez avoir un jeton existant pour obtenir un jeton de rafraîchissement" -#: lib/graphql/resolvers/user.ex:306 lib/graphql/resolvers/user.ex:333 +#: lib/graphql/resolvers/user.ex:306 +#: lib/graphql/resolvers/user.ex:333 +#, elixir-autogen, elixir-format msgid "You requested again a confirmation email too soon" msgstr "Vous avez à nouveau demandé un email de confirmation trop vite" #: lib/graphql/resolvers/user.ex:180 +#, elixir-autogen, elixir-format msgid "Your email is not on the allowlist" msgstr "Votre adresse e-mail n'est pas sur la liste d'autorisations" #: lib/graphql/resolvers/actor.ex:100 +#, elixir-autogen, elixir-format msgid "Error while performing background task" msgstr "Erreur lors de l'exécution d'une tâche d'arrière-plan" #: lib/graphql/resolvers/actor.ex:32 +#, elixir-autogen, elixir-format msgid "No profile found with this ID" msgstr "Aucun profil trouvé avec cet ID" -#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97 +#: lib/graphql/resolvers/actor.ex:61 +#: lib/graphql/resolvers/actor.ex:97 +#, elixir-autogen, elixir-format msgid "No remote profile found with this ID" msgstr "Aucun profil distant trouvé avec cet ID" #: lib/graphql/resolvers/actor.ex:72 +#, elixir-autogen, elixir-format msgid "Only moderators and administrators can suspend a profile" msgstr "Seul·es les modérateur·ice et les administrateur·ices peuvent suspendre un profil" #: lib/graphql/resolvers/actor.ex:105 +#, elixir-autogen, elixir-format msgid "Only moderators and administrators can unsuspend a profile" msgstr "Seul·es les modérateur·ice et les administrateur·ices peuvent annuler la suspension d'un profil" #: lib/graphql/resolvers/actor.ex:29 +#, elixir-autogen, elixir-format msgid "Only remote profiles may be refreshed" msgstr "Seuls les profils distants peuvent être rafraîchis" #: lib/graphql/resolvers/actor.ex:64 +#, elixir-autogen, elixir-format msgid "Profile already suspended" msgstr "Le profil est déjà suspendu" #: lib/graphql/resolvers/participant.ex:96 +#, elixir-autogen, elixir-format msgid "A valid email is required by your instance" msgstr "Une adresse e-mail valide est requise par votre instance" -#: lib/graphql/resolvers/participant.ex:90 lib/graphql/resolvers/participant.ex:143 +#: lib/graphql/resolvers/participant.ex:90 +#: lib/graphql/resolvers/participant.ex:143 +#, elixir-autogen, elixir-format msgid "Anonymous participation is not enabled" msgstr "La participation anonyme n'est pas activée" #: lib/graphql/resolvers/person.ex:219 +#, elixir-autogen, elixir-format msgid "Cannot remove the last administrator of a group" msgstr "Impossible de supprimer le ou la dernier·ère administrateur·ice d'un groupe" #: lib/graphql/resolvers/person.ex:216 +#, elixir-autogen, elixir-format msgid "Cannot remove the last identity of a user" msgstr "Impossible de supprimer le dernier profil d'un·e utilisateur·ice" #: lib/graphql/resolvers/comment.ex:147 +#, elixir-autogen, elixir-format msgid "Comment is already deleted" msgstr "Le commentaire est déjà supprimé" -#: lib/graphql/error.ex:103 lib/graphql/resolvers/discussion.ex:69 +#: lib/graphql/error.ex:117 +#: lib/graphql/resolvers/discussion.ex:69 +#, elixir-autogen, elixir-format msgid "Discussion not found" msgstr "Discussion non trouvée" -#: lib/graphql/resolvers/report.ex:71 lib/graphql/resolvers/report.ex:90 +#: lib/graphql/resolvers/report.ex:71 +#: lib/graphql/resolvers/report.ex:90 +#, elixir-autogen, elixir-format msgid "Error while saving report" msgstr "Erreur lors de la sauvegarde du signalement" #: lib/graphql/resolvers/report.ex:116 +#, elixir-autogen, elixir-format msgid "Error while updating report" msgstr "Erreur lors de la mise à jour du signalement" #: lib/graphql/resolvers/participant.ex:131 +#, elixir-autogen, elixir-format msgid "Event id not found" msgstr "ID de l'événement non trouvé" -#: lib/graphql/error.ex:100 lib/graphql/resolvers/event.ex:355 lib/graphql/resolvers/event.ex:407 +#: lib/graphql/error.ex:114 +#: lib/graphql/resolvers/event.ex:355 +#: lib/graphql/resolvers/event.ex:407 +#, elixir-autogen, elixir-format msgid "Event not found" msgstr "Événement non trouvé" -#: lib/graphql/resolvers/participant.ex:87 lib/graphql/resolvers/participant.ex:128 -#: lib/graphql/resolvers/participant.ex:155 lib/graphql/resolvers/participant.ex:336 +#: lib/graphql/resolvers/participant.ex:87 +#: lib/graphql/resolvers/participant.ex:128 +#: lib/graphql/resolvers/participant.ex:155 +#: lib/graphql/resolvers/participant.ex:336 +#, elixir-autogen, elixir-format msgid "Event with this ID %{id} doesn't exist" msgstr "L'événement avec cet ID %{id} n'existe pas" #: lib/graphql/resolvers/participant.ex:103 +#, elixir-autogen, elixir-format msgid "Internal Error" msgstr "Erreur interne" #: lib/graphql/resolvers/discussion.ex:219 +#, elixir-autogen, elixir-format msgid "No discussion with ID %{id}" msgstr "Aucune discussion avec l'ID %{id}" -#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107 lib/graphql/resolvers/todos.ex:179 -#: lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237 +#: lib/graphql/resolvers/todos.ex:80 +#: lib/graphql/resolvers/todos.ex:107 +#: lib/graphql/resolvers/todos.ex:179 +#: lib/graphql/resolvers/todos.ex:208 +#: lib/graphql/resolvers/todos.ex:237 +#, elixir-autogen, elixir-format msgid "No profile found for user" msgstr "Aucun profil trouvé pour l'utilisateur modérateur" #: lib/graphql/resolvers/feed_token.ex:64 +#, elixir-autogen, elixir-format msgid "No such feed token" msgstr "Aucun jeton de flux correspondant" #: lib/graphql/resolvers/participant.ex:259 +#, elixir-autogen, elixir-format msgid "Participant already has role %{role}" msgstr "Le ou la participant·e a déjà le rôle %{role}" -#: lib/graphql/resolvers/participant.ex:187 lib/graphql/resolvers/participant.ex:220 +#: lib/graphql/resolvers/participant.ex:187 +#: lib/graphql/resolvers/participant.ex:220 #: lib/graphql/resolvers/participant.ex:263 +#, elixir-autogen, elixir-format msgid "Participant not found" msgstr "Participant·e non trouvé·e" #: lib/graphql/resolvers/person.ex:33 +#, elixir-autogen, elixir-format msgid "Person with ID %{id} not found" msgstr "Personne avec l'ID %{id} non trouvé" #: lib/graphql/resolvers/person.ex:57 +#, elixir-autogen, elixir-format msgid "Person with username %{username} not found" msgstr "Personne avec le nom %{name} non trouvé" -#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203 +#: lib/graphql/resolvers/post.ex:169 +#: lib/graphql/resolvers/post.ex:203 +#, elixir-autogen, elixir-format msgid "Post ID is not a valid ID" msgstr "L'ID du billet n'est pas un ID valide" -#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206 +#: lib/graphql/resolvers/post.ex:172 +#: lib/graphql/resolvers/post.ex:206 +#, elixir-autogen, elixir-format msgid "Post doesn't exist" msgstr "Le billet n'existe pas" #: lib/graphql/resolvers/member.ex:84 +#, elixir-autogen, elixir-format msgid "Profile invited doesn't exist" msgstr "Le profil invité n'existe pas" -#: lib/graphql/resolvers/member.ex:93 lib/graphql/resolvers/member.ex:97 +#: lib/graphql/resolvers/member.ex:93 +#: lib/graphql/resolvers/member.ex:97 +#, elixir-autogen, elixir-format msgid "Profile is already a member of this group" msgstr "Ce profil est déjà membre de ce groupe" -#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175 lib/graphql/resolvers/post.ex:209 -#: lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:135 lib/graphql/resolvers/resource.ex:168 -#: lib/graphql/resolvers/resource.ex:202 lib/graphql/resolvers/todos.ex:58 lib/graphql/resolvers/todos.ex:83 -#: lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182 lib/graphql/resolvers/todos.ex:214 +#: lib/graphql/resolvers/post.ex:133 +#: lib/graphql/resolvers/post.ex:175 +#: lib/graphql/resolvers/post.ex:209 +#: lib/graphql/resolvers/resource.ex:90 +#: lib/graphql/resolvers/resource.ex:135 +#: lib/graphql/resolvers/resource.ex:168 +#: lib/graphql/resolvers/resource.ex:202 +#: lib/graphql/resolvers/todos.ex:58 +#: lib/graphql/resolvers/todos.ex:83 +#: lib/graphql/resolvers/todos.ex:110 +#: lib/graphql/resolvers/todos.ex:182 +#: lib/graphql/resolvers/todos.ex:214 #: lib/graphql/resolvers/todos.ex:246 +#, elixir-autogen, elixir-format msgid "Profile is not member of group" msgstr "Le profil n'est pas un·e membre du groupe" -#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:242 +#: lib/graphql/resolvers/actor.ex:67 +#: lib/graphql/resolvers/person.ex:242 +#, elixir-autogen, elixir-format msgid "Profile not found" msgstr "Profile non trouvé" #: lib/graphql/resolvers/report.ex:48 +#, elixir-autogen, elixir-format msgid "Report not found" msgstr "Groupe non trouvé" -#: lib/graphql/resolvers/resource.ex:172 lib/graphql/resolvers/resource.ex:199 +#: lib/graphql/resolvers/resource.ex:172 +#: lib/graphql/resolvers/resource.ex:199 +#, elixir-autogen, elixir-format msgid "Resource doesn't exist" msgstr "La ressource n'existe pas" #: lib/graphql/resolvers/participant.ex:124 +#, elixir-autogen, elixir-format msgid "The event has already reached its maximum capacity" msgstr "L'événement a déjà atteint sa capacité maximale" #: lib/graphql/resolvers/participant.ex:282 +#, elixir-autogen, elixir-format msgid "This token is invalid" msgstr "Ce jeton est invalide" -#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243 +#: lib/graphql/resolvers/todos.ex:176 +#: lib/graphql/resolvers/todos.ex:243 +#, elixir-autogen, elixir-format msgid "Todo doesn't exist" msgstr "Ce todo n'existe pas" -#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211 lib/graphql/resolvers/todos.ex:240 +#: lib/graphql/resolvers/todos.ex:77 +#: lib/graphql/resolvers/todos.ex:211 +#: lib/graphql/resolvers/todos.ex:240 +#, elixir-autogen, elixir-format msgid "Todo list doesn't exist" msgstr "Cette todo-liste n'existe pas" #: lib/graphql/resolvers/feed_token.ex:73 +#, elixir-autogen, elixir-format msgid "Token does not exist" msgstr "Ce jeton n'existe pas" -#: lib/graphql/resolvers/feed_token.ex:67 lib/graphql/resolvers/feed_token.ex:70 +#: lib/graphql/resolvers/feed_token.ex:67 +#: lib/graphql/resolvers/feed_token.ex:70 +#, elixir-autogen, elixir-format msgid "Token is not a valid UUID" msgstr "Ce jeton n'est pas un UUID valide" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 +#, elixir-autogen, elixir-format msgid "User not found" msgstr "Utilisateur·ice non trouvé·e" #: lib/graphql/resolvers/person.ex:333 +#, elixir-autogen, elixir-format msgid "You already have a profile for this user" msgstr "Vous avez déjà un profil pour cet utilisateur" #: lib/graphql/resolvers/participant.ex:134 +#, elixir-autogen, elixir-format msgid "You are already a participant of this event" msgstr "Vous êtes déjà un·e participant·e à cet événement" #: lib/graphql/resolvers/member.ex:87 +#, elixir-autogen, elixir-format msgid "You are not a member of this group" msgstr "Vous n'êtes pas membre de ce groupe" -#: lib/graphql/resolvers/member.ex:157 lib/graphql/resolvers/member.ex:173 lib/graphql/resolvers/member.ex:188 +#: lib/graphql/resolvers/member.ex:157 +#: lib/graphql/resolvers/member.ex:173 +#: lib/graphql/resolvers/member.ex:188 +#, elixir-autogen, elixir-format msgid "You are not a moderator or admin for this group" msgstr "Vous n'êtes pas administrateur·ice ou modérateur·ice de ce groupe" #: lib/graphql/resolvers/comment.ex:80 +#, elixir-autogen, elixir-format msgid "You are not allowed to create a comment if not connected" msgstr "Vous n'êtes pas autorisé·e à créer un commentaire si non connecté·e" #: lib/graphql/resolvers/feed_token.ex:41 +#, elixir-autogen, elixir-format msgid "You are not allowed to create a feed token if not connected" msgstr "Vous n'êtes pas autorisé·e à créer un jeton de flux si non connecté·e" #: lib/graphql/resolvers/comment.ex:155 +#, elixir-autogen, elixir-format msgid "You are not allowed to delete a comment if not connected" msgstr "Vous n'êtes pas autorisé·e à supprimer un commentaire si non connecté·e" #: lib/graphql/resolvers/feed_token.ex:82 +#, elixir-autogen, elixir-format msgid "You are not allowed to delete a feed token if not connected" msgstr "Vous n'êtes pas autorisé·e à supprimer un jeton de flux si non connecté·e" #: lib/graphql/resolvers/comment.ex:114 +#, elixir-autogen, elixir-format msgid "You are not allowed to update a comment if not connected" msgstr "Vous n'êtes pas autorisé·e à mettre à jour un commentaire si non connecté·e" -#: lib/graphql/resolvers/participant.ex:181 lib/graphql/resolvers/participant.ex:214 +#: lib/graphql/resolvers/participant.ex:181 +#: lib/graphql/resolvers/participant.ex:214 +#, elixir-autogen, elixir-format msgid "You can't leave event because you're the only event creator participant" msgstr "Vous ne pouvez pas quitter cet événement car vous en êtes le ou la seule créateur·ice participant" #: lib/graphql/resolvers/member.ex:192 +#, elixir-autogen, elixir-format msgid "You can't set yourself to a lower member role for this group because you are the only administrator" -msgstr "" -"Vous ne pouvez pas vous définir avec un rôle de membre inférieur pour ce groupe car vous en êtes le ou la seul·e " -"administrateur·ice" +msgstr "Vous ne pouvez pas vous définir avec un rôle de membre inférieur pour ce groupe car vous en êtes le ou la seul·e administrateur·ice" #: lib/graphql/resolvers/comment.ex:143 +#, elixir-autogen, elixir-format msgid "You cannot delete this comment" msgstr "Vous ne pouvez pas supprimer ce commentaire" #: lib/graphql/resolvers/event.ex:403 +#, elixir-autogen, elixir-format msgid "You cannot delete this event" msgstr "Vous ne pouvez pas supprimer cet événement" #: lib/graphql/resolvers/member.ex:90 +#, elixir-autogen, elixir-format msgid "You cannot invite to this group" msgstr "Vous ne pouvez pas rejoindre ce groupe" #: lib/graphql/resolvers/feed_token.ex:76 +#, elixir-autogen, elixir-format msgid "You don't have permission to delete this token" msgstr "Vous n'avez pas la permission de supprimer ce jeton" #: lib/graphql/resolvers/admin.ex:56 +#, elixir-autogen, elixir-format msgid "You need to be logged-in and a moderator to list action logs" msgstr "Vous devez être connecté·e et une modérateur·ice pour lister les journaux de modération" #: lib/graphql/resolvers/report.ex:36 +#, elixir-autogen, elixir-format msgid "You need to be logged-in and a moderator to list reports" msgstr "Vous devez être connecté·e et une modérateur·ice pour lister les signalements" #: lib/graphql/resolvers/report.ex:121 +#, elixir-autogen, elixir-format msgid "You need to be logged-in and a moderator to update a report" msgstr "Vous devez être connecté·e et une modérateur·ice pour modifier un signalement" #: lib/graphql/resolvers/report.ex:53 +#, elixir-autogen, elixir-format msgid "You need to be logged-in and a moderator to view a report" msgstr "Vous devez être connecté·e pour et une modérateur·ice pour visionner un signalement" #: lib/graphql/resolvers/admin.ex:252 +#, elixir-autogen, elixir-format msgid "You need to be logged-in and an administrator to access admin settings" msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux paramètres administrateur" #: lib/graphql/resolvers/admin.ex:236 +#, elixir-autogen, elixir-format msgid "You need to be logged-in and an administrator to access dashboard statistics" msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux panneau de statistiques" #: lib/graphql/resolvers/admin.ex:278 +#, elixir-autogen, elixir-format msgid "You need to be logged-in and an administrator to save admin settings" msgstr "Vous devez être connecté·e et un·e administrateur·ice pour sauvegarder les paramètres administrateur" #: lib/graphql/resolvers/discussion.ex:84 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to access discussions" msgstr "Vous devez être connecté·e pour accéder aux discussions" #: lib/graphql/resolvers/resource.ex:96 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to access resources" msgstr "Vous devez être connecté·e pour supprimer un groupe" #: lib/graphql/resolvers/event.ex:313 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to create events" msgstr "Vous devez être connecté·e pour créer des événements" #: lib/graphql/resolvers/post.ex:141 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to create posts" msgstr "Vous devez être connecté·e pour quitter un groupe" #: lib/graphql/resolvers/report.ex:87 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to create reports" msgstr "Vous devez être connecté·e pour quitter un groupe" #: lib/graphql/resolvers/resource.ex:140 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to create resources" msgstr "Vous devez être connecté·e pour quitter un groupe" #: lib/graphql/resolvers/event.ex:412 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to delete an event" msgstr "Vous devez être connecté·e pour supprimer un groupe" #: lib/graphql/resolvers/post.ex:214 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to delete posts" msgstr "Vous devez être connecté·e pour supprimer un groupe" #: lib/graphql/resolvers/resource.ex:207 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to delete resources" msgstr "Vous devez être connecté·e pour supprimer un groupe" #: lib/graphql/resolvers/participant.ex:108 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to join an event" msgstr "Vous devez être connecté·e pour rejoindre un événement" #: lib/graphql/resolvers/participant.ex:225 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to leave an event" msgstr "Vous devez être connecté·e pour quitter un groupe" #: lib/graphql/resolvers/event.ex:369 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to update an event" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" #: lib/graphql/resolvers/post.ex:180 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to update posts" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" #: lib/graphql/resolvers/resource.ex:177 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to update resources" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" #: lib/graphql/resolvers/resource.ex:236 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to view a resource preview" msgstr "Vous devez être connecté·e pour supprimer un groupe" #: lib/graphql/resolvers/resource.ex:132 +#, elixir-autogen, elixir-format msgid "Parent resource doesn't belong to this group" msgstr "La ressource parente n'appartient pas à ce groupe" #: lib/mobilizon/users/user.ex:114 +#, elixir-autogen, elixir-format msgid "The chosen password is too short." msgstr "Le mot de passe choisi est trop court." #: lib/mobilizon/users/user.ex:142 +#, elixir-autogen, elixir-format msgid "The registration token is already in use, this looks like an issue on our side." msgstr "Le jeton d'inscription est déjà utilisé, cela ressemble à un problème de notre côté." #: lib/mobilizon/users/user.ex:108 +#, elixir-autogen, elixir-format msgid "This email is already used." msgstr "Cette adresse e-mail est déjà utilisée." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 +#, elixir-autogen, elixir-format msgid "Post not found" msgstr "Billet non trouvé" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 +#, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Paramètres fournis invalides" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 +#, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Identifiants invalides" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 +#, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Réinitialiser votre mot de passe pour vous connecter" -#: lib/graphql/error.ex:97 lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 +#, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Ressource non trouvée" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 +#, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Quelque chose s'est mal passé" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 +#, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Ressource inconnue" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 +#, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Vous n'avez pas la permission de faire ceci" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 +#, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Vous devez être connecté·e" #: lib/graphql/resolvers/member.ex:118 +#, elixir-autogen, elixir-format msgid "You can't accept this invitation with this profile." msgstr "Vous ne pouvez pas accepter cette invitation avec ce profil." #: lib/graphql/resolvers/member.ex:139 +#, elixir-autogen, elixir-format msgid "You can't reject this invitation with this profile." msgstr "Vous ne pouvez pas rejeter cette invitation avec ce profil." #: lib/graphql/resolvers/media.ex:71 +#, elixir-autogen, elixir-format msgid "File doesn't have an allowed MIME type." msgstr "Le fichier n'a pas un type MIME autorisé." #: lib/graphql/resolvers/group.ex:244 +#, elixir-autogen, elixir-format msgid "Profile is not administrator for the group" msgstr "Le profil n'est pas administrateur·ice pour le groupe" #: lib/graphql/resolvers/event.ex:358 +#, elixir-autogen, elixir-format msgid "You can't edit this event." msgstr "Vous ne pouvez pas éditer cet événement." #: lib/graphql/resolvers/event.ex:361 +#, elixir-autogen, elixir-format msgid "You can't attribute this event to this profile." msgstr "Vous ne pouvez pas attribuer cet événement à ce profil." #: lib/graphql/resolvers/member.ex:142 +#, elixir-autogen, elixir-format msgid "This invitation doesn't exist." msgstr "Cette invitation n'existe pas." #: lib/graphql/resolvers/member.ex:217 +#, elixir-autogen, elixir-format msgid "This member already has been rejected." msgstr "Ce·tte membre a déjà été rejetté·e." #: lib/graphql/resolvers/member.ex:241 +#, elixir-autogen, elixir-format msgid "You don't have the right to remove this member." msgstr "Vous n'avez pas les droits pour supprimer ce·tte membre." #: lib/mobilizon/actors/actor.ex:377 +#, elixir-autogen, elixir-format msgid "This username is already taken." msgstr "Cet identifiant est déjà pris." #: lib/graphql/resolvers/discussion.ex:81 +#, elixir-autogen, elixir-format msgid "You must provide either an ID or a slug to access a discussion" msgstr "Vous devez fournir un ID ou bien un slug pour accéder à une discussion" #: lib/graphql/resolvers/event.ex:275 +#, elixir-autogen, elixir-format msgid "Organizer profile is not owned by the user" msgstr "Le profil de l'organisateur·ice n'appartient pas à l'utilisateur·ice" #: lib/graphql/resolvers/participant.ex:93 +#, elixir-autogen, elixir-format msgid "Profile ID provided is not the anonymous profile one" msgstr "L'ID du profil fourni n'est pas celui du profil anonyme" -#: lib/graphql/resolvers/group.ex:181 lib/graphql/resolvers/group.ex:223 lib/graphql/resolvers/person.ex:157 -#: lib/graphql/resolvers/person.ex:191 lib/graphql/resolvers/person.ex:324 +#: lib/graphql/resolvers/group.ex:181 +#: lib/graphql/resolvers/group.ex:223 +#: lib/graphql/resolvers/person.ex:157 +#: lib/graphql/resolvers/person.ex:191 +#: lib/graphql/resolvers/person.ex:324 +#, elixir-autogen, elixir-format msgid "The provided picture is too heavy" msgstr "L'image fournie est trop lourde" #: lib/graphql/resolvers/resource.ex:129 +#, elixir-autogen, elixir-format msgid "Error while creating resource" msgstr "Erreur lors de la création de la resource" #: lib/graphql/resolvers/user.ex:537 +#, elixir-autogen, elixir-format msgid "Invalid activation token" msgstr "Jeton d'activation invalide" #: lib/graphql/resolvers/resource.ex:226 +#, elixir-autogen, elixir-format msgid "Unable to fetch resource details from this URL." msgstr "Impossible de récupérer les détails de la ressource depuis cette URL." -#: lib/graphql/resolvers/event.ex:165 lib/graphql/resolvers/participant.ex:253 lib/graphql/resolvers/participant.ex:328 +#: lib/graphql/resolvers/event.ex:165 +#: lib/graphql/resolvers/participant.ex:253 +#: lib/graphql/resolvers/participant.ex:328 +#, elixir-autogen, elixir-format msgid "Provided profile doesn't have moderator permissions on this event" msgstr "Le profil modérateur fourni n'a pas de permissions sur cet événement" #: lib/graphql/resolvers/event.ex:286 +#, elixir-autogen, elixir-format msgid "Organizer profile doesn't have permission to create an event on behalf of this group" msgstr "Le profil de l'organisateur⋅ice n'a pas la permission de créer un événement au nom de ce groupe" #: lib/graphql/resolvers/event.ex:349 +#, elixir-autogen, elixir-format msgid "This profile doesn't have permission to update an event on behalf of this group" msgstr "Ce profil n'a pas la permission de mettre à jour un événement au nom du groupe" #: lib/graphql/resolvers/user.ex:184 +#, elixir-autogen, elixir-format msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider" msgstr "Votre adresse e-mail a été refusée à l'inscription ou bien utilise un fournisseur d'e-mail interdit" #: lib/graphql/resolvers/comment.ex:150 +#, elixir-autogen, elixir-format msgid "Comment not found" msgstr "Commentaire non trouvé" #: lib/graphql/resolvers/discussion.ex:123 +#, elixir-autogen, elixir-format msgid "Error while creating a discussion" msgstr "Erreur lors de la création de la discussion" #: lib/graphql/resolvers/user.ex:658 +#, elixir-autogen, elixir-format msgid "Error while updating locale" msgstr "Erreur lors de la mise à jour des options linguistiques" #: lib/graphql/resolvers/person.ex:327 +#, elixir-autogen, elixir-format msgid "Error while uploading pictures" msgstr "Erreur lors du téléversement des images" #: lib/graphql/resolvers/participant.ex:190 +#, elixir-autogen, elixir-format msgid "Failed to leave the event" msgstr "Impossible de quitter l'événement" #: lib/graphql/resolvers/group.ex:236 +#, elixir-autogen, elixir-format msgid "Failed to update the group" msgstr "Impossible de mettre à jour le groupe" -#: lib/graphql/resolvers/admin.ex:333 lib/graphql/resolvers/user.ex:501 +#: lib/graphql/resolvers/admin.ex:333 +#: lib/graphql/resolvers/user.ex:501 +#, elixir-autogen, elixir-format msgid "Failed to update user email" msgstr "Impossible de mettre à jour l'adresse e-mail de utilisateur" #: lib/graphql/resolvers/user.ex:533 +#, elixir-autogen, elixir-format msgid "Failed to validate user email" msgstr "Impossible de valider l'adresse e-mail de l'utilisateur·ice" #: lib/graphql/resolvers/participant.ex:146 +#, elixir-autogen, elixir-format msgid "The anonymous actor ID is invalid" msgstr "L'ID de l'acteur anonyme est invalide" #: lib/graphql/resolvers/resource.ex:165 +#, elixir-autogen, elixir-format msgid "Unknown error while updating resource" msgstr "Erreur inconnue lors de la mise à jour de la resource" #: lib/graphql/resolvers/comment.ex:105 +#, elixir-autogen, elixir-format msgid "You are not the comment creator" msgstr "Vous n'êtes pas le ou la createur⋅ice du commentaire" #: lib/graphql/resolvers/user.ex:458 +#, elixir-autogen, elixir-format msgid "You cannot change your password." msgstr "Vous ne pouvez pas changer votre mot de passe." #: lib/graphql/resolvers/participant.ex:321 +#, elixir-autogen, elixir-format msgid "Format not supported" msgstr "Format non supporté" #: lib/graphql/resolvers/participant.ex:305 +#, elixir-autogen, elixir-format msgid "A dependency needed to export to %{format} is not installed" msgstr "Une dépendance nécessaire pour exporter en %{format} n'est pas installée" #: lib/graphql/resolvers/participant.ex:313 +#, elixir-autogen, elixir-format msgid "An error occured while saving export" msgstr "Une erreur est survenue lors de l'enregistrement de l'export" #: lib/web/controllers/export_controller.ex:30 +#, elixir-autogen, elixir-format msgid "Export to format %{format} is not enabled on this instance" msgstr "L'export au format %{format} n'est pas activé sur cette instance" #: lib/graphql/resolvers/group.ex:187 +#, elixir-autogen, elixir-format msgid "Only admins can create groups" msgstr "Seul⋅es les administrateur⋅ices peuvent créer des groupes" #: lib/graphql/resolvers/event.ex:279 +#, elixir-autogen, elixir-format msgid "Only groups can create events" msgstr "Seuls les groupes peuvent créer des événements" #: lib/graphql/resolvers/event.ex:305 +#, elixir-autogen, elixir-format msgid "Unknown error while creating event" msgstr "Erreur inconnue lors de la création de l'événement" #: lib/graphql/resolvers/user.ex:514 +#, elixir-autogen, elixir-format msgid "User cannot change email" msgstr "L'utilisateur ne peut changer son adresse e-mail" #: lib/graphql/resolvers/group.ex:399 +#, elixir-autogen, elixir-format msgid "Follow does not match your account" msgstr "L'abonnement ne correspond pas à votre compte" #: lib/graphql/resolvers/group.ex:403 +#, elixir-autogen, elixir-format msgid "Follow not found" msgstr "Abonnement non trouvé" #: lib/graphql/resolvers/user.ex:379 +#, elixir-autogen, elixir-format msgid "Profile with username %{username} not found" msgstr "Personne avec le nom %{name} non trouvé" #: lib/graphql/resolvers/user.ex:374 +#, elixir-autogen, elixir-format msgid "This profile does not belong to you" msgstr "Ce profil ne vous appartient pas" #: lib/graphql/resolvers/group.ex:373 +#, elixir-autogen, elixir-format msgid "You are already following this group" msgstr "Vous êtes déjà membre de ce groupe" #: lib/graphql/resolvers/group.ex:382 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to follow a group" msgstr "Vous devez être connecté·e pour suivre un groupe" #: lib/graphql/resolvers/group.ex:431 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to unfollow a group" msgstr "Vous devez être connecté·e pour rejoindre un groupe" #: lib/graphql/resolvers/group.ex:408 +#, elixir-autogen, elixir-format msgid "You need to be logged-in to update a group follow" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" #: lib/graphql/resolvers/member.ex:210 +#, elixir-autogen, elixir-format msgid "This member does not exist" msgstr "Ce membre n'existe pas" #: lib/graphql/resolvers/member.ex:234 +#, elixir-autogen, elixir-format msgid "You don't have the role needed to remove this member." msgstr "Vous n'avez pas les droits pour supprimer ce·tte membre." #: lib/graphql/resolvers/member.ex:252 +#, elixir-autogen, elixir-format msgid "You must be logged-in to remove a member" msgstr "Vous devez être connecté⋅e pour supprimer un⋅e membre" #: lib/graphql/resolvers/user.ex:174 +#, elixir-autogen, elixir-format msgid "Your email seems to be using an invalid format" msgstr "Votre email semble utiliser un format invalide" #: lib/graphql/resolvers/admin.ex:382 +#, elixir-autogen, elixir-format msgid "Can't confirm an already confirmed user" msgstr "Impossible de confirmer un⋅e utilisateur⋅ice déjà confirmé⋅e" #: lib/graphql/resolvers/admin.ex:386 +#, elixir-autogen, elixir-format msgid "Deconfirming users is not supported" msgstr "Dé-confirmer des utilisateur⋅ices n'est pas supporté" #: lib/graphql/resolvers/admin.ex:358 +#, elixir-autogen, elixir-format msgid "The new role must be different" msgstr "Le nouveau rôle doit être différent" #: lib/graphql/resolvers/admin.ex:309 +#, elixir-autogen, elixir-format msgid "You need to be logged-in and an administrator to edit an user's details" msgstr "Vous devez être connecté·e et un·e administrateur·ice pour éditer les détails d'un⋅e utilisateur⋅ice" #: lib/graphql/api/groups.ex:33 +#, elixir-autogen, elixir-format msgid "A profile or group with that name already exists" msgstr "Un profil ou un groupe avec ce nom existe déjà" #: lib/graphql/resolvers/admin.ex:519 +#, elixir-autogen, elixir-format msgid "Unable to find an instance to follow at this address" msgstr "Impossible de trouver une instance à suivre à cette adresse" #: lib/mobilizon/actors/actor.ex:396 +#, elixir-autogen, elixir-format msgid "Username must only contain alphanumeric lowercased characters and underscores." msgstr "Le nom d'utilisateur ne doit contenir que des caractères alphanumériques minuscules et des underscores." -#: lib/graphql/resolvers/user.ex:303 lib/graphql/resolvers/user.ex:326 +#: lib/graphql/resolvers/user.ex:303 +#: lib/graphql/resolvers/user.ex:326 +#, elixir-autogen, elixir-format msgid "This email doesn't seem to be valid" msgstr "Cette adresse e-mail ne semble pas être valide" #: lib/graphql/resolvers/comment.ex:65 +#, elixir-autogen, elixir-format msgid "This comment was detected as spam." msgstr "Ce commentaire a été détecté comme spam." #: lib/graphql/resolvers/event.ex:293 +#, elixir-autogen, elixir-format msgid "This event was detected as spam." msgstr "Cet événement a été détecté comme spam." #: lib/graphql/api/reports.ex:66 +#, elixir-autogen, elixir-format msgid "Unsupported status for a report" msgstr "Statut non supporté pour un signalement" #: lib/graphql/api/reports.ex:127 +#, elixir-autogen, elixir-format msgid "You can only remove your own notes" msgstr "Vous pouvez uniquement supprimer vos propres notes" -#: lib/graphql/api/reports.ex:94 lib/graphql/api/reports.ex:121 +#: lib/graphql/api/reports.ex:94 +#: lib/graphql/api/reports.ex:121 +#, elixir-autogen, elixir-format msgid "You need to be a moderator or an administrator to create a note on a report" msgstr "Vous devez être un·e modérateur·ice ou un·e administrateur·ice pour créer une note sur un signalement" #: lib/graphql/resolvers/person.ex:330 +#, elixir-autogen, elixir-format msgid "Your profile was detected as spam." msgstr "Votre profil a été détecté comme un spam." #: lib/graphql/resolvers/user.ex:191 +#, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "Votre inscription a été détectée comme du spam et ne peut être poursuivie." + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "Les paramètres name, scope et redirect_uri sont requis pour créer une application" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "Application non trouvée" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "Jeton d'application non trouvé" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format +msgid "Error while revoking token" +msgstr "Erreur lors de la révocation du jeton" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "Impossible de créer l'application." + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" +"Paramètres envoyés incorrects. Vous devez au moins fournir les paramètres grant_type et client_id, en fonction du type d’autorisation " +"utilisée." + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "Les identifiants clients fournis sont invalides" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "Le jeton de rafraîchissement fourni est invalide" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "Aucune application n'a été trouvée avec ce client_id" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "Non autorisé à accéder au champ %{field}" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "Non autorisé à accéder à l'objet %{object}" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "Non autorisé à accéder à ce %{object_type}" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "Merci de réduire le rythme de vos requêtes" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "La requête d'autorisation est toujours en attente" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "Le client_id fourni ou device_code associé n'est pas valide" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "Le code utilisateur de l'appareil n'a pas été fourni avant l'approbation de la demande" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "Le device_code donné a expiré" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "Le redirect_uri donné ne figure pas dans la liste des URI de redirection autorisées." + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "Le champ d'application donné n'est pas dans la liste des champs d'application déclarés par l'application." + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "Le code utilisateur donné a expiré" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "Le code utilisateur donné n'est pas valide" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "Le client_id fourni ne correspond pas au code fourni" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "Le client_secret fourni n'est pas valide" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "Le code fourni n'est pas valide ou a expiré" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "Le champ d'application fourni n'est pas valide ou n'est pas inclus dans les champs d'application déclarés de l'application." + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "Le paramètre scope n'est pas une liste de champs d'application valides séparés par des espaces" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "L'utilisateur a refusé l'autorisation demandée" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "Cette URI de redirection n'est pas autorisée" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format +msgid "Token not found" +msgstr "Jeton non trouvé" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "Trop de requêtes" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "Impossible de produire un device code" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "Impossible de révoquer le jeton" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "Pour obtenir un code d'appareil, vous devez passer en paramètre le client_id et le scope" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "Vous devez fournir un redirect_uri valide pour autoriser une application" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "Vous devez spécifier client_id, redirect_uri, scope et state pour autoriser une application" diff --git a/priv/gettext/gd/LC_MESSAGES/errors.po b/priv/gettext/gd/LC_MESSAGES/errors.po index 4a02782a9..4ded13d05 100644 --- a/priv/gettext/gd/LC_MESSAGES/errors.po +++ b/priv/gettext/gd/LC_MESSAGES/errors.po @@ -120,7 +120,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -375,7 +375,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -397,7 +397,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -549,7 +549,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -762,48 +762,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1156,3 +1156,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/gl/LC_MESSAGES/errors.po b/priv/gettext/gl/LC_MESSAGES/errors.po index 2688f4c34..da74ecb24 100644 --- a/priv/gettext/gl/LC_MESSAGES/errors.po +++ b/priv/gettext/gl/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "O perfil actual non é administrador do grupo seleccionado" msgid "Error while saving user settings" msgstr "Erro ó gardar os axustes de usuaria" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -373,7 +373,7 @@ msgstr "Non se pode eliminar a última identidade dunha usuaria" msgid "Comment is already deleted" msgstr "O comentario xa foi eliminado" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -395,7 +395,7 @@ msgstr "Erro ó actualizar a denuncia" msgid "Event id not found" msgstr "Non se atopou o ID do evento" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -547,7 +547,7 @@ msgstr "Non existe o token" msgid "Token is not a valid UUID" msgstr "O token non é un UUID válido" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Usuaria non atopada" @@ -772,48 +772,48 @@ msgstr "" msgid "This email is already used." msgstr "Este email xa se está a usar." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Non se atopa a publicación" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Argumentos proporcionados non válidos" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Credenciais non válidas" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Restablece o teu contrasinal para conectar" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Recurso non atopado" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Algo foi mal" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Recurso descoñecido" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Non tes permiso para facer isto" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Tes que estar conectada" @@ -1173,3 +1173,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Erro ó gardar a denuncia" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Evento non atopado" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/he/LC_MESSAGES/errors.po b/priv/gettext/he/LC_MESSAGES/errors.po index abb5ed09f..bee0eb572 100644 --- a/priv/gettext/he/LC_MESSAGES/errors.po +++ b/priv/gettext/he/LC_MESSAGES/errors.po @@ -108,7 +108,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -363,7 +363,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -385,7 +385,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -537,7 +537,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -750,48 +750,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1144,3 +1144,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/hr/LC_MESSAGES/errors.po b/priv/gettext/hr/LC_MESSAGES/errors.po index 0d77daa12..477e72949 100644 --- a/priv/gettext/hr/LC_MESSAGES/errors.po +++ b/priv/gettext/hr/LC_MESSAGES/errors.po @@ -138,7 +138,7 @@ msgstr "Aktualni profil nije administrator odabrane grupe" msgid "Error while saving user settings" msgstr "Greška prilikom spremanja korisničkih postavki" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -394,7 +394,7 @@ msgstr "Nije moguće ukloniti zadnji identitet jednog korisnika" msgid "Comment is already deleted" msgstr "Komentar je već izbrisan" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -416,7 +416,7 @@ msgstr "Greška tijekom aktualiziranja izvještaja" msgid "Event id not found" msgstr "ID događaja nije pronađen" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -568,7 +568,7 @@ msgstr "Token ne postoji" msgid "Token is not a valid UUID" msgstr "Token nije ispravan UUID" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Korisnik nije pronađen" @@ -793,48 +793,48 @@ msgstr "" msgid "This email is already used." msgstr "Ova se e-mail adresa već koristi." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Objava nije pronađena" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1188,3 +1188,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Greška tijekom spremanja izvještaja" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/hu/LC_MESSAGES/errors.po b/priv/gettext/hu/LC_MESSAGES/errors.po index eb3099484..4b7c94bf4 100644 --- a/priv/gettext/hu/LC_MESSAGES/errors.po +++ b/priv/gettext/hu/LC_MESSAGES/errors.po @@ -131,7 +131,7 @@ msgstr "A jelenlegi profil nem adminisztrátora a kijelölt csoportnak" msgid "Error while saving user settings" msgstr "Hiba a felhasználói beállítások mentésekor" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -390,7 +390,7 @@ msgstr "Nem lehet eltávolítani egy felhasználó utolsó személyazonosságát msgid "Comment is already deleted" msgstr "A hozzászólást már törölték" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -412,7 +412,7 @@ msgstr "Hiba a jelentés frissítésekor" msgid "Event id not found" msgstr "Nem található az eseményazonosító" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -564,7 +564,7 @@ msgstr "A token nem létezik" msgid "Token is not a valid UUID" msgstr "A token nem érvényes UUID" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Nem található a felhasználó" @@ -795,48 +795,48 @@ msgstr "" msgid "This email is already used." msgstr "Ez az e-mail-cím már használatban van." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Nem található a bejegyzés" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Érvénytelen argumentumok lettek átadva" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Érvénytelen hitelesítési adatok" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Állítsa vissza a jelszavát a bejelentkezéshez" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Nem található az erőforrás" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Valami elromlott" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Ismeretlen erőforrás" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Nincs jogosultsága, hogy ezt tegye" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Bejelentkezve kell lennie" @@ -1206,3 +1206,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Hiba a jelentés mentésekor" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "A hozzászólás nem található" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/id/LC_MESSAGES/errors.po b/priv/gettext/id/LC_MESSAGES/errors.po index 7dc52c8c1..39feda3a8 100644 --- a/priv/gettext/id/LC_MESSAGES/errors.po +++ b/priv/gettext/id/LC_MESSAGES/errors.po @@ -109,7 +109,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -364,7 +364,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -386,7 +386,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -538,7 +538,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -751,48 +751,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1145,3 +1145,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/it/LC_MESSAGES/errors.po b/priv/gettext/it/LC_MESSAGES/errors.po index e436f69ab..5717ff5bc 100644 --- a/priv/gettext/it/LC_MESSAGES/errors.po +++ b/priv/gettext/it/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "Il profilo corrente non è amministratore del gruppo selezionato" msgid "Error while saving user settings" msgstr "Errore nel salvare le preferenze utente" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -372,7 +372,7 @@ msgstr "Impossibile rimuovere l'ultima identità di un utente" msgid "Comment is already deleted" msgstr "Commento già cancellato" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -394,7 +394,7 @@ msgstr "Errore durante l'aggiornamento del rapporto" msgid "Event id not found" msgstr "ID evento non trovato" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -546,7 +546,7 @@ msgstr "Il token non esiste" msgid "Token is not a valid UUID" msgstr "Il token non è un UUID valido" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Utente non trovato" @@ -770,48 +770,48 @@ msgstr "" msgid "This email is already used." msgstr "Questa email è già in uso." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Post non trovato" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Sono stati trasmessi argomenti non validi" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Credenziali non valide" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Reimposta la tua password per connetterti" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Segnalazione non trovata" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Qualcosa è andato storto" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Risorsa sconosciuta" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Non hai il permesso di farlo" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Devi essere connesso" @@ -1181,3 +1181,187 @@ msgstr "Il tuo profilo è stato rilevato come spam." #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "La sua registrazione è stata rilevata come spam e non può proseguire." + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Errore nel salvare la segnalazione" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Evento non trovato" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/ja/LC_MESSAGES/errors.po b/priv/gettext/ja/LC_MESSAGES/errors.po index 0bc633e91..40baf8ddc 100644 --- a/priv/gettext/ja/LC_MESSAGES/errors.po +++ b/priv/gettext/ja/LC_MESSAGES/errors.po @@ -109,7 +109,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -364,7 +364,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -386,7 +386,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -538,7 +538,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -751,48 +751,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1145,3 +1145,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/nb_NO/LC_MESSAGES/errors.po b/priv/gettext/nb_NO/LC_MESSAGES/errors.po index 5edb989c8..ab24b0320 100644 --- a/priv/gettext/nb_NO/LC_MESSAGES/errors.po +++ b/priv/gettext/nb_NO/LC_MESSAGES/errors.po @@ -108,7 +108,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -363,7 +363,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -385,7 +385,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -537,7 +537,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -750,48 +750,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1144,3 +1144,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/nl/LC_MESSAGES/errors.po b/priv/gettext/nl/LC_MESSAGES/errors.po index e69bba108..7e36de8af 100644 --- a/priv/gettext/nl/LC_MESSAGES/errors.po +++ b/priv/gettext/nl/LC_MESSAGES/errors.po @@ -108,7 +108,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -363,7 +363,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -385,7 +385,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -537,7 +537,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -750,48 +750,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1144,3 +1144,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/nn/LC_MESSAGES/errors.po b/priv/gettext/nn/LC_MESSAGES/errors.po index 96e9f657e..9a6933e39 100644 --- a/priv/gettext/nn/LC_MESSAGES/errors.po +++ b/priv/gettext/nn/LC_MESSAGES/errors.po @@ -131,7 +131,7 @@ msgstr "Denne brukaren er ikkje styrar av gruppa" msgid "Error while saving user settings" msgstr "Greidde ikkje lagra brukarinnstillingane" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -386,7 +386,7 @@ msgstr "Kan ikkje fjerna den siste identiteten til ein brukar" msgid "Comment is already deleted" msgstr "Kommentaren er allereie sletta" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -408,7 +408,7 @@ msgstr "Greidde ikkje oppdatera rapporten" msgid "Event id not found" msgstr "Fann ikkje ID-en til hendinga" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -560,7 +560,7 @@ msgstr "Teiknet finst ikkje" msgid "Token is not a valid UUID" msgstr "Teiknet er ikkje ein gyldig UUID" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Fann ikkje brukaren" @@ -787,48 +787,48 @@ msgstr "" msgid "This email is already used." msgstr "Denne eposten er allereie i bruk." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Fann ikkje innlegget" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Ugyldige argument" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Ugyldig innlogging" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Nullstill passordet for å logga inn" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Fann ikkje ressursen" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Noko gjekk gale" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Ukjend ressurs" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Du har ikkje løyve til å gjera detet" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Du må vera innlogga" @@ -1188,3 +1188,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Greidde ikkje lagra rapporten" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Fann ikkje hendinga" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/oc/LC_MESSAGES/errors.po b/priv/gettext/oc/LC_MESSAGES/errors.po index bcf2cdad7..3a339d034 100644 --- a/priv/gettext/oc/LC_MESSAGES/errors.po +++ b/priv/gettext/oc/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "Lo perfil actual es pas administrator del grop seleccionat" msgid "Error while saving user settings" msgstr "Error en salvagardant los paramètres utilizaire" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -375,7 +375,7 @@ msgstr "Pòden pas suprimir la darrièra identitat d'un utilizator" msgid "Comment is already deleted" msgstr "Comentari déjà suprimit" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -397,7 +397,7 @@ msgstr "Error mentre la mesa a jorn dèu rapòrt" msgid "Event id not found" msgstr "ID d'eveniment non trobat" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -549,7 +549,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -762,48 +762,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1156,3 +1156,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Error mentre que sauvant lo rapòrt" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Eveniment non trobat" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/pl/LC_MESSAGES/errors.po b/priv/gettext/pl/LC_MESSAGES/errors.po index 4784c2573..527322e53 100644 --- a/priv/gettext/pl/LC_MESSAGES/errors.po +++ b/priv/gettext/pl/LC_MESSAGES/errors.po @@ -122,7 +122,7 @@ msgstr "Obecny profil nie jest administratorem zaznaczonej grupy" msgid "Error while saving user settings" msgstr "Błąd zapisywania ustawień użytkownika" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -382,7 +382,7 @@ msgstr "Nie można usunąć jedynej tożsamości użytkownika" msgid "Comment is already deleted" msgstr "Komentarz jest już usunięty" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -404,7 +404,7 @@ msgstr "Wystąpił błąd podczas aktualizacji zgłoszenia" msgid "Event id not found" msgstr "Nie znaleziono id wydarzenia" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -556,7 +556,7 @@ msgstr "Token nie istnieje" msgid "Token is not a valid UUID" msgstr "Token nie jest prawidłowym UUID" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Nie znaleziono użytkownika" @@ -779,48 +779,48 @@ msgstr "" msgid "This email is already used." msgstr "Ten adres e-mail jest już w użyciu." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Nie znaleziono wpisu" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Podano nieprawidłowe argumenty" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Nieprawidłowe dane uwierzytelniające" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Resetuj swoje hasło, aby zalogować się" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Nie znaleziono zasobu" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Coś poszło nie tak" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Nieznany zasób" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Nie masz uprawnień aby to zrobić" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Musisz być zalogowany(-a)" @@ -1175,3 +1175,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Wystąpił błąd podczas zapisywania zgłoszenia" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Nie znaleziono wydarzenia" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/pt/LC_MESSAGES/errors.po b/priv/gettext/pt/LC_MESSAGES/errors.po index c24f1a0d1..091d22b08 100644 --- a/priv/gettext/pt/LC_MESSAGES/errors.po +++ b/priv/gettext/pt/LC_MESSAGES/errors.po @@ -108,7 +108,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -363,7 +363,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -385,7 +385,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -537,7 +537,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -750,48 +750,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1144,3 +1144,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/pt_BR/LC_MESSAGES/errors.po b/priv/gettext/pt_BR/LC_MESSAGES/errors.po index 7302261a7..d5f14b8f9 100644 --- a/priv/gettext/pt_BR/LC_MESSAGES/errors.po +++ b/priv/gettext/pt_BR/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -370,7 +370,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -392,7 +392,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -544,7 +544,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -757,48 +757,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1151,3 +1151,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/ru/LC_MESSAGES/errors.po b/priv/gettext/ru/LC_MESSAGES/errors.po index 404f96338..df6decbdc 100644 --- a/priv/gettext/ru/LC_MESSAGES/errors.po +++ b/priv/gettext/ru/LC_MESSAGES/errors.po @@ -122,7 +122,7 @@ msgstr "Текущий профиль не является администра msgid "Error while saving user settings" msgstr "Ошибка при сохранении пользовательских настроек" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -385,7 +385,7 @@ msgstr "Единственный идентификатор пользовате msgid "Comment is already deleted" msgstr "Комментарий уже удалён" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -407,7 +407,7 @@ msgstr "При обновлении отчёта произошла ошибка msgid "Event id not found" msgstr "Не найден id мероприятия" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -561,7 +561,7 @@ msgstr "Токен не существует" msgid "Token is not a valid UUID" msgstr "Токен не является допустимым UUID" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "Пользователь не найден" @@ -799,48 +799,48 @@ msgstr "" msgid "This email is already used." msgstr "Этот электронный адрес уже используется." -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "Пост не найден" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "Переданы неверные аргументы" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "Неверные учётные данные" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "Сбросьте пароль для входа в систему" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Ресурс не найден" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "Что-то пошло не так" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "Неизвестный ресурс" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "У вас недостаточно для этого прав" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Вам необходимо войти в систему" @@ -1201,3 +1201,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "При сохранении отчёта произошла ошибка" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "Мероприятие не найдено" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/sv/LC_MESSAGES/errors.po b/priv/gettext/sv/LC_MESSAGES/errors.po index 5f0542a5b..88fde7019 100644 --- a/priv/gettext/sv/LC_MESSAGES/errors.po +++ b/priv/gettext/sv/LC_MESSAGES/errors.po @@ -115,7 +115,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "Ett fel uppstod när användarinställningarna skulle sparas" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -376,7 +376,7 @@ msgstr "Kan inte ta bort en användares sista identitet" msgid "Comment is already deleted" msgstr "Kommentaren är redan borttagen" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format, fuzzy msgid "Discussion not found" @@ -398,7 +398,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -550,7 +550,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -763,48 +763,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "Resursen kunde inte hittas" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "Du har inte behörighet att göra detta" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "Du måste vara inloggad" @@ -1157,3 +1157,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "Fel vid sparande av rapport" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr "" diff --git a/priv/gettext/zh_Hant/LC_MESSAGES/errors.po b/priv/gettext/zh_Hant/LC_MESSAGES/errors.po index be7776ff0..0c91a69bb 100644 --- a/priv/gettext/zh_Hant/LC_MESSAGES/errors.po +++ b/priv/gettext/zh_Hant/LC_MESSAGES/errors.po @@ -102,7 +102,7 @@ msgstr "" msgid "Error while saving user settings" msgstr "" -#: lib/graphql/error.ex:101 +#: lib/graphql/error.ex:115 #: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:342 @@ -357,7 +357,7 @@ msgstr "" msgid "Comment is already deleted" msgstr "" -#: lib/graphql/error.ex:103 +#: lib/graphql/error.ex:117 #: lib/graphql/resolvers/discussion.ex:69 #, elixir-autogen, elixir-format msgid "Discussion not found" @@ -379,7 +379,7 @@ msgstr "" msgid "Event id not found" msgstr "" -#: lib/graphql/error.ex:100 +#: lib/graphql/error.ex:114 #: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:407 #, elixir-autogen, elixir-format @@ -531,7 +531,7 @@ msgstr "" msgid "Token is not a valid UUID" msgstr "" -#: lib/graphql/error.ex:98 +#: lib/graphql/error.ex:112 #, elixir-autogen, elixir-format msgid "User not found" msgstr "" @@ -744,48 +744,48 @@ msgstr "" msgid "This email is already used." msgstr "" -#: lib/graphql/error.ex:99 +#: lib/graphql/error.ex:113 #, elixir-autogen, elixir-format msgid "Post not found" msgstr "" -#: lib/graphql/error.ex:86 +#: lib/graphql/error.ex:100 #, elixir-autogen, elixir-format msgid "Invalid arguments passed" msgstr "" -#: lib/graphql/error.ex:92 +#: lib/graphql/error.ex:106 #, elixir-autogen, elixir-format msgid "Invalid credentials" msgstr "" -#: lib/graphql/error.ex:90 +#: lib/graphql/error.ex:104 #, elixir-autogen, elixir-format msgid "Reset your password to login" msgstr "" -#: lib/graphql/error.ex:97 -#: lib/graphql/error.ex:102 +#: lib/graphql/error.ex:111 +#: lib/graphql/error.ex:116 #, elixir-autogen, elixir-format msgid "Resource not found" msgstr "" -#: lib/graphql/error.ex:104 +#: lib/graphql/error.ex:123 #, elixir-autogen, elixir-format msgid "Something went wrong" msgstr "" -#: lib/graphql/error.ex:85 +#: lib/graphql/error.ex:99 #, elixir-autogen, elixir-format msgid "Unknown Resource" msgstr "" -#: lib/graphql/error.ex:95 +#: lib/graphql/error.ex:109 #, elixir-autogen, elixir-format msgid "You don't have permission to do this" msgstr "" -#: lib/graphql/error.ex:87 +#: lib/graphql/error.ex:101 #, elixir-autogen, elixir-format msgid "You need to be logged in" msgstr "" @@ -1138,3 +1138,187 @@ msgstr "" #, elixir-autogen, elixir-format msgid "Your registration has been detected as spam and cannot be processed." msgstr "" + +#: lib/web/controllers/application_controller.ex:86 +#, elixir-autogen, elixir-format +msgid "All of name, scope and redirect_uri parameters are required to create an application" +msgstr "" + +#: lib/graphql/error.ex:118 +#, elixir-autogen, elixir-format +msgid "Application not found" +msgstr "" + +#: lib/graphql/error.ex:121 +#, elixir-autogen, elixir-format +msgid "Application token not found" +msgstr "" + +#: lib/graphql/resolvers/application.ex:89 +#, elixir-autogen, elixir-format, fuzzy +msgid "Error while revoking token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:59 +#, elixir-autogen, elixir-format +msgid "Impossible to create application." +msgstr "" + +#: lib/web/controllers/application_controller.ex:356 +#, elixir-autogen, elixir-format +msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used." +msgstr "" + +#: lib/web/controllers/application_controller.ex:329 +#, elixir-autogen, elixir-format +msgid "Invalid client credentials provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:337 +#, elixir-autogen, elixir-format +msgid "Invalid refresh token provided" +msgstr "" + +#: lib/web/controllers/application_controller.ex:170 +#: lib/web/controllers/application_controller.ex:401 +#, elixir-autogen, elixir-format +msgid "No application was found with this client_id" +msgstr "" + +#: lib/graphql/resolvers/application.ex:37 +#, elixir-autogen, elixir-format +msgid "No application with this client_id was found" +msgstr "" + +#: lib/graphql/authorization.ex:80 +#, elixir-autogen, elixir-format +msgid "Not authorized to access field %{field}" +msgstr "" + +#: lib/graphql/authorization.ex:70 +#: lib/graphql/authorization.ex:75 +#, elixir-autogen, elixir-format +msgid "Not authorized to access object %{object}" +msgstr "" + +#: lib/graphql/authorization.ex:63 +#, elixir-autogen, elixir-format +msgid "Not authorized to access this %{object_type}" +msgstr "" + +#: lib/web/controllers/application_controller.ex:279 +#, elixir-autogen, elixir-format +msgid "Please slow down the rate of your requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:267 +#, elixir-autogen, elixir-format +msgid "The authorization request is still pending" +msgstr "" + +#: lib/web/controllers/application_controller.ex:249 +#, elixir-autogen, elixir-format +msgid "The client_id provided or the device_code associated is invalid" +msgstr "" + +#: lib/graphql/resolvers/application.ex:133 +#, elixir-autogen, elixir-format +msgid "The device user code was not provided before approving the application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:304 +#, elixir-autogen, elixir-format +msgid "The given device_code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:44 +#, elixir-autogen, elixir-format +msgid "The given redirect_uri is not in the list of allowed redirect URIs" +msgstr "" + +#: lib/web/controllers/application_controller.ex:158 +#, elixir-autogen, elixir-format +msgid "The given scope is not in the list of the app declared scopes" +msgstr "" + +#: lib/graphql/resolvers/application.ex:109 +#: lib/graphql/resolvers/application.ex:146 +#, elixir-autogen, elixir-format +msgid "The given user code has expired" +msgstr "" + +#: lib/graphql/resolvers/application.ex:112 +#: lib/graphql/resolvers/application.ex:140 +#, elixir-autogen, elixir-format +msgid "The given user code is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:411 +#, elixir-autogen, elixir-format +msgid "The provided client_id does not match the provided code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:414 +#, elixir-autogen, elixir-format +msgid "The provided client_secret is invalid" +msgstr "" + +#: lib/web/controllers/application_controller.ex:407 +#, elixir-autogen, elixir-format +msgid "The provided code is invalid or expired" +msgstr "" + +#: lib/web/controllers/application_controller.ex:418 +#, elixir-autogen, elixir-format +msgid "The provided scope is invalid or not included in the app declared scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:45 +#, elixir-autogen, elixir-format +msgid "The scope parameter is not a space separated list of valid scopes" +msgstr "" + +#: lib/web/controllers/application_controller.ex:292 +#, elixir-autogen, elixir-format +msgid "The user rejected the requested authorization" +msgstr "" + +#: lib/web/controllers/application_controller.ex:404 +#, elixir-autogen, elixir-format +msgid "This redirect URI is not allowed" +msgstr "" + +#: lib/web/controllers/application_controller.ex:381 +#, elixir-autogen, elixir-format, fuzzy +msgid "Token not found" +msgstr "" + +#: lib/web/controllers/application_controller.ex:72 +#, elixir-autogen, elixir-format +msgid "Too many requests" +msgstr "" + +#: lib/web/controllers/application_controller.ex:184 +#, elixir-autogen, elixir-format +msgid "Unable to produce device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:373 +#, elixir-autogen, elixir-format +msgid "Unable to revoke token" +msgstr "" + +#: lib/web/controllers/application_controller.ex:198 +#, elixir-autogen, elixir-format +msgid "You need to pass both client_id and scope as parameters to obtain a device code" +msgstr "" + +#: lib/web/controllers/application_controller.ex:136 +#, elixir-autogen, elixir-format +msgid "You need to provide a valid redirect_uri to autorize an application" +msgstr "" + +#: lib/web/controllers/application_controller.ex:126 +#, elixir-autogen, elixir-format +msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application" +msgstr ""