Extract new backend error strings

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-03-24 14:38:07 +01:00
parent c07ba3a5d1
commit c4fd0e062a
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
28 changed files with 5845 additions and 438 deletions

View File

@ -140,7 +140,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -395,7 +395,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -417,7 +417,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -569,7 +569,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -782,48 +782,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1176,3 +1176,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -114,7 +114,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -369,7 +369,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -391,7 +391,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -543,7 +543,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -756,48 +756,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1150,3 +1150,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr "El perfil actual no administra el grup seleccionat"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "No s'han pogut desar les preferències" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -370,7 +370,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -392,7 +392,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -544,7 +544,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -757,48 +757,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1151,3 +1151,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -121,7 +121,7 @@ msgstr "Aktuální profil není správcem vybrané skupiny"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Chyba při ukládání uživatelských nastavení" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -380,7 +380,7 @@ msgstr "Nelze odstranit poslední identitu uživatele"
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "Komentář je již smazán" msgstr "Komentář je již smazán"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -402,7 +402,7 @@ msgstr "Chyba při aktualizaci hlášení"
msgid "Event id not found" msgid "Event id not found"
msgstr "Id události nebylo nalezeno" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -554,7 +554,7 @@ msgstr "Token neexistuje"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "Token není platný UUID" msgstr "Token není platný UUID"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Uživatel nebyl nalezen" 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." msgid "This email is already used."
msgstr "Tento e-mail je již použit." msgstr "Tento e-mail je již použit."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Příspěvek nebyl nalezen" msgstr "Příspěvek nebyl nalezen"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Neplatné předané argumenty" msgstr "Neplatné předané argumenty"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Neplatné pověření" msgstr "Neplatné pověření"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Obnovení hesla pro přihlášení" msgstr "Obnovení hesla pro přihlášení"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Zdroj nebyl nalezen" msgstr "Zdroj nebyl nalezen"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Něco se pokazilo" msgstr "Něco se pokazilo"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Neznámý zdroj" msgstr "Neznámý zdroj"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "K tomu nemáte oprávnění" msgstr "K tomu nemáte oprávnění"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Musíte být přihlášeni" msgstr "Musíte být přihlášeni"
@ -1175,3 +1175,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr "Aktuelles Profil ist kein Administrator der ausgewählten Gruppe"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Fehler beim Speichern von Benutzereinstellungen" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "Kommentar ist bereits gelöscht" msgstr "Kommentar ist bereits gelöscht"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -400,7 +400,7 @@ msgstr "Fehler beim Aktualisieren des Reports"
msgid "Event id not found" msgid "Event id not found"
msgstr "Veranstaltungs-ID nicht gefunden" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -554,7 +554,7 @@ msgstr "Token existiert nicht"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "Token ist keine gültige UUID" msgstr "Token ist keine gültige UUID"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "User nicht gefunden" msgstr "User nicht gefunden"
@ -784,48 +784,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Diese E-Mail wird bereits verwendet." msgstr "Diese E-Mail wird bereits verwendet."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Beitrag nicht gefunden" msgstr "Beitrag nicht gefunden"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Ungültige Argumente übergeben" msgstr "Ungültige Argumente übergeben"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Ungültige Anmeldeinformationen" msgstr "Ungültige Anmeldeinformationen"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Passwort zurücksetzen" msgstr "Passwort zurücksetzen"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Ressource nicht gefunden" msgstr "Ressource nicht gefunden"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Etwas lief falsch" msgstr "Etwas lief falsch"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Unbekannte Ressource" msgstr "Unbekannte Ressource"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "Sie haben nicht die Berechtigung dies zu tun" msgstr "Sie haben nicht die Berechtigung dies zu tun"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Sie müssen eingeloggt sein" 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." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" msgstr ""
"Ihre Registrierung wurde als Spam erkannt und kann nicht verarbeitet werden." "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 ""

View File

