forked from potsda.mn/mobilizon
Merge branch 'lang' into 'master'
Various fixes See merge request framasoft/mobilizon!1067
This commit is contained in:
commit
12987068ed
|
@ -101,7 +101,7 @@
|
|||
"sass-loader": "^12.0.0",
|
||||
"ts-jest": "27",
|
||||
"typescript": "~4.4.3",
|
||||
"vue-i18n-extract": "^1.0.2",
|
||||
"vue-i18n-extract": "^2.0.4",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"webpack-cli": "^4.7.0"
|
||||
}
|
||||
|
|
|
@ -217,7 +217,6 @@
|
|||
"No resolved reports yet": "No resolved reports yet",
|
||||
"No results for \"{queryText}\"": "No results for \"{queryText}\"",
|
||||
"Notes": "Notes",
|
||||
"Email notifications": "Email notifications",
|
||||
"Number of places": "Number of places",
|
||||
"OK": "OK",
|
||||
"Old password": "Old password",
|
||||
|
@ -368,7 +367,6 @@
|
|||
"Welcome back!": "Welcome back!",
|
||||
"Welcome to Mobilizon, {username}!": "Welcome to Mobilizon, {username}!",
|
||||
"Who can view this event and participate": "Who can view this event and participate",
|
||||
"Write something…": "Write something…",
|
||||
"You are participating in this event anonymously but didn't confirm participation": "You are participating in this event anonymously but didn't confirm participation",
|
||||
"You are participating in this event anonymously": "You are participating in this event anonymously",
|
||||
"You can add tags by hitting the Enter key or by adding a comma": "You can add tags by hitting the Enter key or by adding a comma",
|
||||
|
@ -413,16 +411,10 @@
|
|||
"@{username} ({role})": "@{username} ({role})",
|
||||
"@{group}": "@{group}",
|
||||
"{title} ({count} todos)": "{title} ({count} todos)",
|
||||
"Pick a group": "Pick a group",
|
||||
"Unset group": "Unset group",
|
||||
"Add a group": "Add a group",
|
||||
"The event will show the group as organizer.": "The event will show the group as organizer.",
|
||||
"My groups": "My groups",
|
||||
"Assigned to": "Assigned to",
|
||||
"Due on": "Due on",
|
||||
"Organizers": "Organizers",
|
||||
"You need to create the group before you create an event.": "You need to create a group before you create an event.",
|
||||
"This identity is not a member of any group.": "This identity is not a member of any group.",
|
||||
"(Masked)": "(Masked)",
|
||||
"{available}/{capacity} available places": "No places left|{available}/{capacity} available places",
|
||||
"No one is participating|One person participating|{going} people participating": "No one is participating|One person participating|{going} people participating",
|
||||
|
@ -515,7 +507,6 @@
|
|||
"{number} participations": "No participations|One participation|{number} participations",
|
||||
"{profile} (by default)": "{profile} (by default)",
|
||||
"Participations": "Participations",
|
||||
"Nothing to see here": "Nothing to see here",
|
||||
"Not confirmed": "Not confirmed",
|
||||
"{moderator} suspended profile {profile}": "{moderator} suspended profile {profile}",
|
||||
"Suspend": "Suspend",
|
||||
|
@ -595,7 +586,6 @@
|
|||
"A place for your code of conduct, rules or guidelines. You can use HTML tags.": "A place for your code of conduct, rules or guidelines. You can use HTML tags.",
|
||||
"contact uninformed": "contact uninformed",
|
||||
"Can be an email or a link, or just plain text.": "Can be an email or a link, or just plain text.",
|
||||
"No profiles found": "No profiles found",
|
||||
"URL copied to clipboard": "URL copied to clipboard",
|
||||
"Report #{reportNumber}": "Report #{reportNumber}",
|
||||
"Move \"{resourceName}\"": "Move \"{resourceName}\"",
|
||||
|
@ -614,7 +604,6 @@
|
|||
"Error while login with {provider}. Retry or login another way.": "Error while login with {provider}. Retry or login another way.",
|
||||
"Error while login with {provider}. This login provider doesn't exist.": "Error while login with {provider}. This login provider doesn't exist.",
|
||||
"Post": "Post",
|
||||
"By {author}": "By {author}",
|
||||
"Right now": "Right now",
|
||||
"Delete conversation": "Delete conversation",
|
||||
"Fetch more": "Fetch more",
|
||||
|
@ -653,7 +642,6 @@
|
|||
"Events tagged with {tag}": "Events tagged with {tag}",
|
||||
"Explore events": "Explore events",
|
||||
"#{tag}": "#{tag}",
|
||||
"{count} team members": "{count} team members",
|
||||
"No resources yet": "No resources yet",
|
||||
"No posts yet": "No posts yet",
|
||||
"No discussions yet": "No discussions yet",
|
||||
|
@ -662,7 +650,6 @@
|
|||
"Since you are a new member, private content can take a few minutes to appear.": "Since you are a new member, private content can take a few minutes to appear.",
|
||||
"Remove": "Remove",
|
||||
"Update": "Update",
|
||||
"Search…": "Search…",
|
||||
"Edited {ago}": "Edited {ago}",
|
||||
"[This comment has been deleted by it's author]": "[This comment has been deleted by it's author]",
|
||||
"Promote": "Promote",
|
||||
|
@ -689,7 +676,6 @@
|
|||
"+ Start a discussion": "+ Start a discussion",
|
||||
"+ Add a resource": "+ Add a resource",
|
||||
"+ Create an event": "+ Create an event",
|
||||
"+ Post a public message": "+ Post a public message",
|
||||
"A cookie is a small file containing information that is sent to your computer when you visit a website. When you visit the site again, the cookie allows that site to recognize your browser. Cookies may store user preferences and other information. You can configure your browser to refuse all cookies. However, this may result in some website features or services partially working. Local storage works the same way but allows you to store more data.": "A cookie is a small file containing information that is sent to your computer when you visit a website. When you visit the site again, the cookie allows that site to recognize your browser. Cookies may store user preferences and other information. You can configure your browser to refuse all cookies. However, this may result in some website features or services partially working. Local storage works the same way but allows you to store more data.",
|
||||
"A place to publish something to the whole world, your community or just your group members.": "A place to publish something to the whole world, your community or just your group members.",
|
||||
"No posts found": "No posts found",
|
||||
|
|
|
@ -27,7 +27,16 @@
|
|||
</ul>
|
||||
</nav>
|
||||
<div class="actor-card">
|
||||
<p v-if="group.suspended">
|
||||
<actor-card
|
||||
:actor="group"
|
||||
:full="true"
|
||||
:popover="false"
|
||||
:limit="false"
|
||||
/>
|
||||
</p>
|
||||
<router-link
|
||||
v-else
|
||||
:to="{
|
||||
name: RouteName.GROUP,
|
||||
params: { preferredUsername: usernameWithDomain(group) },
|
||||
|
|
9
js/vue-i18n-extract.config.js
Normal file
9
js/vue-i18n-extract.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
vueFiles: "./src/**/*.?(ts|js|vue)",
|
||||
languageFiles: "./src/i18n/en_US.json",
|
||||
output: false,
|
||||
add: true,
|
||||
remove: false,
|
||||
ci: false,
|
||||
separator: ".",
|
||||
};
|
105
js/yarn.lock
105
js/yarn.lock
|
@ -1419,10 +1419,10 @@
|
|||
ejs "^2.6.1"
|
||||
magic-string "^0.25.0"
|
||||
|
||||
"@tiptap/core@^2.0.0-beta.114", "@tiptap/core@^2.0.0-beta.41":
|
||||
version "2.0.0-beta.114"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.0.0-beta.114.tgz#50fac632ba9247e565f3587687cbb2ca4d03cf55"
|
||||
integrity sha512-3CgHZuYKILZmvEybtTQaA2xZWybKSsYzr5YIKnQ/m8RQmF6Kb9Lg+U3hUGfAnGJc1mXc7WaLQ6VZJbVI4E6EDQ==
|
||||
"@tiptap/core@^2.0.0-beta.115", "@tiptap/core@^2.0.0-beta.41":
|
||||
version "2.0.0-beta.115"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.0.0-beta.115.tgz#89d005e440c99e2edc97b38a6fee1e0a605f78bf"
|
||||
integrity sha512-t7zRdIw+LqX0loBjN1vEYuNY+On46fkbLN5yifG1Qe+RySPe/AlbAE2niu9AiuKGu5IMIzepz8tiUnv02yUzJA==
|
||||
dependencies:
|
||||
"@types/prosemirror-commands" "^1.0.4"
|
||||
"@types/prosemirror-inputrules" "^1.0.4"
|
||||
|
@ -1453,10 +1453,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@tiptap/extension-bold/-/extension-bold-2.0.0-beta.15.tgz#cf9ddb3fc316be9707753ad4e497bfb8a3ebb0c2"
|
||||
integrity sha512-jKyV6iiwhxwa0+7uuKD74jNDVNLNOS1GmU14MgaA95pY5e1fyaRBPPX8Gtt89niz2CLOY711AV17RPZTe/e60w==
|
||||
|
||||
"@tiptap/extension-bubble-menu@^2.0.0-beta.37", "@tiptap/extension-bubble-menu@^2.0.0-beta.9":
|
||||
version "2.0.0-beta.37"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.0.0-beta.37.tgz#16100ced901eed30aa98e423db4b7f8374fd34a0"
|
||||
integrity sha512-PPB5uSG21fsyB5i+HRLNA0dK6ZOPmeCe3RiijGvPuMg0nEqMpo+G2M0Wax0po6ismrdvJW3GC/kH+ekpQbTyWg==
|
||||
"@tiptap/extension-bubble-menu@^2.0.0-beta.38", "@tiptap/extension-bubble-menu@^2.0.0-beta.9":
|
||||
version "2.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.0.0-beta.38.tgz#a3f85b44a28667da0fe80a4de3d97833bebefc87"
|
||||
integrity sha512-XBQemM+0w2VBe72e9AH8fql0ZcrhoDThxbldgq0Cx6Nr49ZmzuYYcFKQvTGTkxEcWSfXIsisSRbkaqUB9QM+ZQ==
|
||||
dependencies:
|
||||
prosemirror-state "^1.3.4"
|
||||
prosemirror-view "^1.20.1"
|
||||
|
@ -1499,27 +1499,27 @@
|
|||
"@types/prosemirror-dropcursor" "^1.0.3"
|
||||
prosemirror-dropcursor "^1.3.5"
|
||||
|
||||
"@tiptap/extension-floating-menu@^2.0.0-beta.31":
|
||||
version "2.0.0-beta.31"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.0.0-beta.31.tgz#d85104eea6510bf422728ad37d4fde9935468721"
|
||||
integrity sha512-qEZwXIYv82lk0Hyr+VJJcZgM3Yh7QEF9HJQsNyY2UOZkhwBjn9x8qE/VgkCWRVpskp5su23asznnNl1nuAFfew==
|
||||
"@tiptap/extension-floating-menu@^2.0.0-beta.32":
|
||||
version "2.0.0-beta.32"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.0.0-beta.32.tgz#6600fb0fd5b1ddc6d161d03c74e062c9133842cf"
|
||||
integrity sha512-frroKOpE99fOdfJoWeM1ByWHCda+7Fe1n/Li6rdrmP9NdOS9FluG5lzzYf1qZ8wANfZhrXM8DOjXEXow/L3wkw==
|
||||
dependencies:
|
||||
prosemirror-state "^1.3.4"
|
||||
prosemirror-view "^1.20.1"
|
||||
tippy.js "^6.3.1"
|
||||
|
||||
"@tiptap/extension-gapcursor@^2.0.0-beta.22":
|
||||
version "2.0.0-beta.22"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.0.0-beta.22.tgz#e4c945fb7ac6bfaa7b81e6aafb3c06a354f09810"
|
||||
integrity sha512-Q5E46ngKkurgonF8F7rbym7NNt4bf+zQS+O1NyGs3P7Fpg1carptUKoWeRvO8MbhUohKuuf4C9Ik//KPZtZFEA==
|
||||
"@tiptap/extension-gapcursor@^2.0.0-beta.23":
|
||||
version "2.0.0-beta.23"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.0.0-beta.23.tgz#d6ea2a97392e0970642b7ea55d778562016ff77e"
|
||||
integrity sha512-yav1pAZ6YTZ4GzRaY3x0KutghLfC0Z6g/KXFzdE5KD5nxBhLUhid9rZ/kQiVPmZx2R0M/O5C+mdScYS2UzMmqA==
|
||||
dependencies:
|
||||
"@types/prosemirror-gapcursor" "^1.0.4"
|
||||
prosemirror-gapcursor "^1.2.0"
|
||||
|
||||
"@tiptap/extension-hard-break@^2.0.0-beta.19":
|
||||
version "2.0.0-beta.19"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.0.0-beta.19.tgz#5108c7b934f9afbd4751497b3fd44817d2fefb82"
|
||||
integrity sha512-RW6WtWurEe4ncdCCMJsCx0A1Vsu9cKYyXRt9H5srgtopci8Qvka8PzYswfUUX1v5xUGqQd6Z6rXYGLJFhWtnQQ==
|
||||
"@tiptap/extension-hard-break@^2.0.0-beta.20":
|
||||
version "2.0.0-beta.20"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.0.0-beta.20.tgz#308c8aaa935dcaf61296d8d0a8a0daed072d884b"
|
||||
integrity sha512-tLZ53VMse2C1skj23tPFlq0wmdOCQ9vRsukz/KaR8VAFQBany0GOFmazu6QEFpC9+TI2gAckIGijEGFyP9QkMA==
|
||||
|
||||
"@tiptap/extension-heading@^2.0.0-beta.15":
|
||||
version "2.0.0-beta.15"
|
||||
|
@ -1536,10 +1536,10 @@
|
|||
"@types/prosemirror-history" "^1.0.3"
|
||||
prosemirror-history "^1.2.0"
|
||||
|
||||
"@tiptap/extension-horizontal-rule@^2.0.0-beta.19":
|
||||
version "2.0.0-beta.19"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.0.0-beta.19.tgz#d98d0070a2cead32a497b62586c0e259d31f3f2e"
|
||||
integrity sha512-RrU7+inExgC+rRmFWoTxALbu/IgRGRik11LPhMhqrCB+n0XFRUMyVEb/jbfgHWVrPmTXq0MbSWW6LYw3iREzRA==
|
||||
"@tiptap/extension-horizontal-rule@^2.0.0-beta.20":
|
||||
version "2.0.0-beta.20"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.0.0-beta.20.tgz#84260374812bf9fdac2f54869f10ffae772dc2b8"
|
||||
integrity sha512-phvZy1ckl4FJ8k6cXce8wOXxv0c50HjU5sA7r6b8u7+Mj0Dc5DZE7enjiDGxoBLP6Yf2lzOgq1phH/r9EihDUQ==
|
||||
dependencies:
|
||||
prosemirror-state "^1.3.4"
|
||||
|
||||
|
@ -1602,11 +1602,11 @@
|
|||
integrity sha512-N3wMfSJkn+A5HbuLSpbn1Zp9CWWLXfMexpVdg4eUwTMOgF/kpVRaPGCkBonhHH3NfWtT7QbSipdWc7DKpBb8Jw==
|
||||
|
||||
"@tiptap/starter-kit@^2.0.0-beta.37":
|
||||
version "2.0.0-beta.113"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/starter-kit/-/starter-kit-2.0.0-beta.113.tgz#a33dd22e20d0d091093af3a485c25fedf4a8e033"
|
||||
integrity sha512-A+eEwEFU+t2N6lk7vVWz/YQDxaKJ66rPDQ9YB5cECQufpAXmcoRXnX1L4zBKh1VoQHYQOfZNybZnSQPqs7BAMA==
|
||||
version "2.0.0-beta.114"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/starter-kit/-/starter-kit-2.0.0-beta.114.tgz#b7b7fefe04e5a6b937f8e6a72c3d55ec98de34f6"
|
||||
integrity sha512-kCBkU6ne3Z9DZzZQQNP7z/qAm74SRsoXjSoMrXGNmzwopYRKtyLsnOWA/cLHlFX+6Uwn/B8yqrCtYlOvnTx1NQ==
|
||||
dependencies:
|
||||
"@tiptap/core" "^2.0.0-beta.114"
|
||||
"@tiptap/core" "^2.0.0-beta.115"
|
||||
"@tiptap/extension-blockquote" "^2.0.0-beta.15"
|
||||
"@tiptap/extension-bold" "^2.0.0-beta.15"
|
||||
"@tiptap/extension-bullet-list" "^2.0.0-beta.15"
|
||||
|
@ -1614,11 +1614,11 @@
|
|||
"@tiptap/extension-code-block" "^2.0.0-beta.18"
|
||||
"@tiptap/extension-document" "^2.0.0-beta.13"
|
||||
"@tiptap/extension-dropcursor" "^2.0.0-beta.19"
|
||||
"@tiptap/extension-gapcursor" "^2.0.0-beta.22"
|
||||
"@tiptap/extension-hard-break" "^2.0.0-beta.19"
|
||||
"@tiptap/extension-gapcursor" "^2.0.0-beta.23"
|
||||
"@tiptap/extension-hard-break" "^2.0.0-beta.20"
|
||||
"@tiptap/extension-heading" "^2.0.0-beta.15"
|
||||
"@tiptap/extension-history" "^2.0.0-beta.16"
|
||||
"@tiptap/extension-horizontal-rule" "^2.0.0-beta.19"
|
||||
"@tiptap/extension-horizontal-rule" "^2.0.0-beta.20"
|
||||
"@tiptap/extension-italic" "^2.0.0-beta.15"
|
||||
"@tiptap/extension-list-item" "^2.0.0-beta.14"
|
||||
"@tiptap/extension-ordered-list" "^2.0.0-beta.16"
|
||||
|
@ -1636,12 +1636,12 @@
|
|||
prosemirror-view "^1.20.1"
|
||||
|
||||
"@tiptap/vue-2@^2.0.0-beta.21":
|
||||
version "2.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/vue-2/-/vue-2-2.0.0-beta.55.tgz#279114cc141b412bb97f7da19a204dfad432af29"
|
||||
integrity sha512-ZcqlpcaMIW7E3HXPWeGBUuqG81Wfdo7Z4dA9Iud5Z8lIh6K1rbvivaq7PXgEiSJgKgiCajePGKfmyG/UnZubTg==
|
||||
version "2.0.0-beta.56"
|
||||
resolved "https://registry.yarnpkg.com/@tiptap/vue-2/-/vue-2-2.0.0-beta.56.tgz#c339bb94d0ec6ea4b4a330bb0f9800468620780c"
|
||||
integrity sha512-qU2rD6LHU5Xg30XVP8gdPPf/u3aEFhkQNOTk5m7rnRvqj8KXkZCTHLzBDgJfnoLfy7hVn62Iiq0KP7wKDda0Tw==
|
||||
dependencies:
|
||||
"@tiptap/extension-bubble-menu" "^2.0.0-beta.37"
|
||||
"@tiptap/extension-floating-menu" "^2.0.0-beta.31"
|
||||
"@tiptap/extension-bubble-menu" "^2.0.0-beta.38"
|
||||
"@tiptap/extension-floating-menu" "^2.0.0-beta.32"
|
||||
prosemirror-view "^1.20.1"
|
||||
|
||||
"@tootallnate/once@1":
|
||||
|
@ -3024,6 +3024,11 @@ argparse@^1.0.7:
|
|||
dependencies:
|
||||
sprintf-js "~1.0.2"
|
||||
|
||||
argparse@^2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
|
||||
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
|
||||
|
||||
array-flatten@1.1.1:
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
||||
|
@ -3448,6 +3453,11 @@ bytes@3.1.0:
|
|||
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
|
||||
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
|
||||
|
||||
cac@^6.7.3:
|
||||
version "6.7.3"
|
||||
resolved "https://registry.yarnpkg.com/cac/-/cac-6.7.3.tgz#10410b8611677990cc2e3c8b576d471c1d71b768"
|
||||
integrity sha512-ECVqVZh74qgSuZG9YOt2OJPI3wGcf+EwwuF/XIOYqZBD0KZYLtgPWqFPxmDPQ6joxI1nOlvVgRV6VT53Ooyocg==
|
||||
|
||||
cache-loader@^4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cache-loader/-/cache-loader-4.1.0.tgz#9948cae353aec0a1fcb1eafda2300816ec85387e"
|
||||
|
@ -3773,7 +3783,7 @@ commander@^5.1.0:
|
|||
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
|
||||
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
|
||||
|
||||
commander@^6.1.0, commander@^6.2.0:
|
||||
commander@^6.2.0:
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
|
||||
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
|
||||
|
@ -6753,7 +6763,7 @@ js-queue@2.0.2:
|
|||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
||||
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
|
||||
|
||||
js-yaml@^3.13.1, js-yaml@^3.14.0:
|
||||
js-yaml@^3.13.1:
|
||||
version "3.14.1"
|
||||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
|
||||
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
|
||||
|
@ -6761,6 +6771,13 @@ js-yaml@^3.13.1, js-yaml@^3.14.0:
|
|||
argparse "^1.0.7"
|
||||
esprima "^4.0.0"
|
||||
|
||||
js-yaml@^4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
|
||||
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
|
||||
dependencies:
|
||||
argparse "^2.0.1"
|
||||
|
||||
jsbn@~0.1.0:
|
||||
version "0.1.1"
|
||||
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
||||
|
@ -10102,16 +10119,16 @@ vue-hot-reload-api@^2.3.0:
|
|||
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
|
||||
integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==
|
||||
|
||||
vue-i18n-extract@^1.0.2:
|
||||
version "1.2.3"
|
||||
resolved "https://registry.yarnpkg.com/vue-i18n-extract/-/vue-i18n-extract-1.2.3.tgz#7a16bbce29d587476df0bad85c0f9453b5bcfcbe"
|
||||
integrity sha512-ZLtF6wp732KHKawHx5ZSmjyydkli9g26z0NfGLP89DkiGx4nKFYZ2oIH35HtImdhcfq1zqkeSwxs7kRzarLoVw==
|
||||
vue-i18n-extract@^2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/vue-i18n-extract/-/vue-i18n-extract-2.0.4.tgz#912fcf3f17bb884e149c126bfdca6feccea8f984"
|
||||
integrity sha512-a2N9HBp1sSNErvjGDnRHWvXxKAy4DypoN91Pc4Seu9nDx4axBFY1ZGzlwUsL19HDR1n7YC7C233h/bAEnReK6Q==
|
||||
dependencies:
|
||||
commander "^6.1.0"
|
||||
cac "^6.7.3"
|
||||
dot-object "^2.1.4"
|
||||
glob "^7.1.6"
|
||||
is-valid-glob "^1.0.0"
|
||||
js-yaml "^3.14.0"
|
||||
js-yaml "^4.1.0"
|
||||
|
||||
vue-i18n@^8.14.0:
|
||||
version "8.26.2"
|
||||
|
|
|
@ -54,19 +54,19 @@ defmodule Mobilizon.Federation.HTTPSignatures.Signature do
|
|||
{:ok, String.t()}
|
||||
| {:error, :actor_fetch_error | :pem_decode_error | :actor_not_fetchable}
|
||||
defp get_public_key_for_url(url) do
|
||||
with {:ok, %Actor{keys: keys}} <- ActivityPubActor.get_or_fetch_actor_by_url(url),
|
||||
{:ok, public_key} <- prepare_public_key(keys) do
|
||||
{:ok, public_key}
|
||||
else
|
||||
{:error, :pem_decode_error} ->
|
||||
Logger.error("Error while decoding PEM")
|
||||
case ActivityPubActor.get_or_fetch_actor_by_url(url) do
|
||||
{:ok, %Actor{keys: keys}} ->
|
||||
case prepare_public_key(keys) do
|
||||
{:ok, public_key} ->
|
||||
{:ok, public_key}
|
||||
|
||||
{:error, :pem_decode_error}
|
||||
{:error, :pem_decode_error} ->
|
||||
Logger.error("Error while decoding PEM")
|
||||
|
||||
{:error, "Could not fetch by AP id"} ->
|
||||
{:error, :actor_not_fetchable}
|
||||
{:error, :pem_decode_error}
|
||||
end
|
||||
|
||||
err ->
|
||||
{:error, err} ->
|
||||
Sentry.capture_message("Unable to fetch actor, so no keys for you",
|
||||
extra: %{url: url}
|
||||
)
|
||||
|
@ -80,16 +80,17 @@ defmodule Mobilizon.Federation.HTTPSignatures.Signature do
|
|||
|
||||
@spec fetch_public_key(Plug.Conn.t()) ::
|
||||
{:ok, String.t()}
|
||||
| {:error, :actor_fetch_error | :actor_not_fetchable | :pem_decode_error}
|
||||
| {:error,
|
||||
:actor_fetch_error | :actor_not_fetchable | :pem_decode_error | :no_signature_in_conn}
|
||||
def fetch_public_key(conn) do
|
||||
with %{"keyId" => kid} <- HTTPSignatures.signature_for_conn(conn),
|
||||
actor_id <- key_id_to_actor_url(kid),
|
||||
:ok <- Logger.debug("Fetching public key for #{actor_id}"),
|
||||
{:ok, public_key} <- get_public_key_for_url(actor_id) do
|
||||
{:ok, public_key}
|
||||
else
|
||||
{:error, err} ->
|
||||
{:error, err}
|
||||
case HTTPSignatures.signature_for_conn(conn) do
|
||||
%{"keyId" => kid} ->
|
||||
actor_id = key_id_to_actor_url(kid)
|
||||
Logger.debug("Fetching public key for #{actor_id}")
|
||||
get_public_key_for_url(actor_id)
|
||||
|
||||
_ ->
|
||||
{:error, :no_signature_in_conn}
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -98,15 +99,12 @@ defmodule Mobilizon.Federation.HTTPSignatures.Signature do
|
|||
| {:error, :actor_fetch_error | :actor_not_fetchable | :pem_decode_error,
|
||||
:actor_is_local}
|
||||
def refetch_public_key(conn) do
|
||||
with %{"keyId" => kid} <- HTTPSignatures.signature_for_conn(conn),
|
||||
actor_id <- key_id_to_actor_url(kid),
|
||||
:ok <- Logger.debug("Refetching public key for #{actor_id}"),
|
||||
{:ok, _actor} <- ActivityPubActor.make_actor_from_url(actor_id),
|
||||
{:ok, public_key} <- get_public_key_for_url(actor_id) do
|
||||
{:ok, public_key}
|
||||
else
|
||||
{:error, err} ->
|
||||
{:error, err}
|
||||
%{"keyId" => kid} = HTTPSignatures.signature_for_conn(conn)
|
||||
actor_id = key_id_to_actor_url(kid)
|
||||
Logger.debug("Refetching public key for #{actor_id}")
|
||||
|
||||
with {:ok, _actor} <- ActivityPubActor.make_actor_from_url(actor_id) do
|
||||
get_public_key_for_url(actor_id)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -129,6 +127,7 @@ defmodule Mobilizon.Federation.HTTPSignatures.Signature do
|
|||
@spec generate_date_header :: String.t()
|
||||
def generate_date_header, do: generate_date_header(NaiveDateTime.utc_now())
|
||||
|
||||
@spec generate_date_header(NaiveDateTime.t()) :: String.t()
|
||||
def generate_date_header(%NaiveDateTime{} = date) do
|
||||
Timex.format!(date, "{WDshort}, {0D} {Mshort} {YYYY} {h24}:{m}:{s} GMT")
|
||||
end
|
||||
|
|
|
@ -41,6 +41,9 @@ defmodule Mobilizon.GraphQL.Resolvers.Group do
|
|||
find_group(parent, args, nil)
|
||||
end
|
||||
|
||||
{:ok, %Actor{}} ->
|
||||
{:error, :group_not_found}
|
||||
|
||||
{:error, _err} ->
|
||||
{:error, :group_not_found}
|
||||
end
|
||||
|
@ -52,6 +55,9 @@ defmodule Mobilizon.GraphQL.Resolvers.Group do
|
|||
%Actor{} = actor = restrict_fields_for_non_member_request(actor)
|
||||
{:ok, actor}
|
||||
|
||||
{:ok, %Actor{}} ->
|
||||
{:error, :group_not_found}
|
||||
|
||||
{:error, _err} ->
|
||||
{:error, :group_not_found}
|
||||
end
|
||||
|
|
|
@ -45,7 +45,7 @@ defmodule Mobilizon.Actors.Actor do
|
|||
suspended: boolean,
|
||||
avatar: File.t() | nil,
|
||||
banner: File.t() | nil,
|
||||
user: User.t(),
|
||||
user: User.t() | nil,
|
||||
followers: [Follower.t()],
|
||||
followings: [Follower.t()],
|
||||
organized_events: [Event.t()],
|
||||
|
|
|
@ -819,21 +819,22 @@ defmodule Mobilizon.Actors do
|
|||
@doc """
|
||||
Returns the list of members for an actor.
|
||||
"""
|
||||
@spec list_members_for_actor(Actor.t(), integer | nil, integer | nil) :: Page.t()
|
||||
@spec list_members_for_actor(Actor.t(), integer | nil, integer | nil) :: Page.t(Member.t())
|
||||
def list_members_for_actor(%Actor{id: actor_id}, page \\ nil, limit \\ nil) do
|
||||
actor_id
|
||||
|> members_for_actor_query()
|
||||
|> Page.build_page(page, limit)
|
||||
end
|
||||
|
||||
@spec list_all_local_members_for_group(Actor.t()) :: Member.t()
|
||||
@spec list_all_local_members_for_group(Actor.t()) :: list(Member.t())
|
||||
def list_all_local_members_for_group(%Actor{id: group_id, type: :Group} = _group) do
|
||||
group_id
|
||||
|> group_internal_member_query()
|
||||
|> Repo.all()
|
||||
end
|
||||
|
||||
@spec list_local_members_for_group(Actor.t(), integer | nil, integer | nil) :: Page.t()
|
||||
@spec list_local_members_for_group(Actor.t(), integer | nil, integer | nil) ::
|
||||
Page.t(Member.t())
|
||||
def list_local_members_for_group(
|
||||
%Actor{id: group_id, type: :Group} = _group,
|
||||
page \\ nil,
|
||||
|
@ -844,7 +845,8 @@ defmodule Mobilizon.Actors do
|
|||
|> Page.build_page(page, limit)
|
||||
end
|
||||
|
||||
@spec list_remote_members_for_group(Actor.t(), integer | nil, integer | nil) :: Page.t()
|
||||
@spec list_remote_members_for_group(Actor.t(), integer | nil, integer | nil) ::
|
||||
Page.t(Member.t())
|
||||
def list_remote_members_for_group(
|
||||
%Actor{id: group_id, type: :Group} = _group,
|
||||
page \\ nil,
|
||||
|
@ -858,7 +860,8 @@ defmodule Mobilizon.Actors do
|
|||
@doc """
|
||||
Returns a paginated list of members for a group.
|
||||
"""
|
||||
@spec list_members_for_group(Actor.t(), list(atom()), integer | nil, integer | nil) :: Page.t()
|
||||
@spec list_members_for_group(Actor.t(), list(atom()), integer | nil, integer | nil) ::
|
||||
Page.t(Member.t())
|
||||
def list_members_for_group(
|
||||
%Actor{id: group_id, type: :Group},
|
||||
roles \\ [],
|
||||
|
|
|
@ -34,6 +34,11 @@ defmodule Mobilizon.Service.ActorSuspension do
|
|||
Logger.debug(inspect(delete_actor_options))
|
||||
|
||||
send_suspension_notification(actor)
|
||||
|
||||
Logger.debug(
|
||||
"Sending suspension notifications to participants from events created by this actor"
|
||||
)
|
||||
|
||||
notify_event_participants_from_suspension(actor)
|
||||
delete_participations(actor)
|
||||
|
||||
|
@ -120,7 +125,11 @@ defmodule Mobilizon.Service.ActorSuspension do
|
|||
|> Enum.filter(fn %Participant{actor: %Actor{id: participant_actor_id}} ->
|
||||
participant_actor_id != actor_id
|
||||
end)
|
||||
|> Enum.each(&ActorEmail.send_notification_event_participants_from_suspension(&1, actor))
|
||||
|> Enum.map(fn %Participant{} = participant ->
|
||||
ActorEmail.send_notification_event_participants_from_suspension(participant, actor)
|
||||
participant
|
||||
end)
|
||||
|> Enum.each(&Events.delete_participant/1)
|
||||
end
|
||||
|
||||
@spec get_actor_organizer_events_participations(Actor.t()) :: Ecto.Query.t()
|
||||
|
@ -144,26 +153,32 @@ defmodule Mobilizon.Service.ActorSuspension do
|
|||
|
||||
@spec delete_actor_events(Ecto.Multi.t(), Actor.t()) :: Ecto.Multi.t()
|
||||
defp delete_actor_events(%Multi{} = multi, %Actor{type: :Person, id: actor_id}) do
|
||||
Logger.debug("Delete profile's events")
|
||||
Multi.delete_all(multi, :delete_events, where(Event, [e], e.organizer_actor_id == ^actor_id))
|
||||
end
|
||||
|
||||
defp delete_actor_events(%Multi{} = multi, %Actor{type: :Group, id: actor_id}) do
|
||||
Logger.debug("Delete group's events")
|
||||
Multi.delete_all(multi, :delete_events, where(Event, [e], e.attributed_to_id == ^actor_id))
|
||||
end
|
||||
|
||||
defp delete_posts(%Multi{} = multi, %Actor{type: :Person, id: actor_id}) do
|
||||
Logger.debug("Delete profile's posts")
|
||||
Multi.delete_all(multi, :delete_posts, where(Post, [e], e.author_id == ^actor_id))
|
||||
end
|
||||
|
||||
defp delete_posts(%Multi{} = multi, %Actor{type: :Group, id: actor_id}) do
|
||||
Logger.debug("Delete group's posts")
|
||||
Multi.delete_all(multi, :delete_posts, where(Post, [e], e.attributed_to_id == ^actor_id))
|
||||
end
|
||||
|
||||
defp delete_ressources(%Multi{} = multi, %Actor{type: :Person, id: actor_id}) do
|
||||
Logger.debug("Delete profile's resources")
|
||||
Multi.delete_all(multi, :delete_resources, where(Resource, [e], e.creator_id == ^actor_id))
|
||||
end
|
||||
|
||||
defp delete_ressources(%Multi{} = multi, %Actor{type: :Group, id: actor_id}) do
|
||||
Logger.debug("Delete group's resources")
|
||||
Multi.delete_all(multi, :delete_resources, where(Resource, [e], e.actor_id == ^actor_id))
|
||||
end
|
||||
|
||||
|
@ -173,11 +188,13 @@ defmodule Mobilizon.Service.ActorSuspension do
|
|||
end
|
||||
|
||||
defp delete_discussions(%Multi{} = multi, %Actor{type: :Group, id: actor_id}) do
|
||||
Logger.debug("Delete group's discussions")
|
||||
Multi.delete_all(multi, :delete_discussions, where(Discussion, [e], e.actor_id == ^actor_id))
|
||||
end
|
||||
|
||||
@spec delete_participations(Actor.t()) :: :ok
|
||||
defp delete_participations(%Actor{type: :Person} = actor) do
|
||||
Logger.debug("Delete participations from events created by this actor")
|
||||
%Actor{participations: participations} = Repo.preload(actor, [:participations])
|
||||
Enum.each(participations, &Events.delete_participant/1)
|
||||
end
|
||||
|
@ -246,6 +263,8 @@ defmodule Mobilizon.Service.ActorSuspension do
|
|||
|
||||
@spec send_suspension_notification(Actor.t()) :: :ok
|
||||
defp send_suspension_notification(%Actor{type: :Group} = group) do
|
||||
Logger.debug("Sending suspension notifications to group members")
|
||||
|
||||
group
|
||||
|> Actors.list_all_local_members_for_group()
|
||||
|> Enum.each(&Group.send_group_suspension_notification/1)
|
||||
|
|
|
@ -8,8 +8,8 @@ defmodule Mobilizon.Web.Email.Actor do
|
|||
import Mobilizon.Web.Gettext
|
||||
|
||||
alias Mobilizon.Actors.Actor
|
||||
alias Mobilizon.{Config, Users}
|
||||
alias Mobilizon.Events.{Event, Participant}
|
||||
alias Mobilizon.Users
|
||||
alias Mobilizon.Users.User
|
||||
alias Mobilizon.Web.Email
|
||||
|
||||
|
@ -40,7 +40,6 @@ defmodule Mobilizon.Web.Email.Actor do
|
|||
) do
|
||||
with %User{email: email, locale: locale} <- Users.get_user!(user_id) do
|
||||
Gettext.put_locale(locale)
|
||||
instance = Config.instance_name()
|
||||
|
||||
subject = gettext("Your participation to %{event} has been cancelled!", event: event.title)
|
||||
|
||||
|
@ -50,7 +49,6 @@ defmodule Mobilizon.Web.Email.Actor do
|
|||
|> assign(:event, event)
|
||||
|> assign(:role, member_role)
|
||||
|> assign(:subject, subject)
|
||||
|> assign(:instance, instance)
|
||||
|> render(:actor_suspension_participants)
|
||||
|> Email.Mailer.send_email_later()
|
||||
|
||||
|
|
|
@ -12,15 +12,13 @@ defmodule Mobilizon.Web.Email do
|
|||
|
||||
@spec base_email(keyword()) :: Bamboo.Email.t()
|
||||
def base_email(args) do
|
||||
instance = Config.instance_config()
|
||||
|
||||
args
|
||||
|> new_email()
|
||||
|> from({Config.instance_name(), Config.instance_email_from()})
|
||||
|> put_header("Reply-To", Config.instance_email_reply_to())
|
||||
|> maybe_put_date_header()
|
||||
|> maybe_put_message_id()
|
||||
|> assign(:instance, instance)
|
||||
|> assign(:instance_name, Config.instance_name())
|
||||
|> put_html_layout({EmailView, "email.html"})
|
||||
|> put_text_layout({EmailView, "email.text"})
|
||||
end
|
||||
|
|
|
@ -92,13 +92,12 @@ defmodule Mobilizon.Web.Email.Group do
|
|||
}) do
|
||||
with %User{email: email, locale: locale} <- Users.get_user!(user_id) do
|
||||
Gettext.put_locale(locale)
|
||||
instance = Config.instance_name()
|
||||
|
||||
subject =
|
||||
gettext(
|
||||
"The group %{group} has been suspended on %{instance}",
|
||||
group: group.name,
|
||||
instance: instance
|
||||
instance: Config.instance_name()
|
||||
)
|
||||
|
||||
Email.base_email(to: email, subject: subject)
|
||||
|
@ -106,7 +105,6 @@ defmodule Mobilizon.Web.Email.Group do
|
|||
|> assign(:group, group)
|
||||
|> assign(:role, member_role)
|
||||
|> assign(:subject, subject)
|
||||
|> assign(:instance, instance)
|
||||
|> render(:group_suspension)
|
||||
|> Email.Mailer.send_email_later()
|
||||
|
||||
|
|
|
@ -172,19 +172,17 @@ defmodule Mobilizon.Web.Email.User do
|
|||
_locale \\ "en"
|
||||
) do
|
||||
Gettext.put_locale(user_locale)
|
||||
instance_name = Config.instance_name()
|
||||
|
||||
subject =
|
||||
gettext(
|
||||
"Mobilizon on %{instance}: confirm your email address",
|
||||
instance: instance_name
|
||||
instance: Config.instance_name()
|
||||
)
|
||||
|
||||
Email.base_email(to: unconfirmed_email, subject: subject)
|
||||
|> assign(:locale, user_locale)
|
||||
|> assign(:subject, subject)
|
||||
|> assign(:token, confirmation_token)
|
||||
|> assign(:instance_name, instance_name)
|
||||
|> render(:email_changed_new)
|
||||
end
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="center" valign="top" style="padding: 40px 20px 20px 20px; border-radius: 4px 4px 0px 0px; color: #3A384C; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 48px; font-weight: 400; line-height: 48px;">
|
||||
<h1 style="font-size: 48px; font-weight: 400; margin: 0;">
|
||||
<%= gettext "Your participation to %{event} has been cancelled!", event: (@event.title), instance: @instance %>
|
||||
<%= gettext "Your participation to %{event} on %{instance} has been cancelled!", event: @event.title, instance: @instance_name %>
|
||||
</h1>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="left" style="padding: 20px 30px 0px 30px; color: #474467; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
|
||||
<p style="margin: 0;">
|
||||
<%= gettext "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation cancelled.", group_name: @actor.name || @actor.preferred_username, actor_address: if @actor.domain, do: "@#{@actor.preferred_username}@#{@actor.domain}", else: "@#{@actor.preferred_username}" %>
|
||||
<%= gettext "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled.", actor_name: @actor.name || @actor.preferred_username, event: @event.title, actor_address: if @actor.domain, do: "@#{@actor.preferred_username}@#{@actor.domain}", else: "@#{@actor.preferred_username}" %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<%= gettext "Your participation to %{event} has been cancelled!", event: (@event.title), instance: @instance %>
|
||||
<%= gettext "Your participation to %{event} on %{instance} has been cancelled!", event: @event.title, instance: @instance_name %>
|
||||
==
|
||||
<%= gettext "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation cancelled.", group_name: @actor.name || @actor.preferred_username, actor_address: if @actor.domain, do: "@#{@actor.preferred_username}@#{@actor.domain}", else: "@#{@actor.preferred_username}" %>
|
||||
<%= gettext "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled.", actor_name: @actor.name || @actor.preferred_username, event: @event.title, actor_address: if @actor.domain, do: "@#{@actor.preferred_username}@#{@actor.domain}", else: "@#{@actor.preferred_username}" %>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<tr>
|
||||
<td align="center" valign="top" style="padding: 40px 10px 40px 10px;">
|
||||
<a href="<%= Mobilizon.Web.Endpoint.url() %>" target="_blank">
|
||||
<img alt="<%= Mobilizon.Config.instance_name() %>" src="<%= "#{Mobilizon.Web.Endpoint.url()}/img/mobilizon_logo.png" %>" width="366" height="108" style="display: block; width: 366px; max-width: 366px; min-width: 366px; font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #ffffff; font-size: 18px;" border="0">
|
||||
<img alt="<%= @instance_name %>" src="<%= "#{Mobilizon.Web.Endpoint.url()}/img/mobilizon_logo.png" %>" width="366" height="108" style="display: block; width: 366px; max-width: 366px; min-width: 366px; font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #ffffff; font-size: 18px;" border="0">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -140,7 +140,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ECEBF2" align="center" style="padding: 30px 30px 30px 30px; color: #474467; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 18px;" >
|
||||
<p style="margin: 0;">
|
||||
<%= gettext("<b>%{instance}</b> is powered by Mobilizon.", instance: @instance[:name]) |> raw %><br />
|
||||
<%= gettext("<b>%{instance}</b> is powered by Mobilizon.", instance: @instance_name) |> raw %><br />
|
||||
<a href="https://joinmobilizon.org"><%= gettext "Learn more about Mobilizon here!" %></a>
|
||||
</p>
|
||||
</td>
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
<%= gettext "Need help? Is something not working as expected?" %>
|
||||
<%= gettext "Ask the community on Framacolibri" %> https://framacolibri.org/c/mobilizon/39
|
||||
|
||||
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance[:name] %> <%= gettext "Learn more about Mobilizon here!" %> https://joinmobilizon.org
|
||||
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance_name %> <%= gettext "Learn more about Mobilizon here!" %> https://joinmobilizon.org
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="left" style="padding: 20px 30px 0px 30px; color: #474467; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
|
||||
<p style="margin: 0;">
|
||||
<%= gettext("The email address for your account on <b>%{host}</b> is being changed to:", host: @instance[:name]) |> raw %>
|
||||
<%= gettext("The email address for your account on <b>%{host}</b> is being changed to:", host: @instance_name) |> raw %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="left" style="padding: 20px 30px 0px 30px; color: #474467; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
|
||||
<p>
|
||||
<%= gettext("If you did not trigger this change yourself, it is likely that someone has gained access to your %{host} account. Please log in and change your password immediately. If you cannot login, contact the admin on %{host}.", host: @instance[:name]) %>
|
||||
<%= gettext("If you did not trigger this change yourself, it is likely that someone has gained access to your %{host} account. Please log in and change your password immediately. If you cannot login, contact the admin on %{host}.", host: @instance_name) %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<%= gettext "New email confirmation" %>
|
||||
==
|
||||
<%= gettext "Hi there! Just a quick note to confirm that the email address linked to your account on %{host} has been changed from this one to:", host: @instance[:name] %>
|
||||
<%= gettext "Hi there! Just a quick note to confirm that the email address linked to your account on %{host} has been changed from this one to:", host: @instance_name %>
|
||||
<%= @new_email %>
|
||||
<%= gettext "If you did not trigger this change yourself, it is likely that someone has gained access to your %{host} account. Please log in and change your password immediately. If you cannot login, contact the admin on %{host}.", host: @instance[:name] %>
|
||||
<%= gettext "If you did not trigger this change yourself, it is likely that someone has gained access to your %{host} account. Please log in and change your password immediately. If you cannot login, contact the admin on %{host}.", host: @instance_name %>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="center" valign="top" style="padding: 40px 20px 20px 20px; border-radius: 4px 4px 0px 0px; color: #3A384C; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 48px; font-weight: 400; line-height: 48px;">
|
||||
<h1 style="font-size: 48px; font-weight: 400; margin: 0;">
|
||||
<%= gettext "The group %{group} has been suspended on %{instance}!", group: (@group.name || @group.preferred_username), instance: @instance %>
|
||||
<%= gettext "The group %{group} has been suspended on %{instance}!", group: (@group.name || @group.preferred_username), instance: @instance_name %>
|
||||
</h1>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="left" style="padding: 20px 30px 0px 30px; color: #474467; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
|
||||
<p style="margin: 0;">
|
||||
<%= gettext "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group.", group_name: @group.name, group_address: if @group.domain, do: "@#{@group.preferred_username}@#{@group.domain}", else: "@#{@group.preferred_username}" %>
|
||||
<%= gettext("Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group.", group_name: @group.name, group_address: (if @group.domain, do: "@#{@group.preferred_username}@#{@group.domain}", else: "@#{@group.preferred_username}")) |> raw %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<%= gettext "The group %{group} has been suspended on %{instance}!", group: (@group.name || @group.preferred_username), instance: @instance %>
|
||||
<%= gettext "The group %{group} has been suspended on %{instance}!", group: (@group.name || @group.preferred_username), instance: @instance_name %>
|
||||
==
|
||||
<%= gettext "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group.", group_name: @group.name, group_address: if @group.domain, do: "@#{@group.preferred_username}@#{@group.domain}", else: "@#{@group.preferred_username}" %>
|
||||
<%= if is_nil(@group.domain) do %>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="left" style="padding: 20px 30px 0px 30px; color: #474467; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
|
||||
<p style="margin: 0;">
|
||||
<%= gettext("You requested a new password for your account on <b>%{instance}</b>.", instance: @instance[:name]) |> raw %>
|
||||
<%= gettext("You requested a new password for your account on <b>%{instance}</b>.", instance: @instance_name) |> raw %>
|
||||
</p>
|
||||
<p style="margin: 0">
|
||||
<%= gettext "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time." %>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
==
|
||||
|
||||
<%= gettext "You requested a new password for your account on %{instance}.", instance: @instance[:name] %>
|
||||
<%= gettext "You requested a new password for your account on %{instance}.", instance: @instance_name %>
|
||||
|
||||
<%= gettext "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time." %>
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="left" style="padding: 20px 30px 0px 30px; color: #474467; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
|
||||
<p style="margin: 0;">
|
||||
<%= gettext("You created an account on <b>%{host}</b> with this email address. You are one click away from activating it.", host: @instance[:name]) |> raw %>
|
||||
<%= gettext("You created an account on <b>%{host}</b> with this email address. You are one click away from activating it.", host: @instance_name) |> raw %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
==
|
||||
|
||||
<%= gettext "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email.", host: @instance[:name] %>
|
||||
<%= gettext "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email.", host: @instance_name %>
|
||||
|
||||
<%= Mobilizon.Web.Endpoint.url() <> "/validate/#{@token}" %>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<tr>
|
||||
<td bgcolor="#ffffff" align="center" valign="top" style="padding: 40px 20px 20px 20px; border-radius: 4px 4px 0px 0px; color: #3A384C; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 48px; font-weight: 400; line-height: 48px;">
|
||||
<h1 style="font-size: 48px; font-weight: 400; margin: 0;">
|
||||
<%= gettext("New report on <b>%{instance}</b>", instance: @instance[:name]) |> raw %>
|
||||
<%= gettext("New report on <b>%{instance}</b>", instance: @instance_name) |> raw %>
|
||||
</h1>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<%= gettext "New report from %{reporter} on %{instance}", reporter: Mobilizon.Actors.Actor.display_name_and_username(@report.reporter), instance: @instance[:name] %>
|
||||
<%= gettext "New report from %{reporter} on %{instance}", reporter: Mobilizon.Actors.Actor.display_name_and_username(@report.reporter), instance: @instance_name %>
|
||||
--
|
||||
<%= if @report.reported do %>
|
||||
<%= if @report.reported.type == :Group do %>
|
||||
|
|
|
@ -225,7 +225,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -234,7 +234,7 @@ msgstr[4] ""
|
|||
msgstr[5] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -110,12 +110,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -140,7 +140,7 @@ msgid "Warning"
|
|||
msgstr "تنبيه"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -313,17 +313,17 @@ msgid "What information do we collect?"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -389,7 +389,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
|
@ -400,7 +400,7 @@ msgstr[4] ""
|
|||
msgstr[5] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1107,12 +1107,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1120,22 +1114,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1262,7 +1244,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "لقد قمتَ بتقديم طلب للمشاركة في فعالية %{title}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1297,12 +1279,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1397,17 +1379,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1432,16 +1414,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr ""
|
||||
|
|
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 4.4.2\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr "لا يمكن أن يترك فارغا"
|
||||
|
||||
|
@ -120,214 +120,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -337,12 +334,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -352,74 +349,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -429,89 +428,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -526,32 +525,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -561,7 +560,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -571,33 +570,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -607,97 +606,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -707,187 +706,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -228,7 +228,7 @@ msgstr[1] ""
|
|||
msgstr[2] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -107,12 +107,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -137,7 +137,7 @@ msgid "Warning"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -310,17 +310,17 @@ msgid "What information do we collect?"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -380,7 +380,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
|
@ -388,7 +388,7 @@ msgstr[1] ""
|
|||
msgstr[2] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1083,12 +1083,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1096,22 +1090,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1238,7 +1220,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1273,12 +1255,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1373,17 +1355,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1408,16 +1390,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr ""
|
||||
|
|
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=3\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr ""
|
||||
|
||||
|
@ -94,214 +94,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -311,12 +308,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -326,74 +323,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -403,89 +402,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -500,32 +499,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -535,7 +534,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -545,33 +544,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -581,97 +580,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -681,187 +680,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@ msgstr ""
|
|||
"X-Generator: Weblate 4.1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr "no pot estar buit"
|
||||
|
||||
|
@ -95,214 +95,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr "ha de ser igual a %{number}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr "No s'ha pogut actualitzar el codi d'accés"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr "El perfil actual no pertany a aquest grup"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr "El perfil actual no administra el grup seleccionat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
msgid "Error while saving user settings"
|
||||
msgstr "No s'han pogut desar les preferències"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr "No s'ha trobat el grup"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr "No s'ha trobat el grup amb identificador %{id}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr "No t'hem pogut autenticar. El teu correu o contrasenya són incorrectes."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr "No s'ha trobat el/la membre"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,12 +309,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -327,74 +324,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -404,89 +403,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -501,32 +500,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -536,7 +535,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -546,33 +545,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -582,97 +581,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -682,187 +681,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -228,7 +228,7 @@ msgstr[1] ""
|
|||
msgstr[2] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -107,12 +107,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -137,7 +137,7 @@ msgid "Warning"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -310,17 +310,17 @@ msgid "What information do we collect?"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -380,7 +380,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
|
@ -388,7 +388,7 @@ msgstr[1] ""
|
|||
msgstr[2] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1083,12 +1083,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1096,22 +1090,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1238,7 +1220,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1273,12 +1255,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1373,17 +1355,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1408,16 +1390,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr ""
|
||||
|
|
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr ""
|
||||
|
||||
|
@ -94,214 +94,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -311,12 +308,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -326,74 +323,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -403,89 +402,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -500,32 +499,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -535,7 +534,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -545,33 +544,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -581,97 +580,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -681,187 +680,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -236,7 +236,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -119,12 +119,12 @@ msgstr ""
|
|||
"E-Mail bitte."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Deine Teilnahme an der Veranstaltung %{title}wurde akzeptiert"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Deine Teilnahme an der Veranstaltung %{title}wurde abgelehnt"
|
||||
|
||||
|
@ -150,7 +150,7 @@ msgid "Warning"
|
|||
msgstr "Warnung"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Meine Teilnahme an der Veranstaltung %{title} zusagen"
|
||||
|
||||
|
@ -360,17 +360,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Welche Informationen sammeln wir ?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon auf %{instance}: Bestätige deine E-Mail Adresse"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon auf %{instance}: E-Mail geändert"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Ein Event wurde heute geplannt"
|
||||
|
@ -428,14 +428,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "Du wurdest von %{inviter} eingeladen, der Gruppe %{group} beizutreten"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "Ein Event ist für diese Woche geplant"
|
||||
msgstr[1] "%{nb_events} Events sind für diese Woche geplant"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] "Eine Teilnahmeanfrage für die Veranstaltung %{title} zu bearbeiten"
|
||||
|
@ -1333,14 +1333,6 @@ msgstr ""
|
|||
"Da sich diese Gruppe auf dieser Instanz befand, wurden alle ihre Daten "
|
||||
"unwiederbringlich gelöscht."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
"Der Administrator %{author} hat die Gruppe %{group} gelöscht. Alle "
|
||||
"Ereignisse, Diskussionen, Beiträge und ToDos der Gruppe wurden gelöscht."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1348,13 +1340,6 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr "Die Gruppe %{group} wurde auf %{instance} suspendiert!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr "Die Gruppe %{group} wurde auf %{instance} gelöscht!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
@ -1362,11 +1347,6 @@ msgstr ""
|
|||
"(%{group_address}) zu suspendieren. Sie sind nicht länger ein Mitglied "
|
||||
"dieser Gruppe."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr "Die Gruppe %{group} wurde auf %{instance} gelöscht"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1580,7 +1560,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Du hast angefragt, an der Veranstaltung <b>%{title}</b> teilzunehmen."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Deine Teilnahme an der Veranstaltung %{title}wurde akzeptiert"
|
||||
|
||||
|
@ -1617,12 +1597,12 @@ msgstr ""
|
|||
"denn Sie stehen jetzt auf der Gästeliste!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr "Für die Stelle wird ein Text benötigt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr "Für die Stelle wird ein Titel benötigt"
|
||||
|
||||
|
@ -1731,17 +1711,17 @@ msgid "%{name}'s feed"
|
|||
msgstr "Feed von %{name}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr "Privater Veranstaltungsfeed von %{actor} auf %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr "Öffentlicher Veranstaltungsfeed von %{actor} auf %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr "Feed für %{email} auf %{instance}"
|
||||
|
||||
|
@ -1772,16 +1752,44 @@ msgstr ""
|
|||
"sein."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Deine Teilnahme an der Veranstaltung %{title}wurde akzeptiert"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
"Das Moderationsteam Ihrer Instanz hat beschlossen, %{group_name} "
|
||||
"(%{group_address}) zu suspendieren. Sie sind nicht länger ein Mitglied "
|
||||
"dieser Gruppe."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"Das Moderationsteam Ihrer Instanz hat beschlossen, %{group_name} "
|
||||
"(%{group_address}) zu suspendieren. Sie sind nicht länger ein Mitglied "
|
||||
"dieser Gruppe."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Deine Teilnahme an der Veranstaltung %{title}wurde akzeptiert"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -93,12 +93,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -123,7 +123,7 @@ msgid "Warning"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -296,17 +296,17 @@ msgid "What information do we collect?"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -364,14 +364,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1062,12 +1062,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1075,22 +1069,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1217,7 +1199,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1252,12 +1234,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1352,17 +1334,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1387,16 +1369,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr ""
|
||||
|
|
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -116,12 +116,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr "You created an account on %{host} with this email address. You are one click away from activating it."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Your participation to event %{title} has been approved"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Your participation to event %{title} has been rejected"
|
||||
|
||||
|
@ -146,7 +146,7 @@ msgid "Warning"
|
|||
msgstr "Warning"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Confirm your participation to event %{title}"
|
||||
|
||||
|
@ -349,17 +349,17 @@ msgid "What information do we collect?"
|
|||
msgstr "What information do we collect?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -417,14 +417,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1115,12 +1115,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1128,22 +1122,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1270,7 +1252,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "You requested to participate in event %{title}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Your participation to event %{title} has been approved"
|
||||
|
||||
|
@ -1305,12 +1287,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1405,17 +1387,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1440,16 +1422,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Your participation to event %{title} has been approved"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Your participation to event %{title} has been approved"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Language: en\n"
|
||||
|
||||
## From Ecto.Changeset.cast/4
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr ""
|
||||
|
||||
|
@ -98,214 +98,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -315,12 +312,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -330,74 +327,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -407,89 +406,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -504,32 +503,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -539,7 +538,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -549,33 +548,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -585,97 +584,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -685,187 +684,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
## date. Leave `msgstr`s empty as changing them here as no
|
||||
## effect: edit them in PO (`.po`) files instead.
|
||||
## From Ecto.Changeset.cast/4
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr ""
|
||||
|
||||
|
@ -95,214 +95,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,12 +309,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -327,74 +324,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -404,89 +403,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -501,32 +500,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -536,7 +535,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -546,33 +545,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -582,97 +581,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -682,187 +681,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -237,7 +237,7 @@ msgstr[0] "¡Ha habido una actividad!"
|
|||
msgstr[1] "¡Ha habido algopúnas actividades!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr "Actividad en %{instance}"
|
||||
|
||||
|
|
|
@ -118,12 +118,12 @@ msgstr ""
|
|||
"Estás a un clic de activarlo. Si no eras tú, ignora este correo electrónico."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Su participación en el evento %{title} ha sido aprobada"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Su participación en el evento %{title} ha sido rechazada"
|
||||
|
||||
|
@ -148,7 +148,7 @@ msgid "Warning"
|
|||
msgstr "Advertencia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Confirme su participación en el evento %{title}"
|
||||
|
||||
|
@ -356,17 +356,17 @@ msgid "What information do we collect?"
|
|||
msgstr "¿Qué información recopilamos?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon en %{instance}: confirma tu dirección de correo electrónico"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon en %{instance}: correo electrónico modificado"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Un evento programado para hoy"
|
||||
|
@ -424,14 +424,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "%{Inviter} te ha invitado a unirte al grupo %{group}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "Un evento programado para hoy"
|
||||
msgstr[1] "%{nb_events} eventos planeados hoy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] "Una solicitud para participar en el evento %{title} a procesar"
|
||||
|
@ -1304,14 +1304,6 @@ msgstr ""
|
|||
"Como este grupo estaba ubicado en esta instancia, todos sus datos se han "
|
||||
"eliminado de forma irremediable."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
"El administrador %{author} ha eliminado el grupo %{group}. Todos los "
|
||||
"eventos, discusiones, publicaciones y tareas del grupo se han eliminado ."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1319,24 +1311,12 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr "¡El grupo %{group} ha sido suspendido en %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr "¡El grupo %{group} fue eliminado en %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"El equipo de moderación de su instancia ha decidido suspender a %{group_name}"
|
||||
" (%{group_address}). Ya no eres miembro de este grupo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr "El grupo %{group} se eliminó en %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1545,7 +1525,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Solicitaste participar en el evento<b>%{title}</b>."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Su participación en el evento %{title} ha sido aprobada"
|
||||
|
||||
|
@ -1582,12 +1562,12 @@ msgstr ""
|
|||
"está en la lista de invitados!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr "Se requiere un texto para la publicación"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr "Se requiere un título para la publicación"
|
||||
|
||||
|
@ -1688,17 +1668,17 @@ msgid "%{name}'s feed"
|
|||
msgstr "Flujo de %{name}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr "Flujo de eventos privados de %{actor} a %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr "Flujo público de eventos de %{actor} a %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr "Flujo para %{email} en %{instance}"
|
||||
|
||||
|
@ -1728,20 +1708,46 @@ msgstr ""
|
|||
"El servidor de Mobilizon %{instance} parece estar temporalmente inactivo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr "Flujo público para %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||
msgstr ""
|
||||
"La contraseña que ha elegido es demasiado corta. Asegúrese de que su "
|
||||
"contraseña contenga al menos 6 caracteres."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:120
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
"El token que proporcionaste no es válido. Asegúrese de que la URL sea "
|
||||
"exactamente la que se proporciona dentro del correo electrónico que recibió."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Su participación en el evento %{title} ha sido aprobada"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
"El equipo de moderación de su instancia ha decidido suspender a %{group_name}"
|
||||
" (%{group_address}). Ya no eres miembro de este grupo."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"El equipo de moderación de su instancia ha decidido suspender a %{group_name}"
|
||||
" (%{group_address}). Ya no eres miembro de este grupo."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Su participación en el evento %{title} ha sido aprobada"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -235,7 +235,7 @@ msgstr[0] "Toimenpide!"
|
|||
msgstr[1] "Toimenpiteitä!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr "Toimenpide palvelimella %{instance}"
|
||||
|
||||
|
|
|
@ -118,12 +118,12 @@ msgstr ""
|
|||
"huomiotta."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Osallistumisesi tapahtumaan %{title} on hyväksytty"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Osallistumisesi tapahtumaan %{title) on hylätty"
|
||||
|
||||
|
@ -148,7 +148,7 @@ msgid "Warning"
|
|||
msgstr "Varoitus"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Vahvista osallistumisesi tapahtumaan %{title}"
|
||||
|
||||
|
@ -350,17 +350,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Mitä tietoja kerätään?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon palvelimella %{instance}: vahvista sähköpostiosoitteesi"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon palvelimella %{instance}: sähköpostiosoite vaihdettu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Yksi suunniteltu tapahtuma tänään"
|
||||
|
@ -418,14 +418,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "%{inviter} kutsui sinut ryhmään %{group}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "Yksi suunniteltu tapahtuma tällä viikolla"
|
||||
msgstr[1] "%{nb_events} suunniteltua tapahtumaa tällä viikolla"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] "Yksi osallistujapyyntö tapahtumaan %{title} odottaa käsittelyä"
|
||||
|
@ -1284,14 +1284,6 @@ msgstr ""
|
|||
"Koska tämä ryhmä sijaitsi tällä palvelimella, kaikki siihen kuuluvat tiedot "
|
||||
"on poistettu pysyvästi."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
"Ylläpitäjä %{author} poisti ryhmän %{group}. Kaikki ryhmän tapahtumat, "
|
||||
"keskustelut, julkaisut ja tehtävät on poistettu."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1299,24 +1291,12 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr "Ryhmä %{group} on estetty palvelimella %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr "Ryhmä %{group} on poistettu palvelimelta %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"Palvelimesi moderointitiimi on päättänyt estää ryhmän %{group_name} "
|
||||
"(%{group_address}). Et ole enää tämän ryhmän jäsen."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr "Ryhmä %{group} on poistettu palvelimelta %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1515,7 +1495,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Lähetit pyynnön osallistua tapahtumaan <b>%{title}</b>."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Osallistumisesi tapahtumaan %{title} on hyväksytty"
|
||||
|
||||
|
@ -1553,12 +1533,12 @@ msgstr ""
|
|||
"osallistujaluettelossa!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr "Julkaisuun vaaditaan tekstiä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr "Julkaisulle vaaditaan otsikko"
|
||||
|
||||
|
@ -1663,17 +1643,17 @@ msgid "%{name}'s feed"
|
|||
msgstr "%{name} – syöte"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr "%{actor} – yksityistapahtumien syöte palvelimella %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr "%{actor} – julkisten tapahtumien syöte palvelimella %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr "%{email}-syöte palvelimella %{instance}"
|
||||
|
||||
|
@ -1700,16 +1680,42 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr "Mobilizon-palvelin näyttää olevan väliakaisesti alhaalla."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr "Palvelimen %{instance} julkinen syöte"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Osallistumisesi tapahtumaan %{title} on hyväksytty"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
"Palvelimesi moderointitiimi on päättänyt estää ryhmän %{group_name} "
|
||||
"(%{group_address}). Et ole enää tämän ryhmän jäsen."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"Palvelimesi moderointitiimi on päättänyt estää ryhmän %{group_name} "
|
||||
"(%{group_address}). Et ole enää tämän ryhmän jäsen."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Osallistumisesi tapahtumaan %{title} on hyväksytty"
|
||||
|
|
|
@ -18,7 +18,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.6.2\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr "ei voi olla tyhjä"
|
||||
|
||||
|
@ -95,217 +95,214 @@ msgid "must be equal to %{number}"
|
|||
msgstr "tulee olla tasas %{number}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr "Merkkiä ei voi päivittää"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr "Nykyinen profiili ei kuulu tähän ryhmään"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr "Nykyinen profiili ei ole valitun ryhmän ylläpitäjä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
msgid "Error while saving user settings"
|
||||
msgstr "Käyttäjän asetusten tallennuksessa tapahtui virhe"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr "Ryhmää ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr "Tunnuksella %{id} ei löydy ryhmää"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
"Kirjautuminen epäonnistui - joko sähköpostiosoitteesi tai salasana on väärin."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr "Jäsentä ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr "Moderaattorikäyttäjän profiilia ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr "Käyttäjää tämän sähköpostin vahvistamiseksi ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
msgid "No user with this email was found"
|
||||
msgstr "Käyttäjää, jolla on tämä sähköpostiosoite ei löydy"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr "Profiili ei ole tunnistautuneen käyttäjän omistuksessa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr "Ei voi rekisteröityä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr "Nykyinen salasana ei kelpaa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr "Uusi sähköpostiosoite ei vaikuta kelvolliselta"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr "Uuden sähköpostiosoitteen on poikettava vanhasta"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr "Uuden salasanan on poikettava vanhasta"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr "Annettu salasana on epäkelpo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
||||
msgstr ""
|
||||
"Valitsemasi salasana on liian lyhyt. Käytä vähintään kuuden merkin mittaista "
|
||||
"salasanaa."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr "Käyttäjä ei voi palauttaa salasanaansa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr "Käyttäjä on poistettu käytöstä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr "Käyttäjää ei voi vahvistaa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr "Käyttäjä on jo poistettu käytöstä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr "Pyydetty käyttäjä ei ole kirjautuneena sisään"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr "Olet jo tämän ryhmän jäsen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr "Et voi poistua ryhmästä, koska olet sen ainoa ylläpitäjä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr "Et voi liittyä tähän ryhmään"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr "Voit nähdä ryhmäluettelon vain, jos olet moderaattori."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr "Sähköpostiosoitteen voi vaihtaa vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr "Salasanan voi vaihtaa vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr "Ryhmän voi poistaa vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr "Voit poistaa tilisi vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr "Voit liittyä ryhmään vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr "Voit poistua ryhmästä vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr "Voit päivittää ryhmää vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr "Voit saada uuden merkin vain, jos sinulla on jo merkki"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr "Pyysit uutta vahvistussähköpostia liian aikaisin"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr "Sähköpostiosoitteesi ei ole sallittujen luettelossa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr "Virhe taustatehtävää suoritettaessa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr "Tällä tunnisteella ei löytynyt profiilia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr "Tällä tunnisteella ei löytynyt etäprofiilia"
|
||||
|
||||
|
@ -315,12 +312,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr "Vain moderaattorit ja ylläpitäjät voivat hyllyttää profiilin"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr "Vain moderaattorit ja ylläpitäjät voivat palauttaa hyllytetyn profiilin"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr "Vain etäprofiilit voi ladata uudelleen"
|
||||
|
||||
|
@ -330,74 +327,76 @@ msgid "Profile already suspended"
|
|||
msgstr "Profiili on jo hyllytetty"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr "Palvelin vaatii kelvollisen sähköpostiosoitteen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr "Anonyymi osallistuminen ei ole käytössä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr "Ryhmän viimeistä ylläpitäjää ei voi poistaa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr "Käyttäjän viimeistä identiteettiä ei voi poistaa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr "Kommentti on jo poistettu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr "Keskustelua ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr "Virhe raporttia tallennettaessa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr "Virhe raporttia päivitettäessä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
msgid "Event id not found"
|
||||
msgstr "Tapahtumatunnistetta ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||
#: lib/graphql/resolvers/event.ex:358
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
msgid "Event not found"
|
||||
msgstr "Tapahtumaa ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:83
|
||||
#: lib/graphql/resolvers/participant.ex:124 lib/graphql/resolvers/participant.ex:156
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr "Tunnisteella %{id} ei ole tapahtumaa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr "Sisäinen virhe"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr "Tunnisteella %{id} ei ole keskustelua"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr "Käyttäjälle ei löydy profiilia"
|
||||
|
||||
|
@ -407,89 +406,89 @@ msgid "No such feed token"
|
|||
msgstr "Kyseistä syötemerkkiä ei ole"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
msgid "Participant already has role %{role}"
|
||||
msgstr "Osallistujalla on jo rooli %{role}"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr "Osallistujaa ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr "Tunnuksella %{id} ei löydy henkilöä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr "Käyttäjänimellä %{username} ei löydy henkilöä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr "Julkaisun tunnus ei ole kelvollinen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr "Julkaisua ei ole"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr "Kutsuttua profiilia ei ole"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr "Profiili on jo ryhmän jäsen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr "Profiili ei ole ryhmän jäsen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr "Profiilia ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr "Raporttia ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr "Resurssia ei ole"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr "Tapahtuma on jo täynnä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr "Epäkelpo merkki"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
msgid "Todo doesn't exist"
|
||||
msgstr "Työkalua ei ole"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:75 lib/graphql/resolvers/todos.ex:191
|
||||
#: lib/graphql/resolvers/todos.ex:216
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr "Tehtäväluetteloa ei ole"
|
||||
|
||||
|
@ -504,32 +503,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr "Merkki ei ole kelvollinen UUID"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr "Käyttäjää ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr "Sinulla on jo profiili tälle käyttäjälle"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr "Olet jo tapahtuman osallistuja"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr "Et ole ryhmän jäsen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr "Et ole ryhmän moderaattori tai ylläpitäjä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr "Ilman yhteyttä ei voi kommentoida"
|
||||
|
||||
|
@ -539,7 +538,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr "Ilman yhteyttä ei voi luoda syötemerkkiä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr "Ilman yhteyttä ei voi poistaa kommenttia"
|
||||
|
||||
|
@ -549,36 +548,36 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr "Ilman yhteyttä ei voi poistaa syötemerkkiä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
msgid "You are not allowed to update a comment if not connected"
|
||||
msgstr "Ilman yhteyttä ei voi päivittää kommenttia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:163
|
||||
#: lib/graphql/resolvers/participant.ex:192
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
"Et voi poistua tapahtumasta, koska olet ainoa tapahtuman luonut osallistuja"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
|
||||
msgstr ""
|
||||
"Et voi vaihtaa jäsenrooliasi ryhmässä nykyistä alemmaksi, koska olet ainoa "
|
||||
"ylläpitäjä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:104
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr "Et voi poistaa kommenttia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr "Et voi poistaa tapahtumaa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr "Et voi kutsua tähän ryhmään"
|
||||
|
||||
|
@ -588,97 +587,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr "Sinulla ei ole oikeutta poistaa tätä merkkiä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr "Toimintalokien katselu vain moderaattorille sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr "Raporttien katselu vain moderaattorille sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr "Raportin päivittäminen vain moderaattorille sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr "Raportin katselu vain moderaattorille sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr "Pääsy ylläpitoasetuksiin vain ylläpitäjälle sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr "Pääsy koontinäytön tilastoihin vain ylläpitäjälle sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr "Ylläpitoasetusten tallennus vain ylläpitäjälle sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr "Pääsy keskusteluihin vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr "Pääsy resursseihin vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr "Tapahtumien luonti vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr "Julkaisujen luonti vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr "Raporttien luonti vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr "Resurssien luonti vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr "Tapahtuman poisto vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr "Julkaisujen poisto vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr "Resurssien poisto vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr "Tapahtumaan liittyminen vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr "Tapahtumasta poistuminen vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr "Tapahtuman päivittäminen vain sisäänkirjautuneena"
|
||||
|
||||
|
@ -688,187 +687,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr "Julkaisujen päivittäminen vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr "Resurssien päivittäminen vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr "Resurssin esikatselu vain sisäänkirjautuneena"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr "Ylätason resurssi ei kuulu tähän ryhmään"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr "Valittu salasana on liian lyhyt."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
msgid "The registration token is already in use, this looks like an issue on our side."
|
||||
msgstr "Rekisteröintimerkki on jo käytössä. Vaikuttaa palvelinpään virheeltä."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:105
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr "Sähköpostiosoite on jo käytössä."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr "Julkaisua ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr "Virheelliset argumentit välitetty"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr "Virheelliset kirjautumistiedot"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr "Palauta salasana, jotta voit kirjautua sisään"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr "Resurssia ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr "Jokin meni vikaan"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr "Tuntematon resurssi"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr "Sinulla ei ole oikeutta tähän"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr "Kirjaudu ensin sisään"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr "Et voi hyväksyä kutsua tällä profiililla."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr "Et voi hylätä kutsua tällä profiililla."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr "Tiedostolla ei ole sallittua MIME-tyyppiä."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr "Profiili ei ole ryhmän ylläpitäjä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr "Et voi muokata tapahtumaa."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr "Et voi yhdistää tapahtumaa tähän profiiliin."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr "Kutsua ei ole."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr "Jäsen on jo hylätty."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr "Sinulla ei ole oikeutta poistaa jäsentä."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr "Käyttäjänimi on jo käytössä."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr "Keskusteluun pääsemiseen vaaditaan tunniste tai polkutunnus"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr "Järjestäjän profiili ei ole käyttäjän hallussa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
msgid "Profile ID provided is not the anonymous profile one"
|
||||
msgstr "Annettu profiilitunniste ei kuulu anonyymille profiilille"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr "Toimitettu kuva on liian suuri"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr "Indeksitiedostoa ei löydy. Kokoa käyttöliittymä uudelleen."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr "Virhe raporttia tallennettaessa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr "Virheellinen aktivointimerkki"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr "Resurssin tietoja ei voida hakea tästä URL-osoitteesta."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr "Annetulla moderaattoriprofiililla ei ole oikeuksia tähän tapahtumaan"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr "Tapahtumaa ei löydy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr "Virhe raporttia tallennettaessa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr "Virhe raporttia päivitettäessä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr "Virhe raporttia päivitettäessä"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr "Käyttäjää ei voi vahvistaa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -235,7 +235,7 @@ msgstr[0] "Il y a eu une 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:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr "Activité sur %{instance}"
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -117,12 +117,12 @@ msgstr ""
|
|||
"activalo. Se non foches ti, por favor ignora este email."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Foi aprobada a túa participación no evento %{title}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Foi rexeitada a túa participación no evento %{title}"
|
||||
|
||||
|
@ -148,7 +148,7 @@ msgid "Warning"
|
|||
msgstr "Aviso"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Confirma a túa participación no evento %{title}"
|
||||
|
||||
|
@ -352,17 +352,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Que información recollemos?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon en %{instance}: confirma o enderezo de email"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon en %{instance}: email cambiado"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Un evento previsto para hoxe"
|
||||
|
@ -420,14 +420,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "%{inviter} convidoute a unirte ó grupo %{group}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "Un evento previsto nesta semana"
|
||||
msgstr[1] "%{nb_events} eventos previstos nesta semana"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] "Hai unha solicitude de participación para o evento %{title} que atender"
|
||||
|
@ -1282,14 +1282,6 @@ msgstr ""
|
|||
"Como este grupo estaba noutra instancia, todos os seus datos serán "
|
||||
"irreversiblemente eliminados."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
"A administradora %{author} eliminou o grupo %{group}. Todos os eventos do "
|
||||
"grupo, debates, publicacións e tarefas foron elminados."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1297,24 +1289,12 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr "O grupo %{group} foi suspendido en %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr "O grupo %{group} foi eliminado de %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"Os moderadores da túa instancia decidiron suspender %{group_name} "
|
||||
"(%{group_address}). Xa non pertences a este grupo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr "O grupo %{group} foi eliminado de %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1514,7 +1494,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Recentemente solicitaches participar en <b>%{title}</b>."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Confirmouse a túa participación no evento %{title}"
|
||||
|
||||
|
@ -1551,12 +1531,12 @@ msgstr ""
|
|||
"lista de convidadas!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr "Requírese un texto para a publicación"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr "Requírese un título para a publicación"
|
||||
|
||||
|
@ -1658,17 +1638,17 @@ msgid "%{name}'s feed"
|
|||
msgstr "fonte de %{name}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr "fonte dos eventos privados de %{actor} en %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr "fonte dos eventos públicos de %{actor} en %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr "Fonte para %{email} en %{instance}"
|
||||
|
||||
|
@ -1696,20 +1676,46 @@ msgstr ""
|
|||
"O servidor Mobilizon %{instance} semella estar temporalmente fóra de servizo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr "Fonte pública de %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
|
||||
msgstr ""
|
||||
"O contrasinal escollido é demasiado curto. Comproba que o teu contrasinal "
|
||||
"teña polo menos 6 caracteres."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:120
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
"O token proporcionado non é válido. Asegúrate de que o URL é exactamente o "
|
||||
"proporcionado no email que recibiches."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Confirmouse a túa participación no evento %{title}"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
"Os moderadores da túa instancia decidiron suspender %{group_name} "
|
||||
"(%{group_address}). Xa non pertences a este grupo."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"Os moderadores da túa instancia decidiron suspender %{group_name} "
|
||||
"(%{group_address}). Xa non pertences a este grupo."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Confirmouse a túa participación no evento %{title}"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -124,12 +124,12 @@ msgstr ""
|
|||
"kívül a levelet."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Jóváhagyták a részvételét a(z) %{title} eseményen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Elutasították a részvételét a(z) %{title} eseményen"
|
||||
|
||||
|
@ -154,7 +154,7 @@ msgid "Warning"
|
|||
msgstr "Figyelmeztetés"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Erősítse meg a részvételét a(z) %{title} eseményen"
|
||||
|
||||
|
@ -358,17 +358,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Milyen információkat gyűjtünk?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon itt: %{instance}: erősítse meg az e-mail-címét"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon itt: %{instance}: e-mail-cím megváltozott"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Egy tervezett esemény ma"
|
||||
|
@ -426,14 +426,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "%{inviter} meghívta, hogy csatlakozzon a(z) %{group} csoporthoz"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "Egy esemény tervezve a héten"
|
||||
msgstr[1] "%{nb_events} esemény tervezve a héten"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] "Egy feldolgozandó részvételi kérés a következő eseménynél: %{title}"
|
||||
|
@ -1128,12 +1128,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1141,22 +1135,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1283,7 +1265,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1318,12 +1300,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1418,17 +1400,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1453,16 +1435,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr ""
|
||||
|
|
|
@ -24,7 +24,7 @@ msgstr ""
|
|||
## date. Leave `msgstr`s empty as changing them here as no
|
||||
## effect: edit them in PO (`.po`) files instead.
|
||||
## From Ecto.Changeset.cast/4
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr "nem lehet üres"
|
||||
|
||||
|
@ -111,216 +111,213 @@ msgid "must be equal to %{number}"
|
|||
msgstr "egyenlőnek kell lennie ezzel: %{number}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr "Nem lehet frissíteni a tokent"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr "A jelenlegi profil nem tagja ennek a csoportnak"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr "A jelenlegi profil nem adminisztrátora a kijelölt csoportnak"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
msgid "Error while saving user settings"
|
||||
msgstr "Hiba a felhasználói beállítások mentésekor"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr "Nem található a csoport"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr "Nem található %{id} azonosítóval rendelkező csoport"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr "Lehetetlen hitelesíteni, vagy az e-mail, vagy a jelszó érvénytelen."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr "Nem található a tag"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr "Nem található profil a moderátor felhasználóhoz"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr "Nem található ezzel az e-mail-címmel ellenőrzendő felhasználó"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
msgid "No user with this email was found"
|
||||
msgstr "Nem található ezzel az e-mail-címmel rendelkező felhasználó"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr "A profilt nem hitelesített felhasználó birtokolja"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr "A regisztrációk nincsenek nyitva"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr "A jelenlegi jelszó érvénytelen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr "Az új e-mail-cím nem tűnik érvényesnek"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr "Az új e-mail-címnek eltérőnek kell lennie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr "Az új jelszónak eltérőnek kell lennie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr "A megadott jelszó érvénytelen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
||||
msgstr ""
|
||||
"A választott jelszó túl rövid. Győződjön meg arról, hogy a jelszava "
|
||||
"tartalmazzon legalább 6 karaktert."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr "Ez a felhasználó nem tudja visszaállítani a jelszavát"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr "Ez a felhasználó le lett tiltva"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr "Nem lehet ellenőrizni a felhasználót"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr "A felhasználó már le van tiltva"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr "A kért felhasználó nincs bejelentkezve"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr "Már tagja ennek a csoportnak"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr "Nem hagyhatja el ezt a csoportot, mert Ön az egyedüli adminisztrátor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr "Nem csatlakozhat ehhez a csoporthoz"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr "Lehet, hogy nem sorolhatja fel a csoportokat, hacsak nem moderátor."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr "Bejelentkezve kell lennie az e-mail-címe megváltoztatásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr "Bejelentkezve kell lennie a jelszava megváltoztatásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr "Bejelentkezve kell lennie egy csoport törléséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr "Bejelentkezve kell lennie a fiókja törléséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr "Bejelentkezve kell lennie egy csoporthoz való csatlakozáshoz"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr "Bejelentkezve kell lennie egy csoportból való kilépéshez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr "Bejelentkezve kell lennie egy csoport frissítéséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr "Szüksége van egy meglévő tokenre egy frissítési token beszerzéséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr "Túl hamar kért újra egy megerősítő e-mailt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr "Az e-mail-címe nincs rajta az engedélyezési listán"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr "Hiba a háttérfeladat végrehajtásakor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr "Nem található profil ezzel az azonosítóval"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr "Nem található távoli profil ezzel az azonosítóval"
|
||||
|
||||
|
@ -330,14 +327,14 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr "Csak moderátorok és adminisztrátorok függeszthetnek fel egy profilt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
"Csak moderátorok és adminisztrátorok szüntethetik meg egy profil "
|
||||
"felfüggesztését"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr "Csak távoli profilokat lehet frissíteni"
|
||||
|
||||
|
@ -347,74 +344,76 @@ msgid "Profile already suspended"
|
|||
msgstr "A profil már fel van függesztve"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr "Érvényes e-mail-címet követelt meg az Ön példánya"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr "A névtelen részvétel nincs engedélyezve"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr "Nem lehet eltávolítani egy csoport utolsó adminisztrátorát"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr "Nem lehet eltávolítani egy felhasználó utolsó személyazonosságát"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr "A hozzászólást már törölték"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr "Nem található a megbeszélés"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr "Hiba a jelentés mentésekor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr "Hiba a jelentés frissítésekor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
msgid "Event id not found"
|
||||
msgstr "Nem található az eseményazonosító"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||
#: lib/graphql/resolvers/event.ex:358
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
msgid "Event not found"
|
||||
msgstr "Nem található az esemény"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:83
|
||||
#: lib/graphql/resolvers/participant.ex:124 lib/graphql/resolvers/participant.ex:156
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr "Ezzel a(z) %{id} azonosítóval rendelkező esemény nem létezik"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr "Belső hiba"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr "Nincs %{id} azonosítóval rendelkező megbeszélés"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr "Nem található profil a felhasználóhoz"
|
||||
|
||||
|
@ -424,89 +423,89 @@ msgid "No such feed token"
|
|||
msgstr "Nincs ilyen hírforrástoken"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
msgid "Participant already has role %{role}"
|
||||
msgstr "A résztvevő már rendelkezik %{role} szereppel"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr "Nem található a résztvevő"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr "Nem található %{id} azonosítóval rendelkező személy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr "Nem található %{username} felhasználónévvel rendelkező személy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr "A hozzászólás-azonosító nem érvényes azonosító"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr "A hozzászólás nem létezik"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr "A meghívott profil nem létezik"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr "A profil már tagja ennek a csoportnak"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr "A profil nem tagja a csoportnak"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr "Nem található a profil"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr "Nem található a jelentés"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr "Az erőforrás nem létezik"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr "Az esemény már elérte a legnagyobb kapacitását"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr "Ez a token érvénytelen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
msgid "Todo doesn't exist"
|
||||
msgstr "A tennivaló nem létezik"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:75 lib/graphql/resolvers/todos.ex:191
|
||||
#: lib/graphql/resolvers/todos.ex:216
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr "A tennivalólista nem létezik"
|
||||
|
||||
|
@ -521,32 +520,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr "A token nem érvényes UUID"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr "Nem található a felhasználó"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr "Már rendelkezik profillal ehhez a felhasználóhoz"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr "Már résztvevője ennek az eseménynek"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr "Nem tagja ennek a csoportnak"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr "Nem moderátor vagy adminisztrátor ennél a csoportnál"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr "Nem hozhat létre hozzászólást, ha nincs kapcsolódva"
|
||||
|
||||
|
@ -556,7 +555,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr "Nem hozhat létre hírforrástokent, ha nincs kapcsolódva"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr "Nem törölhet hozzászólást, ha nincs kapcsolódva"
|
||||
|
||||
|
@ -566,36 +565,36 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr "Nem törölhet hírforrástokent, ha nincs kapcsolódva"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
msgid "You are not allowed to update a comment if not connected"
|
||||
msgstr "Nem frissíthet hozzászólást, ha nincs kapcsolódva"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:163
|
||||
#: lib/graphql/resolvers/participant.ex:192
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
"Nem hagyhatja el az eseményt, mert Ön az egyedüli eseménylétrehozó résztvevő"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
|
||||
msgstr ""
|
||||
"Nem állíthatja magát alacsonyabb tagszerepre ennél a csoportnál, mert Ön az "
|
||||
"egyedüli adminisztrátor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:104
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr "Nem tudja törölni ezt a hozzászólást"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr "Nem tudja törölni ezt az eseményt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr "Nem tud meghívni ebbe a csoportba"
|
||||
|
||||
|
@ -605,111 +604,111 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr "Nincs jogosultsága a token törléséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
"Bejelentkezve kell lennie és moderátornak kell lennie a műveletnaplók "
|
||||
"felsorolásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
"Bejelentkezve kell lennie és moderátornak kell lennie a jelentések "
|
||||
"felsorolásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
"Bejelentkezve kell lennie és moderátornak kell lennie egy jelentés "
|
||||
"frissítéséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
"Bejelentkezve kell lennie és moderátornak kell lennie egy jelentés "
|
||||
"megtekintéséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie az "
|
||||
"adminisztrátori beállításokhoz való hozzáféréshez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie a vezérlőpulti "
|
||||
"statisztikákhoz való hozzáféréshez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie az "
|
||||
"adminisztrátori beállítások mentéséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr "Bejelentkezve kell lennie a megbeszélésekhez való hozzáféréshez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr "Bejelentkezve kell lennie az erőforrásokhoz való hozzáféréshez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr "Bejelentkezve kell lennie az események létrehozásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr "Bejelentkezve kell lennie a hozzászólások létrehozásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr "Bejelentkezve kell lennie a jelentések létrehozásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr "Bejelentkezve kell lennie az erőforrások létrehozásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr "Bejelentkezve kell lennie egy esemény törléséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr "Bejelentkezve kell lennie a hozzászólások törléséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr "Bejelentkezve kell lennie az erőforrások törléséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr "Bejelentkezve kell lennie egy eseményhez való csatlakozáshoz"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr "Bejelentkezve kell lennie egy esemény elhagyásához"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr "Bejelentkezve kell lennie egy esemény frissítéséhez"
|
||||
|
||||
|
@ -719,190 +718,250 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr "Bejelentkezve kell lennie a hozzászólások frissítéséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr "Bejelentkezve kell lennie az erőforrások frissítéséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr "Bejelentkezve kell lennie egy erőforrás előnézetének megtekintéséhez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr "A szülőerőforrás nem tartozik ehhez a csoporthoz"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr "A választott jelszó túl rövid."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
msgid "The registration token is already in use, this looks like an issue on our side."
|
||||
msgstr ""
|
||||
"A regisztrációs token már használatban van. Ez hibának tűnik a mi oldalunkon."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:105
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr "Ez az e-mail-cím már használatban van."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr "Nem található a hozzászólás"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr "Érvénytelen argumentumok lettek átadva"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr "Érvénytelen hitelesítési adatok"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr "Állítsa vissza a jelszavát a bejelentkezéshez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr "Nem található az erőforrás"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr "Valami elromlott"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr "Ismeretlen erőforrás"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr "Nincs jogosultsága, hogy ezt tegye"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr "Bejelentkezve kell lennie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr "Nem tudja elfogadni ezt a meghívást ezzel a profillal."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr "Nem tudja visszautasítani ezt a meghívást ezzel a profillal."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr "A fájl nem rendelkezik engedélyezett MIME-típussal."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr "A profil nem adminisztrátor ennél a csoportnál"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr "Nem tudja szerkeszteni ezt az eseményt."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr "Nem tudja ezt az eseményt ennek a profilnak tulajdonítani."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr "Ez a meghívás nem létezik."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr "Ez a tag már vissza lett utasítva."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr "Nincs meg a jogosultsága a tag eltávolításához."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr "Ez a felhasználónév már foglalt."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
"Meg kell adnia vagy egy azonosítót, vagy egy keresőbarát URL-t egy "
|
||||
"megbeszéléshez való hozzáféréshez"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr "A szervező profilját nem a felhasználó birtokolja"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
msgid "Profile ID provided is not the anonymous profile one"
|
||||
msgstr "A megadott profilazonosító nem a névtelen profil"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr "A megadott fénykép túl nehéz"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr "Indexfájl nem található. Újra kell fordítania az előtétprogramot."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr "Hiba az erőforrás létrehozáskor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr "Érvénytelen aktiválási token"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
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."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr "A megadott moderátorprofilnak nincs jogosultsága ezen az eseményen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr "Nem található az esemény"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr "Hiba az erőforrás létrehozáskor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr "Hiba a jelentés frissítésekor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr "Hiba a jelentés frissítésekor"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr "Nem lehet ellenőrizni a felhasználót"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -236,7 +236,7 @@ msgid_plural "There has been some activity!"
|
|||
msgstr[0] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr "Aktivitas di %{instance}"
|
||||
|
||||
|
|
|
@ -112,12 +112,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Keikutsertaan Anda pada acara %{title} telah diterima"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Keikutsertaan Anda pada acara %{title} telah ditolak"
|
||||
|
||||
|
@ -142,7 +142,7 @@ msgid "Warning"
|
|||
msgstr "Peringatan"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Konfirmasi keikutsertaan Anda pada acara %{title}"
|
||||
|
||||
|
@ -329,17 +329,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Informasi apa yang kami kumpulkan?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon pada %{instance}: konfirmasi alamat surel Anda"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon pada %{instance}: surel diubah"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "%{nb_events} acara direncanakan hari ini"
|
||||
|
@ -396,13 +396,13 @@ msgstr ""
|
|||
"Anda telah diundang oleh %{inviter} untuk bergabung ke kelompok %{group}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "%{nb_events} acara direncanakan pekan ini"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1111,12 +1111,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1124,22 +1118,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1266,7 +1248,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1301,12 +1283,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1401,17 +1383,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1436,16 +1418,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr ""
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -117,12 +117,12 @@ msgstr ""
|
|||
"dall'attivarlo. Se non sei tu ignora questo messaggio."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "La tua partecipazione all'evento %{title} è stata approvata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "La tua partecipazione all'evento %{title} è stata rifiutata"
|
||||
|
||||
|
@ -147,7 +147,7 @@ msgid "Warning"
|
|||
msgstr "Avviso"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Conferma la tua partecipazione all'evento %{title}"
|
||||
|
||||
|
@ -353,17 +353,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Quali informazioni raccogliamo?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon su %{instance}: conferma il tuo indirizzo email"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon su %{instance}: email modificata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Un evento programmato oggi"
|
||||
|
@ -421,14 +421,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "Sei stato invitato da %{inviter} per partecipare al gruppo %{group}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "Un evento in programma questa settimana"
|
||||
msgstr[1] "%{nb_events} eventi in programma questa settimana"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] "Una richiesta di partecipazione per l'evento %{title} da elaborare"
|
||||
|
@ -1313,14 +1313,6 @@ msgstr ""
|
|||
"Poiché questo gruppo si trovava su questa istanza, tutti i suoi dati sono "
|
||||
"stati irrimediabilmente cancellati."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
"L'amministratore %{author} ha eliminato il gruppo %{group}. Tutti gli "
|
||||
"eventi, le discussioni, i post e gli impegni del gruppo sono stati eliminati."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1328,24 +1320,12 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr "Il gruppo %{group} è stato sospeso su %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr "Il gruppo %{group} è stato eliminato su %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"Il team di moderazione della tua istanza ha deciso di sospendere "
|
||||
"%{group_name} (%{group_address}). Non sei più un membro di questo gruppo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr "Il gruppo %{group} è stato eliminato su %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1556,7 +1536,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Recentemente hai richiesto di partecipare <b>%{title}</b>."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "La tua partecipazione all'evento %{title} è stata confermata"
|
||||
|
||||
|
@ -1593,12 +1573,12 @@ msgstr ""
|
|||
"ora sei nella lista degli invitati!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr "È richiesto un testo per il post"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr "È richiesto un titolo per il post"
|
||||
|
||||
|
@ -1703,17 +1683,17 @@ msgid "%{name}'s feed"
|
|||
msgstr "Flusso di %{name}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr "Flusso privato degli eventi di %{actor} su %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr "Flusso pubblico degli eventi di %{actor} su %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr "Flusso per %{email} su %{instance}"
|
||||
|
||||
|
@ -1741,16 +1721,42 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr "Il server Mobilizon sembra essere temporaneamente inattivo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr "Feed pubblico per %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "La tua partecipazione all'evento %{title} è stata confermata"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
"Il team di moderazione della tua istanza ha deciso di sospendere "
|
||||
"%{group_name} (%{group_address}). Non sei più un membro di questo gruppo."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"Il team di moderazione della tua istanza ha deciso di sospendere "
|
||||
"%{group_name} (%{group_address}). Non sei più un membro di questo gruppo."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "La tua partecipazione all'evento %{title} è stata confermata"
|
||||
|
|
|
@ -18,7 +18,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.6\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr "non può essere vuoto"
|
||||
|
||||
|
@ -95,216 +95,213 @@ msgid "must be equal to %{number}"
|
|||
msgstr "dev'essere uguale a %{number}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr "Il token non può essere aggiornato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr "Il profilo corrente non è membro di questo gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr "Il profilo corrente non è amministratore del gruppo selezionato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
msgid "Error while saving user settings"
|
||||
msgstr "Errore nel salvare le preferenze utente"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr "Gruppo non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr "Gruppo con ID %{id} non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr "Impossibile autenticarsi: email e/o password non validi."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr "Membro non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr "Nessun profilo trovato per l'utente moderatore"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr "Nessun utente da convalidare trovato con questa email"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
msgid "No user with this email was found"
|
||||
msgstr "Nessun utente con questa email"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr "L'utente autenticato non è propietario di questo profilo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr "Le registrazioni non sono aperte"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr "la password corrente non è valida"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr "La nuova email sembra non valida"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr "La nuova email dev'essere diversa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr "La nuova password deve essere diversa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr "La password assegnata non è valida"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
||||
msgstr "la password scelta è troppo corta, deve avere almeno 6 caratteri."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr "Questo utente non può resettare la password"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr "L'utente è stato disabilitato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr "Impossibile convalidare l'utente"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr "Utente già disabilitato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr "L'utente richiesto non è loggato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr "Sei già un membro di questo gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr "Non puoi lasciare questo gruppo perchè sei l'unico amministratore"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr "Non puoi unirti a questo gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr "Non è possibile elencare i gruppi a meno che non sia un moderatore."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr "È necessario effettuare il login per modificare la tua email"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr "È necessario effettuare il login per modificare la tua password"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr "È necessario effettuare il login per eliminare un gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr "È necessario effettuare il login per eliminare il tuo account"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr "È necessario effettuare il login per entrare a far parte di un gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr "È necessario effettuare il login per lasciare un gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr "È necessario effettuare il login per aggiornare un gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
"È necessario disporre di un token esistente per ottenere un token di "
|
||||
"aggiornamento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr "Hai richiesto di nuovo un'e-mail di conferma troppo presto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr "La tua mail non è nella lista delle autorizzazioni"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr "Errore nell'eseguire un processo in background"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr "Nessun profilo trovato con questo ID"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr "Nessun profilo remoto trovato con questo ID"
|
||||
|
||||
|
@ -314,12 +311,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr "Solo i moderatori e gli amministratori possono sospendere un profilo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr "Solo i moderatori e gli amministratori possono riattivare un profilo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr "È possibile aggiornare solo i profili remoti"
|
||||
|
||||
|
@ -329,74 +326,76 @@ msgid "Profile already suspended"
|
|||
msgstr "Profilo già sospeso"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr "Un'email valida è richiesta dalla vostra istanza"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr "La partecipazione anonima non è abilitata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr "Impossibile rimuovere l'ultimo amministratore di un gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr "Impossibile rimuovere l'ultima identità di un utente"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr "Commento già cancellato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr "Discussione non trovata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr "Errore nel salvare la segnalazione"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr "Errore durante l'aggiornamento del rapporto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
msgid "Event id not found"
|
||||
msgstr "ID evento non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||
#: lib/graphql/resolvers/event.ex:358
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
msgid "Event not found"
|
||||
msgstr "Evento non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:83
|
||||
#: lib/graphql/resolvers/participant.ex:124 lib/graphql/resolvers/participant.ex:156
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr "L'evento con questo ID %{id} non esiste"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr "Errore Interno"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr "Nessuna discussione con l'ID %{id}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr "Nessuno profilo trovato per l'utente"
|
||||
|
||||
|
@ -406,89 +405,89 @@ msgid "No such feed token"
|
|||
msgstr "Nessun token di rifornimento corrispondente"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
msgid "Participant already has role %{role}"
|
||||
msgstr "Il partecipante ha già il ruolo %{role}"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr "Partecipante non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr "La persona con l'ID %{id} non è stata trovata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr "La persona con il nome utente %{username} non è stata trovata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr "L'ID del post non è un ID valido"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr "Il post non esiste"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr "Il profilo invitato non esiste"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr "Il profilo è già un membro diquesto gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr "Il profilo non è membro del gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr "Profilo non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr "Segnalazione non trovata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr "La risorsa non esiste"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr "L'evento ha già raggiunto la sua massima capacità"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr "Questo token non è valido"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
msgid "Todo doesn't exist"
|
||||
msgstr "L'elemento to-do non esiste"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:75 lib/graphql/resolvers/todos.ex:191
|
||||
#: lib/graphql/resolvers/todos.ex:216
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr "la lista non esiste"
|
||||
|
||||
|
@ -503,32 +502,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr "Il token non è un UUID valido"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr "Utente non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr "Hai già un profilo per questo utente"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr "Se già un partecipante di questo evento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr "Non sei un membro di questo gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr "Non sei un moderatore o amministratore di questo gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr "Non è consentito creare un commento se non si è collegati"
|
||||
|
||||
|
@ -538,7 +537,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr "Non puoi creare un token di rifornimento senza connessione"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr "Non è consentito eliminare un commento se non si è collegati"
|
||||
|
||||
|
@ -548,36 +547,36 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr "Non puoi eliminare un token di rifornimento senza connettersi"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
msgid "You are not allowed to update a comment if not connected"
|
||||
msgstr "Non è consentito aggiornare un commento se non si è collegati"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:163
|
||||
#: lib/graphql/resolvers/participant.ex:192
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
"Non puoi lasciare l'evento perchè sei l'unico partecipante creatore di eventi"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
|
||||
msgstr ""
|
||||
"Non puoi impostare te stesso per un ruolo di membro inferiore per questo "
|
||||
"gruppo perché sei l'unico amministratore"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:104
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr "Non puoi eliminare questo commento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr "Non puoi eliminare questo evento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr "Non puoi invitare in questo gruppo"
|
||||
|
||||
|
@ -587,103 +586,103 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr "Non hai il permesso di cancellare questo token"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr "Devi essere connesso e un moderatore per elencare i log delle azioni"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr "Devi essere connesso e un moderatore per elencare i rapporti"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr "Devi essere connesso e un moderatore per aggiornare un rapporto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr "Devi essere connesso e un moderatore per visualizzare un rapporto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
"Devi essere connesso e un moderatore per accedere alle opzioni "
|
||||
"dell'amministratore"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
"Devi essere connesso e un moderatore per accedere alle statistiche del "
|
||||
"dashboard"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
"Devi essere connesso e un moderatore per salvare le impostazioni "
|
||||
"dell'amministratore"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr "Devi essere connesso per accedere alle discussioni"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr "Devi essere connesso per accedere alle risorse"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr "Devi essere connesso per creare eventi"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr "Devi essere connesso per creare dei post"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr "Devi essere connesso per creare rapporti"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr "Devi essere connesso per creare risorse"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr "Devi essere connesso per eliminare un evento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr "Devi essere connesso per eliminare dei post"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr "Devi essere connesso per eliminare risorse"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr "Devi essere connesso per partecipare a un evento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr "Devi essere connesso per lasciare un evento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr "Devi essere connesso per aggiornare un evento"
|
||||
|
||||
|
@ -693,193 +692,253 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr "Devi essere connesso per aggiornare dei post"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr "Devi essere connesso per aggiornare le risorse"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr "Devi essere connesso per visualizzare l'anteprima di una risorsa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr "La risorsa principale non appartiene a questo gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr "La password scelta è troppo corta."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
msgid "The registration token is already in use, this looks like an issue on our side."
|
||||
msgstr ""
|
||||
"Il token di registrazione è già in uso, questo sembra un problema dalla "
|
||||
"nostra parte."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:105
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr "Questa email è già in uso."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr "Post non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr "Sono stati trasmessi argomenti non validi"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr "Credenziali non valide"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr "Reimposta la tua password per connetterti"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr "Segnalazione non trovata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr "Qualcosa è andato storto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr "Risorsa sconosciuta"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr "Non hai il permesso di farlo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr "Devi essere connesso"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr "Non puoi accettare l'invito con questo profilo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr "Non puoi rifiutare l'invito con questo profilo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr "Il file non ha un tipo MIME consentito."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr "Il profilo non è amministratore del gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr "Non puoi modificare questo evento."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr "Non puo iattribuire questo evento a questo profilo."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr "Questo invito non esiste."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr "Questo memebro è già stato rifiutato."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr "Non hai il diritto di rimuovere questo membro."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr "Questo nome utente è già in uso."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
"Devi fornire un ID o la stringa utente (ad es. <em>utente@mobilizon.sm</em>) "
|
||||
"per accedere ad una discussione"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr "Il profilo dell'organizzatore non è di proprietà dell'utente"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
msgid "Profile ID provided is not the anonymous profile one"
|
||||
msgstr "L'ID profilo fornito non è quello del profilo anonimo"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr "L'immagine inserita è troppo pesante"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr "Il file di indice non è stato trovato. Devi ricompilare il front-end."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr "Errore durante la creazione della risorsa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr "Token di attivazione non valido"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr "Impossibile recuperare i dettagli della risorsa da questa URL."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
"Il profilo del moderatore fornito non dispone dell'autorizzazione per questo "
|
||||
"evento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr "Evento non trovato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr "Errore durante la creazione della risorsa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr "Errore durante l'aggiornamento del rapporto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr "Errore durante l'aggiornamento del rapporto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr "Impossibile convalidare l'utente"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -224,7 +224,7 @@ msgid_plural "There has been some activity!"
|
|||
msgstr[0] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -109,12 +109,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -139,7 +139,7 @@ msgid "Warning"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,17 +312,17 @@ msgid "What information do we collect?"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -378,13 +378,13 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1071,12 +1071,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1084,22 +1078,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1226,7 +1208,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1261,12 +1243,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1361,17 +1343,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1396,16 +1378,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr ""
|
||||
|
|
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,214 +82,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -299,12 +296,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,74 +311,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -391,89 +390,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -488,32 +487,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -523,7 +522,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -533,33 +532,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -569,97 +568,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -669,187 +668,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -118,12 +118,12 @@ msgstr ""
|
|||
"klik van de activering. Gelieve deze email te negeren als u dit niet was."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Uw deelname aan het evenement %{title} is goedgekeurd"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Uw deelname aan het evenement %{title} is afgewezen"
|
||||
|
||||
|
@ -148,7 +148,7 @@ msgid "Warning"
|
|||
msgstr "Waarschuwing"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -321,17 +321,17 @@ msgid "What information do we collect?"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -389,14 +389,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1095,12 +1095,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1108,22 +1102,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1250,7 +1232,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "U hebt gevraagd om deel te nemen aan het evenement %{title}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Uw deelname aan het evenement %{title} is goedgekeurd"
|
||||
|
||||
|
@ -1286,12 +1268,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1386,17 +1368,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1421,16 +1403,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Uw deelname aan het evenement %{title} is goedgekeurd"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Uw deelname aan het evenement %{title} is goedgekeurd"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr ""
|
||||
|
||||
|
@ -88,214 +88,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -305,12 +302,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,74 +317,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -397,89 +396,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -494,32 +493,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -529,7 +528,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -539,33 +538,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -575,97 +574,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -675,187 +674,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -18,313 +18,313 @@ msgstr ""
|
|||
"X-Generator: Weblate 4.6.2\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{member} accepted the invitation to join the group."
|
||||
msgstr "%{member} godtok invitasjonen til å bli med i gruppa."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{member} rejected the invitation to join the group."
|
||||
msgstr "%{member} avslo invitasjonen til å bli med i gruppa."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{member} requested to join the group."
|
||||
msgstr "%{member} spurde om å bli med i gruppa."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{member} was invited by %{profile}."
|
||||
msgstr "%{profile} inviterte %{member}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} added the member %{member}."
|
||||
msgstr "%{profile} la til medlemen %{member}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} archived the discussion %{discussion}."
|
||||
msgstr "%{profile} arkiverte diskusjonen %{discussion}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} created the discussion %{discussion}."
|
||||
msgstr "%{profile} laga diskusjonen %{discussion}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} created the folder %{resource}."
|
||||
msgstr "%{profile} laga mappa %{resource}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:4
|
||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:1
|
||||
#, elixir-format
|
||||
msgid "%{profile} created the group %{group}."
|
||||
msgstr "%{profile} laga gruppa %{group}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} created the resource %{resource}."
|
||||
msgstr "%{profile} laga ressursen %{resource}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} deleted the discussion %{discussion}."
|
||||
msgstr "%{profile} sletta diskusjonen %{discussion}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} deleted the folder %{resource}."
|
||||
msgstr "%{profile} sletta mappa %{resource}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} deleted the resource %{resource}."
|
||||
msgstr "%{profile} sletta ressursen %{resource}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} excluded member %{member}."
|
||||
msgstr "%{profile} kasta ut medlemen %{member}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} moved the folder %{resource}."
|
||||
msgstr "%{profile} flytta mappa %{resource}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} moved the resource %{resource}."
|
||||
msgstr "%{profile} flytta ressursen %{resource}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} quit the group."
|
||||
msgstr "%{profile} forlét gruppa."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} renamed the discussion %{discussion}."
|
||||
msgstr "%{profile} ga nytt namn til diskusjonen %{discussion}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource}."
|
||||
msgstr "%{profile} døypte om mappa frå %{old_resource_title} til %{resource}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}."
|
||||
msgstr ""
|
||||
"%{profile} døypte om ressursen frå %{old_resource_title} til %{resource}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} replied to the discussion %{discussion}."
|
||||
msgstr "%{profile} svara på diskusjonen %{discussion}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/activity/_group_activity_item.html.eex:19
|
||||
#: lib/web/templates/email/activity/_group_activity_item.text.eex:7
|
||||
#, elixir-format
|
||||
msgid "%{profile} updated the group %{group}."
|
||||
msgstr "%{profile} oppdaterte gruppa %{group}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} updated the member %{member}."
|
||||
msgstr "%{profile} oppdaterte medlemen %{member}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "The event %{event} was created by %{profile}."
|
||||
msgstr "%{profile} laga hendinga %{event}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "The event %{event} was deleted by %{profile}."
|
||||
msgstr "%{profile} sletta hendinga %{event}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "The event %{event} was updated by %{profile}."
|
||||
msgstr "%{profile} oppdaterte hendinga %{event}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:4
|
||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:1
|
||||
#, elixir-format
|
||||
msgid "The post %{post} was created by %{profile}."
|
||||
msgstr "%{profile} skreiv innlegget %{post}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:34
|
||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:13
|
||||
#, elixir-format
|
||||
msgid "The post %{post} was deleted by %{profile}."
|
||||
msgstr "%{profile} sletta innlegget %{post}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/activity/_post_activity_item.html.eex:19
|
||||
#: lib/web/templates/email/activity/_post_activity_item.text.eex:7
|
||||
#, elixir-format
|
||||
msgid "The post %{post} was updated by %{profile}."
|
||||
msgstr "%{profile} oppdaterte innlegget %{post}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{member} joined the group."
|
||||
msgstr "%{member} vart med i gruppa."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} posted a comment on the event %{event}."
|
||||
msgstr "%{profile} kommenterte hendinga %{event}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} replied to a comment on the event %{event}."
|
||||
msgstr "%{profile} svara på ein kommentar til hendinga %{event}."
|
||||
|
||||
#: lib/web/templates/email/email_direct_activity.text.eex:27
|
||||
#, 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."
|
||||
msgstr ""
|
||||
"Vil du ikkje ha varsel? I innstillingane kan du skru dei av eller endra kor "
|
||||
"ofte du får dei."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email_direct_activity.html.eex:135
|
||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||
#, elixir-format
|
||||
msgid "View one more activity"
|
||||
msgid_plural "View %{count} more activities"
|
||||
msgstr[0] "Sjå ein aktivitet til"
|
||||
msgstr[1] "Sjå %{count} aktivitetar til"
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "There has been an activity!"
|
||||
msgid_plural "There has been some activity!"
|
||||
msgstr[0] "Det har skjedd noko!"
|
||||
msgstr[1] "Det har skjedd fleire ting!"
|
||||
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr "Aktivitet på %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: 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/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}."
|
||||
msgstr "%{profile} la ut ei kunngjering til hendinga %{event}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} mentionned you in a comment under event %{event}."
|
||||
msgstr "%{profile} nemnde deg i ein kommentar til hendinga %{event}."
|
||||
|
||||
#: lib/service/activity/renderer/discussion.ex:45
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/discussion.ex:45
|
||||
msgid "%{profile} mentionned you in the discussion %{discussion}."
|
||||
msgstr "%{profile} nemnde deg i diskusjonen %{discussion}."
|
||||
|
||||
#: lib/web/templates/email/email_direct_activity.html.eex:155
|
||||
#, 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}."
|
||||
msgstr ""
|
||||
"Vil du ikkje ha varsel? I %{tag_start}innstillingane%{tag_end} kan du skru "
|
||||
"dei av eller endra kor ofte du får dei."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email_direct_activity.html.eex:42
|
||||
#: lib/web/templates/email/email_direct_activity.text.eex:5
|
||||
#, elixir-format
|
||||
msgid "Here's your weekly activity recap"
|
||||
msgstr "Her er samandraget for denne veka"
|
||||
|
||||
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
||||
#, elixir-format
|
||||
#: lib/web/email/activity.ex:119 lib/web/email/activity.ex:140
|
||||
msgid "Activity notification for %{instance}"
|
||||
msgstr "Varsel for %{instance}"
|
||||
|
||||
#: lib/web/email/activity.ex:126
|
||||
#, elixir-format
|
||||
#: lib/web/email/activity.ex:126
|
||||
msgid "Daily activity recap for %{instance}"
|
||||
msgstr "Dagleg samandrag for %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email_direct_activity.html.eex:40
|
||||
#: lib/web/templates/email/email_direct_activity.text.eex:4
|
||||
#, elixir-format
|
||||
msgid "Here's your daily activity recap"
|
||||
msgstr "Her er det daglege samandraget ditt"
|
||||
|
||||
#: lib/web/email/activity.ex:133
|
||||
#, elixir-format
|
||||
#: lib/web/email/activity.ex:133
|
||||
msgid "Weekly activity recap for %{instance}"
|
||||
msgstr "Vekesamandrag for %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} has posted a new comment under your event %{event}."
|
||||
msgstr "%{profile} skreiv ein ny kommentar til hendinga di %{event}."
|
||||
|
||||
#, elixir-format
|
||||
#: 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
|
||||
#, elixir-format
|
||||
msgid "%{profile} has posted a new reply under your event %{event}."
|
||||
msgstr "%{profile} skreiv eit nytt svar til hendinga di %{event}."
|
||||
|
||||
#: lib/web/email/activity.ex:46
|
||||
#, elixir-format
|
||||
#: lib/web/email/activity.ex:46
|
||||
msgid "Announcement for your event %{event}"
|
||||
msgstr "Kunngjering for hendinga di %{event}"
|
||||
|
||||
#: lib/service/activity/renderer/group.ex:23
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/group.ex:23
|
||||
msgid "The group %{group} was updated by %{profile}."
|
||||
msgstr "%{profile} oppdaterte gruppa %{group}."
|
||||
|
||||
#: lib/service/activity/renderer/post.ex:47
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/post.ex:47
|
||||
msgid "The post %{post} from group %{group} was deleted by %{profile}."
|
||||
msgstr "{profile} sletta innlegget %{post} frå gruppa %{group}."
|
||||
|
||||
#: lib/service/activity/renderer/post.ex:31
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/post.ex:31
|
||||
msgid "The post %{post} from group %{group} was published by %{profile}."
|
||||
msgstr "%{profile} la ut innlegget %{post} i gruppa %{group}."
|
||||
|
||||
#: lib/service/activity/renderer/post.ex:39
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/post.ex:39
|
||||
msgid "The post %{post} from group %{group} was updated by %{profile}."
|
||||
msgstr "%{profile} oppdaterte innlegget %{post} i gruppa %{group}."
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -110,12 +110,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr "Avètz creat un compte sus %{host} amb aquesta adreça electronica. Sètz a un clic de l’activar."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Vòstra participacion a l’eveniment %{title} es estada aprovada"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Vòstra participacion a l’eveniment %{title} es estada regetada"
|
||||
|
||||
|
@ -140,7 +140,7 @@ msgid "Warning"
|
|||
msgstr "Avertiment"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Confirmatz vòstra participacion a l’eveniment %{title}"
|
||||
|
||||
|
@ -344,17 +344,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Quinas informacions reculem ?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon sus %{instance} : confirmatz vòstra adreça electronica"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon sus %{instance} : adreça electronica cambiada"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Un eveniment previst uèi"
|
||||
|
@ -412,14 +412,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "%{inviter} vos a convidat a rejónher lo grop %{group}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "Un eveniment previst aquesta setmana"
|
||||
msgstr[1] "%{nb_events} eveniments previstes aquesta setmana"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] "Una demanda de participacion a l’eveniment %{title} a tractar"
|
||||
|
@ -1178,12 +1178,6 @@ msgstr ""
|
|||
"Estant qu’aqueste grop veniá d’aicesta instància, totas sas donadas son "
|
||||
"estadas suprimidas per totjorn."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1191,22 +1185,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr "Lo grop %{group} foguèt suspendut sus %{instance} !"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr "Lo grop %{group} foguèt suprimit sus %{instance} !"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr "Lo grop %{group} foguèt suprimit sus %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1335,7 +1317,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Avètz demandat de participar a l’eveniment <b>%{title}</b>."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Vòstra participacion a l’eveniment %{title} es estada aprovada"
|
||||
|
||||
|
@ -1370,12 +1352,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1471,17 +1453,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1506,16 +1488,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Vòstra participacion a l’eveniment %{title} es estada aprovada"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Vòstra participacion a l’eveniment %{title} es estada aprovada"
|
||||
|
|
|
@ -18,7 +18,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 4.1\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr "pòt pas èsser void"
|
||||
|
||||
|
@ -95,218 +95,215 @@ msgid "must be equal to %{number}"
|
|||
msgstr "deu èsser egal a %{number}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr "Actualizacion impossibla del geton"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr "Lo perfil actual es pas un membre d’aqueste grop"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr "Lo perfil actual es pas administrator del grop seleccionat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
msgid "Error while saving user settings"
|
||||
msgstr "Error en salvagardant los paramètres utilizaire"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr "Grop pas trobat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr "Grop amb l’ID %{id} pas trobat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
"Autentificacion impossibla, vòstra adreça electronica o lo vòstre senhal es "
|
||||
"invalid."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr "Membre pas trobat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr "Cap de perfil pas trobat per l’utilizaire moderator"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr "Cap d’utilizaire de validar amb aqueste email pas trobat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
msgid "No user with this email was found"
|
||||
msgstr "Degun trobat d'amb aquesta email"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr "Lo perhiu es pas proprietat del utilizator autenticat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr "Las inscripciones sèn pas obèrtas"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr "Lo mòt de santa clara actuau es invalid"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr "Lo email nau sèm invalid"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr "Lo email nau deb esser different"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr "Lo mòt de santa clara nau deb esser different"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr "Lo mòt de santa clara aprovedit es invalid"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
||||
msgstr ""
|
||||
"Lo mòt de santa clara que avetz causit es tròp cort. Merci de vos assegurar "
|
||||
"que vostre mòt de santa clara contienga au mèns 6 caracteres."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr "Aquest utilizator pod pas reinicializar lo sèn mòt de santa clara"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr "Aquest utilizator a essat dasactivat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr "Es impossible de validar l'utilizator"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr "Utilizator déjà desactivat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr "L'utilizator demandat es pas conectat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr "Essetz déjà membre d'aquest grop"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr "Podetz pas quitar aquest grop perque essetz lo sol administrator"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr "Podetz pas rejónher aquest grop"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr "Podetz listar los grops sonque se essetz moderator."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr "Debetz esser conectat per cambiar lo voste email"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr "Debetz d'esser conectat per cambiar lo voste mòt de santa clara"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr "Debetz d'esser conectat per suprimir un grop"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr "Devetz d'esser conectat per suprimir lo voste compte"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr "Devetz d'esser conectat per rejónher un grop"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr "Devetz d'esser conectat per quitar un grop"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr "Devetz d'esser conectat per metre à jorn un grop"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr "Devetz aver un senhau existant per obtiéner un senhau nau"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr "Demandatz de nau un email de confirmacion tròp lèu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr "Vòstre email es pas en la lista d'autorizacions"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr "Error mentre que efectuant ua tasca de plan darrèr"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr "Cap de profiu trobat d'amb aquesta ID"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr "Cap de profiu distant trobat d'amb aquesta ID"
|
||||
|
||||
|
@ -316,13 +313,13 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr "Sonque moderators e administrators pòden suspendre un profiu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
"Sonque moderators e administrators pòden annular la suspension d'un profiu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr "Sonque profius distants pòden esser refrescats"
|
||||
|
||||
|
@ -332,74 +329,76 @@ msgid "Profile already suspended"
|
|||
msgstr "Profiu déjà suspendut"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr "Un email valid es requerit per la vòstra instància"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr "Ua participacion anonima es pas permetuda"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr "Pòden pas suprimir lo darrièr administrator d'un grop"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr "Pòden pas suprimir la darrièra identitat d'un utilizator"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr "Comentari déjà suprimit"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr "Discussion non trobada"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr "Error mentre que sauvant lo rapòrt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr "Error mentre la mesa a jorn dèu rapòrt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
msgid "Event id not found"
|
||||
msgstr "ID d'eveniment non trobat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||
#: lib/graphql/resolvers/event.ex:358
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
msgid "Event not found"
|
||||
msgstr "Eveniment non trobat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:83
|
||||
#: lib/graphql/resolvers/participant.ex:124 lib/graphql/resolvers/participant.ex:156
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr "Un eveniment d'amb aquesta ID %{id} existís pas"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr "Error interna"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr "Cap de discussion d'amb aquesta ID %{id}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr "Cap de profiu trobat per l'utilizator"
|
||||
|
||||
|
@ -409,89 +408,89 @@ msgid "No such feed token"
|
|||
msgstr "Cap de senhau d'alimentacion"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
msgid "Participant already has role %{role}"
|
||||
msgstr "Lo/a participant-a a déjà lo ròtle %{role}"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr "Participant non trobat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr "Degun trobat d'amb ID %{id}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr "Degun trobat d'amb l'utilizator %{username}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -506,32 +505,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -541,7 +540,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -551,33 +550,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -587,97 +586,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -687,187 +686,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr "Error mentre que sauvant lo rapòrt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr "Eveniment non trobat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr "Error mentre que sauvant lo rapòrt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr "Error mentre la mesa a jorn dèu rapòrt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr "Error mentre la mesa a jorn dèu rapòrt"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr "Es impossible de validar l'utilizator"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -228,7 +228,7 @@ msgstr[1] ""
|
|||
msgstr[2] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -120,12 +120,12 @@ msgstr ""
|
|||
"e-mail."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Twój udział w wydarzeniu %{title} został zatwierdzony"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Twój udział w wydarzeniu %(title} został odrzucony"
|
||||
|
||||
|
@ -150,7 +150,7 @@ msgid "Warning"
|
|||
msgstr "Ostrzeżenie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Potwierdź swoje uczestnictwo w wydarzeniu %{title}"
|
||||
|
||||
|
@ -343,17 +343,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Jakie informacje zbieramy?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon na %{instance}: potwierdź swój adres e-mail"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon na %{instance}: zmieniono e-mail"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Jedno wydarzenie zaplanowane na dzisiaj"
|
||||
|
@ -414,7 +414,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "Dostałeś(-aś) zaproszenie od %{inviter}, aby dołączyć do grupy %{group}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] "Jedno wydarzenie zaplanowane na ten tydzień"
|
||||
|
@ -422,7 +422,7 @@ msgstr[1] "%{nb_events} wydarzenia zaplanowane na ten tydzień"
|
|||
msgstr[2] "%{nb_events} wydarzeń zaplanowanych na ten tydzień"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] "Jedno zgłoszenie uczestnictwa dla wydarzenia %{title} do zatwierdzenia"
|
||||
|
@ -1191,14 +1191,6 @@ msgstr ""
|
|||
"Ponieważ ta grupa znajdowała się na tej instancji, cała jej zawartość "
|
||||
"została bezpowrotnie usunięta."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
"Administrator %{author} usunął grupę %{group}. Wszystkie wydarzenia, "
|
||||
"dyskusje, wpisy i do-zrobienia z niej zostały usunięte."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1206,22 +1198,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr "Grupa %{group} została zawieszona na %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr "Grupa %{group} została usunięta na %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr "Grupa %{group} została usunięta na %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1348,7 +1328,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Poprosiłeś(-aś) o uczestnictwo w wydarzeniu %{title}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Twój udział w wydarzeniu %{title} został zatwierdzony"
|
||||
|
||||
|
@ -1384,12 +1364,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr "Wpis wymaga tekstu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr "Wpis wymaga tytułu"
|
||||
|
||||
|
@ -1487,17 +1467,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1522,16 +1502,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr "Serwer Mobilizon wydaje się tymczasowo nie działać."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Twój udział w wydarzeniu %{title} został zatwierdzony"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Twój udział w wydarzeniu %{title} został zatwierdzony"
|
||||
|
|
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.1\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr "nie może być pusty"
|
||||
|
||||
|
@ -102,219 +102,216 @@ msgid "must be equal to %{number}"
|
|||
msgstr "musi być równy %{number}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr "Nie można odświeżyć tokenu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr "Obency profil nie jest członkiem tej grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr "Obecny profil nie jest administratorem zaznaczonej grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
msgid "Error while saving user settings"
|
||||
msgstr "Błąd zapisywania ustawień użytkownika"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr "Nie odnaleziono grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr "Nie odnaleziono grupy o ID %{id}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
"Nie udało się uwierzytelnić. Adres e-mail bądź hasło jest nieprawidłowe."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr "Nie odnaleziono użytkownika"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr "Nie znaleziono profilu dla konta moderatora"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
"Nie znaleziono użytkownika do zatwierdzenia z użyciem tego adresu e-mail"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
msgid "No user with this email was found"
|
||||
msgstr "Nie znaleziono użytkownika o tym adresie e-mail"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr "Profil nie należy do uwierzytelnionego użytkownika"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr "Rejestracje nie są otwarte"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr "Obecne hasło jest nieprawidłowe"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr "Nowy adres e-mail nie wydaje się być prawidłowy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr "Nowy adres e-mail musi się różnić od obecnego"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr "Nowe hasło musi różnić się od obecnego"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr "Wprowadzone hasło jest nieprawidłowe"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
||||
msgstr ""
|
||||
"Wprowadzone hasło jest zbyt krótkie. Upewnij się, że Twoje hasło składa się "
|
||||
"z przynajmniej 6 znaków."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr "Ten użytkownik nie może resetować swojego hasła"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr "Ten użytkownik jest wyłączony"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr "Nie udało się zwalidować użytkownika"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr "Użytkownik jest już wyłączony"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr "Żądany użytkownik nie jest zalogowany"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr "Już jesteś członkiem tej grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
"Nie możesz opuścić tej grupy, ponieważ jesteś jej jedynym administratorem"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr "Nie możesz dołączyć do tej grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr "Nie masz dostępu do listy grup, jeżeli nie jesteś moderatorem."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr "Musisz być zalogowany(-a), aby zmienić adres e-mail"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr "Musisz być zalogowany(-a), aby zmienić hasło"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr "Musisz być zalogowany(-a), aby usunąć grupę"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr "Musisz być zalogowany(-a), aby usunąć konto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr "Musisz być zalogowany(-a), aby dołączyć do grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr "Musisz być zalogowany(-a), aby opuścić grupę"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr "Musisz być zalogowany(-a), aby zaktualizować grupę"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr "Musisz mieć istniejący token, aby uzyskać token odświeżający"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr "Zbyt wcześnie poprosiłeś(-aś) o nową wiadomość potwierdzającą"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr "Twój adres e-mail nie jest na białej liście"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr "Błąd podczas przetwarzania zadań w tle"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr "Nie ma profilu o tym ID"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr "Nie ma zdalnego profilu o tym ID"
|
||||
|
||||
|
@ -324,12 +321,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr "Tylko moderatorzy i administratorzy mogą zawiesić profil"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr "Tylko moderatorzy i administratorzy mogą cofnąć zawieszenie profilu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr "Tylko zdalne profile mogą być odświeżane"
|
||||
|
||||
|
@ -339,74 +336,76 @@ msgid "Profile already suspended"
|
|||
msgstr "Już zawieszono profil"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr "Twoja instancja wymaga prawidłowego adresu e-mail"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr "Anonimowe uczestnictwa nie są włączone"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr "Nie można usunać jedynego administratora grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr "Nie można usunąć jedynej tożsamości użytkownika"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr "Komentarz jest już usunięty"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr "Nie znaleziono dyskusji"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr "Wystąpił błąd podczas zapisywania zgłoszenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr "Wystąpił błąd podczas aktualizacji zgłoszenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
msgid "Event id not found"
|
||||
msgstr "Nie znaleziono id wydarzenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:90 lib/graphql/resolvers/event.ex:313
|
||||
#: lib/graphql/resolvers/event.ex:358
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
msgid "Event not found"
|
||||
msgstr "Nie znaleziono wydarzenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:83
|
||||
#: lib/graphql/resolvers/participant.ex:124 lib/graphql/resolvers/participant.ex:156
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr "Wydarzenie o ID %{id} nie istnieje"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr "Wewnętrzny błąd"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr "Nie znaleziono dyskusji o ID ${id}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr "Nie znaleziono profilu dla użytkownika"
|
||||
|
||||
|
@ -416,89 +415,89 @@ msgid "No such feed token"
|
|||
msgstr "Nie ma takiego tokenu strumienia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
msgid "Participant already has role %{role}"
|
||||
msgstr "Uczestnik już ma rolę %{role}"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr "Nie znaleziono uczestnika"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr "Osoba o ID %{id} nie istnieje"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr "Nie znaleziono osoby o nazwie użytkownika %{username}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr "ID wpisu nie jest prawidłowym ID"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr "Wpis nie istnieje"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr "Zaproszony profil nie istnieje"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr "Profil jest już członkiem tej grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr "Profil nie jest członkiem grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr "Nie znaleziono profilu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr "Nie znaleziono zgłoszenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr "Zasób nie istnieje"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr "Wydarzenie już przekroczyło maksymalną zasobność"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr "Ten token jest nieprawidłowy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
msgid "Todo doesn't exist"
|
||||
msgstr "Element listy do zrobienia nie istnieje"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:75 lib/graphql/resolvers/todos.ex:191
|
||||
#: lib/graphql/resolvers/todos.ex:216
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr "Lista do zrobienia nie istnieje"
|
||||
|
||||
|
@ -513,32 +512,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr "Token nie jest prawidłowym UUID"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr "Nie znaleziono użytkownika"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr "Już masz profil dla tego użytkownika"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr "Już jesteś uczestnikiem tego wydarzenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr "Nie jesteś członkiem tej grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr "Nie jesteś moderatorem ani administratorem tej grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -548,7 +547,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -558,35 +557,35 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
|
||||
msgstr ""
|
||||
"Nie możesz przydzielić sobie niższej rangi grupy, ponieważ jesteś jedynym "
|
||||
"administratorem"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:104
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr "Nie możesz usunąć tego komentarza"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr "Nie możesz usunąć tego wydarzenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr "Nie możesz zaprosić do tej grupy"
|
||||
|
||||
|
@ -596,103 +595,103 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr "Nie masz uprawnień do usunięcia tego tokenu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr "Musisz być zalogowanym moderatorem, aby mieć dostęp do dzennika działań"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr "Musisz być zalogowanym moderatorem, aby mieć dostęp do listy zgłoszeń"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr "Musisz być zalogowanym moderatorem, aby móc zaktualizować zgłoszenie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr "Musisz być zalogowanym moderatorem, aby wyświetlić zgłoszenie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
"Musisz być zalogowanym moderatorem, aby uzyskać dostęp do ustawień "
|
||||
"administratora"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
"Musisz być zalogowanym administratorem, aby uzyskać dostęp do statystyk w "
|
||||
"panelu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
"Musisz być zalogowanym administratorem, aby zapisywać ustawienia "
|
||||
"administratora"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr "Musisz być zalogowany(-a), aby uzyskać dostęp do dyskusji"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr "Musisz być zalogowany(-a), aby uzyskać dostęp do zasobów"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr "Musisz być zalogowany(-a), aby móc utworzyć wydarzenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr "Musisz być zalogowany(-a), aby utworzyć wpis"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr "Musisz być zalogowany(-a), aby utworzyć zgłoszenie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr "Musisz być zalogowany(-a), aby utworzyć zasób"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr "Musisz być zalogowany(-a), aby usunąć wydarzenie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr "Musisz być zalogowany(-a), aby usunąć wpis"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr "Musisz być zalogowany(-a), aby usunąć zasób"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr "Musisz być zalogowany(-a), aby dołączyć do wydarzenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr "Musisz być zalogowany(-a), aby opuścić wydarzenie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr "Musisz być zalogowany(-a), aby zaktualizować wydarzenie"
|
||||
|
||||
|
@ -702,189 +701,249 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr "Musisz być zalogowany(-a), aby zaktualizować wpis"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr "Musisz być zalogowany(-a), aby zaktualizować zasób"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr "Musisz być zalogowany(-a), aby zobaczyć podgląd zasobu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr "Nadrzędny zasób nie należy do tej grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr "Wybrane hasło jest zbyt krótkie"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
msgid "The registration token is already in use, this looks like an issue on our side."
|
||||
msgstr ""
|
||||
"Token rejestracyjny jest już w użyciu, to wygląda na problem po naszej "
|
||||
"stronie."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:105
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr "Ten adres e-mail jest już w użyciu."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr "Nie znaleziono wpisu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr "Podano nieprawidłowe argumenty"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr "Nieprawidłowe dane uwierzytelniające"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr "Resetuj swoje hasło, aby zalogować się"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr "Nie znaleziono zasobu"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr "Coś poszło nie tak"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr "Nieznany zasób"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr "Nie masz uprawnień aby to zrobić"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr "Musisz być zalogowany(-a)"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr "Nie możesz zaakceptować tego zaproszenia z tego profilu."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr "Nie możesz odrzucić tego zaproszenia z tego profilu."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr "Plik nie ma dozwolonego typu MIME."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr "Profil nie jest administratorem grupy"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr "Nie możesz edytować tego wydarzenia."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr "Nie możesz przypisać tego wydarzenia do tego profilu."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr "To zaproszenie nie istnieje."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr "Ten członek już został odrzucony."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr "Nie masz uprawnień do usunięcia tego członka."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr "Wystąpił błąd podczas zapisywania zgłoszenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr "Wskazany profil moderatora nie ma uprawnień dla tego wydarzenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr "Nie znaleziono wydarzenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr "Wystąpił błąd podczas zapisywania zgłoszenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr "Wystąpił błąd podczas aktualizacji zgłoszenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr "Wystąpił błąd podczas aktualizacji zgłoszenia"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr "Nie udało się zwalidować użytkownika"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -107,12 +107,12 @@ msgid "You created an account on %{host} with this email address. You are one cl
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -137,7 +137,7 @@ msgid "Warning"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -310,17 +310,17 @@ msgid "What information do we collect?"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -378,14 +378,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1076,12 +1076,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1089,22 +1083,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1231,7 +1213,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1266,12 +1248,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1366,17 +1348,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1401,16 +1383,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr ""
|
||||
|
|
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr ""
|
||||
|
||||
|
@ -88,214 +88,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -305,12 +302,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,74 +317,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -397,89 +396,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -494,32 +493,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -529,7 +528,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -539,33 +538,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -575,97 +574,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -675,187 +674,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -118,12 +118,12 @@ msgstr ""
|
|||
"ignorar este e-mail."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "A sua participação no evento %{title} foi aprovada"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "A sua participação no evento %{title} foi rejeitada"
|
||||
|
||||
|
@ -148,7 +148,7 @@ msgid "Warning"
|
|||
msgstr "Atenção"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Confirmar sua participação no evento %{title}"
|
||||
|
||||
|
@ -356,17 +356,17 @@ msgid "What information do we collect?"
|
|||
msgstr "Quais informações coletamos?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon da instância %{instance}: confirma seu endereço de email"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon da instância %{instance}: email alterado"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] ""
|
||||
|
@ -424,14 +424,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1153,12 +1153,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1166,22 +1160,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1343,7 +1325,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Você solicitou participar no evento %{title}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "A sua participação no evento %{title} foi aprovada"
|
||||
|
||||
|
@ -1378,12 +1360,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1478,17 +1460,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1513,16 +1495,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "A sua participação no evento %{title} foi aprovada"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "A sua participação no evento %{title} foi aprovada"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr ""
|
||||
|
||||
|
@ -88,214 +88,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -305,12 +302,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,74 +317,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -397,89 +396,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -494,32 +493,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -529,7 +528,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -539,33 +538,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -575,97 +574,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -675,187 +674,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
|
@ -238,7 +238,7 @@ msgstr[1] "Были события!"
|
|||
msgstr[2] "Были события!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr "События на %{instance}"
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -226,7 +226,7 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/activity/renderer/renderer.ex:38
|
||||
#: lib/service/activity/renderer/renderer.ex:46
|
||||
msgid "Activity on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -119,12 +119,12 @@ msgstr ""
|
|||
"du strunta i det här meddelandet."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:112
|
||||
#: lib/web/email/participation.ex:108
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Din förfrågan om att få delta i evenemanget %{title} har godkännts"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:70
|
||||
#: lib/web/email/participation.ex:68
|
||||
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"
|
||||
|
||||
|
@ -149,7 +149,7 @@ msgid "Warning"
|
|||
msgstr "Varning"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:135
|
||||
#: lib/web/email/participation.ex:131
|
||||
msgid "Confirm your participation to event %{title}"
|
||||
msgstr "Bekräfta ditt deltagande i eventet %{title}"
|
||||
|
||||
|
@ -326,17 +326,17 @@ msgid "What information do we collect?"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:180
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon på %{instance}: bekräfta din e-postadress"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:156
|
||||
#: lib/web/email/user.ex:154
|
||||
msgid "Mobilizon on %{instance}: email changed"
|
||||
msgstr "Mobilizon på %{instance}: e-postadressen har ändrats"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:47
|
||||
#: lib/web/email/notification.ex:49
|
||||
msgid "One event planned today"
|
||||
msgid_plural "%{nb_events} events planned today"
|
||||
msgstr[0] "Ett evenemang har planerats idag"
|
||||
|
@ -394,14 +394,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
|||
msgstr "%{inviter} har bjudit in dig till gruppen %{group}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:71
|
||||
#: lib/web/email/notification.ex:75
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:93
|
||||
#: lib/web/email/notification.ex:98
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
|
@ -1101,12 +1101,6 @@ msgstr ""
|
|||
msgid "As this group was located on this instance, all of it's data has been irretrievably deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:38
|
||||
#: lib/web/templates/email/group_deletion.text.eex:3
|
||||
msgid "The administrator %{author} deleted group %{group}. All of the group's events, discussions, posts and todos have been deleted."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:13
|
||||
#: lib/web/templates/email/group_suspension.text.eex:1
|
||||
|
@ -1114,22 +1108,10 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_deletion.html.eex:13
|
||||
#: lib/web/templates/email/group_deletion.text.eex:1
|
||||
msgid "The group %{group} was deleted on %{instance}!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:136
|
||||
msgid "The group %{group} has been deleted on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
|
@ -1256,7 +1238,7 @@ msgid "You recently requested to attend <b>%{title}</b>."
|
|||
msgstr "Du har bett om att få delta i evenemanget <b>%{title}</b>."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/participation.ex:91
|
||||
#: lib/web/email/participation.ex:88
|
||||
msgid "Your participation to event %{title} has been confirmed"
|
||||
msgstr "Din förfrågan om att få delta i evenemanget %{title} har godkännts"
|
||||
|
||||
|
@ -1292,12 +1274,12 @@ msgid "You have now confirmed your participation. Update your calendar, because
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:94
|
||||
#: lib/mobilizon/posts/post.ex:99
|
||||
msgid "A text is required for the post"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/posts/post.ex:93
|
||||
#: lib/mobilizon/posts/post.ex:98
|
||||
msgid "A title is required for the post"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1394,17 +1376,17 @@ msgid "%{name}'s feed"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:120
|
||||
#: lib/service/export/feed.ex:122
|
||||
msgid "%{actor}'s private events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:115
|
||||
#: lib/service/export/feed.ex:117
|
||||
msgid "%{actor}'s public events feed on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:220
|
||||
#: lib/service/export/feed.ex:225
|
||||
msgid "Feed for %{email} on %{instance}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1429,16 +1411,38 @@ msgid "The Mobilizon server %{instance} seems to be temporarily down."
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/service/export/feed.ex:73
|
||||
#: lib/service/export/feed.ex:75
|
||||
msgid "Public feed for %{instance}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:114
|
||||
#: lib/graphql/resolvers/user.ex:298
|
||||
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
|
||||
#: lib/graphql/resolvers/user.ex:304
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "Din förfrågan om att få delta i evenemanget %{title} har godkännts"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "Din förfrågan om att få delta i evenemanget %{title} har godkännts"
|
||||
|
|
|
@ -18,7 +18,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.1\n"
|
||||
|
||||
#: lib/mobilizon/discussions/discussion.ex:67
|
||||
#: lib/mobilizon/discussions/discussion.ex:69
|
||||
msgid "can't be blank"
|
||||
msgstr "får inte lämnas tomt"
|
||||
|
||||
|
@ -95,214 +95,211 @@ msgid "must be equal to %{number}"
|
|||
msgstr "måste vara lika med %{number}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:100
|
||||
#: lib/graphql/resolvers/user.ex:107
|
||||
msgid "Cannot refresh the token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:206
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr "Den nuvarande profilen är inte med i den här gruppen"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:210
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
msgid "Error while saving user settings"
|
||||
msgstr "Ett fel uppstod när användarinställningarna skulle sparas"
|
||||
|
||||
#, 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
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr "Gruppen kunde inte hittas"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:68
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr "Gruppen med %{id} kunde inte hittas"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:80
|
||||
#: lib/graphql/resolvers/user.ex:85
|
||||
msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:266
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:91
|
||||
#: lib/graphql/resolvers/user.ex:445
|
||||
#: lib/graphql/resolvers/actor.ex:94
|
||||
msgid "No profile found for the moderator user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:254 lib/graphql/resolvers/user.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:146
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
msgid "Registrations are not open"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:370
|
||||
#: lib/graphql/resolvers/user.ex:407
|
||||
msgid "The current password is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:452
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:412
|
||||
#: lib/graphql/resolvers/user.ex:449
|
||||
msgid "The new email must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:373
|
||||
#: lib/graphql/resolvers/user.ex:410
|
||||
msgid "The new password must be different"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:409 lib/graphql/resolvers/user.ex:467
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:518
|
||||
msgid "The password provided is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:377
|
||||
#: lib/graphql/resolvers/user.ex:414
|
||||
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:253
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
msgid "This user can't reset their password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:76
|
||||
#: lib/graphql/resolvers/user.ex:81
|
||||
msgid "This user has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:216
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
msgid "Unable to validate user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:496
|
||||
msgid "User already disabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:515
|
||||
#: lib/graphql/resolvers/user.ex:563
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:240
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:273
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:237
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:96
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:420
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:385
|
||||
#: lib/graphql/resolvers/user.ex:422
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:215
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:245
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:278
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:180
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:105
|
||||
#: lib/graphql/resolvers/user.ex:112
|
||||
msgid "You need to have an existing token to get a refresh token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:235 lib/graphql/resolvers/user.ex:260
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:149
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/actor.ex:97
|
||||
#: lib/graphql/resolvers/actor.ex:100
|
||||
msgid "Error while performing background task"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:30
|
||||
#: lib/graphql/resolvers/actor.ex:32
|
||||
msgid "No profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:57 lib/graphql/resolvers/actor.ex:94
|
||||
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
||||
msgid "No remote profile found with this ID"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,12 +309,12 @@ msgid "Only moderators and administrators can suspend a profile"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:102
|
||||
#: lib/graphql/resolvers/actor.ex:105
|
||||
msgid "Only moderators and administrators can unsuspend a profile"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/actor.ex:27
|
||||
#: lib/graphql/resolvers/actor.ex:29
|
||||
msgid "Only remote profiles may be refreshed"
|
||||
msgstr ""
|
||||
|
||||
|
@ -327,74 +324,76 @@ msgid "Profile already suspended"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
#: lib/graphql/resolvers/participant.ex:95
|
||||
msgid "A valid email is required by your instance"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:142
|
||||
msgid "Anonymous participation is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:196
|
||||
#: lib/graphql/resolvers/person.ex:210
|
||||
msgid "Cannot remove the last administrator of a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:193
|
||||
#: lib/graphql/resolvers/person.ex:207
|
||||
msgid "Cannot remove the last identity of a user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:108
|
||||
#: lib/graphql/resolvers/comment.ex:125
|
||||
msgid "Comment is already deleted"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:93 lib/graphql/resolvers/discussion.ex:62
|
||||
#: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75
|
||||
msgid "Discussion not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
|
||||
#: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82
|
||||
msgid "Error while saving report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:96
|
||||
#: lib/graphql/resolvers/report.ex:102
|
||||
msgid "Error while updating report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:127
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
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
|
||||
#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:379
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:86
|
||||
#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154
|
||||
msgid "Event with this ID %{id} doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:99
|
||||
#: lib/graphql/resolvers/participant.ex:102
|
||||
msgid "Internal Error"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:202
|
||||
#: lib/graphql/resolvers/discussion.ex:225
|
||||
msgid "No discussion with ID %{id}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
|
||||
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
||||
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237
|
||||
msgid "No profile found for user"
|
||||
msgstr ""
|
||||
|
||||
|
@ -404,89 +403,89 @@ msgid "No such feed token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:237
|
||||
#: lib/graphql/resolvers/participant.ex:258
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:186
|
||||
#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251
|
||||
#: lib/graphql/resolvers/participant.ex:261
|
||||
msgid "Participant not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:30
|
||||
#: lib/graphql/resolvers/person.ex:32
|
||||
msgid "Person with ID %{id} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:52
|
||||
#: lib/graphql/resolvers/person.ex:56
|
||||
msgid "Person with username %{username} not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:202
|
||||
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203
|
||||
msgid "Post ID is not a valid ID"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:205
|
||||
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206
|
||||
msgid "Post doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:83
|
||||
#: lib/graphql/resolvers/member.ex:82
|
||||
msgid "Profile invited doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
|
||||
#: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95
|
||||
msgid "Profile is already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:134 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:208 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
|
||||
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
||||
#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131
|
||||
#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58
|
||||
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182
|
||||
#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246
|
||||
msgid "Profile is not member of group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:162 lib/graphql/resolvers/person.ex:190
|
||||
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233
|
||||
msgid "Profile not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:36
|
||||
#: lib/graphql/resolvers/report.ex:40
|
||||
msgid "Report not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:154 lib/graphql/resolvers/resource.ex:183
|
||||
#: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195
|
||||
msgid "Resource doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:120
|
||||
#: lib/graphql/resolvers/participant.ex:123
|
||||
msgid "The event has already reached its maximum capacity"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:260
|
||||
#: lib/graphql/resolvers/participant.ex:281
|
||||
msgid "This token is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
|
||||
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
||||
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
|
||||
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
||||
#: lib/graphql/resolvers/todos.ex:240
|
||||
msgid "Todo list doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
|
@ -501,32 +500,32 @@ msgid "Token is not a valid UUID"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:88 lib/graphql/resolvers/person.ex:356
|
||||
#: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:257
|
||||
#: lib/graphql/resolvers/person.ex:310
|
||||
msgid "You already have a profile for this user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:130
|
||||
#: lib/graphql/resolvers/participant.ex:133
|
||||
msgid "You are already a participant of this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:86
|
||||
#: lib/graphql/resolvers/member.ex:85
|
||||
msgid "You are not a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:149
|
||||
#: lib/graphql/resolvers/member.ex:155
|
||||
msgid "You are not a moderator or admin for this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:54
|
||||
#: lib/graphql/resolvers/comment.ex:59
|
||||
msgid "You are not allowed to create a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -536,7 +535,7 @@ msgid "You are not allowed to create a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:113
|
||||
#: lib/graphql/resolvers/comment.ex:133
|
||||
msgid "You are not allowed to delete a comment if not connected"
|
||||
msgstr ""
|
||||
|
||||
|
@ -546,33 +545,33 @@ msgid "You are not allowed to delete a feed token if not connected"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:76
|
||||
#: lib/graphql/resolvers/comment.ex:93
|
||||
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
|
||||
#: lib/graphql/resolvers/participant.ex:180
|
||||
#: lib/graphql/resolvers/participant.ex:213
|
||||
msgid "You can't leave event because you're the only event creator participant"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:153
|
||||
#: lib/graphql/resolvers/member.ex:159
|
||||
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
|
||||
#: lib/graphql/resolvers/comment.ex:121
|
||||
msgid "You cannot delete this comment"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:354
|
||||
#: lib/graphql/resolvers/event.ex:375
|
||||
msgid "You cannot delete this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:89
|
||||
#: lib/graphql/resolvers/member.ex:88
|
||||
msgid "You cannot invite to this group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -582,97 +581,97 @@ msgid "You don't have permission to delete this token"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:53
|
||||
#: lib/graphql/resolvers/admin.ex:54
|
||||
msgid "You need to be logged-in and a moderator to list action logs"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:26
|
||||
#: lib/graphql/resolvers/report.ex:28
|
||||
msgid "You need to be logged-in and a moderator to list reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:101
|
||||
#: lib/graphql/resolvers/report.ex:107
|
||||
msgid "You need to be logged-in and a moderator to update a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:41
|
||||
#: lib/graphql/resolvers/report.ex:45
|
||||
msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:237
|
||||
#: lib/graphql/resolvers/admin.ex:246
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:222
|
||||
#: lib/graphql/resolvers/admin.ex:230
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:261
|
||||
#: lib/graphql/resolvers/admin.ex:272
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:77
|
||||
#: lib/graphql/resolvers/discussion.ex:90
|
||||
msgid "You need to be logged-in to access discussions"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:94
|
||||
#: lib/graphql/resolvers/resource.ex:96
|
||||
msgid "You need to be logged-in to access resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:283
|
||||
#: lib/graphql/resolvers/event.ex:295
|
||||
msgid "You need to be logged-in to create events"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:142
|
||||
#: lib/graphql/resolvers/post.ex:141
|
||||
msgid "You need to be logged-in to create posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/report.ex:74
|
||||
#: lib/graphql/resolvers/report.ex:79
|
||||
msgid "You need to be logged-in to create reports"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:133
|
||||
#: lib/graphql/resolvers/resource.ex:136
|
||||
msgid "You need to be logged-in to create resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:363
|
||||
#: lib/graphql/resolvers/event.ex:384
|
||||
msgid "You need to be logged-in to delete an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/post.ex:213
|
||||
#: lib/graphql/resolvers/post.ex:214
|
||||
msgid "You need to be logged-in to delete posts"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:191
|
||||
#: lib/graphql/resolvers/resource.ex:203
|
||||
msgid "You need to be logged-in to delete resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:104
|
||||
#: lib/graphql/resolvers/participant.ex:107
|
||||
msgid "You need to be logged-in to join an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:203
|
||||
#: lib/graphql/resolvers/participant.ex:224
|
||||
msgid "You need to be logged-in to leave an event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:327
|
||||
#: lib/graphql/resolvers/event.ex:341
|
||||
msgid "You need to be logged-in to update an event"
|
||||
msgstr ""
|
||||
|
||||
|
@ -682,187 +681,247 @@ msgid "You need to be logged-in to update posts"
|
|||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:162
|
||||
#: lib/graphql/resolvers/resource.ex:173
|
||||
msgid "You need to be logged-in to update resources"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:218
|
||||
#: lib/graphql/resolvers/resource.ex:232
|
||||
msgid "You need to be logged-in to view a resource preview"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
#: lib/graphql/resolvers/resource.ex:128
|
||||
msgid "Parent resource doesn't belong to this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:110
|
||||
#: lib/mobilizon/users/user.ex:113
|
||||
msgid "The chosen password is too short."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/users/user.ex:139
|
||||
#: lib/mobilizon/users/user.ex:141
|
||||
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
|
||||
#: lib/mobilizon/users/user.ex:108
|
||||
msgid "This email is already used."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:89
|
||||
#: lib/graphql/error.ex:97
|
||||
msgid "Post not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:76
|
||||
#: lib/graphql/error.ex:84
|
||||
msgid "Invalid arguments passed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:82
|
||||
#: lib/graphql/error.ex:90
|
||||
msgid "Invalid credentials"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:80
|
||||
#: lib/graphql/error.ex:88
|
||||
msgid "Reset your password to login"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:87 lib/graphql/error.ex:92
|
||||
#: lib/graphql/error.ex:95 lib/graphql/error.ex:100
|
||||
msgid "Resource not found"
|
||||
msgstr "Resursen kunde inte hittas"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:94
|
||||
#: lib/graphql/error.ex:102
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:75
|
||||
#: lib/graphql/error.ex:83
|
||||
msgid "Unknown Resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:85
|
||||
#: lib/graphql/error.ex:93
|
||||
msgid "You don't have permission to do this"
|
||||
msgstr "Du har inte behörighet att göra detta"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:77
|
||||
#: lib/graphql/error.ex:85
|
||||
msgid "You need to be logged in"
|
||||
msgstr "Du måste vara inloggad"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:114
|
||||
#: lib/graphql/resolvers/member.ex:116
|
||||
msgid "You can't accept this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:132
|
||||
#: lib/graphql/resolvers/member.ex:137
|
||||
msgid "You can't reject this invitation with this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/media.ex:72
|
||||
#: lib/graphql/resolvers/media.ex:71
|
||||
msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:175
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:316
|
||||
#: lib/graphql/resolvers/event.ex:330
|
||||
msgid "You can't edit this event."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:319
|
||||
#: lib/graphql/resolvers/event.ex:333
|
||||
msgid "You can't attribute this event to this profile."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:135
|
||||
#: lib/graphql/resolvers/member.ex:140
|
||||
msgid "This invitation doesn't exist."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:177
|
||||
#: lib/graphql/resolvers/member.ex:185
|
||||
msgid "This member already has been rejected."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/member.ex:184
|
||||
#: lib/graphql/resolvers/member.ex:192
|
||||
msgid "You don't have the right to remove this member."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon/actors/actor.ex:351
|
||||
#: lib/mobilizon/actors/actor.ex:349
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:74
|
||||
#: lib/graphql/resolvers/discussion.ex:87
|
||||
msgid "You must provide either an ID or a slug to access a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:272
|
||||
#: lib/graphql/resolvers/event.ex:284
|
||||
msgid "Organizer profile is not owned by the user"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:89
|
||||
#: lib/graphql/resolvers/participant.ex:92
|
||||
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
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/views/utils.ex:33
|
||||
#: lib/web/views/utils.ex:34
|
||||
msgid "Index file not found. You need to recompile the front-end."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:122
|
||||
#: lib/graphql/resolvers/resource.ex:125
|
||||
msgid "Error while creating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:429
|
||||
#: lib/graphql/resolvers/user.ex:479
|
||||
msgid "Invalid activation token"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:208
|
||||
#: lib/graphql/resolvers/resource.ex:222
|
||||
msgid "Unable to fetch resource details from this URL."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:164 lib/graphql/resolvers/participant.ex:234
|
||||
#: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255
|
||||
msgid "Provided profile doesn't have moderator permissions on this event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/event.ex:266
|
||||
#: lib/graphql/resolvers/event.ex:278
|
||||
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
|
||||
#: lib/graphql/resolvers/event.ex:321
|
||||
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/user.ex:153
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:189
|
||||
msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:456
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/participant.ex:145
|
||||
msgid "The anonymous actor ID is invalid"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/resource.ex:161
|
||||
msgid "Unknown error while updating resource"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:84
|
||||
msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:404
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in a new issue