forked from potsda.mn/mobilizon
Translate two backend errors from password change
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
383b3b6a78
commit
056146a566
|
@ -7,7 +7,7 @@ defmodule Mobilizon.Web.Email.User do
|
||||||
|
|
||||||
import Bamboo.Phoenix
|
import Bamboo.Phoenix
|
||||||
|
|
||||||
import Mobilizon.Web.Gettext, only: [gettext: 2]
|
import Mobilizon.Web.Gettext, only: [gettext: 1, gettext: 2]
|
||||||
|
|
||||||
alias Mobilizon.{Config, Crypto, Users}
|
alias Mobilizon.{Config, Crypto, Users}
|
||||||
alias Mobilizon.Storage.Repo
|
alias Mobilizon.Storage.Repo
|
||||||
|
@ -111,11 +111,15 @@ defmodule Mobilizon.Web.Email.User do
|
||||||
else
|
else
|
||||||
{:error, %Ecto.Changeset{errors: [password: {"registration.error.password_too_short", _}]}} ->
|
{:error, %Ecto.Changeset{errors: [password: {"registration.error.password_too_short", _}]}} ->
|
||||||
{:error,
|
{:error,
|
||||||
"The password you have choosen is too short. Please make sure your password contains at least 6 charaters."}
|
gettext(
|
||||||
|
"The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
)}
|
||||||
|
|
||||||
_err ->
|
_err ->
|
||||||
{:error,
|
{:error,
|
||||||
"The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."}
|
gettext(
|
||||||
|
"The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
)}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -310,17 +310,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -120,7 +120,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "تم تحديث الفعالية %{title}"
|
msgstr "تم تحديث الفعالية %{title}"
|
||||||
|
|
||||||
|
@ -313,12 +313,12 @@ msgid "What information do we collect?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1435,3 +1435,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -140,7 +140,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -377,7 +377,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -397,8 +397,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -526,7 +526,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -592,7 +592,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -652,7 +652,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -672,7 +672,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -697,7 +697,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -737,47 +737,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -802,12 +802,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -837,7 +837,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -873,6 +873,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -304,17 +304,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -117,7 +117,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -310,12 +310,12 @@ msgid "What information do we collect?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1411,3 +1411,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -351,7 +351,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -371,8 +371,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -500,7 +500,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -566,7 +566,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -626,7 +626,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -646,7 +646,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -671,7 +671,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -711,47 +711,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -776,12 +776,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -811,7 +811,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -847,6 +847,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -127,7 +127,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "T'han denegat la participació a %{title}"
|
msgstr "T'han denegat la participació a %{title}"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "S'ha actualitzat {%title}"
|
msgstr "S'ha actualitzat {%title}"
|
||||||
|
|
||||||
|
@ -354,12 +354,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Quina informació recollim?"
|
msgstr "Quina informació recollim?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon a %{instance}: confirma la teva adreça de correu"
|
msgstr "Mobilizon a %{instance}: confirma la teva adreça de correu"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon a %{instance}: s'ha canviat l'adreça de correu"
|
msgstr "Mobilizon a %{instance}: s'ha canviat l'adreça de correu"
|
||||||
|
|
||||||
|
@ -1660,3 +1660,13 @@ msgstr "Sembla ser que el servidor de Mobilizon està temporalment inaccessible.
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "No s'han pogut desar les preferències"
|
msgstr "No s'han pogut desar les preferències"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "No s'ha trobat el grup"
|
msgstr "No s'ha trobat el grup"
|
||||||
|
@ -352,7 +352,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -372,8 +372,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -501,7 +501,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -567,7 +567,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -627,7 +627,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -647,7 +647,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -672,7 +672,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -712,47 +712,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -777,12 +777,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -812,7 +812,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -848,6 +848,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -304,17 +304,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -117,7 +117,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -310,12 +310,12 @@ msgid "What information do we collect?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1411,3 +1411,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -351,7 +351,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -371,8 +371,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -500,7 +500,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -566,7 +566,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -626,7 +626,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -646,7 +646,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -671,7 +671,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -711,47 +711,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -776,12 +776,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -811,7 +811,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -847,6 +847,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -18,311 +18,311 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.6.2\n"
|
"X-Generator: Weblate 4.6.2\n"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:38
|
#: lib/service/activity/renderer/member.ex:38
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} accepted the invitation to join the group."
|
msgid "%{member} accepted the invitation to join the group."
|
||||||
msgstr "%{member} hat die Einladung in die Gruppe angenommen."
|
msgstr "%{member} hat die Einladung in die Gruppe angenommen."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:42
|
#: lib/service/activity/renderer/member.ex:42
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} rejected the invitation to join the group."
|
msgid "%{member} rejected the invitation to join the group."
|
||||||
msgstr "%{member} hat die Einladung in die Gruppe abgelehnt."
|
msgstr "%{member} hat die Einladung in die Gruppe abgelehnt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:30
|
#: lib/service/activity/renderer/member.ex:30
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} requested to join the group."
|
msgid "%{member} requested to join the group."
|
||||||
msgstr "%{member} hat den Eintritt in die Gruppe beantragt."
|
msgstr "%{member} hat den Eintritt in die Gruppe beantragt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:34
|
#: lib/service/activity/renderer/member.ex:34
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} was invited by %{profile}."
|
msgid "%{member} was invited by %{profile}."
|
||||||
msgstr "%{member} wurde von %{profile} eingeladen."
|
msgstr "%{member} wurde von %{profile} eingeladen."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:50
|
#: lib/service/activity/renderer/member.ex:50
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} added the member %{member}."
|
msgid "%{profile} added the member %{member}."
|
||||||
msgstr "%{profile} hat das Mitglied %{member} hinzugefügt."
|
msgstr "%{profile} hat das Mitglied %{member} hinzugefügt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:65
|
#: lib/service/activity/renderer/discussion.ex:65
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} archived the discussion %{discussion}."
|
msgid "%{profile} archived the discussion %{discussion}."
|
||||||
msgstr "%{profile} hat die Diskussion %{discussion} archiviert."
|
msgstr "%{profile} hat die Diskussion %{discussion} archiviert."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:25
|
#: lib/service/activity/renderer/discussion.ex:25
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the discussion %{discussion}."
|
msgid "%{profile} created the discussion %{discussion}."
|
||||||
msgstr "%{profile} hat die Diskussion %{discussion} erstellt."
|
msgstr "%{profile} hat die Diskussion %{discussion} erstellt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:24
|
#: lib/service/activity/renderer/resource.ex:24
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the folder %{resource}."
|
msgid "%{profile} created the folder %{resource}."
|
||||||
msgstr "%{profile} hat den Folder %{resource} erstellt."
|
msgstr "%{profile} hat den Folder %{resource} erstellt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the group %{group}."
|
msgid "%{profile} created the group %{group}."
|
||||||
msgstr "%{profile} hat die Gruppe %{group} erstellt."
|
msgstr "%{profile} hat die Gruppe %{group} erstellt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:33
|
#: lib/service/activity/renderer/resource.ex:33
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the resource %{resource}."
|
msgid "%{profile} created the resource %{resource}."
|
||||||
msgstr "%{profile} hat die Ressource %{resource} erstellt."
|
msgstr "%{profile} hat die Ressource %{resource} erstellt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:75
|
#: lib/service/activity/renderer/discussion.ex:75
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the discussion %{discussion}."
|
msgid "%{profile} deleted the discussion %{discussion}."
|
||||||
msgstr "%{profile} hat die Diskussion %{discussion} gelöscht."
|
msgstr "%{profile} hat die Diskussion %{discussion} gelöscht."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:97
|
#: lib/service/activity/renderer/resource.ex:97
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the folder %{resource}."
|
msgid "%{profile} deleted the folder %{resource}."
|
||||||
msgstr "%{profile} hat den Folder %{resource} gelöscht."
|
msgstr "%{profile} hat den Folder %{resource} gelöscht."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:106
|
#: lib/service/activity/renderer/resource.ex:106
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the resource %{resource}."
|
msgid "%{profile} deleted the resource %{resource}."
|
||||||
msgstr "%{profile} hat die Ressource %{resource} gelöscht."
|
msgstr "%{profile} hat die Ressource %{resource} gelöscht."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:58
|
#: lib/service/activity/renderer/member.ex:58
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} excluded member %{member}."
|
msgid "%{profile} excluded member %{member}."
|
||||||
msgstr "%{profile} hat das Mitglied %{member} ausgeschlossen."
|
msgstr "%{profile} hat das Mitglied %{member} ausgeschlossen."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:76
|
#: lib/service/activity/renderer/resource.ex:76
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the folder %{resource}."
|
msgid "%{profile} moved the folder %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:85
|
#: lib/service/activity/renderer/resource.ex:85
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the resource %{resource}."
|
msgid "%{profile} moved the resource %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:62
|
#: lib/service/activity/renderer/member.ex:62
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} quit the group."
|
msgid "%{profile} quit the group."
|
||||||
msgstr "%{profile} hat die Gruppe verlassen."
|
msgstr "%{profile} hat die Gruppe verlassen."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:55
|
#: lib/service/activity/renderer/discussion.ex:55
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the discussion %{discussion}."
|
msgid "%{profile} renamed the discussion %{discussion}."
|
||||||
msgstr "%{profile} hat die Diskussion %{discussion} umbenannt."
|
msgstr "%{profile} hat die Diskussion %{discussion} umbenannt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:45
|
#: lib/service/activity/renderer/resource.ex:45
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"%{profile} hat den Folder %{old_resource_title} in %{resource} umbenannt."
|
"%{profile} hat den Folder %{old_resource_title} in %{resource} umbenannt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:59
|
#: lib/service/activity/renderer/resource.ex:59
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"{profile} hat die Ressource %{old_resource_title} in %{resource} umbenannt."
|
"{profile} hat die Ressource %{old_resource_title} in %{resource} umbenannt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:35
|
#: lib/service/activity/renderer/discussion.ex:35
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to the discussion %{discussion}."
|
msgid "%{profile} replied to the discussion %{discussion}."
|
||||||
msgstr "%{profile} hat auf die Diskussion %{discussion} geantwortet."
|
msgstr "%{profile} hat auf die Diskussion %{discussion} geantwortet."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the group %{group}."
|
msgid "%{profile} updated the group %{group}."
|
||||||
msgstr "%{profile} hat die Gruppe %{group} aktualisiert."
|
msgstr "%{profile} hat die Gruppe %{group} aktualisiert."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:54
|
#: lib/service/activity/renderer/member.ex:54
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the member %{member}."
|
msgid "%{profile} updated the member %{member}."
|
||||||
msgstr "%{profile} hat das Mitglied %{member} aktualisiert."
|
msgstr "%{profile} hat das Mitglied %{member} aktualisiert."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:23
|
#: lib/service/activity/renderer/event.ex:23
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was created by %{profile}."
|
msgid "The event %{event} was created by %{profile}."
|
||||||
msgstr "Die Veranstaltung %{event} wurde von %{profile} erstellt."
|
msgstr "Die Veranstaltung %{event} wurde von %{profile} erstellt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:43
|
#: lib/service/activity/renderer/event.ex:43
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was deleted by %{profile}."
|
msgid "The event %{event} was deleted by %{profile}."
|
||||||
msgstr "Die Veranstaltung %{event} wurde von %{profile} gelöscht."
|
msgstr "Die Veranstaltung %{event} wurde von %{profile} gelöscht."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:33
|
#: lib/service/activity/renderer/event.ex:33
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was updated by %{profile}."
|
msgid "The event %{event} was updated by %{profile}."
|
||||||
msgstr "Die Veranstaltung %{event} wurde von %{profile} aktualisiert."
|
msgstr "Die Veranstaltung %{event} wurde von %{profile} aktualisiert."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was created by %{profile}."
|
msgid "The post %{post} was created by %{profile}."
|
||||||
msgstr "Der Beitrag %{post} wurde von %{profile} erstellt."
|
msgstr "Der Beitrag %{post} wurde von %{profile} erstellt."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was deleted by %{profile}."
|
msgid "The post %{post} was deleted by %{profile}."
|
||||||
msgstr "Der Beitrag %{post} wurde von %{profile} gelöscht."
|
msgstr "Der Beitrag %{post} wurde von %{profile} gelöscht."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was updated by %{profile}."
|
msgid "The post %{post} was updated by %{profile}."
|
||||||
msgstr "Der Beitrag %{post} wurde von %{profile} aktualisiert."
|
msgstr "Der Beitrag %{post} wurde von %{profile} aktualisiert."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:46
|
#: lib/service/activity/renderer/member.ex:46
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} joined the group."
|
msgid "%{member} joined the group."
|
||||||
msgstr "%{member} ist der Gruppe beigetreten."
|
msgstr "%{member} ist der Gruppe beigetreten."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:63
|
#: lib/service/activity/renderer/event.ex:63
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} posted a comment on the event %{event}."
|
msgid "%{profile} posted a comment on the event %{event}."
|
||||||
msgstr "%{profile} hat die Veranstaltung %{event} kommentiert."
|
msgstr "%{profile} hat die Veranstaltung %{event} kommentiert."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:54
|
#: lib/service/activity/renderer/event.ex:54
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to a comment on the event %{event}."
|
msgid "%{profile} replied to a comment on the event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"%{profile} hat auf ein Kommentar in der Veranstaltung %{event} geantwortet."
|
"%{profile} hat auf ein Kommentar in der Veranstaltung %{event} geantwortet."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/renderer.ex:38
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/renderer.ex:38
|
||||||
msgid "Activity on %{instance}"
|
msgid "Activity on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:38
|
#: lib/service/activity/renderer/comment.ex:38
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
||||||
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted an announcement under event %{event}."
|
msgid "%{profile} has posted an announcement under event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:24
|
#: lib/service/activity/renderer/comment.ex:24
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} mentionned you in a comment under event %{event}."
|
msgid "%{profile} mentionned you in a comment under event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:45
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/discussion.ex:45
|
||||||
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your weekly activity recap"
|
msgid "Here's your weekly activity recap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
||||||
msgid "Activity notification for %{instance}"
|
msgid "Activity notification for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:126
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:126
|
||||||
msgid "Daily activity recap for %{instance}"
|
msgid "Daily activity recap for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your daily activity recap"
|
msgid "Here's your daily activity recap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:133
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:133
|
||||||
msgid "Weekly activity recap for %{instance}"
|
msgid "Weekly activity recap for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:66
|
#: lib/service/activity/renderer/comment.ex:66
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new comment under your event %{event}."
|
msgid "%{profile} has posted a new comment under your event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:53
|
#: lib/service/activity/renderer/comment.ex:53
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new reply under your event %{event}."
|
msgid "%{profile} has posted a new reply under your event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:46
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:46
|
||||||
msgid "Announcement for your event %{event}"
|
msgid "Announcement for your event %{event}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/group.ex:23
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/group.ex:23
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
#, elixir-format, fuzzy
|
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
#, elixir-format, fuzzy
|
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
#, elixir-format, fuzzy
|
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -129,7 +129,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Deine Teilnahme an der Veranstaltung %{title}wurde abgelehnt"
|
msgstr "Deine Teilnahme an der Veranstaltung %{title}wurde abgelehnt"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Veranstaltung %{title} wurde aktualisiert"
|
msgstr "Veranstaltung %{title} wurde aktualisiert"
|
||||||
|
|
||||||
|
@ -360,12 +360,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Welche Informationen sammeln wir ?"
|
msgstr "Welche Informationen sammeln wir ?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon auf %{instance}: Bestätige deine E-Mail Adresse"
|
msgstr "Mobilizon auf %{instance}: Bestätige deine E-Mail Adresse"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon auf %{instance}: E-Mail geändert"
|
msgstr "Mobilizon auf %{instance}: E-Mail geändert"
|
||||||
|
|
||||||
|
@ -1775,3 +1775,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Fehler beim Speichern von Benutzereinstellungen"
|
msgstr "Fehler beim Speichern von Benutzereinstellungen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Gruppe nicht gefunden"
|
msgstr "Gruppe nicht gefunden"
|
||||||
|
@ -360,7 +360,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "Kommentar ist bereits gelöscht"
|
msgstr "Kommentar ist bereits gelöscht"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Diskussion nicht gefunden"
|
msgstr "Diskussion nicht gefunden"
|
||||||
|
|
||||||
|
@ -380,8 +380,8 @@ msgid "Event id not found"
|
||||||
msgstr "Veranstaltungs-ID nicht gefunden"
|
msgstr "Veranstaltungs-ID nicht gefunden"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Veranstaltung nicht gefunden"
|
msgstr "Veranstaltung nicht gefunden"
|
||||||
|
|
||||||
|
@ -511,7 +511,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "Token ist keine gültige UUID"
|
msgstr "Token ist keine gültige UUID"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "User nicht gefunden"
|
msgstr "User nicht gefunden"
|
||||||
|
|
||||||
|
@ -582,7 +582,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Sie können diesen Kommentar nicht löschen"
|
msgstr "Sie können diesen Kommentar nicht löschen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Sie können diese Veranstaltung nicht löschen"
|
msgstr "Sie können diese Veranstaltung nicht löschen"
|
||||||
|
|
||||||
|
@ -652,7 +652,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Sie müssen eingeloggt sein, um auf Ressourcen zugreifen zu können"
|
msgstr "Sie müssen eingeloggt sein, um auf Ressourcen zugreifen zu können"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Sie müssen eingeloggt sein, um Ereignisse zu erstellen"
|
msgstr "Sie müssen eingeloggt sein, um Ereignisse zu erstellen"
|
||||||
|
|
||||||
|
@ -672,7 +672,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Sie müssen eingeloggt sein, um Ressourcen zu erstellen"
|
msgstr "Sie müssen eingeloggt sein, um Ressourcen zu erstellen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Sie müssen eingeloggt sein, um ein Ereignis zu löschen"
|
msgstr "Sie müssen eingeloggt sein, um ein Ereignis zu löschen"
|
||||||
|
|
||||||
|
@ -697,7 +697,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Sie müssen eingeloggt sein, um eine Veranstaltung zu verlassen"
|
msgstr "Sie müssen eingeloggt sein, um eine Veranstaltung zu verlassen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Sie müssen eingeloggt sein, um ein Ereignis zu aktualisieren"
|
msgstr "Sie müssen eingeloggt sein, um ein Ereignis zu aktualisieren"
|
||||||
|
|
||||||
|
@ -739,47 +739,47 @@ msgid "This email is already used."
|
||||||
msgstr "Diese E-Mail wird bereits verwendet."
|
msgstr "Diese E-Mail wird bereits verwendet."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Beitrag nicht gefunden"
|
msgstr "Beitrag nicht gefunden"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Ungültige Argumente übergeben"
|
msgstr "Ungültige Argumente übergeben"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Ungültige Anmeldeinformationen"
|
msgstr "Ungültige Anmeldeinformationen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr "Passwort zurücksetzen"
|
msgstr "Passwort zurücksetzen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Ressource nicht gefunden"
|
msgstr "Ressource nicht gefunden"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Etwas lief falsch"
|
msgstr "Etwas lief falsch"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Unbekannte Ressource"
|
msgstr "Unbekannte Ressource"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
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"
|
||||||
|
|
||||||
|
@ -804,12 +804,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "Profil ist nicht Administrator für die Gruppe"
|
msgstr "Profil ist nicht Administrator für die Gruppe"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Sie können dieses Ereignis nicht bearbeiten."
|
msgstr "Sie können dieses Ereignis nicht bearbeiten."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Sie können dieses Ereignis nicht diesem Profil zuordnen."
|
msgstr "Sie können dieses Ereignis nicht diesem Profil zuordnen."
|
||||||
|
|
||||||
|
@ -841,7 +841,7 @@ msgstr ""
|
||||||
"zuzugreifen"
|
"zuzugreifen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "Organizer-Profil ist nicht im Besitz des Benutzers"
|
msgstr "Organizer-Profil ist nicht im Besitz des Benutzers"
|
||||||
|
|
||||||
|
@ -877,6 +877,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "Dieses Moderatorenprofil hat keine Berechtigung für diese Veranstaltung"
|
msgstr "Dieses Moderatorenprofil hat keine Berechtigung für diese Veranstaltung"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -103,7 +103,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -296,12 +296,12 @@ msgid "What information do we collect?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1390,3 +1390,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -126,7 +126,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Your participation to event %{title} has been rejected"
|
msgstr "Your participation to event %{title} has been rejected"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Event %{title} has been updated"
|
msgstr "Event %{title} has been updated"
|
||||||
|
|
||||||
|
@ -349,12 +349,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "What information do we collect?"
|
msgstr "What information do we collect?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1443,3 +1443,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -118,7 +118,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -355,7 +355,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -375,8 +375,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,7 +504,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -570,7 +570,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -630,7 +630,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -650,7 +650,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -675,7 +675,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -715,47 +715,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -780,12 +780,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -815,7 +815,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -851,6 +851,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -352,7 +352,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -372,8 +372,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -501,7 +501,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -567,7 +567,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -627,7 +627,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -647,7 +647,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -672,7 +672,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -712,47 +712,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -777,12 +777,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -812,7 +812,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -848,6 +848,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -18,314 +18,314 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.6.2\n"
|
"X-Generator: Weblate 4.6.2\n"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:38
|
#: lib/service/activity/renderer/member.ex:38
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} accepted the invitation to join the group."
|
msgid "%{member} accepted the invitation to join the group."
|
||||||
msgstr "%{member} aceptó la invitación para unirse al grupo."
|
msgstr "%{member} aceptó la invitación para unirse al grupo."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:42
|
#: lib/service/activity/renderer/member.ex:42
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} rejected the invitation to join the group."
|
msgid "%{member} rejected the invitation to join the group."
|
||||||
msgstr "%{member} rechazó la invitación para unirse al grupo."
|
msgstr "%{member} rechazó la invitación para unirse al grupo."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:30
|
#: lib/service/activity/renderer/member.ex:30
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} requested to join the group."
|
msgid "%{member} requested to join the group."
|
||||||
msgstr "%{member} solicitó unirse al grupo."
|
msgstr "%{member} solicitó unirse al grupo."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:34
|
#: lib/service/activity/renderer/member.ex:34
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} was invited by %{profile}."
|
msgid "%{member} was invited by %{profile}."
|
||||||
msgstr "%{member} fue invitado por %{profile}."
|
msgstr "%{member} fue invitado por %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:50
|
#: lib/service/activity/renderer/member.ex:50
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} added the member %{member}."
|
msgid "%{profile} added the member %{member}."
|
||||||
msgstr "%{profile} agregó el miembro %{member}."
|
msgstr "%{profile} agregó el miembro %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:65
|
#: lib/service/activity/renderer/discussion.ex:65
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} archived the discussion %{discussion}."
|
msgid "%{profile} archived the discussion %{discussion}."
|
||||||
msgstr "%{profile} archivó la discusión %{discussion}."
|
msgstr "%{profile} archivó la discusión %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:25
|
#: lib/service/activity/renderer/discussion.ex:25
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the discussion %{discussion}."
|
msgid "%{profile} created the discussion %{discussion}."
|
||||||
msgstr "%{profile} creó la discusión %{discussion}."
|
msgstr "%{profile} creó la discusión %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:24
|
#: lib/service/activity/renderer/resource.ex:24
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the folder %{resource}."
|
msgid "%{profile} created the folder %{resource}."
|
||||||
msgstr "%{profile} creó la carpeta %{resource}."
|
msgstr "%{profile} creó la carpeta %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the group %{group}."
|
msgid "%{profile} created the group %{group}."
|
||||||
msgstr "%{profile} crfeó el grupo %{group}."
|
msgstr "%{profile} crfeó el grupo %{group}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:33
|
#: lib/service/activity/renderer/resource.ex:33
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the resource %{resource}."
|
msgid "%{profile} created the resource %{resource}."
|
||||||
msgstr "%{profile} creó el recurso %{resource}."
|
msgstr "%{profile} creó el recurso %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:75
|
#: lib/service/activity/renderer/discussion.ex:75
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the discussion %{discussion}."
|
msgid "%{profile} deleted the discussion %{discussion}."
|
||||||
msgstr "%{profile} eliminó la discusión %{discussion}."
|
msgstr "%{profile} eliminó la discusión %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:97
|
#: lib/service/activity/renderer/resource.ex:97
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the folder %{resource}."
|
msgid "%{profile} deleted the folder %{resource}."
|
||||||
msgstr "%{profile} borró la carpeta %{resource}."
|
msgstr "%{profile} borró la carpeta %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:106
|
#: lib/service/activity/renderer/resource.ex:106
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the resource %{resource}."
|
msgid "%{profile} deleted the resource %{resource}."
|
||||||
msgstr "%{profile} eliminado el recurso %{resource}."
|
msgstr "%{profile} eliminado el recurso %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:58
|
#: lib/service/activity/renderer/member.ex:58
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} excluded member %{member}."
|
msgid "%{profile} excluded member %{member}."
|
||||||
msgstr "%{profile }miembro excluido %{member}."
|
msgstr "%{profile }miembro excluido %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:76
|
#: lib/service/activity/renderer/resource.ex:76
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the folder %{resource}."
|
msgid "%{profile} moved the folder %{resource}."
|
||||||
msgstr "%{profile} movió la carpeta %{resource}."
|
msgstr "%{profile} movió la carpeta %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:85
|
#: lib/service/activity/renderer/resource.ex:85
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the resource %{resource}."
|
msgid "%{profile} moved the resource %{resource}."
|
||||||
msgstr "%{profile} movió el recurso %{resource}."
|
msgstr "%{profile} movió el recurso %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:62
|
#: lib/service/activity/renderer/member.ex:62
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} quit the group."
|
msgid "%{profile} quit the group."
|
||||||
msgstr "%{profile} abandona el grupo."
|
msgstr "%{profile} abandona el grupo."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:55
|
#: lib/service/activity/renderer/discussion.ex:55
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the discussion %{discussion}."
|
msgid "%{profile} renamed the discussion %{discussion}."
|
||||||
msgstr "%{profile} renombrado la discusión %{discussion}."
|
msgstr "%{profile} renombrado la discusión %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:45
|
#: lib/service/activity/renderer/resource.ex:45
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"%{profile} ha renombrado la carpeta de %{old_resource_title} a %{resource}."
|
"%{profile} ha renombrado la carpeta de %{old_resource_title} a %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:59
|
#: lib/service/activity/renderer/resource.ex:59
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"%{profile} ha renombrado el recurso de %{old_resource_title} a %{resource}."
|
"%{profile} ha renombrado el recurso de %{old_resource_title} a %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:35
|
#: lib/service/activity/renderer/discussion.ex:35
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to the discussion %{discussion}."
|
msgid "%{profile} replied to the discussion %{discussion}."
|
||||||
msgstr "%{profile} respondió a la discusión %{discussion}."
|
msgstr "%{profile} respondió a la discusión %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the group %{group}."
|
msgid "%{profile} updated the group %{group}."
|
||||||
msgstr "%{profile} actualizó el grupo %{group}."
|
msgstr "%{profile} actualizó el grupo %{group}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:54
|
#: lib/service/activity/renderer/member.ex:54
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the member %{member}."
|
msgid "%{profile} updated the member %{member}."
|
||||||
msgstr "%{profile} actualizado el miembro %{member}."
|
msgstr "%{profile} actualizado el miembro %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:23
|
#: lib/service/activity/renderer/event.ex:23
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was created by %{profile}."
|
msgid "The event %{event} was created by %{profile}."
|
||||||
msgstr "El evento %{event} fue creado por %{profile}."
|
msgstr "El evento %{event} fue creado por %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:43
|
#: lib/service/activity/renderer/event.ex:43
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was deleted by %{profile}."
|
msgid "The event %{event} was deleted by %{profile}."
|
||||||
msgstr "El evento% {event} fue eliminado por % {profile}."
|
msgstr "El evento% {event} fue eliminado por % {profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:33
|
#: lib/service/activity/renderer/event.ex:33
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was updated by %{profile}."
|
msgid "The event %{event} was updated by %{profile}."
|
||||||
msgstr "El evento %{event} fue actualizado por %{profile}."
|
msgstr "El evento %{event} fue actualizado por %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was created by %{profile}."
|
msgid "The post %{post} was created by %{profile}."
|
||||||
msgstr "El cargo %{post} fue creado por %{profile}."
|
msgstr "El cargo %{post} fue creado por %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was deleted by %{profile}."
|
msgid "The post %{post} was deleted by %{profile}."
|
||||||
msgstr "El post %{post} fue eliminado por %{profile}."
|
msgstr "El post %{post} fue eliminado por %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was updated by %{profile}."
|
msgid "The post %{post} was updated by %{profile}."
|
||||||
msgstr "El post %{post} fue actualizado por %{profile}."
|
msgstr "El post %{post} fue actualizado por %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:46
|
#: lib/service/activity/renderer/member.ex:46
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} joined the group."
|
msgid "%{member} joined the group."
|
||||||
msgstr "%{member} se unió al grupo."
|
msgstr "%{member} se unió al grupo."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:63
|
#: lib/service/activity/renderer/event.ex:63
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} posted a comment on the event %{event}."
|
msgid "%{profile} posted a comment on the event %{event}."
|
||||||
msgstr "%{profile} publicó un comentario sobre el evento %{event}."
|
msgstr "%{profile} publicó un comentario sobre el evento %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:54
|
#: lib/service/activity/renderer/event.ex:54
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to a comment on the event %{event}."
|
msgid "%{profile} replied to a comment on the event %{event}."
|
||||||
msgstr "%{profile} respondió a un comentario sobre el evento %{event}."
|
msgstr "%{profile} respondió a un comentario sobre el evento %{event}."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"¿No quieres recibir notificaciones de actividad? Puede cambiar la frecuencia "
|
"¿No quieres recibir notificaciones de actividad? Puede cambiar la frecuencia "
|
||||||
"o deshabilitarlos en su configuración."
|
"o deshabilitarlos en su configuración."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Ver una actividad más"
|
msgstr[0] "Ver una actividad más"
|
||||||
msgstr[1] "Ver %{count} actividades mas"
|
msgstr[1] "Ver %{count} actividades mas"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "¡Ha habido una actividad!"
|
msgstr[0] "¡Ha habido una actividad!"
|
||||||
msgstr[1] "¡Ha habido algopúnas actividades!"
|
msgstr[1] "¡Ha habido algopúnas actividades!"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/renderer.ex:38
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/renderer.ex:38
|
||||||
msgid "Activity on %{instance}"
|
msgid "Activity on %{instance}"
|
||||||
msgstr "Actividad en %{instance}"
|
msgstr "Actividad en %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:38
|
#: lib/service/activity/renderer/comment.ex:38
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
||||||
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted an announcement under event %{event}."
|
msgid "%{profile} has posted an announcement under event %{event}."
|
||||||
msgstr "%{profile} ha publicado un anuncio en el evento %{event}."
|
msgstr "%{profile} ha publicado un anuncio en el evento %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:24
|
#: lib/service/activity/renderer/comment.ex:24
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} mentionned you in a comment under event %{event}."
|
msgid "%{profile} mentionned you in a comment under event %{event}."
|
||||||
msgstr "%{profile} te mencionó en un comentario en el evento %{event}."
|
msgstr "%{profile} te mencionó en un comentario en el evento %{event}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:45
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/discussion.ex:45
|
||||||
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
||||||
msgstr "%{profile}te mencioné en la discusión %{discussion}."
|
msgstr "%{profile}te mencioné en la discusión %{discussion}."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"¿No quieres recibir notificaciones de actividad? Puede cambiar la frecuencia "
|
"¿No quieres recibir notificaciones de actividad? Puede cambiar la frecuencia "
|
||||||
"o deshabilitarlos en su configuración."
|
"o deshabilitarlos en su configuración."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your weekly activity recap"
|
msgid "Here's your weekly activity recap"
|
||||||
msgstr "Aquí está su resumen de actividad semanal"
|
msgstr "Aquí está su resumen de actividad semanal"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
||||||
msgid "Activity notification for %{instance}"
|
msgid "Activity notification for %{instance}"
|
||||||
msgstr "Actividad en %{instance}"
|
msgstr "Actividad en %{instance}"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:126
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:126
|
||||||
msgid "Daily activity recap for %{instance}"
|
msgid "Daily activity recap for %{instance}"
|
||||||
msgstr "Resumen de actividad diaria en %{instance}"
|
msgstr "Resumen de actividad diaria en %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your daily activity recap"
|
msgid "Here's your daily activity recap"
|
||||||
msgstr "Aquí está su resumen de actividad diaria"
|
msgstr "Aquí está su resumen de actividad diaria"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:133
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:133
|
||||||
msgid "Weekly activity recap for %{instance}"
|
msgid "Weekly activity recap for %{instance}"
|
||||||
msgstr "Resumen de actividad semanal para %{instance}"
|
msgstr "Resumen de actividad semanal para %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:66
|
#: lib/service/activity/renderer/comment.ex:66
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new comment under your event %{event}."
|
msgid "%{profile} has posted a new comment under your event %{event}."
|
||||||
msgstr "%{profile} ha publicado un nuevo comentario en tu evento %{event}."
|
msgstr "%{profile} ha publicado un nuevo comentario en tu evento %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:53
|
#: lib/service/activity/renderer/comment.ex:53
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new reply under your event %{event}."
|
msgid "%{profile} has posted a new reply under your event %{event}."
|
||||||
msgstr "%{profile} ha publicado una nueva respuesta en tu evento %{event}."
|
msgstr "%{profile} ha publicado una nueva respuesta en tu evento %{event}."
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:46
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:46
|
||||||
msgid "Announcement for your event %{event}"
|
msgid "Announcement for your event %{event}"
|
||||||
msgstr "Anuncio para su evento %{event}"
|
msgstr "Anuncio para su evento %{event}"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/group.ex:23
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/group.ex:23
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr "El post %{post} fue actualizado por %{profile}."
|
msgstr "El post %{post} fue actualizado por %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr "El post %{post} del grupo %{group} fue actualizado por %{profile}."
|
msgstr "El post %{post} del grupo %{group} fue actualizado por %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr "El post %{post} del grupo %{group} fue actualizado por %{profile}."
|
msgstr "El post %{post} del grupo %{group} fue actualizado por %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr "El post %{post} del grupo %{group} fue actualizado por %{profile}."
|
msgstr "El post %{post} del grupo %{group} fue actualizado por %{profile}."
|
||||||
|
|
|
@ -128,7 +128,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Su participación en el evento %{title} ha sido rechazada"
|
msgstr "Su participación en el evento %{title} ha sido rechazada"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "El evento %{title} ha sido actualizado"
|
msgstr "El evento %{title} ha sido actualizado"
|
||||||
|
|
||||||
|
@ -356,12 +356,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "¿Qué información recopilamos?"
|
msgstr "¿Qué información recopilamos?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon en %{instance}: confirma tu dirección de correo electrónico"
|
msgstr "Mobilizon en %{instance}: confirma tu dirección de correo electrónico"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon en %{instance}: correo electrónico modificado"
|
msgstr "Mobilizon en %{instance}: correo electrónico modificado"
|
||||||
|
|
||||||
|
@ -1731,3 +1731,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr "Flujo público para %{instance}"
|
msgstr "Flujo público para %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Error al guardar los parámetros del usuario"
|
msgstr "Error al guardar los parámetros del usuario"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Grupo no encontrado"
|
msgstr "Grupo no encontrado"
|
||||||
|
@ -358,7 +358,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "El comentario ya está eliminado"
|
msgstr "El comentario ya está eliminado"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Discusión no encontrada"
|
msgstr "Discusión no encontrada"
|
||||||
|
|
||||||
|
@ -378,8 +378,8 @@ msgid "Event id not found"
|
||||||
msgstr "ID de evento no encontrado"
|
msgstr "ID de evento no encontrado"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Evento no encontrado"
|
msgstr "Evento no encontrado"
|
||||||
|
|
||||||
|
@ -507,7 +507,7 @@ 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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Usuario no encontrado"
|
msgstr "Usuario no encontrado"
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "No puedes borrar este comentario"
|
msgstr "No puedes borrar este comentario"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "No puedes borrar este evento"
|
msgstr "No puedes borrar este evento"
|
||||||
|
|
||||||
|
@ -644,7 +644,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Debes iniciar sesión para acceder a los recursos"
|
msgstr "Debes iniciar sesión para acceder a los recursos"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Debes iniciar sesión para crear eventos"
|
msgstr "Debes iniciar sesión para crear eventos"
|
||||||
|
|
||||||
|
@ -664,7 +664,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Debe iniciar sesión para crear recursos"
|
msgstr "Debe iniciar sesión para crear recursos"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Debe iniciar sesión para eliminar un evento"
|
msgstr "Debe iniciar sesión para eliminar un evento"
|
||||||
|
|
||||||
|
@ -689,7 +689,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Debes iniciar sesión para salir de un evento"
|
msgstr "Debes iniciar sesión para salir de un evento"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Debe iniciar sesión para actualizar un evento"
|
msgstr "Debe iniciar sesión para actualizar un evento"
|
||||||
|
|
||||||
|
@ -731,47 +731,47 @@ msgid "This email is already used."
|
||||||
msgstr "Este correo electrónico ya está en uso."
|
msgstr "Este correo electrónico ya está en uso."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Informe no encontrado"
|
msgstr "Informe no encontrado"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Se pasaron argumentos no válidos"
|
msgstr "Se pasaron argumentos no válidos"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Credenciales no válidas"
|
msgstr "Credenciales no válidas"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Recurso no encontrado"
|
msgstr "Recurso no encontrado"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Algo salió mal"
|
msgstr "Algo salió mal"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Recurso desconocido"
|
msgstr "Recurso desconocido"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Debes iniciar sesión"
|
msgstr "Debes iniciar sesión"
|
||||||
|
|
||||||
|
@ -796,12 +796,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "El perfil no es miembro del grupo"
|
msgstr "El perfil no es miembro del grupo"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "No puedes borrar este evento."
|
msgstr "No puedes borrar este evento."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "No puedes rechazar esta invitación con este perfil."
|
msgstr "No puedes rechazar esta invitación con este perfil."
|
||||||
|
|
||||||
|
@ -832,7 +832,7 @@ msgstr ""
|
||||||
"Debe proporcionar una identificación o un slug para acceder a una discusión"
|
"Debe proporcionar una identificación o un slug para acceder a una discusión"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "El perfil del organizador no es propiedad del usuario"
|
msgstr "El perfil del organizador no es propiedad del usuario"
|
||||||
|
|
||||||
|
@ -868,6 +868,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr "No se pueden recuperar los detalles del recurso de esta URL."
|
msgstr "No se pueden recuperar los detalles del recurso de esta URL."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "El perfil de moderador proporcionado no tiene permiso para este evento"
|
msgstr "El perfil de moderador proporcionado no tiene permiso para este evento"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -18,312 +18,312 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.6.2\n"
|
"X-Generator: Weblate 4.6.2\n"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:38
|
#: lib/service/activity/renderer/member.ex:38
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} accepted the invitation to join the group."
|
msgid "%{member} accepted the invitation to join the group."
|
||||||
msgstr "%{member} hyväksyi kutsun liittyä ryhmään."
|
msgstr "%{member} hyväksyi kutsun liittyä ryhmään."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:42
|
#: lib/service/activity/renderer/member.ex:42
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} rejected the invitation to join the group."
|
msgid "%{member} rejected the invitation to join the group."
|
||||||
msgstr "%{member} hylkäsi kutsun liittyä ryhmään."
|
msgstr "%{member} hylkäsi kutsun liittyä ryhmään."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:30
|
#: lib/service/activity/renderer/member.ex:30
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} requested to join the group."
|
msgid "%{member} requested to join the group."
|
||||||
msgstr "%{member} haluaa liittyä ryhmään."
|
msgstr "%{member} haluaa liittyä ryhmään."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:34
|
#: lib/service/activity/renderer/member.ex:34
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} was invited by %{profile}."
|
msgid "%{member} was invited by %{profile}."
|
||||||
msgstr "%{profile} kutsui jäsenen %{member}."
|
msgstr "%{profile} kutsui jäsenen %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:50
|
#: lib/service/activity/renderer/member.ex:50
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} added the member %{member}."
|
msgid "%{profile} added the member %{member}."
|
||||||
msgstr "%{profile} lisäsi jäsenen %{member}."
|
msgstr "%{profile} lisäsi jäsenen %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:65
|
#: lib/service/activity/renderer/discussion.ex:65
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} archived the discussion %{discussion}."
|
msgid "%{profile} archived the discussion %{discussion}."
|
||||||
msgstr "%{profile} arkistoi keskustelun %{discussion}."
|
msgstr "%{profile} arkistoi keskustelun %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:25
|
#: lib/service/activity/renderer/discussion.ex:25
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the discussion %{discussion}."
|
msgid "%{profile} created the discussion %{discussion}."
|
||||||
msgstr "%{profile} loi keskustelun %{discussion}."
|
msgstr "%{profile} loi keskustelun %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:24
|
#: lib/service/activity/renderer/resource.ex:24
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the folder %{resource}."
|
msgid "%{profile} created the folder %{resource}."
|
||||||
msgstr "%{profile} loi kansion %{resource}."
|
msgstr "%{profile} loi kansion %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the group %{group}."
|
msgid "%{profile} created the group %{group}."
|
||||||
msgstr "%{profile} loi ryhmän %{group}."
|
msgstr "%{profile} loi ryhmän %{group}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:33
|
#: lib/service/activity/renderer/resource.ex:33
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the resource %{resource}."
|
msgid "%{profile} created the resource %{resource}."
|
||||||
msgstr "%{profile} loi resurssin %{resource}."
|
msgstr "%{profile} loi resurssin %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:75
|
#: lib/service/activity/renderer/discussion.ex:75
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the discussion %{discussion}."
|
msgid "%{profile} deleted the discussion %{discussion}."
|
||||||
msgstr "%{profile} poisti keskustelun %{discussion}."
|
msgstr "%{profile} poisti keskustelun %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:97
|
#: lib/service/activity/renderer/resource.ex:97
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the folder %{resource}."
|
msgid "%{profile} deleted the folder %{resource}."
|
||||||
msgstr "%{profile} poisti kansion %{resource}."
|
msgstr "%{profile} poisti kansion %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:106
|
#: lib/service/activity/renderer/resource.ex:106
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the resource %{resource}."
|
msgid "%{profile} deleted the resource %{resource}."
|
||||||
msgstr "%{profile} poisti resurssin %{resource}."
|
msgstr "%{profile} poisti resurssin %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:58
|
#: lib/service/activity/renderer/member.ex:58
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} excluded member %{member}."
|
msgid "%{profile} excluded member %{member}."
|
||||||
msgstr "%{profile} hylkäsi jäsenen %{member}."
|
msgstr "%{profile} hylkäsi jäsenen %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:76
|
#: lib/service/activity/renderer/resource.ex:76
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the folder %{resource}."
|
msgid "%{profile} moved the folder %{resource}."
|
||||||
msgstr "%{profile} siirsi kansion %{resource}."
|
msgstr "%{profile} siirsi kansion %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:85
|
#: lib/service/activity/renderer/resource.ex:85
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the resource %{resource}."
|
msgid "%{profile} moved the resource %{resource}."
|
||||||
msgstr "%{profile} siirsi resurssin %{resource}."
|
msgstr "%{profile} siirsi resurssin %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:62
|
#: lib/service/activity/renderer/member.ex:62
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} quit the group."
|
msgid "%{profile} quit the group."
|
||||||
msgstr "%{profile} poistui ryhmästä."
|
msgstr "%{profile} poistui ryhmästä."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:55
|
#: lib/service/activity/renderer/discussion.ex:55
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the discussion %{discussion}."
|
msgid "%{profile} renamed the discussion %{discussion}."
|
||||||
msgstr "%{profile} muutti keskustelun %{discussion} nimer."
|
msgstr "%{profile} muutti keskustelun %{discussion} nimer."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:45
|
#: lib/service/activity/renderer/resource.ex:45
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
||||||
msgstr "%{profile} muutti kansion %{old_resource_title} nimeksi %{resource}."
|
msgstr "%{profile} muutti kansion %{old_resource_title} nimeksi %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:59
|
#: lib/service/activity/renderer/resource.ex:59
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
||||||
msgstr "%{profile} muutti resurssin %{old_resource_title} nimeksi %{resource}."
|
msgstr "%{profile} muutti resurssin %{old_resource_title} nimeksi %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:35
|
#: lib/service/activity/renderer/discussion.ex:35
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to the discussion %{discussion}."
|
msgid "%{profile} replied to the discussion %{discussion}."
|
||||||
msgstr "%{profile} vastasi keskusteluun %{discussion}."
|
msgstr "%{profile} vastasi keskusteluun %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the group %{group}."
|
msgid "%{profile} updated the group %{group}."
|
||||||
msgstr "%{profile} päivitti ryhmää %{group}."
|
msgstr "%{profile} päivitti ryhmää %{group}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:54
|
#: lib/service/activity/renderer/member.ex:54
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the member %{member}."
|
msgid "%{profile} updated the member %{member}."
|
||||||
msgstr "%{profile} päivitti jäsentä %{member}."
|
msgstr "%{profile} päivitti jäsentä %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:23
|
#: lib/service/activity/renderer/event.ex:23
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was created by %{profile}."
|
msgid "The event %{event} was created by %{profile}."
|
||||||
msgstr "%{profile} loi tapahtuman %{event}."
|
msgstr "%{profile} loi tapahtuman %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:43
|
#: lib/service/activity/renderer/event.ex:43
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was deleted by %{profile}."
|
msgid "The event %{event} was deleted by %{profile}."
|
||||||
msgstr "%{profile} poisti tapahtuman %{event}."
|
msgstr "%{profile} poisti tapahtuman %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:33
|
#: lib/service/activity/renderer/event.ex:33
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was updated by %{profile}."
|
msgid "The event %{event} was updated by %{profile}."
|
||||||
msgstr "%{profile} päivitti tapahtumaa %{event}."
|
msgstr "%{profile} päivitti tapahtumaa %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was created by %{profile}."
|
msgid "The post %{post} was created by %{profile}."
|
||||||
msgstr "%{profile} loi julkaisun %{post}."
|
msgstr "%{profile} loi julkaisun %{post}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was deleted by %{profile}."
|
msgid "The post %{post} was deleted by %{profile}."
|
||||||
msgstr "%{profile} poisti julkaisun %{post}."
|
msgstr "%{profile} poisti julkaisun %{post}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was updated by %{profile}."
|
msgid "The post %{post} was updated by %{profile}."
|
||||||
msgstr "%{profile} päivitti julkaisun %{post}."
|
msgstr "%{profile} päivitti julkaisun %{post}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:46
|
#: lib/service/activity/renderer/member.ex:46
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} joined the group."
|
msgid "%{member} joined the group."
|
||||||
msgstr "%{member} liittyi ryhmään."
|
msgstr "%{member} liittyi ryhmään."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:63
|
#: lib/service/activity/renderer/event.ex:63
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} posted a comment on the event %{event}."
|
msgid "%{profile} posted a comment on the event %{event}."
|
||||||
msgstr "%{profile} kommentoi tapahtumaa %{event}."
|
msgstr "%{profile} kommentoi tapahtumaa %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:54
|
#: lib/service/activity/renderer/event.ex:54
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to a comment on the event %{event}."
|
msgid "%{profile} replied to a comment on the event %{event}."
|
||||||
msgstr "%{profile} vastasi tapahtuman %{event} kommenttiin."
|
msgstr "%{profile} vastasi tapahtuman %{event} kommenttiin."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jos et halua vastaanottaa toimenpideilmoituksia, voit muuttaa "
|
"Jos et halua vastaanottaa toimenpideilmoituksia, voit muuttaa "
|
||||||
"ilmoitustiheyttä tai poistaa ilmoitukset käytöstä asetuksista."
|
"ilmoitustiheyttä tai poistaa ilmoitukset käytöstä asetuksista."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Näytä seuraava toimenpide"
|
msgstr[0] "Näytä seuraava toimenpide"
|
||||||
msgstr[1] "Näytä %{count} seuraavaa toimenpidettä"
|
msgstr[1] "Näytä %{count} seuraavaa toimenpidettä"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Toimenpide!"
|
msgstr[0] "Toimenpide!"
|
||||||
msgstr[1] "Toimenpiteitä!"
|
msgstr[1] "Toimenpiteitä!"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/renderer.ex:38
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/renderer.ex:38
|
||||||
msgid "Activity on %{instance}"
|
msgid "Activity on %{instance}"
|
||||||
msgstr "Toimenpide palvelimella %{instance}"
|
msgstr "Toimenpide palvelimella %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:38
|
#: lib/service/activity/renderer/comment.ex:38
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
||||||
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted an announcement under event %{event}."
|
msgid "%{profile} has posted an announcement under event %{event}."
|
||||||
msgstr "%{profile} on julkaissut ilmoituksen tapahtumassa %{event}."
|
msgstr "%{profile} on julkaissut ilmoituksen tapahtumassa %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:24
|
#: lib/service/activity/renderer/comment.ex:24
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} mentionned you in a comment under event %{event}."
|
msgid "%{profile} mentionned you in a comment under event %{event}."
|
||||||
msgstr "%{profile} mainitsi sinut tapahtuman %{event} kommentissa."
|
msgstr "%{profile} mainitsi sinut tapahtuman %{event} kommentissa."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:45
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/discussion.ex:45
|
||||||
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
||||||
msgstr "%{profile} mainitsi sinut keskustelussa %{discussion}."
|
msgstr "%{profile} mainitsi sinut keskustelussa %{discussion}."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jos et halua vastaanottaa toimenpideilmoituksia, voit muuttaa "
|
"Jos et halua vastaanottaa toimenpideilmoituksia, voit muuttaa "
|
||||||
"ilmoitustiheyttä tai poistaa ilmoitukset käytöstä asetuksista."
|
"ilmoitustiheyttä tai poistaa ilmoitukset käytöstä asetuksista."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your weekly activity recap"
|
msgid "Here's your weekly activity recap"
|
||||||
msgstr "Tässä on viikoittainen kertaus toiminnastasi"
|
msgstr "Tässä on viikoittainen kertaus toiminnastasi"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
||||||
msgid "Activity notification for %{instance}"
|
msgid "Activity notification for %{instance}"
|
||||||
msgstr "Toimenpide palvelimella %{instance}"
|
msgstr "Toimenpide palvelimella %{instance}"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:126
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:126
|
||||||
msgid "Daily activity recap for %{instance}"
|
msgid "Daily activity recap for %{instance}"
|
||||||
msgstr "Päivittäinen toiminnan kertaus instanssille %{instance}"
|
msgstr "Päivittäinen toiminnan kertaus instanssille %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your daily activity recap"
|
msgid "Here's your daily activity recap"
|
||||||
msgstr "Tässä on päivittäinen kertaus toiminnastasi"
|
msgstr "Tässä on päivittäinen kertaus toiminnastasi"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:133
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:133
|
||||||
msgid "Weekly activity recap for %{instance}"
|
msgid "Weekly activity recap for %{instance}"
|
||||||
msgstr "Viikoittainen toiminnan kertaus instanssille %{instance}"
|
msgstr "Viikoittainen toiminnan kertaus instanssille %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:66
|
#: lib/service/activity/renderer/comment.ex:66
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new comment under your event %{event}."
|
msgid "%{profile} has posted a new comment under your event %{event}."
|
||||||
msgstr "%{profile} on lähettänyt uuden kommentin tapahtumaasi %{event}."
|
msgstr "%{profile} on lähettänyt uuden kommentin tapahtumaasi %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:53
|
#: lib/service/activity/renderer/comment.ex:53
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new reply under your event %{event}."
|
msgid "%{profile} has posted a new reply under your event %{event}."
|
||||||
msgstr "%{profiili} on lähettänyt uuden vastauksen tapahtumaasi %{event}."
|
msgstr "%{profiili} on lähettänyt uuden vastauksen tapahtumaasi %{event}."
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:46
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:46
|
||||||
msgid "Announcement for your event %{event}"
|
msgid "Announcement for your event %{event}"
|
||||||
msgstr "Ilmoitus tapahtumaasi %{event}"
|
msgstr "Ilmoitus tapahtumaasi %{event}"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/group.ex:23
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/group.ex:23
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr "%{profile} päivitti julkaisun %{post}."
|
msgstr "%{profile} päivitti julkaisun %{post}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr "Viestin %{post} ryhmästä %{group} poisti %{profile}."
|
msgstr "Viestin %{post} ryhmästä %{group} poisti %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr "Viestin %{post} ryhmästä %{group} julkaisi %{profile}."
|
msgstr "Viestin %{post} ryhmästä %{group} julkaisi %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr "Viestin %{post} ryhmästä %{group} päivitti %{profile}."
|
msgstr "Viestin %{post} ryhmästä %{group} päivitti %{profile}."
|
||||||
|
|
|
@ -128,7 +128,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Osallistumisesi tapahtumaan %{title) on hylätty"
|
msgstr "Osallistumisesi tapahtumaan %{title) on hylätty"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Tapahtumaa %{title} on päivitetty"
|
msgstr "Tapahtumaa %{title} on päivitetty"
|
||||||
|
|
||||||
|
@ -350,12 +350,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Mitä tietoja kerätään?"
|
msgstr "Mitä tietoja kerätään?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon palvelimella %{instance}: vahvista sähköpostiosoitteesi"
|
msgstr "Mobilizon palvelimella %{instance}: vahvista sähköpostiosoitteesi"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon palvelimella %{instance}: sähköpostiosoite vaihdettu"
|
msgstr "Mobilizon palvelimella %{instance}: sähköpostiosoite vaihdettu"
|
||||||
|
|
||||||
|
@ -1703,3 +1703,13 @@ msgstr "Mobilizon-palvelin näyttää olevan väliakaisesti alhaalla."
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr "Palvelimen %{instance} julkinen syöte"
|
msgstr "Palvelimen %{instance} julkinen syöte"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Käyttäjän asetusten tallennuksessa tapahtui virhe"
|
msgstr "Käyttäjän asetusten tallennuksessa tapahtui virhe"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Ryhmää ei löydy"
|
msgstr "Ryhmää ei löydy"
|
||||||
|
@ -355,7 +355,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "Kommentti on jo poistettu"
|
msgstr "Kommentti on jo poistettu"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Keskustelua ei löydy"
|
msgstr "Keskustelua ei löydy"
|
||||||
|
|
||||||
|
@ -375,8 +375,8 @@ msgid "Event id not found"
|
||||||
msgstr "Tapahtumatunnistetta ei löydy"
|
msgstr "Tapahtumatunnistetta ei löydy"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Tapahtumaa ei löydy"
|
msgstr "Tapahtumaa ei löydy"
|
||||||
|
|
||||||
|
@ -504,7 +504,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "Merkki ei ole kelvollinen UUID"
|
msgstr "Merkki ei ole kelvollinen UUID"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Käyttäjää ei löydy"
|
msgstr "Käyttäjää ei löydy"
|
||||||
|
|
||||||
|
@ -573,7 +573,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Et voi poistaa kommenttia"
|
msgstr "Et voi poistaa kommenttia"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Et voi poistaa tapahtumaa"
|
msgstr "Et voi poistaa tapahtumaa"
|
||||||
|
|
||||||
|
@ -633,7 +633,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Pääsy resursseihin vain sisäänkirjautuneena"
|
msgstr "Pääsy resursseihin vain sisäänkirjautuneena"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Tapahtumien luonti vain sisäänkirjautuneena"
|
msgstr "Tapahtumien luonti vain sisäänkirjautuneena"
|
||||||
|
|
||||||
|
@ -653,7 +653,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Resurssien luonti vain sisäänkirjautuneena"
|
msgstr "Resurssien luonti vain sisäänkirjautuneena"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Tapahtuman poisto vain sisäänkirjautuneena"
|
msgstr "Tapahtuman poisto vain sisäänkirjautuneena"
|
||||||
|
|
||||||
|
@ -678,7 +678,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Tapahtumasta poistuminen vain sisäänkirjautuneena"
|
msgstr "Tapahtumasta poistuminen vain sisäänkirjautuneena"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Tapahtuman päivittäminen vain sisäänkirjautuneena"
|
msgstr "Tapahtuman päivittäminen vain sisäänkirjautuneena"
|
||||||
|
|
||||||
|
@ -718,47 +718,47 @@ msgid "This email is already used."
|
||||||
msgstr "Sähköpostiosoite on jo käytössä."
|
msgstr "Sähköpostiosoite on jo käytössä."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Julkaisua ei löydy"
|
msgstr "Julkaisua ei löydy"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Virheelliset argumentit välitetty"
|
msgstr "Virheelliset argumentit välitetty"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Virheelliset kirjautumistiedot"
|
msgstr "Virheelliset kirjautumistiedot"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Resurssia ei löydy"
|
msgstr "Resurssia ei löydy"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Jokin meni vikaan"
|
msgstr "Jokin meni vikaan"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Tuntematon resurssi"
|
msgstr "Tuntematon resurssi"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Kirjaudu ensin sisään"
|
msgstr "Kirjaudu ensin sisään"
|
||||||
|
|
||||||
|
@ -783,12 +783,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "Profiili ei ole ryhmän ylläpitäjä"
|
msgstr "Profiili ei ole ryhmän ylläpitäjä"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Et voi muokata tapahtumaa."
|
msgstr "Et voi muokata tapahtumaa."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Et voi yhdistää tapahtumaa tähän profiiliin."
|
msgstr "Et voi yhdistää tapahtumaa tähän profiiliin."
|
||||||
|
|
||||||
|
@ -818,7 +818,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr "Keskusteluun pääsemiseen vaaditaan tunniste tai polkutunnus"
|
msgstr "Keskusteluun pääsemiseen vaaditaan tunniste tai polkutunnus"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "Järjestäjän profiili ei ole käyttäjän hallussa"
|
msgstr "Järjestäjän profiili ei ole käyttäjän hallussa"
|
||||||
|
|
||||||
|
@ -854,6 +854,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr "Resurssin tietoja ei voida hakea tästä URL-osoitteesta."
|
msgstr "Resurssin tietoja ei voida hakea tästä URL-osoitteesta."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "Annetulla moderaattoriprofiililla ei ole oikeuksia tähän tapahtumaan"
|
msgstr "Annetulla moderaattoriprofiililla ei ole oikeuksia tähän tapahtumaan"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -20,249 +20,310 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
"X-Generator: Poedit 2.4.3\n"
|
"X-Generator: Poedit 2.4.3\n"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:38 lib/web/templates/email/activity/_member_activity_item.html.eex:19
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
#: lib/service/activity/renderer/member.ex:38
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
||||||
msgid "%{member} accepted the invitation to join the group."
|
msgid "%{member} accepted the invitation to join the group."
|
||||||
msgstr "%{member} a accepté l'invitation à rejoindre le groupe."
|
msgstr "%{member} a accepté l'invitation à rejoindre le groupe."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:42 lib/web/templates/email/activity/_member_activity_item.html.eex:26
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
#: lib/service/activity/renderer/member.ex:42
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
||||||
msgid "%{member} rejected the invitation to join the group."
|
msgid "%{member} rejected the invitation to join the group."
|
||||||
msgstr "%{member} a refusé l'invitation à rejoindre le groupe."
|
msgstr "%{member} a refusé l'invitation à rejoindre le groupe."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:30 lib/web/templates/email/activity/_member_activity_item.html.eex:4
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
#: lib/service/activity/renderer/member.ex:30
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
||||||
msgid "%{member} requested to join the group."
|
msgid "%{member} requested to join the group."
|
||||||
msgstr "%{member} a demandé à rejoindre le groupe."
|
msgstr "%{member} a demandé à rejoindre le groupe."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:34 lib/web/templates/email/activity/_member_activity_item.html.eex:11
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
#: lib/service/activity/renderer/member.ex:34
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
||||||
msgid "%{member} was invited by %{profile}."
|
msgid "%{member} was invited by %{profile}."
|
||||||
msgstr "%{member} a été invité⋅e par %{profile}."
|
msgstr "%{member} a été invité⋅e par %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:50 lib/web/templates/email/activity/_member_activity_item.html.eex:40
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
#: lib/service/activity/renderer/member.ex:50
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
||||||
msgid "%{profile} added the member %{member}."
|
msgid "%{profile} added the member %{member}."
|
||||||
msgstr "%{profile} a ajouté le ou la membre %{membre}."
|
msgstr "%{profile} a ajouté le ou la membre %{membre}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:65 lib/web/templates/email/activity/_discussion_activity_item.html.eex:46
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
#: lib/service/activity/renderer/discussion.ex:65
|
||||||
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
||||||
msgid "%{profile} archived the discussion %{discussion}."
|
msgid "%{profile} archived the discussion %{discussion}."
|
||||||
msgstr "%{profile} a archivé la discussion %{discussion}."
|
msgstr "%{profile} a archivé la discussion %{discussion}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:25 lib/web/templates/email/activity/_discussion_activity_item.html.eex:4
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
#: lib/service/activity/renderer/discussion.ex:25
|
||||||
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
||||||
msgid "%{profile} created the discussion %{discussion}."
|
msgid "%{profile} created the discussion %{discussion}."
|
||||||
msgstr "%{profile} a créé la discussion %{discussion}."
|
msgstr "%{profile} a créé la discussion %{discussion}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/resource.ex:24 lib/web/templates/email/activity/_resource_activity_item.html.eex:5
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
#: lib/service/activity/renderer/resource.ex:24
|
||||||
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
||||||
msgid "%{profile} created the folder %{resource}."
|
msgid "%{profile} created the folder %{resource}."
|
||||||
msgstr "%{profile} a créé le dossier %{resource}."
|
msgstr "%{profile} a créé le dossier %{resource}."
|
||||||
|
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4 lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
||||||
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
||||||
msgid "%{profile} created the group %{group}."
|
msgid "%{profile} created the group %{group}."
|
||||||
msgstr "%{profile} a créé le groupe %{group}."
|
msgstr "%{profile} a créé le groupe %{group}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/resource.ex:33 lib/web/templates/email/activity/_resource_activity_item.html.eex:20
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
#: lib/service/activity/renderer/resource.ex:33
|
||||||
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
||||||
msgid "%{profile} created the resource %{resource}."
|
msgid "%{profile} created the resource %{resource}."
|
||||||
msgstr "%{profile} a créé la resource %{resource}."
|
msgstr "%{profile} a créé la resource %{resource}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:75 lib/web/templates/email/activity/_discussion_activity_item.html.eex:60
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
#: lib/service/activity/renderer/discussion.ex:75
|
||||||
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
||||||
msgid "%{profile} deleted the discussion %{discussion}."
|
msgid "%{profile} deleted the discussion %{discussion}."
|
||||||
msgstr "%{profile} a créé la discussion %{discussion}."
|
msgstr "%{profile} a créé la discussion %{discussion}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/resource.ex:97 lib/web/templates/email/activity/_resource_activity_item.html.eex:103
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
#: lib/service/activity/renderer/resource.ex:97
|
||||||
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
||||||
msgid "%{profile} deleted the folder %{resource}."
|
msgid "%{profile} deleted the folder %{resource}."
|
||||||
msgstr "%{profile} a supprimé le dossier %{resource}."
|
msgstr "%{profile} a supprimé le dossier %{resource}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/resource.ex:106 lib/web/templates/email/activity/_resource_activity_item.html.eex:111
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
#: lib/service/activity/renderer/resource.ex:106
|
||||||
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
||||||
msgid "%{profile} deleted the resource %{resource}."
|
msgid "%{profile} deleted the resource %{resource}."
|
||||||
msgstr "%{profile} a supprimé la resource %{resource}."
|
msgstr "%{profile} a supprimé la resource %{resource}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:58 lib/web/templates/email/activity/_member_activity_item.html.eex:56
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
#: lib/service/activity/renderer/member.ex:58
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
||||||
msgid "%{profile} excluded member %{member}."
|
msgid "%{profile} excluded member %{member}."
|
||||||
msgstr "%{profile} a exclu le ou la membre %{membre}."
|
msgstr "%{profile} a exclu le ou la membre %{membre}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/resource.ex:76 lib/web/templates/email/activity/_resource_activity_item.html.eex:71
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
#: lib/service/activity/renderer/resource.ex:76
|
||||||
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
||||||
msgid "%{profile} moved the folder %{resource}."
|
msgid "%{profile} moved the folder %{resource}."
|
||||||
msgstr "%{profile} a déplacé le dossier %{resource}."
|
msgstr "%{profile} a déplacé le dossier %{resource}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/resource.ex:85 lib/web/templates/email/activity/_resource_activity_item.html.eex:86
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
#: lib/service/activity/renderer/resource.ex:85
|
||||||
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
||||||
msgid "%{profile} moved the resource %{resource}."
|
msgid "%{profile} moved the resource %{resource}."
|
||||||
msgstr "%{profile} a déplacé la ressource %{resource}."
|
msgstr "%{profile} a déplacé la ressource %{resource}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:62 lib/web/templates/email/activity/_member_activity_item.html.eex:64
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
#: lib/service/activity/renderer/member.ex:62
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
||||||
msgid "%{profile} quit the group."
|
msgid "%{profile} quit the group."
|
||||||
msgstr "%{profile} a quitté le groupe."
|
msgstr "%{profile} a quitté le groupe."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:55 lib/web/templates/email/activity/_discussion_activity_item.html.eex:32
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
#: lib/service/activity/renderer/discussion.ex:55
|
||||||
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
||||||
msgid "%{profile} renamed the discussion %{discussion}."
|
msgid "%{profile} renamed the discussion %{discussion}."
|
||||||
msgstr "%{profile} a renommé la discussion %{discussion}."
|
msgstr "%{profile} a renommé la discussion %{discussion}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/resource.ex:45 lib/web/templates/email/activity/_resource_activity_item.html.eex:37
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
#: lib/service/activity/renderer/resource.ex:45
|
||||||
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
||||||
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
||||||
msgstr "%{profile} a renommé le dossier %{old_resource_title} en %{resource}."
|
msgstr "%{profile} a renommé le dossier %{old_resource_title} en %{resource}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/resource.ex:59 lib/web/templates/email/activity/_resource_activity_item.html.eex:53
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
#: lib/service/activity/renderer/resource.ex:59
|
||||||
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
||||||
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
||||||
msgstr "%{profile} a renommé la resource %{old_resource_title} en %{resource}."
|
msgstr "%{profile} a renommé la resource %{old_resource_title} en %{resource}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:35 lib/web/templates/email/activity/_discussion_activity_item.html.eex:18
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
#: lib/service/activity/renderer/discussion.ex:35
|
||||||
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
||||||
msgid "%{profile} replied to the discussion %{discussion}."
|
msgid "%{profile} replied to the discussion %{discussion}."
|
||||||
msgstr "%{profile} a répondu à la discussion %{discussion}."
|
msgstr "%{profile} a répondu à la discussion %{discussion}."
|
||||||
|
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19 lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
||||||
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
||||||
msgid "%{profile} updated the group %{group}."
|
msgid "%{profile} updated the group %{group}."
|
||||||
msgstr "%{profile} a mis à jour le groupe %{group}."
|
msgstr "%{profile} a mis à jour le groupe %{group}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:54 lib/web/templates/email/activity/_member_activity_item.html.eex:48
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
#: lib/service/activity/renderer/member.ex:54
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
||||||
msgid "%{profile} updated the member %{member}."
|
msgid "%{profile} updated the member %{member}."
|
||||||
msgstr "%{profile} a mis à jour le membre %{member}."
|
msgstr "%{profile} a mis à jour le membre %{member}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/event.ex:23 lib/web/templates/email/activity/_event_activity_item.html.eex:4
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
#: lib/service/activity/renderer/event.ex:23
|
||||||
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
||||||
msgid "The event %{event} was created by %{profile}."
|
msgid "The event %{event} was created by %{profile}."
|
||||||
msgstr "L'événement %{event} a été créé par %{profile}."
|
msgstr "L'événement %{event} a été créé par %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/event.ex:43 lib/web/templates/email/activity/_event_activity_item.html.eex:34
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
#: lib/service/activity/renderer/event.ex:43
|
||||||
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
||||||
msgid "The event %{event} was deleted by %{profile}."
|
msgid "The event %{event} was deleted by %{profile}."
|
||||||
msgstr "L'événement %{event} a été supprimé par %{profile}."
|
msgstr "L'événement %{event} a été supprimé par %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/event.ex:33 lib/web/templates/email/activity/_event_activity_item.html.eex:19
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
#: lib/service/activity/renderer/event.ex:33
|
||||||
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
||||||
msgid "The event %{event} was updated by %{profile}."
|
msgid "The event %{event} was updated by %{profile}."
|
||||||
msgstr "L'événement %{event} a été mis à jour par %{profile}."
|
msgstr "L'événement %{event} a été mis à jour par %{profile}."
|
||||||
|
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4 lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
||||||
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
||||||
msgid "The post %{post} was created by %{profile}."
|
msgid "The post %{post} was created by %{profile}."
|
||||||
msgstr "Le billet %{post} a été créé par %{profile}."
|
msgstr "Le billet %{post} a été créé par %{profile}."
|
||||||
|
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34 lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
||||||
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
||||||
msgid "The post %{post} was deleted by %{profile}."
|
msgid "The post %{post} was deleted by %{profile}."
|
||||||
msgstr "Le billet %{post} a été supprimé par %{profile}."
|
msgstr "Le billet %{post} a été supprimé par %{profile}."
|
||||||
|
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19 lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
||||||
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
||||||
msgid "The post %{post} was updated by %{profile}."
|
msgid "The post %{post} was updated by %{profile}."
|
||||||
msgstr "Le billet %{post} a été mis à jour par %{profile}."
|
msgstr "Le billet %{post} a été mis à jour par %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/member.ex:46 lib/web/templates/email/activity/_member_activity_item.html.eex:33
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
#: lib/service/activity/renderer/member.ex:46
|
||||||
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
||||||
msgid "%{member} joined the group."
|
msgid "%{member} joined the group."
|
||||||
msgstr "%{member} a rejoint le groupe."
|
msgstr "%{member} a rejoint le groupe."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/event.ex:63 lib/web/templates/email/activity/_event_activity_item.html.eex:58
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
#: lib/service/activity/renderer/event.ex:63
|
||||||
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
||||||
msgid "%{profile} posted a comment on the event %{event}."
|
msgid "%{profile} posted a comment on the event %{event}."
|
||||||
msgstr "%{profile} a posté un commentaire sur l'événement %{event}."
|
msgstr "%{profile} a posté un commentaire sur l'événement %{event}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/event.ex:54 lib/web/templates/email/activity/_event_activity_item.html.eex:43
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
#: lib/service/activity/renderer/event.ex:54
|
||||||
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
||||||
msgid "%{profile} replied to a comment on the event %{event}."
|
msgid "%{profile} replied to a comment on the event %{event}."
|
||||||
msgstr "%{profile} a répondu à un commentaire sur l'événement %{event}."
|
msgstr "%{profile} a répondu à un commentaire sur l'événement %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
||||||
msgstr "Vous ne voulez pas recevoir de notifications d'activité ? Vous pouvez changer leur fréquence ou les désactiver dans vos préférences."
|
msgstr "Vous ne voulez pas recevoir de notifications d'activité ? Vous pouvez changer leur fréquence ou les désactiver dans vos préférences."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:135 lib/web/templates/email/email_direct_activity.text.eex:23
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Voir une activité de plus"
|
msgstr[0] "Voir une activité de plus"
|
||||||
msgstr[1] "Voir %{count} activités de plus"
|
msgstr[1] "Voir %{count} activités de plus"
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:44 lib/web/templates/email/email_direct_activity.html.eex:46
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6 lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Il y a eu une activité !"
|
msgstr[0] "Il y a eu une activité !"
|
||||||
msgstr[1] "Il y a eu de l'activité !"
|
msgstr[1] "Il y a eu de l'activité !"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/renderer.ex:38
|
#: lib/service/activity/renderer/renderer.ex:38
|
||||||
msgid "Activity on %{instance}"
|
msgid "Activity on %{instance}"
|
||||||
msgstr "Activité sur %{instance}"
|
msgstr "Activité sur %{instance}"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/comment.ex:38 lib/web/templates/email/activity/_comment_activity_item.html.eex:19
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.text.eex:7 lib/web/templates/email/email_anonymous_activity.html.eex:41
|
#: lib/service/activity/renderer/comment.ex:38
|
||||||
#: lib/web/templates/email/email_anonymous_activity.text.eex:5
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
||||||
|
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
||||||
msgid "%{profile} has posted an announcement under event %{event}."
|
msgid "%{profile} has posted an announcement under event %{event}."
|
||||||
msgstr "%{profile} a posté une annonce sous l'événement %{event}."
|
msgstr "%{profile} a posté une annonce sous l'événement %{event}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/comment.ex:24 lib/web/templates/email/activity/_comment_activity_item.html.eex:4
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
#: lib/service/activity/renderer/comment.ex:24
|
||||||
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
||||||
msgid "%{profile} mentionned you in a comment under event %{event}."
|
msgid "%{profile} mentionned you in a comment under event %{event}."
|
||||||
msgstr "%{profile} vous a mentionné dans un commentaire sous l'événement %{event}."
|
msgstr "%{profile} vous a mentionné dans un commentaire sous l'événement %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:45
|
#: lib/service/activity/renderer/discussion.ex:45
|
||||||
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
||||||
msgstr "%{profile} vous a mentionné dans la discussion %{discussion}."
|
msgstr "%{profile} vous a mentionné dans la discussion %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Vous ne voulez pas recevoir de notifications d'activité ? Vous pouvez changer leur fréquence ou les désactiver dans %{tag_start}vos "
|
"Vous ne voulez pas recevoir de notifications d'activité ? Vous pouvez changer leur fréquence ou les désactiver dans %{tag_start}vos "
|
||||||
"préférences%{tag_end}."
|
"préférences%{tag_end}."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:42 lib/web/templates/email/email_direct_activity.text.eex:5
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
||||||
msgid "Here's your weekly activity recap"
|
msgid "Here's your weekly activity recap"
|
||||||
msgstr "Voici votre récapitulatif hebdomadaire d'activité"
|
msgstr "Voici votre récapitulatif hebdomadaire d'activité"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
||||||
msgid "Activity notification for %{instance}"
|
msgid "Activity notification for %{instance}"
|
||||||
msgstr "Notification d'activité sur %{instance}"
|
msgstr "Notification d'activité sur %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/email/activity.ex:126
|
#: lib/web/email/activity.ex:126
|
||||||
msgid "Daily activity recap for %{instance}"
|
msgid "Daily activity recap for %{instance}"
|
||||||
msgstr "Récapitulatif quotidien d'activité sur %{instance}"
|
msgstr "Récapitulatif quotidien d'activité sur %{instance}"
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:40 lib/web/templates/email/email_direct_activity.text.eex:4
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
||||||
msgid "Here's your daily activity recap"
|
msgid "Here's your daily activity recap"
|
||||||
msgstr "Voici votre récapitulatif quotidien d'activité"
|
msgstr "Voici votre récapitulatif quotidien d'activité"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/email/activity.ex:133
|
#: lib/web/email/activity.ex:133
|
||||||
msgid "Weekly activity recap for %{instance}"
|
msgid "Weekly activity recap for %{instance}"
|
||||||
msgstr "Récapitulatif hebdomadaire d'activité sur %{instance}"
|
msgstr "Récapitulatif hebdomadaire d'activité sur %{instance}"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/comment.ex:66 lib/web/templates/email/activity/_comment_activity_item.html.eex:51
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
#: lib/service/activity/renderer/comment.ex:66
|
||||||
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
||||||
msgid "%{profile} has posted a new comment under your event %{event}."
|
msgid "%{profile} has posted a new comment under your event %{event}."
|
||||||
msgstr "%{profile} a posté un nouveau commentaire sous votre événement %{event}."
|
msgstr "%{profile} a posté un nouveau commentaire sous votre événement %{event}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/comment.ex:53 lib/web/templates/email/activity/_comment_activity_item.html.eex:36
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
#: lib/service/activity/renderer/comment.ex:53
|
||||||
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
||||||
msgid "%{profile} has posted a new reply under your event %{event}."
|
msgid "%{profile} has posted a new reply under your event %{event}."
|
||||||
msgstr "%{profile} a posté une nouvelle réponse sous votre événement %{event}."
|
msgstr "%{profile} a posté une nouvelle réponse sous votre événement %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/email/activity.ex:46
|
#: lib/web/email/activity.ex:46
|
||||||
msgid "Announcement for your event %{event}"
|
msgid "Announcement for your event %{event}"
|
||||||
msgstr "Annonce pour votre événement %{event}"
|
msgstr "Annonce pour votre événement %{event}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/group.ex:23
|
#: lib/service/activity/renderer/group.ex:23
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr "Le groupe %{group} a été mis à jour par %{profile}."
|
msgstr "Le groupe %{group} a été mis à jour par %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr "Le billet %{post} du groupe %{group} a été supprimé par %{profile}."
|
msgstr "Le billet %{post} du groupe %{group} a été supprimé par %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr "Le billet %{post} du groupe %{group} a été publié par %{profile}."
|
msgstr "Le billet %{post} du groupe %{group} a été publié par %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr "Le billet %{post} du groupe %{group} a été mis à jour par %{profile}."
|
msgstr "Le billet %{post} du groupe %{group} a été mis à jour par %{profile}."
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -117,7 +117,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Erreur lors de la sauvegarde des paramètres utilisateur"
|
msgstr "Erreur lors de la sauvegarde des paramètres utilisateur"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Groupe non trouvé"
|
msgstr "Groupe non trouvé"
|
||||||
|
@ -356,7 +356,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "Le commentaire est déjà supprimé"
|
msgstr "Le commentaire est déjà supprimé"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Discussion non trouvée"
|
msgstr "Discussion non trouvée"
|
||||||
|
|
||||||
|
@ -376,8 +376,8 @@ msgid "Event id not found"
|
||||||
msgstr "ID de l'événement non trouvé"
|
msgstr "ID de l'événement non trouvé"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Événement non trouvé"
|
msgstr "Événement non trouvé"
|
||||||
|
|
||||||
|
@ -505,7 +505,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "Ce jeton n'est pas un UUID valide"
|
msgstr "Ce jeton n'est pas un UUID valide"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Utilisateur·ice non trouvé·e"
|
msgstr "Utilisateur·ice non trouvé·e"
|
||||||
|
|
||||||
|
@ -573,7 +573,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Vous ne pouvez pas supprimer ce commentaire"
|
msgstr "Vous ne pouvez pas supprimer ce commentaire"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Vous ne pouvez pas supprimer cet événement"
|
msgstr "Vous ne pouvez pas supprimer cet événement"
|
||||||
|
|
||||||
|
@ -633,7 +633,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Vous devez être connecté·e pour supprimer un groupe"
|
msgstr "Vous devez être connecté·e pour supprimer un groupe"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Vous devez être connecté·e pour créer des événements"
|
msgstr "Vous devez être connecté·e pour créer des événements"
|
||||||
|
|
||||||
|
@ -653,7 +653,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Vous devez être connecté·e pour quitter un groupe"
|
msgstr "Vous devez être connecté·e pour quitter un groupe"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Vous devez être connecté·e pour supprimer un groupe"
|
msgstr "Vous devez être connecté·e pour supprimer un groupe"
|
||||||
|
|
||||||
|
@ -678,7 +678,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Vous devez être connecté·e pour quitter un groupe"
|
msgstr "Vous devez être connecté·e pour quitter un groupe"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Vous devez être connecté·e pour mettre à jour un groupe"
|
msgstr "Vous devez être connecté·e pour mettre à jour un groupe"
|
||||||
|
|
||||||
|
@ -718,47 +718,47 @@ msgid "This email is already used."
|
||||||
msgstr "Cette adresse e-mail est déjà utilisée."
|
msgstr "Cette adresse e-mail est déjà utilisée."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Billet non trouvé"
|
msgstr "Billet non trouvé"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Paramètres fournis invalides"
|
msgstr "Paramètres fournis invalides"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Identifiants invalides"
|
msgstr "Identifiants invalides"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr "Réinitialiser votre mot de passe pour vous connecter"
|
msgstr "Réinitialiser votre mot de passe pour vous connecter"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Ressource non trouvée"
|
msgstr "Ressource non trouvée"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Quelque chose s'est mal passé"
|
msgstr "Quelque chose s'est mal passé"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Ressource inconnue"
|
msgstr "Ressource inconnue"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr "Vous n'avez pas la permission de faire ceci"
|
msgstr "Vous n'avez pas la permission de faire ceci"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Vous devez être connecté·e"
|
msgstr "Vous devez être connecté·e"
|
||||||
|
|
||||||
|
@ -783,12 +783,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "Le profil n'est pas administrateur·ice pour le groupe"
|
msgstr "Le profil n'est pas administrateur·ice pour le groupe"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Vous ne pouvez pas éditer cet événement."
|
msgstr "Vous ne pouvez pas éditer cet événement."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Vous ne pouvez pas attribuer cet événement à ce profil."
|
msgstr "Vous ne pouvez pas attribuer cet événement à ce profil."
|
||||||
|
|
||||||
|
@ -818,7 +818,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr "Vous devez fournir un ID ou bien un slug pour accéder à une discussion"
|
msgstr "Vous devez fournir un ID ou bien un slug pour accéder à une discussion"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "Le profil de l'organisateur·ice n'appartient pas à l'utilisateur·ice"
|
msgstr "Le profil de l'organisateur·ice n'appartient pas à l'utilisateur·ice"
|
||||||
|
|
||||||
|
@ -854,6 +854,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr "Impossible de récupérer les détails de la ressource depuis cette URL."
|
msgstr "Impossible de récupérer les détails de la ressource depuis cette URL."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "Le profil modérateur fourni n'a pas de permissions sur cet événement"
|
msgstr "Le profil modérateur fourni n'a pas de permissions sur cet événement"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -127,7 +127,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Foi rexeitada a túa participación no evento %{title}"
|
msgstr "Foi rexeitada a túa participación no evento %{title}"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Actualizouse o evento %{title}"
|
msgstr "Actualizouse o evento %{title}"
|
||||||
|
|
||||||
|
@ -352,12 +352,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Que información recollemos?"
|
msgstr "Que información recollemos?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon en %{instance}: confirma o enderezo de email"
|
msgstr "Mobilizon en %{instance}: confirma o enderezo de email"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon en %{instance}: email cambiado"
|
msgstr "Mobilizon en %{instance}: email cambiado"
|
||||||
|
|
||||||
|
@ -1699,3 +1699,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr "Fonte pública de %{instance}"
|
msgstr "Fonte pública de %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Erro ó gardar os axustes de usuaria"
|
msgstr "Erro ó gardar os axustes de usuaria"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Grupo non atopado"
|
msgstr "Grupo non atopado"
|
||||||
|
@ -355,7 +355,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "O comentario xa foi eliminado"
|
msgstr "O comentario xa foi eliminado"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Non se atopa a conversa"
|
msgstr "Non se atopa a conversa"
|
||||||
|
|
||||||
|
@ -375,8 +375,8 @@ msgid "Event id not found"
|
||||||
msgstr "Non se atopou o ID do evento"
|
msgstr "Non se atopou o ID do evento"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Evento non atopado"
|
msgstr "Evento non atopado"
|
||||||
|
|
||||||
|
@ -504,7 +504,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "O token non é un UUID válido"
|
msgstr "O token non é un UUID válido"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Usuaria non atopada"
|
msgstr "Usuaria non atopada"
|
||||||
|
|
||||||
|
@ -573,7 +573,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Non podes eliminar este comentario"
|
msgstr "Non podes eliminar este comentario"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Non podes eliminar este evento"
|
msgstr "Non podes eliminar este evento"
|
||||||
|
|
||||||
|
@ -641,7 +641,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Tes que estar conectada para acceder ós recursos"
|
msgstr "Tes que estar conectada para acceder ós recursos"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Tes que estar conectada para crear eventos"
|
msgstr "Tes que estar conectada para crear eventos"
|
||||||
|
|
||||||
|
@ -661,7 +661,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Tes que estar conectada para crear recursos"
|
msgstr "Tes que estar conectada para crear recursos"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Tes que estar conectada para eliminar un evento"
|
msgstr "Tes que estar conectada para eliminar un evento"
|
||||||
|
|
||||||
|
@ -686,7 +686,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Tes que estar conectada para saír dun evento"
|
msgstr "Tes que estar conectada para saír dun evento"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Tes que estar conectada para actualizar un evento"
|
msgstr "Tes que estar conectada para actualizar un evento"
|
||||||
|
|
||||||
|
@ -727,47 +727,47 @@ msgid "This email is already used."
|
||||||
msgstr "Este email xa se está a usar."
|
msgstr "Este email xa se está a usar."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Non se atopa a publicación"
|
msgstr "Non se atopa a publicación"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Argumentos proporcionados non válidos"
|
msgstr "Argumentos proporcionados non válidos"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Credenciais non válidas"
|
msgstr "Credenciais non válidas"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Recurso non atopado"
|
msgstr "Recurso non atopado"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Algo foi mal"
|
msgstr "Algo foi mal"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Recurso descoñecido"
|
msgstr "Recurso descoñecido"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Tes que estar conectada"
|
msgstr "Tes que estar conectada"
|
||||||
|
|
||||||
|
@ -792,12 +792,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "O perfil non é administrador do grupo"
|
msgstr "O perfil non é administrador do grupo"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Non podes editar este evento."
|
msgstr "Non podes editar este evento."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Non podes atribuír este evento a este perfil."
|
msgstr "Non podes atribuír este evento a este perfil."
|
||||||
|
|
||||||
|
@ -827,7 +827,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr "Debes proporcionar ou ben un ID ou nome para acceder á conversa"
|
msgstr "Debes proporcionar ou ben un ID ou nome para acceder á conversa"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "O perfil da organización non pertence á usuaria"
|
msgstr "O perfil da organización non pertence á usuaria"
|
||||||
|
|
||||||
|
@ -863,6 +863,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr "Non se puideron obter os detalles do recurso desde o URL."
|
msgstr "Non se puideron obter os detalles do recurso desde o URL."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "O perfil da moderadora proporcionado non ten permisos neste evento"
|
msgstr "O perfil da moderadora proporcionado non ten permisos neste evento"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -134,7 +134,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Elutasították a részvételét a(z) %{title} eseményen"
|
msgstr "Elutasították a részvételét a(z) %{title} eseményen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "A(z) %{title} esemény frissítésre került"
|
msgstr "A(z) %{title} esemény frissítésre került"
|
||||||
|
|
||||||
|
@ -358,12 +358,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Milyen információkat gyűjtünk?"
|
msgstr "Milyen információkat gyűjtünk?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon itt: %{instance}: erősítse meg az e-mail-címét"
|
msgstr "Mobilizon itt: %{instance}: erősítse meg az e-mail-címét"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon itt: %{instance}: e-mail-cím megváltozott"
|
msgstr "Mobilizon itt: %{instance}: e-mail-cím megváltozott"
|
||||||
|
|
||||||
|
@ -1456,3 +1456,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -131,7 +131,7 @@ 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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Nem található a csoport"
|
msgstr "Nem található a csoport"
|
||||||
|
@ -372,7 +372,7 @@ 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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Nem található a megbeszélés"
|
msgstr "Nem található a megbeszélés"
|
||||||
|
|
||||||
|
@ -392,8 +392,8 @@ msgid "Event id not found"
|
||||||
msgstr "Nem található az eseményazonosító"
|
msgstr "Nem található az eseményazonosító"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Nem található az esemény"
|
msgstr "Nem található az esemény"
|
||||||
|
|
||||||
|
@ -521,7 +521,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "A token nem érvényes UUID"
|
msgstr "A token nem érvényes UUID"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Nem található a felhasználó"
|
msgstr "Nem található a felhasználó"
|
||||||
|
|
||||||
|
@ -590,7 +590,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Nem tudja törölni ezt a hozzászólást"
|
msgstr "Nem tudja törölni ezt a hozzászólást"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Nem tudja törölni ezt az eseményt"
|
msgstr "Nem tudja törölni ezt az eseményt"
|
||||||
|
|
||||||
|
@ -664,7 +664,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Bejelentkezve kell lennie az erőforrásokhoz való hozzáféréshez"
|
msgstr "Bejelentkezve kell lennie az erőforrásokhoz való hozzáféréshez"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Bejelentkezve kell lennie az események létrehozásához"
|
msgstr "Bejelentkezve kell lennie az események létrehozásához"
|
||||||
|
|
||||||
|
@ -684,7 +684,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Bejelentkezve kell lennie az erőforrások létrehozásához"
|
msgstr "Bejelentkezve kell lennie az erőforrások létrehozásához"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Bejelentkezve kell lennie egy esemény törléséhez"
|
msgstr "Bejelentkezve kell lennie egy esemény törléséhez"
|
||||||
|
|
||||||
|
@ -709,7 +709,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Bejelentkezve kell lennie egy esemény elhagyásához"
|
msgstr "Bejelentkezve kell lennie egy esemény elhagyásához"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Bejelentkezve kell lennie egy esemény frissítéséhez"
|
msgstr "Bejelentkezve kell lennie egy esemény frissítéséhez"
|
||||||
|
|
||||||
|
@ -750,47 +750,47 @@ 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."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Nem található a hozzászólás"
|
msgstr "Nem található a hozzászólás"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Érvénytelen argumentumok lettek átadva"
|
msgstr "Érvénytelen argumentumok lettek átadva"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Érvénytelen hitelesítési adatok"
|
msgstr "Érvénytelen hitelesítési adatok"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Nem található az erőforrás"
|
msgstr "Nem található az erőforrás"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Valami elromlott"
|
msgstr "Valami elromlott"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Ismeretlen erőforrás"
|
msgstr "Ismeretlen erőforrás"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Bejelentkezve kell lennie"
|
msgstr "Bejelentkezve kell lennie"
|
||||||
|
|
||||||
|
@ -815,12 +815,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "A profil nem adminisztrátor ennél a csoportnál"
|
msgstr "A profil nem adminisztrátor ennél a csoportnál"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Nem tudja szerkeszteni ezt az eseményt."
|
msgstr "Nem tudja szerkeszteni ezt az eseményt."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Nem tudja ezt az eseményt ennek a profilnak tulajdonítani."
|
msgstr "Nem tudja ezt az eseményt ennek a profilnak tulajdonítani."
|
||||||
|
|
||||||
|
@ -852,7 +852,7 @@ msgstr ""
|
||||||
"megbeszéléshez való hozzáféréshez"
|
"megbeszéléshez való hozzáféréshez"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "A szervező profilját nem a felhasználó birtokolja"
|
msgstr "A szervező profilját nem a felhasználó birtokolja"
|
||||||
|
|
||||||
|
@ -888,6 +888,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr "Nem lehet lekérni az erőforrás részleteit erről az URL-ről."
|
msgstr "Nem lehet lekérni az erőforrás részleteit erről az URL-ről."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "A megadott moderátorprofilnak nincs jogosultsága ezen az eseményen"
|
msgstr "A megadott moderátorprofilnak nincs jogosultsága ezen az eseményen"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -23,306 +23,306 @@ msgstr ""
|
||||||
## Run "mix gettext.extract" to bring this file up to
|
## Run "mix gettext.extract" to bring this file up to
|
||||||
## date. Leave "msgstr"s empty as changing them here as no
|
## date. Leave "msgstr"s empty as changing them here as no
|
||||||
## effect: edit them in PO (.po) files instead.
|
## effect: edit them in PO (.po) files instead.
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:38
|
#: lib/service/activity/renderer/member.ex:38
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} accepted the invitation to join the group."
|
msgid "%{member} accepted the invitation to join the group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:42
|
#: lib/service/activity/renderer/member.ex:42
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} rejected the invitation to join the group."
|
msgid "%{member} rejected the invitation to join the group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:30
|
#: lib/service/activity/renderer/member.ex:30
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} requested to join the group."
|
msgid "%{member} requested to join the group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:34
|
#: lib/service/activity/renderer/member.ex:34
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} was invited by %{profile}."
|
msgid "%{member} was invited by %{profile}."
|
||||||
msgstr "%{member} diundang oleh %{profile}."
|
msgstr "%{member} diundang oleh %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:50
|
#: lib/service/activity/renderer/member.ex:50
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} added the member %{member}."
|
msgid "%{profile} added the member %{member}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:65
|
#: lib/service/activity/renderer/discussion.ex:65
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} archived the discussion %{discussion}."
|
msgid "%{profile} archived the discussion %{discussion}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:25
|
#: lib/service/activity/renderer/discussion.ex:25
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the discussion %{discussion}."
|
msgid "%{profile} created the discussion %{discussion}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:24
|
#: lib/service/activity/renderer/resource.ex:24
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the folder %{resource}."
|
msgid "%{profile} created the folder %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the group %{group}."
|
msgid "%{profile} created the group %{group}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:33
|
#: lib/service/activity/renderer/resource.ex:33
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the resource %{resource}."
|
msgid "%{profile} created the resource %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:75
|
#: lib/service/activity/renderer/discussion.ex:75
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the discussion %{discussion}."
|
msgid "%{profile} deleted the discussion %{discussion}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:97
|
#: lib/service/activity/renderer/resource.ex:97
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the folder %{resource}."
|
msgid "%{profile} deleted the folder %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:106
|
#: lib/service/activity/renderer/resource.ex:106
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the resource %{resource}."
|
msgid "%{profile} deleted the resource %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:58
|
#: lib/service/activity/renderer/member.ex:58
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} excluded member %{member}."
|
msgid "%{profile} excluded member %{member}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:76
|
#: lib/service/activity/renderer/resource.ex:76
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the folder %{resource}."
|
msgid "%{profile} moved the folder %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:85
|
#: lib/service/activity/renderer/resource.ex:85
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the resource %{resource}."
|
msgid "%{profile} moved the resource %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:62
|
#: lib/service/activity/renderer/member.ex:62
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} quit the group."
|
msgid "%{profile} quit the group."
|
||||||
msgstr "%{profile} keluar dari kelompok."
|
msgstr "%{profile} keluar dari kelompok."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:55
|
#: lib/service/activity/renderer/discussion.ex:55
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the discussion %{discussion}."
|
msgid "%{profile} renamed the discussion %{discussion}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:45
|
#: lib/service/activity/renderer/resource.ex:45
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:59
|
#: lib/service/activity/renderer/resource.ex:59
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:35
|
#: lib/service/activity/renderer/discussion.ex:35
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to the discussion %{discussion}."
|
msgid "%{profile} replied to the discussion %{discussion}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the group %{group}."
|
msgid "%{profile} updated the group %{group}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:54
|
#: lib/service/activity/renderer/member.ex:54
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the member %{member}."
|
msgid "%{profile} updated the member %{member}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:23
|
#: lib/service/activity/renderer/event.ex:23
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was created by %{profile}."
|
msgid "The event %{event} was created by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:43
|
#: lib/service/activity/renderer/event.ex:43
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was deleted by %{profile}."
|
msgid "The event %{event} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:33
|
#: lib/service/activity/renderer/event.ex:33
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was updated by %{profile}."
|
msgid "The event %{event} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was created by %{profile}."
|
msgid "The post %{post} was created by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was deleted by %{profile}."
|
msgid "The post %{post} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was updated by %{profile}."
|
msgid "The post %{post} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:46
|
#: lib/service/activity/renderer/member.ex:46
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} joined the group."
|
msgid "%{member} joined the group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:63
|
#: lib/service/activity/renderer/event.ex:63
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} posted a comment on the event %{event}."
|
msgid "%{profile} posted a comment on the event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:54
|
#: lib/service/activity/renderer/event.ex:54
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to a comment on the event %{event}."
|
msgid "%{profile} replied to a comment on the event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/renderer.ex:38
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/renderer.ex:38
|
||||||
msgid "Activity on %{instance}"
|
msgid "Activity on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:38
|
#: lib/service/activity/renderer/comment.ex:38
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
||||||
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted an announcement under event %{event}."
|
msgid "%{profile} has posted an announcement under event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:24
|
#: lib/service/activity/renderer/comment.ex:24
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} mentionned you in a comment under event %{event}."
|
msgid "%{profile} mentionned you in a comment under event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:45
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/discussion.ex:45
|
||||||
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your weekly activity recap"
|
msgid "Here's your weekly activity recap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
||||||
msgid "Activity notification for %{instance}"
|
msgid "Activity notification for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:126
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:126
|
||||||
msgid "Daily activity recap for %{instance}"
|
msgid "Daily activity recap for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your daily activity recap"
|
msgid "Here's your daily activity recap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:133
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:133
|
||||||
msgid "Weekly activity recap for %{instance}"
|
msgid "Weekly activity recap for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:66
|
#: lib/service/activity/renderer/comment.ex:66
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new comment under your event %{event}."
|
msgid "%{profile} has posted a new comment under your event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:53
|
#: lib/service/activity/renderer/comment.ex:53
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new reply under your event %{event}."
|
msgid "%{profile} has posted a new reply under your event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:46
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:46
|
||||||
msgid "Announcement for your event %{event}"
|
msgid "Announcement for your event %{event}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/group.ex:23
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/group.ex:23
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
File diff suppressed because it is too large
Load diff
850
priv/gettext/id/LC_MESSAGES/errors.po
Normal file
850
priv/gettext/id/LC_MESSAGES/errors.po
Normal file
|
@ -0,0 +1,850 @@
|
||||||
|
## "msgid"s in this file come from POT (.pot) files.
|
||||||
|
##
|
||||||
|
## Do not add, change, or remove "msgid"s manually here as
|
||||||
|
## they're tied to the ones in the corresponding POT file
|
||||||
|
## (with the same domain).
|
||||||
|
##
|
||||||
|
## Use "mix gettext.extract --merge" or "mix gettext.merge"
|
||||||
|
## to merge POT files into PO files.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Language: id\n"
|
||||||
|
"Plural-Forms: nplurals=1\n"
|
||||||
|
|
||||||
|
#: lib/mobilizon/discussions/discussion.ex:67
|
||||||
|
msgid "can't be blank"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "has already been taken"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "is invalid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "must be accepted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "has invalid format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "has an invalid entry"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "is reserved"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "does not match confirmation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "is still associated with this entry"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "are still associated with this entry"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "should be %{count} character(s)"
|
||||||
|
msgid_plural "should be %{count} character(s)"
|
||||||
|
msgstr[0] ""
|
||||||
|
|
||||||
|
msgid "should have %{count} item(s)"
|
||||||
|
msgid_plural "should have %{count} item(s)"
|
||||||
|
msgstr[0] ""
|
||||||
|
|
||||||
|
msgid "should be at least %{count} character(s)"
|
||||||
|
msgid_plural "should be at least %{count} character(s)"
|
||||||
|
msgstr[0] ""
|
||||||
|
|
||||||
|
msgid "should have at least %{count} item(s)"
|
||||||
|
msgid_plural "should have at least %{count} item(s)"
|
||||||
|
msgstr[0] ""
|
||||||
|
|
||||||
|
msgid "should be at most %{count} character(s)"
|
||||||
|
msgid_plural "should be at most %{count} character(s)"
|
||||||
|
msgstr[0] ""
|
||||||
|
|
||||||
|
msgid "should have at most %{count} item(s)"
|
||||||
|
msgid_plural "should have at most %{count} item(s)"
|
||||||
|
msgstr[0] ""
|
||||||
|
|
||||||
|
msgid "must be less than %{number}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "must be greater than %{number}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "must be less than or equal to %{number}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "must be greater than or equal to %{number}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "must be equal to %{number}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:100
|
||||||
|
msgid "Cannot refresh the token"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:206
|
||||||
|
msgid "Current profile is not a member of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:210
|
||||||
|
msgid "Current profile is not an administrator of the selected group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:523
|
||||||
|
msgid "Error while saving user settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
|
msgid "Group not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:68
|
||||||
|
msgid "Group with ID %{id} not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:80
|
||||||
|
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:266
|
||||||
|
msgid "Member not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||||
|
#: lib/graphql/resolvers/user.ex:428
|
||||||
|
msgid "No profile found for the moderator user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:215
|
||||||
|
msgid "No user to validate with this email was found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:240
|
||||||
|
msgid "No user with this email was found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/feed_token.ex:28
|
||||||
|
#: lib/graphql/resolvers/participant.ex:28 lib/graphql/resolvers/participant.ex:159
|
||||||
|
#: lib/graphql/resolvers/participant.ex:188 lib/graphql/resolvers/person.ex:165 lib/graphql/resolvers/person.ex:199
|
||||||
|
#: lib/graphql/resolvers/person.ex:279 lib/graphql/resolvers/person.ex:295 lib/graphql/resolvers/person.ex:323
|
||||||
|
#: lib/graphql/resolvers/person.ex:340
|
||||||
|
msgid "Profile is not owned by authenticated user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:145
|
||||||
|
msgid "Registrations are not open"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:353
|
||||||
|
msgid "The current password is invalid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:398
|
||||||
|
msgid "The new email doesn't seem to be valid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:395
|
||||||
|
msgid "The new email must be different"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:356
|
||||||
|
msgid "The new password must be different"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:392 lib/graphql/resolvers/user.ex:450
|
||||||
|
#: lib/graphql/resolvers/user.ex:453
|
||||||
|
msgid "The password provided is invalid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:360
|
||||||
|
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:236
|
||||||
|
msgid "This user can't reset their password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:76
|
||||||
|
msgid "This user has been disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:199
|
||||||
|
msgid "Unable to validate user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:431
|
||||||
|
msgid "User already disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:498
|
||||||
|
msgid "User requested is not logged-in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:240
|
||||||
|
msgid "You are already a member of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:273
|
||||||
|
msgid "You can't leave this group because you are the only administrator"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:237
|
||||||
|
msgid "You cannot join this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:96
|
||||||
|
msgid "You may not list groups unless moderator."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:403
|
||||||
|
msgid "You need to be logged-in to change your email"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:368
|
||||||
|
msgid "You need to be logged-in to change your password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:215
|
||||||
|
msgid "You need to be logged-in to delete a group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:458
|
||||||
|
msgid "You need to be logged-in to delete your account"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:245
|
||||||
|
msgid "You need to be logged-in to join a group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:278
|
||||||
|
msgid "You need to be logged-in to leave a group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:180
|
||||||
|
msgid "You need to be logged-in to update a group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:105
|
||||||
|
msgid "You need to have an existing token to get a refresh token"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:218 lib/graphql/resolvers/user.ex:243
|
||||||
|
msgid "You requested again a confirmation email too soon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:148
|
||||||
|
msgid "Your email is not on the allowlist"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||||
|
msgid "Error while performing background task"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/actor.ex:30
|
||||||
|
msgid "No profile found with this ID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||||
|
msgid "No remote profile found with this ID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/actor.ex:72
|
||||||
|
msgid "Only moderators and administrators can suspend a profile"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/actor.ex:102
|
||||||
|
msgid "Only moderators and administrators can unsuspend a profile"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/actor.ex:27
|
||||||
|
msgid "Only remote profiles may be refreshed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/actor.ex:64
|
||||||
|
msgid "Profile already suspended"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:92
|
||||||
|
msgid "A valid email is required by your instance"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:86
|
||||||
|
msgid "Anonymous participation is not enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/person.ex:196
|
||||||
|
msgid "Cannot remove the last administrator of a group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/person.ex:193
|
||||||
|
msgid "Cannot remove the last identity of a user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/comment.ex:108
|
||||||
|
msgid "Comment is already deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
|
msgid "Discussion not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||||
|
msgid "Error while saving report"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/report.ex:96
|
||||||
|
msgid "Error while updating report"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:127
|
||||||
|
msgid "Event id not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
|
msgid "Event not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:83
|
||||||
|
#: lib/graphql/resolvers/participant.ex:124 lib/graphql/resolvers/participant.ex:156
|
||||||
|
msgid "Event with this ID %{id} doesn't exist"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:99
|
||||||
|
msgid "Internal Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/discussion.ex:202
|
||||||
|
msgid "No discussion with ID %{id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||||
|
msgid "No profile found for user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/feed_token.ex:64
|
||||||
|
msgid "No such feed token"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:237
|
||||||
|
msgid "Participant already has role %{role}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:169
|
||||||
|
#: lib/graphql/resolvers/participant.ex:198 lib/graphql/resolvers/participant.ex:230
|
||||||
|
#: lib/graphql/resolvers/participant.ex:240
|
||||||
|
msgid "Participant not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/person.ex:30
|
||||||
|
msgid "Person with ID %{id} not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/person.ex:52
|
||||||
|
msgid "Person with username %{username} not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/post.ex:167 lib/graphql/resolvers/post.ex:200
|
||||||
|
msgid "Post ID is not a valid ID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/post.ex:170 lib/graphql/resolvers/post.ex:203
|
||||||
|
msgid "Post doesn't exist"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:83
|
||||||
|
msgid "Profile invited doesn't exist"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||||
|
msgid "Profile is already a member of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/post.ex:132 lib/graphql/resolvers/post.ex:173
|
||||||
|
#: lib/graphql/resolvers/post.ex:206 lib/graphql/resolvers/resource.ex:88 lib/graphql/resolvers/resource.ex:128
|
||||||
|
#: lib/graphql/resolvers/resource.ex:157 lib/graphql/resolvers/resource.ex:186 lib/graphql/resolvers/todos.ex:57
|
||||||
|
#: lib/graphql/resolvers/todos.ex:81 lib/graphql/resolvers/todos.ex:99 lib/graphql/resolvers/todos.ex:171
|
||||||
|
#: lib/graphql/resolvers/todos.ex:194 lib/graphql/resolvers/todos.ex:222
|
||||||
|
msgid "Profile is not member of group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||||
|
msgid "Profile not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/report.ex:36
|
||||||
|
msgid "Report not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||||
|
msgid "Resource doesn't exist"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:120
|
||||||
|
msgid "The event has already reached its maximum capacity"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:260
|
||||||
|
msgid "This token is invalid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||||
|
msgid "Todo doesn't exist"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/todos.ex:75 lib/graphql/resolvers/todos.ex:191
|
||||||
|
#: lib/graphql/resolvers/todos.ex:216
|
||||||
|
msgid "Todo list doesn't exist"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/feed_token.ex:73
|
||||||
|
msgid "Token does not exist"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/feed_token.ex:67 lib/graphql/resolvers/feed_token.ex:70
|
||||||
|
msgid "Token is not a valid UUID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
|
msgid "User not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/person.ex:257
|
||||||
|
msgid "You already have a profile for this user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:130
|
||||||
|
msgid "You are already a participant of this event"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:86
|
||||||
|
msgid "You are not a member of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:149
|
||||||
|
msgid "You are not a moderator or admin for this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/comment.ex:54
|
||||||
|
msgid "You are not allowed to create a comment if not connected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/feed_token.ex:41
|
||||||
|
msgid "You are not allowed to create a feed token if not connected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/comment.ex:113
|
||||||
|
msgid "You are not allowed to delete a comment if not connected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/feed_token.ex:82
|
||||||
|
msgid "You are not allowed to delete a feed token if not connected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/comment.ex:76
|
||||||
|
msgid "You are not allowed to update a comment if not connected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:163
|
||||||
|
#: lib/graphql/resolvers/participant.ex:192
|
||||||
|
msgid "You can't leave event because you're the only event creator participant"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:153
|
||||||
|
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/comment.ex:104
|
||||||
|
msgid "You cannot delete this comment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
|
msgid "You cannot delete this event"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:89
|
||||||
|
msgid "You cannot invite to this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/feed_token.ex:76
|
||||||
|
msgid "You don't have permission to delete this token"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/admin.ex:53
|
||||||
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/report.ex:26
|
||||||
|
msgid "You need to be logged-in and a moderator to list reports"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/report.ex:101
|
||||||
|
msgid "You need to be logged-in and a moderator to update a report"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/report.ex:41
|
||||||
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/admin.ex:237
|
||||||
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/admin.ex:222
|
||||||
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/admin.ex:261
|
||||||
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/discussion.ex:77
|
||||||
|
msgid "You need to be logged-in to access discussions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:94
|
||||||
|
msgid "You need to be logged-in to access resources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
|
msgid "You need to be logged-in to create events"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/post.ex:140
|
||||||
|
msgid "You need to be logged-in to create posts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/report.ex:74
|
||||||
|
msgid "You need to be logged-in to create reports"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:133
|
||||||
|
msgid "You need to be logged-in to create resources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
|
msgid "You need to be logged-in to delete an event"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/post.ex:211
|
||||||
|
msgid "You need to be logged-in to delete posts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:191
|
||||||
|
msgid "You need to be logged-in to delete resources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:104
|
||||||
|
msgid "You need to be logged-in to join an event"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:203
|
||||||
|
msgid "You need to be logged-in to leave an event"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
|
msgid "You need to be logged-in to update an event"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/post.ex:178
|
||||||
|
msgid "You need to be logged-in to update posts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:162
|
||||||
|
msgid "You need to be logged-in to update resources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:218
|
||||||
|
msgid "You need to be logged-in to view a resource preview"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:125
|
||||||
|
msgid "Parent resource doesn't belong to this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/mobilizon/users/user.ex:110
|
||||||
|
msgid "The chosen password is too short."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/mobilizon/users/user.ex:139
|
||||||
|
msgid "The registration token is already in use, this looks like an issue on our side."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/mobilizon/users/user.ex:105
|
||||||
|
msgid "This email is already used."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:89
|
||||||
|
msgid "Post not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:76
|
||||||
|
msgid "Invalid arguments passed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:82
|
||||||
|
msgid "Invalid credentials"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:80
|
||||||
|
msgid "Reset your password to login"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
|
msgid "Resource not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:94
|
||||||
|
msgid "Something went wrong"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:75
|
||||||
|
msgid "Unknown Resource"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:85
|
||||||
|
msgid "You don't have permission to do this"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/error.ex:77
|
||||||
|
msgid "You need to be logged in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:114
|
||||||
|
msgid "You can't accept this invitation with this profile."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:132
|
||||||
|
msgid "You can't reject this invitation with this profile."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/media.ex:72
|
||||||
|
msgid "File doesn't have an allowed MIME type."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:175
|
||||||
|
msgid "Profile is not administrator for the group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
|
msgid "You can't edit this event."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
|
msgid "You can't attribute this event to this profile."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:135
|
||||||
|
msgid "This invitation doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:177
|
||||||
|
msgid "This member already has been rejected."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/member.ex:184
|
||||||
|
msgid "You don't have the right to remove this member."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/mobilizon/actors/actor.ex:351
|
||||||
|
msgid "This username is already taken."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/discussion.ex:74
|
||||||
|
msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
|
msgid "Organizer profile is not owned by the user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/participant.ex:89
|
||||||
|
msgid "Profile ID provided is not the anonymous profile one"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/group.ex:136 lib/graphql/resolvers/group.ex:169
|
||||||
|
#: lib/graphql/resolvers/person.ex:132 lib/graphql/resolvers/person.ex:159 lib/graphql/resolvers/person.ex:251
|
||||||
|
msgid "The provided picture is too heavy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/views/utils.ex:33
|
||||||
|
msgid "Index file not found. You need to recompile the front-end."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:122
|
||||||
|
msgid "Error while creating resource"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/user.ex:412
|
||||||
|
msgid "Invalid activation token"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/resource.ex:208
|
||||||
|
msgid "Unable to fetch resource details from this URL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -127,7 +127,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "La tua partecipazione all'evento %{title} è stata rifiutata"
|
msgstr "La tua partecipazione all'evento %{title} è stata rifiutata"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "L'evento %{title} è stato aggiornato"
|
msgstr "L'evento %{title} è stato aggiornato"
|
||||||
|
|
||||||
|
@ -353,12 +353,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Quali informazioni raccogliamo?"
|
msgstr "Quali informazioni raccogliamo?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon su %{instance}: conferma il tuo indirizzo email"
|
msgstr "Mobilizon su %{instance}: conferma il tuo indirizzo email"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon su %{instance}: email modificata"
|
msgstr "Mobilizon su %{instance}: email modificata"
|
||||||
|
|
||||||
|
@ -1744,3 +1744,13 @@ msgstr "Il server Mobilizon sembra essere temporaneamente inattivo."
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr "Feed pubblico per %{instance}"
|
msgstr "Feed pubblico per %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Errore nel salvare le preferenze utente"
|
msgstr "Errore nel salvare le preferenze utente"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Gruppo non trovato"
|
msgstr "Gruppo non trovato"
|
||||||
|
@ -354,7 +354,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "Commento già cancellato"
|
msgstr "Commento già cancellato"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Discussione non trovata"
|
msgstr "Discussione non trovata"
|
||||||
|
|
||||||
|
@ -374,8 +374,8 @@ msgid "Event id not found"
|
||||||
msgstr "ID evento non trovato"
|
msgstr "ID evento non trovato"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Evento non trovato"
|
msgstr "Evento non trovato"
|
||||||
|
|
||||||
|
@ -503,7 +503,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "Il token non è un UUID valido"
|
msgstr "Il token non è un UUID valido"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Utente non trovato"
|
msgstr "Utente non trovato"
|
||||||
|
|
||||||
|
@ -572,7 +572,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Non puoi eliminare questo commento"
|
msgstr "Non puoi eliminare questo commento"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Non puoi eliminare questo evento"
|
msgstr "Non puoi eliminare questo evento"
|
||||||
|
|
||||||
|
@ -638,7 +638,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Devi essere connesso per accedere alle risorse"
|
msgstr "Devi essere connesso per accedere alle risorse"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Devi essere connesso per creare eventi"
|
msgstr "Devi essere connesso per creare eventi"
|
||||||
|
|
||||||
|
@ -658,7 +658,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Devi essere connesso per creare risorse"
|
msgstr "Devi essere connesso per creare risorse"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Devi essere connesso per eliminare un evento"
|
msgstr "Devi essere connesso per eliminare un evento"
|
||||||
|
|
||||||
|
@ -683,7 +683,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Devi essere connesso per lasciare un evento"
|
msgstr "Devi essere connesso per lasciare un evento"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Devi essere connesso per aggiornare un evento"
|
msgstr "Devi essere connesso per aggiornare un evento"
|
||||||
|
|
||||||
|
@ -725,47 +725,47 @@ msgid "This email is already used."
|
||||||
msgstr "Questa email è già in uso."
|
msgstr "Questa email è già in uso."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Post non trovato"
|
msgstr "Post non trovato"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Sono stati trasmessi argomenti non validi"
|
msgstr "Sono stati trasmessi argomenti non validi"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Credenziali non valide"
|
msgstr "Credenziali non valide"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Segnalazione non trovata"
|
msgstr "Segnalazione non trovata"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Qualcosa è andato storto"
|
msgstr "Qualcosa è andato storto"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Risorsa sconosciuta"
|
msgstr "Risorsa sconosciuta"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Devi essere connesso"
|
msgstr "Devi essere connesso"
|
||||||
|
|
||||||
|
@ -790,12 +790,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "Il profilo non è amministratore del gruppo"
|
msgstr "Il profilo non è amministratore del gruppo"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Non puoi modificare questo evento."
|
msgstr "Non puoi modificare questo evento."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Non puo iattribuire questo evento a questo profilo."
|
msgstr "Non puo iattribuire questo evento a questo profilo."
|
||||||
|
|
||||||
|
@ -827,7 +827,7 @@ msgstr ""
|
||||||
"per accedere ad una discussione"
|
"per accedere ad una discussione"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "Il profilo dell'organizzatore non è di proprietà dell'utente"
|
msgstr "Il profilo dell'organizzatore non è di proprietà dell'utente"
|
||||||
|
|
||||||
|
@ -863,8 +863,18 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr "Impossibile recuperare i dettagli della risorsa da questa URL."
|
msgstr "Impossibile recuperare i dettagli della risorsa da questa URL."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Il profilo del moderatore fornito non dispone dell'autorizzazione per questo "
|
"Il profilo del moderatore fornito non dispone dell'autorizzazione per questo "
|
||||||
"evento"
|
"evento"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -300,17 +300,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -119,7 +119,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -312,12 +312,12 @@ msgid "What information do we collect?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1399,3 +1399,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -102,7 +102,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -339,7 +339,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -359,8 +359,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -488,7 +488,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -554,7 +554,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -614,7 +614,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -634,7 +634,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -659,7 +659,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -699,47 +699,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -764,12 +764,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -799,7 +799,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -835,6 +835,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -128,7 +128,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Uw deelname aan het evenement %{title} is afgewezen"
|
msgstr "Uw deelname aan het evenement %{title} is afgewezen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Evenement %{title} is bijgewerkt"
|
msgstr "Evenement %{title} is bijgewerkt"
|
||||||
|
|
||||||
|
@ -321,12 +321,12 @@ msgid "What information do we collect?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1424,3 +1424,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -108,7 +108,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -345,7 +345,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -365,8 +365,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -494,7 +494,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -560,7 +560,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -620,7 +620,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -640,7 +640,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -665,7 +665,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -705,47 +705,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -770,12 +770,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -805,7 +805,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -841,6 +841,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -128,7 +128,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Deltakinga di på hendinga %{title} er avslegen"
|
msgstr "Deltakinga di på hendinga %{title} er avslegen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Hendinga %{title} er oppdatert"
|
msgstr "Hendinga %{title} er oppdatert"
|
||||||
|
|
||||||
|
@ -347,12 +347,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Kva opplysingar samlar me?"
|
msgstr "Kva opplysingar samlar me?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon på %{instance}: stadfest epostadressa di"
|
msgstr "Mobilizon på %{instance}: stadfest epostadressa di"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon på %{instance}: epostadressa er endra"
|
msgstr "Mobilizon på %{instance}: epostadressa er endra"
|
||||||
|
|
||||||
|
@ -1700,3 +1700,13 @@ msgstr "Mobilizon-tenaren ser ut til å vera nede i augeblinken."
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -131,7 +131,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Greidde ikkje lagra brukarinnstillingane"
|
msgstr "Greidde ikkje lagra brukarinnstillingane"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Fann ikkje gruppa"
|
msgstr "Fann ikkje gruppa"
|
||||||
|
@ -368,7 +368,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "Kommentaren er allereie sletta"
|
msgstr "Kommentaren er allereie sletta"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Fann ikkje ordskiftet"
|
msgstr "Fann ikkje ordskiftet"
|
||||||
|
|
||||||
|
@ -388,8 +388,8 @@ msgid "Event id not found"
|
||||||
msgstr "Fann ikkje ID-en til hendinga"
|
msgstr "Fann ikkje ID-en til hendinga"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Fann ikkje hendinga"
|
msgstr "Fann ikkje hendinga"
|
||||||
|
|
||||||
|
@ -517,7 +517,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "Teiknet er ikkje ein gyldig UUID"
|
msgstr "Teiknet er ikkje ein gyldig UUID"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Fann ikkje brukaren"
|
msgstr "Fann ikkje brukaren"
|
||||||
|
|
||||||
|
@ -588,7 +588,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Du kan ikkje sletta denne kommentaren"
|
msgstr "Du kan ikkje sletta denne kommentaren"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Du kan ikkje sletta denne hendinga"
|
msgstr "Du kan ikkje sletta denne hendinga"
|
||||||
|
|
||||||
|
@ -655,7 +655,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Du må vera innlogga for å sjå ressursane"
|
msgstr "Du må vera innlogga for å sjå ressursane"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Du må vera innlogga for å laga hendingar"
|
msgstr "Du må vera innlogga for å laga hendingar"
|
||||||
|
|
||||||
|
@ -675,7 +675,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Du må vera innlogga for å laga ressursar"
|
msgstr "Du må vera innlogga for å laga ressursar"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Du må vera innlogga for å sletta ei hending"
|
msgstr "Du må vera innlogga for å sletta ei hending"
|
||||||
|
|
||||||
|
@ -700,7 +700,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Du må vera innlogga for å melda deg av ei hending"
|
msgstr "Du må vera innlogga for å melda deg av ei hending"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Du må vera innlogga for å oppdatera hendingar"
|
msgstr "Du må vera innlogga for å oppdatera hendingar"
|
||||||
|
|
||||||
|
@ -742,47 +742,47 @@ msgid "This email is already used."
|
||||||
msgstr "Denne eposten er allereie i bruk."
|
msgstr "Denne eposten er allereie i bruk."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Fann ikkje innlegget"
|
msgstr "Fann ikkje innlegget"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Ugyldige argument"
|
msgstr "Ugyldige argument"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Ugyldig innlogging"
|
msgstr "Ugyldig innlogging"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr "Nullstill passordet for å logga inn"
|
msgstr "Nullstill passordet for å logga inn"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Fann ikkje ressursen"
|
msgstr "Fann ikkje ressursen"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Noko gjekk gale"
|
msgstr "Noko gjekk gale"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Ukjend ressurs"
|
msgstr "Ukjend ressurs"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Du må vera innlogga"
|
msgstr "Du må vera innlogga"
|
||||||
|
|
||||||
|
@ -807,12 +807,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "Profilen er ikkje administrator for gruppa"
|
msgstr "Profilen er ikkje administrator for gruppa"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Du kan ikkje endra denne hendinga."
|
msgstr "Du kan ikkje endra denne hendinga."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Du kan ikkje kopla denne hendinga til denne profilen."
|
msgstr "Du kan ikkje kopla denne hendinga til denne profilen."
|
||||||
|
|
||||||
|
@ -843,7 +843,7 @@ msgstr ""
|
||||||
"Du må gje anten ein ID eller ei stuttadresse for å få tilgang til ordskiftet"
|
"Du må gje anten ein ID eller ei stuttadresse for å få tilgang til ordskiftet"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "Brukaren eig ikkje arrangørprofilen"
|
msgstr "Brukaren eig ikkje arrangørprofilen"
|
||||||
|
|
||||||
|
@ -879,6 +879,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr "Greidde ikkje henta ressursdetaljane frå denne adressa."
|
msgstr "Greidde ikkje henta ressursdetaljane frå denne adressa."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "Moderatorprofilen har ikkje tilgang til denne hendinga"
|
msgstr "Moderatorprofilen har ikkje tilgang til denne hendinga"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -120,7 +120,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Vòstra participacion a l’eveniment %{title} es estada regetada"
|
msgstr "Vòstra participacion a l’eveniment %{title} es estada regetada"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "L’eveniment %{title} es estat actualizat"
|
msgstr "L’eveniment %{title} es estat actualizat"
|
||||||
|
|
||||||
|
@ -344,12 +344,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Quinas informacions reculem ?"
|
msgstr "Quinas informacions reculem ?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon sus %{instance} : confirmatz vòstra adreça electronica"
|
msgstr "Mobilizon sus %{instance} : confirmatz vòstra adreça electronica"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon sus %{instance} : adreça electronica cambiada"
|
msgstr "Mobilizon sus %{instance} : adreça electronica cambiada"
|
||||||
|
|
||||||
|
@ -1509,3 +1509,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Error en salvagardant los paramètres utilizaire"
|
msgstr "Error en salvagardant los paramètres utilizaire"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Grop pas trobat"
|
msgstr "Grop pas trobat"
|
||||||
|
@ -357,7 +357,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "Comentari déjà suprimit"
|
msgstr "Comentari déjà suprimit"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Discussion non trobada"
|
msgstr "Discussion non trobada"
|
||||||
|
|
||||||
|
@ -377,8 +377,8 @@ msgid "Event id not found"
|
||||||
msgstr "ID d'eveniment non trobat"
|
msgstr "ID d'eveniment non trobat"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Eveniment non trobat"
|
msgstr "Eveniment non trobat"
|
||||||
|
|
||||||
|
@ -506,7 +506,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -572,7 +572,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -632,7 +632,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -652,7 +652,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -677,7 +677,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -717,47 +717,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -782,12 +782,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -817,7 +817,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -853,6 +853,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -304,17 +304,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -130,7 +130,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Twój udział w wydarzeniu %(title} został odrzucony"
|
msgstr "Twój udział w wydarzeniu %(title} został odrzucony"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Wydarzenie %{title} zostało zaktualizowane"
|
msgstr "Wydarzenie %{title} zostało zaktualizowane"
|
||||||
|
|
||||||
|
@ -343,12 +343,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Jakie informacje zbieramy?"
|
msgstr "Jakie informacje zbieramy?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon na %{instance}: potwierdź swój adres e-mail"
|
msgstr "Mobilizon na %{instance}: potwierdź swój adres e-mail"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon na %{instance}: zmieniono e-mail"
|
msgstr "Mobilizon na %{instance}: zmieniono e-mail"
|
||||||
|
|
||||||
|
@ -1525,3 +1525,13 @@ msgstr "Serwer Mobilizon wydaje się tymczasowo nie działać."
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -122,7 +122,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Błąd zapisywania ustawień użytkownika"
|
msgstr "Błąd zapisywania ustawień użytkownika"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Nie odnaleziono grupy"
|
msgstr "Nie odnaleziono grupy"
|
||||||
|
@ -364,7 +364,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "Komentarz jest już usunięty"
|
msgstr "Komentarz jest już usunięty"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Nie znaleziono dyskusji"
|
msgstr "Nie znaleziono dyskusji"
|
||||||
|
|
||||||
|
@ -384,8 +384,8 @@ msgid "Event id not found"
|
||||||
msgstr "Nie znaleziono id wydarzenia"
|
msgstr "Nie znaleziono id wydarzenia"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Nie znaleziono wydarzenia"
|
msgstr "Nie znaleziono wydarzenia"
|
||||||
|
|
||||||
|
@ -513,7 +513,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "Token nie jest prawidłowym UUID"
|
msgstr "Token nie jest prawidłowym UUID"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Nie znaleziono użytkownika"
|
msgstr "Nie znaleziono użytkownika"
|
||||||
|
|
||||||
|
@ -581,7 +581,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Nie możesz usunąć tego komentarza"
|
msgstr "Nie możesz usunąć tego komentarza"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Nie możesz usunąć tego wydarzenia"
|
msgstr "Nie możesz usunąć tego wydarzenia"
|
||||||
|
|
||||||
|
@ -647,7 +647,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Musisz być zalogowany(-a), aby uzyskać dostęp do zasobów"
|
msgstr "Musisz być zalogowany(-a), aby uzyskać dostęp do zasobów"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr "Musisz być zalogowany(-a), aby móc utworzyć wydarzenia"
|
msgstr "Musisz być zalogowany(-a), aby móc utworzyć wydarzenia"
|
||||||
|
|
||||||
|
@ -667,7 +667,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr "Musisz być zalogowany(-a), aby utworzyć zasób"
|
msgstr "Musisz być zalogowany(-a), aby utworzyć zasób"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr "Musisz być zalogowany(-a), aby usunąć wydarzenie"
|
msgstr "Musisz być zalogowany(-a), aby usunąć wydarzenie"
|
||||||
|
|
||||||
|
@ -692,7 +692,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Musisz być zalogowany(-a), aby opuścić wydarzenie"
|
msgstr "Musisz być zalogowany(-a), aby opuścić wydarzenie"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Musisz być zalogowany(-a), aby zaktualizować wydarzenie"
|
msgstr "Musisz być zalogowany(-a), aby zaktualizować wydarzenie"
|
||||||
|
|
||||||
|
@ -734,47 +734,47 @@ 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."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Nie znaleziono wpisu"
|
msgstr "Nie znaleziono wpisu"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Podano nieprawidłowe argumenty"
|
msgstr "Podano nieprawidłowe argumenty"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Nieprawidłowe dane uwierzytelniające"
|
msgstr "Nieprawidłowe dane uwierzytelniające"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
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ę"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Nie znaleziono zasobu"
|
msgstr "Nie znaleziono zasobu"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Coś poszło nie tak"
|
msgstr "Coś poszło nie tak"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Nieznany zasób"
|
msgstr "Nieznany zasób"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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ć"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Musisz być zalogowany(-a)"
|
msgstr "Musisz być zalogowany(-a)"
|
||||||
|
|
||||||
|
@ -799,12 +799,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "Profil nie jest administratorem grupy"
|
msgstr "Profil nie jest administratorem grupy"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Nie możesz edytować tego wydarzenia."
|
msgstr "Nie możesz edytować tego wydarzenia."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Nie możesz przypisać tego wydarzenia do tego profilu."
|
msgstr "Nie możesz przypisać tego wydarzenia do tego profilu."
|
||||||
|
|
||||||
|
@ -834,7 +834,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -870,6 +870,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "Wskazany profil moderatora nie ma uprawnień dla tego wydarzenia"
|
msgstr "Wskazany profil moderatora nie ma uprawnień dla tego wydarzenia"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -117,7 +117,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -310,12 +310,12 @@ msgid "What information do we collect?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1404,3 +1404,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -108,7 +108,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -345,7 +345,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -365,8 +365,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -494,7 +494,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -560,7 +560,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -620,7 +620,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -640,7 +640,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -665,7 +665,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -705,47 +705,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -770,12 +770,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -805,7 +805,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -841,6 +841,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -128,7 +128,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "A sua participação no evento %{title} foi rejeitada"
|
msgstr "A sua participação no evento %{title} foi rejeitada"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Evento %{title} foi atualizado"
|
msgstr "Evento %{title} foi atualizado"
|
||||||
|
|
||||||
|
@ -356,12 +356,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Quais informações coletamos?"
|
msgstr "Quais informações coletamos?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon da instância %{instance}: confirma seu endereço de email"
|
msgstr "Mobilizon da instância %{instance}: confirma seu endereço de email"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon da instância %{instance}: email alterado"
|
msgstr "Mobilizon da instância %{instance}: email alterado"
|
||||||
|
|
||||||
|
@ -1516,3 +1516,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -108,7 +108,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -345,7 +345,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -365,8 +365,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -494,7 +494,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -560,7 +560,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -620,7 +620,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -640,7 +640,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -665,7 +665,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -705,47 +705,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -770,12 +770,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -805,7 +805,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -841,6 +841,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -19,314 +19,314 @@ msgstr ""
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 4.6.2\n"
|
"X-Generator: Weblate 4.6.2\n"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:38
|
#: lib/service/activity/renderer/member.ex:38
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:19 lib/web/templates/email/activity/_member_activity_item.text.eex:12
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} accepted the invitation to join the group."
|
msgid "%{member} accepted the invitation to join the group."
|
||||||
msgstr "%{member} принял приглашение присоединиться к группе."
|
msgstr "%{member} принял приглашение присоединиться к группе."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:42
|
#: lib/service/activity/renderer/member.ex:42
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:26 lib/web/templates/email/activity/_member_activity_item.text.eex:17
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} rejected the invitation to join the group."
|
msgid "%{member} rejected the invitation to join the group."
|
||||||
msgstr "%{member} отклонил приглашение присоединиться к группе."
|
msgstr "%{member} отклонил приглашение присоединиться к группе."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:30
|
#: lib/service/activity/renderer/member.ex:30
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:4 lib/web/templates/email/activity/_member_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} requested to join the group."
|
msgid "%{member} requested to join the group."
|
||||||
msgstr "%{member} попросил присоединиться к группе."
|
msgstr "%{member} попросил присоединиться к группе."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:34
|
#: lib/service/activity/renderer/member.ex:34
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:11 lib/web/templates/email/activity/_member_activity_item.text.eex:6
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} was invited by %{profile}."
|
msgid "%{member} was invited by %{profile}."
|
||||||
msgstr "%{member} был приглашён %{profile}."
|
msgstr "%{member} был приглашён %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:50
|
#: lib/service/activity/renderer/member.ex:50
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:40 lib/web/templates/email/activity/_member_activity_item.text.eex:27
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} added the member %{member}."
|
msgid "%{profile} added the member %{member}."
|
||||||
msgstr "%{profile} добавил участника %{member}."
|
msgstr "%{profile} добавил участника %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:65
|
#: lib/service/activity/renderer/discussion.ex:65
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:46 lib/web/templates/email/activity/_discussion_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} archived the discussion %{discussion}."
|
msgid "%{profile} archived the discussion %{discussion}."
|
||||||
msgstr "%{profile} заархивировал обсуждение %{discussion}."
|
msgstr "%{profile} заархивировал обсуждение %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:25
|
#: lib/service/activity/renderer/discussion.ex:25
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:4 lib/web/templates/email/activity/_discussion_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the discussion %{discussion}."
|
msgid "%{profile} created the discussion %{discussion}."
|
||||||
msgstr "%{profile} создал обсуждение %{discussion}."
|
msgstr "%{profile} создал обсуждение %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:24
|
#: lib/service/activity/renderer/resource.ex:24
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:5 lib/web/templates/email/activity/_resource_activity_item.text.eex:2
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the folder %{resource}."
|
msgid "%{profile} created the folder %{resource}."
|
||||||
msgstr "%{profile} создал папку %{resource}."
|
msgstr "%{profile} создал папку %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the group %{group}."
|
msgid "%{profile} created the group %{group}."
|
||||||
msgstr "%{profile} создал группу %{group}."
|
msgstr "%{profile} создал группу %{group}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:33
|
#: lib/service/activity/renderer/resource.ex:33
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:20 lib/web/templates/email/activity/_resource_activity_item.text.eex:8
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} created the resource %{resource}."
|
msgid "%{profile} created the resource %{resource}."
|
||||||
msgstr "%{profile} создал ресурс %{resource}."
|
msgstr "%{profile} создал ресурс %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:75
|
#: lib/service/activity/renderer/discussion.ex:75
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:60 lib/web/templates/email/activity/_discussion_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the discussion %{discussion}."
|
msgid "%{profile} deleted the discussion %{discussion}."
|
||||||
msgstr "%{profile} удалил обсуждение %{discussion}."
|
msgstr "%{profile} удалил обсуждение %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:97
|
#: lib/service/activity/renderer/resource.ex:97
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:103 lib/web/templates/email/activity/_resource_activity_item.text.eex:40
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the folder %{resource}."
|
msgid "%{profile} deleted the folder %{resource}."
|
||||||
msgstr "%{profile} удалил папку %{resource}."
|
msgstr "%{profile} удалил папку %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:106
|
#: lib/service/activity/renderer/resource.ex:106
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:111 lib/web/templates/email/activity/_resource_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} deleted the resource %{resource}."
|
msgid "%{profile} deleted the resource %{resource}."
|
||||||
msgstr "%{profile} удалил ресурс %{resource}."
|
msgstr "%{profile} удалил ресурс %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:58
|
#: lib/service/activity/renderer/member.ex:58
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:56 lib/web/templates/email/activity/_member_activity_item.text.eex:39
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} excluded member %{member}."
|
msgid "%{profile} excluded member %{member}."
|
||||||
msgstr "%{profile} исключил участника %{member}."
|
msgstr "%{profile} исключил участника %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:76
|
#: lib/service/activity/renderer/resource.ex:76
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:71 lib/web/templates/email/activity/_resource_activity_item.text.eex:28
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the folder %{resource}."
|
msgid "%{profile} moved the folder %{resource}."
|
||||||
msgstr "%{profile} переместил папку %{resource}."
|
msgstr "%{profile} переместил папку %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:85
|
#: lib/service/activity/renderer/resource.ex:85
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:86 lib/web/templates/email/activity/_resource_activity_item.text.eex:34
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} moved the resource %{resource}."
|
msgid "%{profile} moved the resource %{resource}."
|
||||||
msgstr "%{profile} переместил ресурс %{resource}."
|
msgstr "%{profile} переместил ресурс %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:62
|
#: lib/service/activity/renderer/member.ex:62
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:64 lib/web/templates/email/activity/_member_activity_item.text.eex:45
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} quit the group."
|
msgid "%{profile} quit the group."
|
||||||
msgstr "%{profile} вышел из группы."
|
msgstr "%{profile} вышел из группы."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:55
|
#: lib/service/activity/renderer/discussion.ex:55
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:32 lib/web/templates/email/activity/_discussion_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the discussion %{discussion}."
|
msgid "%{profile} renamed the discussion %{discussion}."
|
||||||
msgstr "%{profile} переименовал обсуждение %{discussion}."
|
msgstr "%{profile} переименовал обсуждение %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:45
|
#: lib/service/activity/renderer/resource.ex:45
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:37 lib/web/templates/email/activity/_resource_activity_item.text.eex:14
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
||||||
msgstr "%{profile} переименовал папку из %{old_resource_title} в %{resource}."
|
msgstr "%{profile} переименовал папку из %{old_resource_title} в %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/resource.ex:59
|
#: lib/service/activity/renderer/resource.ex:59
|
||||||
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
#: lib/web/templates/email/activity/_resource_activity_item.html.eex:53 lib/web/templates/email/activity/_resource_activity_item.text.eex:21
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
||||||
msgstr "%{profile} переименовал ресурс из %{old_resource_title} в %{resource}."
|
msgstr "%{profile} переименовал ресурс из %{old_resource_title} в %{resource}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/discussion.ex:35
|
#: lib/service/activity/renderer/discussion.ex:35
|
||||||
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_discussion_activity_item.html.eex:18 lib/web/templates/email/activity/_discussion_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to the discussion %{discussion}."
|
msgid "%{profile} replied to the discussion %{discussion}."
|
||||||
msgstr "%{profile} ответил на обсуждение %{discussion}."
|
msgstr "%{profile} ответил на обсуждение %{discussion}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the group %{group}."
|
msgid "%{profile} updated the group %{group}."
|
||||||
msgstr "%{profile} обновил группу %{group}."
|
msgstr "%{profile} обновил группу %{group}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:54
|
#: lib/service/activity/renderer/member.ex:54
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:48 lib/web/templates/email/activity/_member_activity_item.text.eex:33
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} updated the member %{member}."
|
msgid "%{profile} updated the member %{member}."
|
||||||
msgstr "%{profile} обновил участника %{member}."
|
msgstr "%{profile} обновил участника %{member}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:23
|
#: lib/service/activity/renderer/event.ex:23
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:4 lib/web/templates/email/activity/_event_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was created by %{profile}."
|
msgid "The event %{event} was created by %{profile}."
|
||||||
msgstr "Мероприятие %{event} было создано %{profile}."
|
msgstr "Мероприятие %{event} было создано %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:43
|
#: lib/service/activity/renderer/event.ex:43
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:34 lib/web/templates/email/activity/_event_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was deleted by %{profile}."
|
msgid "The event %{event} was deleted by %{profile}."
|
||||||
msgstr "Мероприятие %{event} было удалено %{profile}."
|
msgstr "Мероприятие %{event} было удалено %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:33
|
#: lib/service/activity/renderer/event.ex:33
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:19 lib/web/templates/email/activity/_event_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The event %{event} was updated by %{profile}."
|
msgid "The event %{event} was updated by %{profile}."
|
||||||
msgstr "Мероприятие %{event} было обновлено %{profile}."
|
msgstr "Мероприятие %{event} было обновлено %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was created by %{profile}."
|
msgid "The post %{post} was created by %{profile}."
|
||||||
msgstr "Публикация %{post} была создана %{profile}."
|
msgstr "Публикация %{post} была создана %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was deleted by %{profile}."
|
msgid "The post %{post} was deleted by %{profile}."
|
||||||
msgstr "Публикация %{post} была удалена %{profile}."
|
msgstr "Публикация %{post} была удалена %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
||||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "The post %{post} was updated by %{profile}."
|
msgid "The post %{post} was updated by %{profile}."
|
||||||
msgstr "Публикация %{post} была обновлена %{profile}."
|
msgstr "Публикация %{post} была обновлена %{profile}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/member.ex:46
|
#: lib/service/activity/renderer/member.ex:46
|
||||||
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
#: lib/web/templates/email/activity/_member_activity_item.html.eex:33 lib/web/templates/email/activity/_member_activity_item.text.eex:22
|
||||||
#, elixir-format
|
|
||||||
msgid "%{member} joined the group."
|
msgid "%{member} joined the group."
|
||||||
msgstr "%{member} присоединился к группе."
|
msgstr "%{member} присоединился к группе."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:63
|
#: lib/service/activity/renderer/event.ex:63
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:58 lib/web/templates/email/activity/_event_activity_item.text.eex:25
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} posted a comment on the event %{event}."
|
msgid "%{profile} posted a comment on the event %{event}."
|
||||||
msgstr "%{profile} оставил комментарий к мероприятию %{event}."
|
msgstr "%{profile} оставил комментарий к мероприятию %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/event.ex:54
|
#: lib/service/activity/renderer/event.ex:54
|
||||||
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_event_activity_item.html.eex:43 lib/web/templates/email/activity/_event_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} replied to a comment on the event %{event}."
|
msgid "%{profile} replied to a comment on the event %{event}."
|
||||||
msgstr "%{profile} ответил на комментарий к мероприятию %{event}."
|
msgstr "%{profile} ответил на комментарий к мероприятию %{event}."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in your settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Не хотите получать уведомления о событиях? Вы можете изменить частоту "
|
"Не хотите получать уведомления о событиях? Вы можете изменить частоту "
|
||||||
"уведомлений или отключить их в своих настройках."
|
"уведомлений или отключить их в своих настройках."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Посмотреть еще одно событие"
|
msgstr[0] "Посмотреть еще одно событие"
|
||||||
msgstr[1] "Посмотреть еще %{count} события"
|
msgstr[1] "Посмотреть еще %{count} события"
|
||||||
msgstr[2] "Посмотреть еще %{count} событий"
|
msgstr[2] "Посмотреть еще %{count} событий"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
#: lib/web/templates/email/email_direct_activity.html.eex:44
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.html.eex:46 lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Было событие!"
|
msgstr[0] "Было событие!"
|
||||||
msgstr[1] "Были события!"
|
msgstr[1] "Были события!"
|
||||||
msgstr[2] "Были события!"
|
msgstr[2] "Были события!"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/renderer.ex:38
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/renderer.ex:38
|
||||||
msgid "Activity on %{instance}"
|
msgid "Activity on %{instance}"
|
||||||
msgstr "События на %{instance}"
|
msgstr "События на %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:38
|
#: lib/service/activity/renderer/comment.ex:38
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:19 lib/web/templates/email/activity/_comment_activity_item.text.eex:7
|
||||||
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
#: lib/web/templates/email/email_anonymous_activity.html.eex:41 lib/web/templates/email/email_anonymous_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted an announcement under event %{event}."
|
msgid "%{profile} has posted an announcement under event %{event}."
|
||||||
msgstr "%{profile} разместил объявление под мероприятием %{event}."
|
msgstr "%{profile} разместил объявление под мероприятием %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:24
|
#: lib/service/activity/renderer/comment.ex:24
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:4 lib/web/templates/email/activity/_comment_activity_item.text.eex:1
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} mentionned you in a comment under event %{event}."
|
msgid "%{profile} mentionned you in a comment under event %{event}."
|
||||||
msgstr "%{profile} упомянул вас в комментарии под мероприятием %{event}."
|
msgstr "%{profile} упомянул вас в комментарии под мероприятием %{event}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/discussion.ex:45
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/discussion.ex:45
|
||||||
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
||||||
msgstr "%{profile} упомянул вас в обсуждении %{discussion}."
|
msgstr "%{profile} упомянул вас в обсуждении %{discussion}."
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
||||||
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
msgid "Don't want to receive activity notifications? You may change frequency or disable them in %{tag_start}your settings%{tag_end}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Не хотите получать уведомления о событиях? Вы можете изменить частоту "
|
"Не хотите получать уведомления о событиях? Вы можете изменить частоту "
|
||||||
"уведомлений или отключить их в своих настройках."
|
"уведомлений или отключить их в своих настройках."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your weekly activity recap"
|
msgid "Here's your weekly activity recap"
|
||||||
msgstr "Вот итоги вашей еженедельной активности"
|
msgstr "Вот итоги вашей еженедельной активности"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
||||||
msgid "Activity notification for %{instance}"
|
msgid "Activity notification for %{instance}"
|
||||||
msgstr "События на %{instance}"
|
msgstr "События на %{instance}"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:126
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:126
|
||||||
msgid "Daily activity recap for %{instance}"
|
msgid "Daily activity recap for %{instance}"
|
||||||
msgstr "Итоги ежедневной активности для %{instance}"
|
msgstr "Итоги ежедневной активности для %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
||||||
#, elixir-format
|
|
||||||
msgid "Here's your daily activity recap"
|
msgid "Here's your daily activity recap"
|
||||||
msgstr "Вот итоги вашей ежедневной активности"
|
msgstr "Вот итоги вашей ежедневной активности"
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:133
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:133
|
||||||
msgid "Weekly activity recap for %{instance}"
|
msgid "Weekly activity recap for %{instance}"
|
||||||
msgstr "Итоги еженедельной активности для %{instance}"
|
msgstr "Итоги еженедельной активности для %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:66
|
#: lib/service/activity/renderer/comment.ex:66
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:51 lib/web/templates/email/activity/_comment_activity_item.text.eex:19
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new comment under your event %{event}."
|
msgid "%{profile} has posted a new comment under your event %{event}."
|
||||||
msgstr "%{profile} разместил новый комментарий под вашим мероприятием %{event}."
|
msgstr "%{profile} разместил новый комментарий под вашим мероприятием %{event}."
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/comment.ex:53
|
#: lib/service/activity/renderer/comment.ex:53
|
||||||
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
#: lib/web/templates/email/activity/_comment_activity_item.html.eex:36 lib/web/templates/email/activity/_comment_activity_item.text.eex:13
|
||||||
#, elixir-format
|
|
||||||
msgid "%{profile} has posted a new reply under your event %{event}."
|
msgid "%{profile} has posted a new reply under your event %{event}."
|
||||||
msgstr "%{profile} опубликовал новый ответ под вашим мероприятием %{event}."
|
msgstr "%{profile} опубликовал новый ответ под вашим мероприятием %{event}."
|
||||||
|
|
||||||
#: lib/web/email/activity.ex:46
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/web/email/activity.ex:46
|
||||||
msgid "Announcement for your event %{event}"
|
msgid "Announcement for your event %{event}"
|
||||||
msgstr "Объявление о вашем мероприятии %{event}"
|
msgstr "Объявление о вашем мероприятии %{event}"
|
||||||
|
|
||||||
#: lib/service/activity/renderer/group.ex:23
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/group.ex:23
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr "Публикация %{post} была обновлена %{profile}."
|
msgstr "Публикация %{post} была обновлена %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr "Сообщение %{post} из группы %{group} было удалено %{profile}."
|
msgstr "Сообщение %{post} из группы %{group} было удалено %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr "Сообщение %{post} из группы %{group} было опубликовано %{profile}."
|
msgstr "Сообщение %{post} из группы %{group} было опубликовано %{profile}."
|
||||||
|
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr "Сообщение %{post} из группы %{group} было обновлено %{profile}."
|
msgstr "Сообщение %{post} из группы %{group} было обновлено %{profile}."
|
||||||
|
|
|
@ -129,7 +129,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Ваш запрос на участие в %{title} был отклонен"
|
msgstr "Ваш запрос на участие в %{title} был отклонен"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Мероприятие %{title} было обновлено"
|
msgstr "Мероприятие %{title} было обновлено"
|
||||||
|
|
||||||
|
@ -355,12 +355,12 @@ msgid "What information do we collect?"
|
||||||
msgstr "Какую информацию мы собираем?"
|
msgstr "Какую информацию мы собираем?"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon на %{instance}: подтвердите свой адрес электронной почты"
|
msgstr "Mobilizon на %{instance}: подтвердите свой адрес электронной почты"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon на %{instance}: адрес электронной почты изменен"
|
msgstr "Mobilizon на %{instance}: адрес электронной почты изменен"
|
||||||
|
|
||||||
|
@ -1741,3 +1741,13 @@ msgstr "Сервер Mobilizon %{instance} временно недоступен
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr "Публичная лента для %{instance}"
|
msgstr "Публичная лента для %{instance}"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -122,7 +122,7 @@ msgid "Error while saving user settings"
|
||||||
msgstr "Ошибка при сохранении пользовательских настроек"
|
msgstr "Ошибка при сохранении пользовательских настроек"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Группа не найдена"
|
msgstr "Группа не найдена"
|
||||||
|
@ -367,7 +367,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr "Комментарий уже удалён"
|
msgstr "Комментарий уже удалён"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr "Обсуждение не найдено"
|
msgstr "Обсуждение не найдено"
|
||||||
|
|
||||||
|
@ -387,8 +387,8 @@ msgid "Event id not found"
|
||||||
msgstr "Не найден id мероприятия"
|
msgstr "Не найден id мероприятия"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr "Мероприятие не найдено"
|
msgstr "Мероприятие не найдено"
|
||||||
|
|
||||||
|
@ -518,7 +518,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr "Токен не является допустимым UUID"
|
msgstr "Токен не является допустимым UUID"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr "Пользователь не найден"
|
msgstr "Пользователь не найден"
|
||||||
|
|
||||||
|
@ -588,7 +588,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr "Вы не можете удалить этот комментарий"
|
msgstr "Вы не можете удалить этот комментарий"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr "Вы не можете удалить это мероприятие"
|
msgstr "Вы не можете удалить это мероприятие"
|
||||||
|
|
||||||
|
@ -658,7 +658,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr "Вам необходимо войти в систему, чтобы получить доступ к ресурсам"
|
msgstr "Вам необходимо войти в систему, чтобы получить доступ к ресурсам"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Вам необходимо войти в систему, чтобы иметь возможность создавать мероприятия"
|
"Вам необходимо войти в систему, чтобы иметь возможность создавать мероприятия"
|
||||||
|
@ -682,7 +682,7 @@ msgstr ""
|
||||||
"Вам необходимо войти в систему, чтобы иметь возможность создавать ресурсы"
|
"Вам необходимо войти в систему, чтобы иметь возможность создавать ресурсы"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Вам необходимо войти в систему, чтобы иметь возможность удалить мероприятие"
|
"Вам необходимо войти в систему, чтобы иметь возможность удалить мероприятие"
|
||||||
|
@ -709,7 +709,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr "Вам необходимо войти в систему, чтобы покинуть мероприятие"
|
msgstr "Вам необходимо войти в систему, чтобы покинуть мероприятие"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr "Вам необходимо войти в систему, чтобы обновить мероприятие"
|
msgstr "Вам необходимо войти в систему, чтобы обновить мероприятие"
|
||||||
|
|
||||||
|
@ -754,47 +754,47 @@ msgid "This email is already used."
|
||||||
msgstr "Этот электронный адрес уже используется."
|
msgstr "Этот электронный адрес уже используется."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr "Пост не найден"
|
msgstr "Пост не найден"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr "Переданы неверные аргументы"
|
msgstr "Переданы неверные аргументы"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr "Неверные учётные данные"
|
msgstr "Неверные учётные данные"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr "Сбросьте пароль для входа в систему"
|
msgstr "Сбросьте пароль для входа в систему"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Ресурс не найден"
|
msgstr "Ресурс не найден"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr "Что-то пошло не так"
|
msgstr "Что-то пошло не так"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr "Неизвестный ресурс"
|
msgstr "Неизвестный ресурс"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
msgid "You don't have permission to do this"
|
msgid "You don't have permission to do this"
|
||||||
msgstr "У вас недостаточно для этого прав"
|
msgstr "У вас недостаточно для этого прав"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
msgid "You need to be logged in"
|
msgid "You need to be logged in"
|
||||||
msgstr "Вам необходимо войти в систему"
|
msgstr "Вам необходимо войти в систему"
|
||||||
|
|
||||||
|
@ -819,12 +819,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr "Профиль не является администратором группы"
|
msgstr "Профиль не является администратором группы"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr "Вы не можете редактировать это мероприятие."
|
msgstr "Вы не можете редактировать это мероприятие."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr "Вы не можете назначить это мероприятие этому профилю."
|
msgstr "Вы не можете назначить это мероприятие этому профилю."
|
||||||
|
|
||||||
|
@ -855,7 +855,7 @@ msgstr ""
|
||||||
"Вы должны предоставить либо ID, либо короткое имя для доступа к обсуждению"
|
"Вы должны предоставить либо ID, либо короткое имя для доступа к обсуждению"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr "Профиль организатора не принадлежит пользователю"
|
msgstr "Профиль организатора не принадлежит пользователю"
|
||||||
|
|
||||||
|
@ -891,6 +891,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr "Невозможно получить сведения о ресурсе по этому URL-адресу."
|
msgstr "Невозможно получить сведения о ресурсе по этому URL-адресу."
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr "Указанный профиль модератора не имеет доступа к этому событию"
|
msgstr "Указанный профиль модератора не имеет доступа к этому событию"
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -302,17 +302,17 @@ msgstr ""
|
||||||
msgid "The group %{group} was updated by %{profile}."
|
msgid "The group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:47
|
#: lib/service/activity/renderer/post.ex:47
|
||||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:31
|
#: lib/service/activity/renderer/post.ex:31
|
||||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format
|
||||||
#: lib/service/activity/renderer/post.ex:39
|
#: lib/service/activity/renderer/post.ex:39
|
||||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -129,7 +129,7 @@ msgid "Your participation to event %{title} has been rejected"
|
||||||
msgstr "Din förfrågan om att få delta i evenemanget %{title} har fått avslag"
|
msgstr "Din förfrågan om att få delta i evenemanget %{title} har fått avslag"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/event.ex:37
|
#: lib/web/email/event.ex:36
|
||||||
msgid "Event %{title} has been updated"
|
msgid "Event %{title} has been updated"
|
||||||
msgstr "Evenemanget %{title} har uppdaterats"
|
msgstr "Evenemanget %{title} har uppdaterats"
|
||||||
|
|
||||||
|
@ -326,12 +326,12 @@ msgid "What information do we collect?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:176
|
#: lib/web/email/user.ex:180
|
||||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||||
msgstr "Mobilizon på %{instance}: bekräfta din e-postadress"
|
msgstr "Mobilizon på %{instance}: bekräfta din e-postadress"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/web/email/user.ex:152
|
#: lib/web/email/user.ex:156
|
||||||
msgid "Mobilizon on %{instance}: email changed"
|
msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon på %{instance}: e-postadressen har ändrats"
|
msgstr "Mobilizon på %{instance}: e-postadressen har ändrats"
|
||||||
|
|
||||||
|
@ -1432,3 +1432,13 @@ msgstr ""
|
||||||
#: lib/service/export/feed.ex:73
|
#: lib/service/export/feed.ex:73
|
||||||
msgid "Public feed for %{instance}"
|
msgid "Public feed for %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:114
|
||||||
|
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/web/email/user.ex:120
|
||||||
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -115,7 +115,7 @@ 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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:203
|
#: lib/graphql/error.ex:91 lib/graphql/resolvers/group.ex:203
|
||||||
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
#: lib/graphql/resolvers/group.ex:234 lib/graphql/resolvers/group.ex:269 lib/graphql/resolvers/member.ex:80
|
||||||
msgid "Group not found"
|
msgid "Group not found"
|
||||||
msgstr "Gruppen kunde inte hittas"
|
msgstr "Gruppen kunde inte hittas"
|
||||||
|
@ -352,7 +352,7 @@ msgid "Comment is already deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
|
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||||
msgid "Discussion not found"
|
msgid "Discussion not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -372,8 +372,8 @@ msgid "Event id not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:284
|
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||||
#: lib/graphql/resolvers/event.ex:328
|
#: lib/graphql/resolvers/event.ex:358
|
||||||
msgid "Event not found"
|
msgid "Event not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -501,7 +501,7 @@ msgid "Token is not a valid UUID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:356
|
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -567,7 +567,7 @@ msgid "You cannot delete this comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:324
|
#: lib/graphql/resolvers/event.ex:354
|
||||||
msgid "You cannot delete this event"
|
msgid "You cannot delete this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -627,7 +627,7 @@ msgid "You need to be logged-in to access resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:259
|
#: lib/graphql/resolvers/event.ex:283
|
||||||
msgid "You need to be logged-in to create events"
|
msgid "You need to be logged-in to create events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -647,7 +647,7 @@ msgid "You need to be logged-in to create resources"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:333
|
#: lib/graphql/resolvers/event.ex:363
|
||||||
msgid "You need to be logged-in to delete an event"
|
msgid "You need to be logged-in to delete an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -672,7 +672,7 @@ msgid "You need to be logged-in to leave an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:298
|
#: lib/graphql/resolvers/event.ex:327
|
||||||
msgid "You need to be logged-in to update an event"
|
msgid "You need to be logged-in to update an event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -712,47 +712,47 @@ msgid "This email is already used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:88
|
#: lib/graphql/error.ex:89
|
||||||
msgid "Post not found"
|
msgid "Post not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:75
|
#: lib/graphql/error.ex:76
|
||||||
msgid "Invalid arguments passed"
|
msgid "Invalid arguments passed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:81
|
#: lib/graphql/error.ex:82
|
||||||
msgid "Invalid credentials"
|
msgid "Invalid credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:79
|
#: lib/graphql/error.ex:80
|
||||||
msgid "Reset your password to login"
|
msgid "Reset your password to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
|
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||||
msgid "Resource not found"
|
msgid "Resource not found"
|
||||||
msgstr "Resursen kunde inte hittas"
|
msgstr "Resursen kunde inte hittas"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:93
|
#: lib/graphql/error.ex:94
|
||||||
msgid "Something went wrong"
|
msgid "Something went wrong"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:74
|
#: lib/graphql/error.ex:75
|
||||||
msgid "Unknown Resource"
|
msgid "Unknown Resource"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:84
|
#: lib/graphql/error.ex:85
|
||||||
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"
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/error.ex:76
|
#: lib/graphql/error.ex:77
|
||||||
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"
|
||||||
|
|
||||||
|
@ -777,12 +777,12 @@ msgid "Profile is not administrator for the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:287
|
#: lib/graphql/resolvers/event.ex:316
|
||||||
msgid "You can't edit this event."
|
msgid "You can't edit this event."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:290
|
#: lib/graphql/resolvers/event.ex:319
|
||||||
msgid "You can't attribute this event to this profile."
|
msgid "You can't attribute this event to this profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -812,7 +812,7 @@ msgid "You must provide either an ID or a slug to access a discussion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:248
|
#: lib/graphql/resolvers/event.ex:272
|
||||||
msgid "Organizer profile is not owned by the user"
|
msgid "Organizer profile is not owned by the user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -848,6 +848,16 @@ msgid "Unable to fetch resource details from this URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format
|
#, elixir-format
|
||||||
#: lib/graphql/resolvers/event.ex:148 lib/graphql/resolvers/participant.ex:234
|
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:266
|
||||||
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format
|
||||||
|
#: lib/graphql/resolvers/event.ex:307
|
||||||
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||||
|
msgstr ""
|
||||||
|
|
Loading…
Reference in a new issue