@ -118,7 +118,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -373,7 +373,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -395,7 +395,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -547,7 +547,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -760,48 +760,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1154,3 +1154,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -370,7 +370,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -392,7 +392,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -544,7 +544,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -757,48 +757,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1151,3 +1151,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr "El perfil actual no es un administrador del grupo seleccionado"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Error al guardar los parámetros del usuario" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "El comentario ya está eliminado" msgstr "El comentario ya está eliminado"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -398,7 +398,7 @@ msgstr "Error al actualizar el informe"
msgid "Event id not found" msgid "Event id not found"
msgstr "ID de evento no encontrado" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -550,7 +550,7 @@ msgstr "El token no existe"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "El token no es un UUID válido" msgstr "El token no es un UUID válido"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Usuario no encontrado" msgstr "Usuario no encontrado"
@ -776,48 +776,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Este correo electrónico ya está en uso." msgstr "Este correo electrónico ya está en uso."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Informe no encontrado" msgstr "Informe no encontrado"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Se pasaron argumentos no válidos" msgstr "Se pasaron argumentos no válidos"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Credenciales no válidas" msgstr "Credenciales no válidas"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Restablezca su contraseña para iniciar sesión" msgstr "Restablezca su contraseña para iniciar sesión"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Recurso no encontrado" msgstr "Recurso no encontrado"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Algo salió mal" msgstr "Algo salió mal"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Recurso desconocido" msgstr "Recurso desconocido"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "No tienes permiso para hacer esto" msgstr "No tienes permiso para hacer esto"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Debes iniciar sesión" msgstr "Debes iniciar sesión"
@ -1182,3 +1182,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr "Nykyinen profiili ei ole valitun ryhmän ylläpitäjä"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Käyttäjän asetusten tallennuksessa tapahtui virhe" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "Kommentti on jo poistettu" msgstr "Kommentti on jo poistettu"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -395,7 +395,7 @@ msgstr "Virhe raporttia päivitettäessä"
msgid "Event id not found" msgid "Event id not found"
msgstr "Tapahtumatunnistetta ei löydy" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -547,7 +547,7 @@ msgstr "Merkkiä ei ole"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "Merkki ei ole kelvollinen UUID" msgstr "Merkki ei ole kelvollinen UUID"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Käyttäjää ei löydy" 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." msgid "This email is already used."
msgstr "Sähköpostiosoite on jo käytössä." msgstr "Sähköpostiosoite on jo käytössä."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Julkaisua ei löydy" msgstr "Julkaisua ei löydy"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Virheelliset argumentit välitetty" msgstr "Virheelliset argumentit välitetty"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Virheelliset kirjautumistiedot" msgstr "Virheelliset kirjautumistiedot"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Palauta salasana, jotta voit kirjautua sisään" msgstr "Palauta salasana, jotta voit kirjautua sisään"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Resurssia ei löydy" msgstr "Resurssia ei löydy"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Jokin meni vikaan" msgstr "Jokin meni vikaan"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Tuntematon resurssi" msgstr "Tuntematon resurssi"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "Sinulla ei ole oikeutta tähän" msgstr "Sinulla ei ole oikeutta tähän"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Kirjaudu ensin sisään" msgstr "Kirjaudu ensin sisään"
@ -1157,3 +1157,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

File diff suppressed because it is too large Load Diff

View File

@ -120,7 +120,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -375,7 +375,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -397,7 +397,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -549,7 +549,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -762,48 +762,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1156,3 +1156,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr "O perfil actual non é administrador do grupo seleccionado"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Erro ó gardar os axustes de usuaria" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "O comentario xa foi eliminado" msgstr "O comentario xa foi eliminado"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -395,7 +395,7 @@ msgstr "Erro ó actualizar a denuncia"
msgid "Event id not found" msgid "Event id not found"
msgstr "Non se atopou o ID do evento" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -547,7 +547,7 @@ msgstr "Non existe o token"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "O token non é un UUID válido" msgstr "O token non é un UUID válido"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Usuaria non atopada" msgstr "Usuaria non atopada"
@ -772,48 +772,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Este email xa se está a usar." msgstr "Este email xa se está a usar."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Non se atopa a publicación" msgstr "Non se atopa a publicación"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Argumentos proporcionados non válidos" msgstr "Argumentos proporcionados non válidos"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Credenciais non válidas" msgstr "Credenciais non válidas"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Restablece o teu contrasinal para conectar" msgstr "Restablece o teu contrasinal para conectar"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Recurso non atopado" msgstr "Recurso non atopado"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Algo foi mal" msgstr "Algo foi mal"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Recurso descoñecido" msgstr "Recurso descoñecido"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "Non tes permiso para facer isto" msgstr "Non tes permiso para facer isto"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Tes que estar conectada" msgstr "Tes que estar conectada"
@ -1173,3 +1173,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -108,7 +108,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -363,7 +363,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -385,7 +385,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -537,7 +537,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -750,48 +750,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1144,3 +1144,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -138,7 +138,7 @@ msgstr "Aktualni profil nije administrator odabrane grupe"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Greška prilikom spremanja korisničkih postavki" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -394,7 +394,7 @@ msgstr "Nije moguće ukloniti zadnji identitet jednog korisnika"
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "Komentar je već izbrisan" msgstr "Komentar je već izbrisan"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -416,7 +416,7 @@ msgstr "Greška tijekom aktualiziranja izvještaja"
msgid "Event id not found" msgid "Event id not found"
msgstr "ID događaja nije pronađen" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -568,7 +568,7 @@ msgstr "Token ne postoji"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "Token nije ispravan UUID" msgstr "Token nije ispravan UUID"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Korisnik nije pronađen" msgstr "Korisnik nije pronađen"
@ -793,48 +793,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Ova se e-mail adresa već koristi." msgstr "Ova se e-mail adresa već koristi."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Objava nije pronađena" msgstr "Objava nije pronađena"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1188,3 +1188,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -131,7 +131,7 @@ msgstr "A jelenlegi profil nem adminisztrátora a kijelölt csoportnak"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Hiba a felhasználói beállítások mentésekor" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "A hozzászólást már törölték" 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 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -412,7 +412,7 @@ msgstr "Hiba a jelentés frissítésekor"
msgid "Event id not found" msgid "Event id not found"
msgstr "Nem található az eseményazonosító" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -564,7 +564,7 @@ msgstr "A token nem létezik"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "A token nem érvényes UUID" msgstr "A token nem érvényes UUID"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Nem található a felhasználó" msgstr "Nem található a felhasználó"
@ -795,48 +795,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Ez az e-mail-cím már használatban van." 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 #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Nem található a bejegyzés" msgstr "Nem található a bejegyzés"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Érvénytelen argumentumok lettek átadva" msgstr "Érvénytelen argumentumok lettek átadva"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Érvénytelen hitelesítési adatok" msgstr "Érvénytelen hitelesítési adatok"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Állítsa vissza a jelszavát a bejelentkezéshez" msgstr "Állítsa vissza a jelszavát a bejelentkezéshez"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Nem található az erőforrás" msgstr "Nem található az erőforrás"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Valami elromlott" msgstr "Valami elromlott"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Ismeretlen erőforrás" msgstr "Ismeretlen erőforrás"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "Nincs jogosultsága, hogy ezt tegye" msgstr "Nincs jogosultsága, hogy ezt tegye"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Bejelentkezve kell lennie" msgstr "Bejelentkezve kell lennie"
@ -1206,3 +1206,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -109,7 +109,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -364,7 +364,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -386,7 +386,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -538,7 +538,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -751,48 +751,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1145,3 +1145,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr "Il profilo corrente non è amministratore del gruppo selezionato"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Errore nel salvare le preferenze utente" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -372,7 +372,7 @@ msgstr "Impossibile rimuovere l'ultima identità di un utente"
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "Commento già cancellato" msgstr "Commento già cancellato"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -394,7 +394,7 @@ msgstr "Errore durante l'aggiornamento del rapporto"
msgid "Event id not found" msgid "Event id not found"
msgstr "ID evento non trovato" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -546,7 +546,7 @@ msgstr "Il token non esiste"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "Il token non è un UUID valido" msgstr "Il token non è un UUID valido"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Utente non trovato" msgstr "Utente non trovato"
@ -770,48 +770,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Questa email è già in uso." msgstr "Questa email è già in uso."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Post non trovato" msgstr "Post non trovato"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Sono stati trasmessi argomenti non validi" msgstr "Sono stati trasmessi argomenti non validi"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Credenziali non valide" msgstr "Credenziali non valide"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Reimposta la tua password per connetterti" msgstr "Reimposta la tua password per connetterti"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Segnalazione non trovata" msgstr "Segnalazione non trovata"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Qualcosa è andato storto" msgstr "Qualcosa è andato storto"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Risorsa sconosciuta" msgstr "Risorsa sconosciuta"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "Non hai il permesso di farlo" msgstr "Non hai il permesso di farlo"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Devi essere connesso" msgstr "Devi essere connesso"
@ -1181,3 +1181,187 @@ msgstr "Il tuo profilo è stato rilevato come spam."
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "La sua registrazione è stata rilevata come spam e non può proseguire." 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 ""

View File

@ -109,7 +109,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -364,7 +364,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -386,7 +386,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -538,7 +538,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -751,48 +751,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1145,3 +1145,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -108,7 +108,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -363,7 +363,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -385,7 +385,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -537,7 +537,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -750,48 +750,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1144,3 +1144,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -108,7 +108,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -363,7 +363,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -385,7 +385,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -537,7 +537,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -750,48 +750,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1144,3 +1144,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -131,7 +131,7 @@ msgstr "Denne brukaren er ikkje styrar av gruppa"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Greidde ikkje lagra brukarinnstillingane" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "Kommentaren er allereie sletta" msgstr "Kommentaren er allereie sletta"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -408,7 +408,7 @@ msgstr "Greidde ikkje oppdatera rapporten"
msgid "Event id not found" msgid "Event id not found"
msgstr "Fann ikkje ID-en til hendinga" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -560,7 +560,7 @@ msgstr "Teiknet finst ikkje"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "Teiknet er ikkje ein gyldig UUID" msgstr "Teiknet er ikkje ein gyldig UUID"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Fann ikkje brukaren" msgstr "Fann ikkje brukaren"
@ -787,48 +787,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Denne eposten er allereie i bruk." msgstr "Denne eposten er allereie i bruk."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Fann ikkje innlegget" msgstr "Fann ikkje innlegget"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Ugyldige argument" msgstr "Ugyldige argument"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Ugyldig innlogging" msgstr "Ugyldig innlogging"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Nullstill passordet for å logga inn" msgstr "Nullstill passordet for å logga inn"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Fann ikkje ressursen" msgstr "Fann ikkje ressursen"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Noko gjekk gale" msgstr "Noko gjekk gale"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Ukjend ressurs" msgstr "Ukjend ressurs"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "Du har ikkje løyve til å gjera detet" msgstr "Du har ikkje løyve til å gjera detet"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Du må vera innlogga" msgstr "Du må vera innlogga"
@ -1188,3 +1188,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr "Lo perfil actual es pas administrator del grop seleccionat"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Error en salvagardant los paramètres utilizaire" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "Comentari déjà suprimit" msgstr "Comentari déjà suprimit"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -397,7 +397,7 @@ msgstr "Error mentre la mesa a jorn dèu rapòrt"
msgid "Event id not found" msgid "Event id not found"
msgstr "ID d'eveniment non trobat" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -549,7 +549,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -762,48 +762,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1156,3 +1156,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -122,7 +122,7 @@ msgstr "Obecny profil nie jest administratorem zaznaczonej grupy"
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Błąd zapisywania ustawień użytkownika" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "Komentarz jest już usunięty" msgstr "Komentarz jest już usunięty"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -404,7 +404,7 @@ msgstr "Wystąpił błąd podczas aktualizacji zgłoszenia"
msgid "Event id not found" msgid "Event id not found"
msgstr "Nie znaleziono id wydarzenia" 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:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -556,7 +556,7 @@ msgstr "Token nie istnieje"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "Token nie jest prawidłowym UUID" msgstr "Token nie jest prawidłowym UUID"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Nie znaleziono użytkownika" msgstr "Nie znaleziono użytkownika"
@ -779,48 +779,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Ten adres e-mail jest już w użyciu." msgstr "Ten adres e-mail jest już w użyciu."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Nie znaleziono wpisu" msgstr "Nie znaleziono wpisu"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Podano nieprawidłowe argumenty" msgstr "Podano nieprawidłowe argumenty"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Nieprawidłowe dane uwierzytelniające" msgstr "Nieprawidłowe dane uwierzytelniające"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Resetuj swoje hasło, aby zalogować się" msgstr "Resetuj swoje hasło, aby zalogować się"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Nie znaleziono zasobu" msgstr "Nie znaleziono zasobu"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Coś poszło nie tak" msgstr "Coś poszło nie tak"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Nieznany zasób" msgstr "Nieznany zasób"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "Nie masz uprawnień aby to zrobić" msgstr "Nie masz uprawnień aby to zrobić"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Musisz być zalogowany(-a)" msgstr "Musisz być zalogowany(-a)"
@ -1175,3 +1175,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -108,7 +108,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -363,7 +363,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -385,7 +385,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -537,7 +537,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -750,48 +750,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1144,3 +1144,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -370,7 +370,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -392,7 +392,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -544,7 +544,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -757,48 +757,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1151,3 +1151,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -122,7 +122,7 @@ msgstr "Текущий профиль не является администра
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Ошибка при сохранении пользовательских настроек" msgstr "Ошибка при сохранении пользовательских настроек"
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -385,7 +385,7 @@ msgstr "Единственный идентификатор пользовате
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "Комментарий уже удалён" msgstr "Комментарий уже удалён"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -407,7 +407,7 @@ msgstr "При обновлении отчёта произошла ошибка
msgid "Event id not found" msgid "Event id not found"
msgstr "Не найден id мероприятия" msgstr "Не найден id мероприятия"
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -561,7 +561,7 @@ msgstr "Токен не существует"
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "Токен не является допустимым UUID" msgstr "Токен не является допустимым UUID"
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "Пользователь не найден" msgstr "Пользователь не найден"
@ -799,48 +799,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "Этот электронный адрес уже используется." msgstr "Этот электронный адрес уже используется."
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "Пост не найден" msgstr "Пост не найден"
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "Переданы неверные аргументы" msgstr "Переданы неверные аргументы"
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "Неверные учётные данные" msgstr "Неверные учётные данные"
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "Сбросьте пароль для входа в систему" msgstr "Сбросьте пароль для входа в систему"
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Ресурс не найден" msgstr "Ресурс не найден"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "Что-то пошло не так" msgstr "Что-то пошло не так"
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "Неизвестный ресурс" msgstr "Неизвестный ресурс"
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "У вас недостаточно для этого прав" msgstr "У вас недостаточно для этого прав"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Вам необходимо войти в систему" msgstr "Вам необходимо войти в систему"
@ -1201,3 +1201,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -115,7 +115,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "Ett fel uppstod när användarinställningarna skulle sparas" 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:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: 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" msgid "Comment is already deleted"
msgstr "Kommentaren är redan borttagen" msgstr "Kommentaren är redan borttagen"
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format, fuzzy #, elixir-autogen, elixir-format, fuzzy
msgid "Discussion not found" msgid "Discussion not found"
@ -398,7 +398,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -550,7 +550,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -763,48 +763,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "Resursen kunde inte hittas" msgstr "Resursen kunde inte hittas"
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "Du har inte behörighet att göra detta" msgstr "Du har inte behörighet att göra detta"
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "Du måste vara inloggad" msgstr "Du måste vara inloggad"
@ -1157,3 +1157,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""

View File

@ -102,7 +102,7 @@ msgstr ""
msgid "Error while saving user settings" msgid "Error while saving user settings"
msgstr "" msgstr ""
#: lib/graphql/error.ex:101 #: lib/graphql/error.ex:115
#: lib/graphql/resolvers/group.ex:273 #: lib/graphql/resolvers/group.ex:273
#: lib/graphql/resolvers/group.ex:305 #: lib/graphql/resolvers/group.ex:305
#: lib/graphql/resolvers/group.ex:342 #: lib/graphql/resolvers/group.ex:342
@ -357,7 +357,7 @@ msgstr ""
msgid "Comment is already deleted" msgid "Comment is already deleted"
msgstr "" msgstr ""
#: lib/graphql/error.ex:103 #: lib/graphql/error.ex:117
#: lib/graphql/resolvers/discussion.ex:69 #: lib/graphql/resolvers/discussion.ex:69
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Discussion not found" msgid "Discussion not found"
@ -379,7 +379,7 @@ msgstr ""
msgid "Event id not found" msgid "Event id not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:100 #: lib/graphql/error.ex:114
#: lib/graphql/resolvers/event.ex:355 #: lib/graphql/resolvers/event.ex:355
#: lib/graphql/resolvers/event.ex:407 #: lib/graphql/resolvers/event.ex:407
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -531,7 +531,7 @@ msgstr ""
msgid "Token is not a valid UUID" msgid "Token is not a valid UUID"
msgstr "" msgstr ""
#: lib/graphql/error.ex:98 #: lib/graphql/error.ex:112
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "User not found" msgid "User not found"
msgstr "" msgstr ""
@ -744,48 +744,48 @@ msgstr ""
msgid "This email is already used." msgid "This email is already used."
msgstr "" msgstr ""
#: lib/graphql/error.ex:99 #: lib/graphql/error.ex:113
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Post not found" msgid "Post not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:86 #: lib/graphql/error.ex:100
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid arguments passed" msgid "Invalid arguments passed"
msgstr "" msgstr ""
#: lib/graphql/error.ex:92 #: lib/graphql/error.ex:106
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Invalid credentials" msgid "Invalid credentials"
msgstr "" msgstr ""
#: lib/graphql/error.ex:90 #: lib/graphql/error.ex:104
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Reset your password to login" msgid "Reset your password to login"
msgstr "" msgstr ""
#: lib/graphql/error.ex:97 #: lib/graphql/error.ex:111
#: lib/graphql/error.ex:102 #: lib/graphql/error.ex:116
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Resource not found" msgid "Resource not found"
msgstr "" msgstr ""
#: lib/graphql/error.ex:104 #: lib/graphql/error.ex:123
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Something went wrong" msgid "Something went wrong"
msgstr "" msgstr ""
#: lib/graphql/error.ex:85 #: lib/graphql/error.ex:99
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Unknown Resource" msgid "Unknown Resource"
msgstr "" msgstr ""
#: lib/graphql/error.ex:95 #: lib/graphql/error.ex:109
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You don't have permission to do this" msgid "You don't have permission to do this"
msgstr "" msgstr ""
#: lib/graphql/error.ex:87 #: lib/graphql/error.ex:101
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "You need to be logged in" msgid "You need to be logged in"
msgstr "" msgstr ""
@ -1138,3 +1138,187 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Your registration has been detected as spam and cannot be processed." msgid "Your registration has been detected as spam and cannot be processed."
msgstr "" 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 ""