Merge branch 'rel-4.1' into 'v4.x'
release 4.1 See merge request framasoft/mobilizon!1546
This commit is contained in:
commit
89ed380725
|
@ -306,7 +306,7 @@ docker-latest:
|
||||||
|
|
||||||
# Packaging app for amd64
|
# Packaging app for amd64
|
||||||
package-app:
|
package-app:
|
||||||
image: mobilizon/buildpack:1.15.7-erlang-26.1.2-${SYSTEM}
|
image: mobilizon/buildpack:1.16.1-erlang-26.2.2-${SYSTEM}
|
||||||
stage: build
|
stage: build
|
||||||
variables: &release-variables
|
variables: &release-variables
|
||||||
MIX_ENV: "prod"
|
MIX_ENV: "prod"
|
||||||
|
|
91
CHANGELOG.md
91
CHANGELOG.md
|
@ -5,6 +5,97 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## 4.1.0 (2024-02-29)
|
||||||
|
|
||||||
|
This release is the last provided by Framasoft. [The project is now supported by the Kaihuri association](https://framacolibri.org/t/mobilizon-nous/19752).
|
||||||
|
|
||||||
|
The highlights for this release are the following:
|
||||||
|
- improved event federation with https://event-federation.eu and https://gancio.org, as well as adding event metadata in summary for micro-blogging platforms that make use of it like Mastodon
|
||||||
|
- allowing to filter events by local-only, so that you can find only the events created on this instance
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **activitpub:** add summary of metadata to events ([1441d35](https://framagit.org/framasoft/mobilizon/commits/1441d35e0b0c3a151b8626711b3acaf30d3dcf58))
|
||||||
|
* **activitypub:** allow simple text for address field ([64237cf](https://framagit.org/framasoft/mobilizon/commits/64237cfc2633794a48022a059c79155b1ece14d1)), closes [#1387](https://framagit.org/framasoft/mobilizon/issues/1387)
|
||||||
|
* **activitypub:** implement FEP-2677 to identify the application actor used for federation ([f10977a](https://framagit.org/framasoft/mobilizon/commits/f10977a99ac73ce5a702a12ed31e773a4b0f6961)), closes [#1367](https://framagit.org/framasoft/mobilizon/issues/1367)
|
||||||
|
* allow to filter events by local-only ([9d99684](https://framagit.org/framasoft/mobilizon/commits/9d996844025f9d128305a54f8f169fb4b1ffac44)), closes [#1322](https://framagit.org/framasoft/mobilizon/issues/1322)
|
||||||
|
* **config:** enable instance feeds by default ([ab3f5df](https://framagit.org/framasoft/mobilizon/commits/ab3f5dfd278dc55dd0f28bb11cf4a976d212e9fc))
|
||||||
|
* **docker:** add new environment variables for Docker config ([28430d6](https://framagit.org/framasoft/mobilizon/commits/28430d6d57a85b568c839e75ba1bcbff90e4149e))
|
||||||
|
* **front:** upgrade to Oruga 0.8.x ([a9676d6](https://framagit.org/framasoft/mobilizon/commits/a9676d6481e6966d939ea4e44ad610eb9231c370))
|
||||||
|
* **graphql:** increase max_complexity to 300 ([dcbb8ea](https://framagit.org/framasoft/mobilizon/commits/dcbb8eae01012e6e3aa2c83e06cc50f61176b8ef))
|
||||||
|
* **http:** allow to provide self-signed certificates ([baa11c1](https://framagit.org/framasoft/mobilizon/commits/baa11c18b03684e508e56793a800878e95644962)), closes [#1355](https://framagit.org/framasoft/mobilizon/issues/1355)
|
||||||
|
* **nodeinfo:** extract and save NodeInfo information from instances to display it on instances list ([99b2339](https://framagit.org/framasoft/mobilizon/commits/99b2339424edb5b0c514581fbd6a42e4f0fcc5e1)), closes [#1392](https://framagit.org/framasoft/mobilizon/issues/1392)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **activitypub:** also handle as:Public and Public values for public addressing ([4dc2f48](https://framagit.org/framasoft/mobilizon/commits/4dc2f489e79d4f7d64ba3d5c2588d5d6ec0bc99c)), closes [#1413](https://framagit.org/framasoft/mobilizon/issues/1413)
|
||||||
|
* **activitypub:** consider PM as private conversations even if attributed_to_id is defined ([387d3b1](https://framagit.org/framasoft/mobilizon/commits/387d3b1c30ec719a992c565fd495ef2b6642641e))
|
||||||
|
* **activitypub:** do not try to calculate timezone from missing geo-coordinates ([001a0ed](https://framagit.org/framasoft/mobilizon/commits/001a0ed1a50894ad1abe0f7fc9dc5b9666de5dae))
|
||||||
|
* **activitypub:** handle actors following with manually_approves_followers not set ([7351468](https://framagit.org/framasoft/mobilizon/commits/73514688423b92b9f62b52fd54f2e523abeb3e34))
|
||||||
|
* **activitypub:** handle any type of error when fetching Application actor from NodeInfo ([9308c53](https://framagit.org/framasoft/mobilizon/commits/9308c5399dc2e7afd8844d083de2ea291a3c5a66))
|
||||||
|
* **activitypub:** handle issue with AP Fetcher not catching some changeset errors ([e3b3643](https://framagit.org/framasoft/mobilizon/commits/e3b36434cb05feb2e6add2b6b229e83b9dccf825)), closes [#1409](https://framagit.org/framasoft/mobilizon/issues/1409)
|
||||||
|
* **activitypub:** make relay outbox events ordered by desc publication date ([e73fd9b](https://framagit.org/framasoft/mobilizon/commits/e73fd9b370b9679a0ab424a0bd44f262a21a4697))
|
||||||
|
* **activitypub:** refresh NodeInfo metadata straight away when adding a new instance to follow ([2f4b8fe](https://framagit.org/framasoft/mobilizon/commits/2f4b8feeba9e7e1c4d1fc967505b3ed80e314b3c))
|
||||||
|
* allow html_to_text to receive nil, e.g. for empty event descriptions ([5030b75](https://framagit.org/framasoft/mobilizon/commits/5030b755a0880a022d0656598b591cb47ebd7dc5))
|
||||||
|
* **announcements:** error message not showing when an event announcement is created with empty text ([ef20585](https://framagit.org/framasoft/mobilizon/commits/ef20585f8cc1e4ac2f2f3359a70b7f456d2adeeb))
|
||||||
|
* **announcements:** make sure only valid announcements are shown to the user ([c9a1c35](https://framagit.org/framasoft/mobilizon/commits/c9a1c35aa7a1d399b524dc5cc1fbebb38681ee24))
|
||||||
|
* **backend:** avoid duplicating locality and region if they are the same ([5de22f9](https://framagit.org/framasoft/mobilizon/commits/5de22f91e22109da9e2169928dc744acd94b7299))
|
||||||
|
* **backend:** fix sending N notifications to a single conversation participant ([9537988](https://framagit.org/framasoft/mobilizon/commits/95379885c8fb3decd19fa434774023a7b05ef0b5)), closes [#1384](https://framagit.org/framasoft/mobilizon/issues/1384)
|
||||||
|
* **backend:** hide non-public replies to comments in event comment threads ([10c4038](https://framagit.org/framasoft/mobilizon/commits/10c4038b856b7e5c4981dcdce0bb9a885afb3cea))
|
||||||
|
* **backend:** only send announcement event emails when the comment author has the right to do so ([0bd00de](https://framagit.org/framasoft/mobilizon/commits/0bd00de501b36c5f2320c2530019f302bf084517))
|
||||||
|
* **backend:** validate length of instance actor details and set description column to text ([f7585cf](https://framagit.org/framasoft/mobilizon/commits/f7585cfc759576475133bcc86d2e816b2553626d)), closes [#1393](https://framagit.org/framasoft/mobilizon/issues/1393)
|
||||||
|
* **back:** fix instances filtering ([b3ba45e](https://framagit.org/framasoft/mobilizon/commits/b3ba45e8a73038dc70286afbb479c1db51b6fbcd))
|
||||||
|
* **back:** sitemapper fix after upgrade ([1acf931](https://framagit.org/framasoft/mobilizon/commits/1acf931ac558ac0818213264a6177a1f647393f1))
|
||||||
|
* **docker:** add --break-system-packages to pip install to add weasyprint and pyexcel-ods3 ([889cb91](https://framagit.org/framasoft/mobilizon/commits/889cb91f2649861a87eb7e959065cfb49b30f366))
|
||||||
|
* **docker:** remove openssl1.1-compat ([75d7816](https://framagit.org/framasoft/mobilizon/commits/75d7816a6cd1fe6754a66c1bb81153068b9c13e3)), closes [#1390](https://framagit.org/framasoft/mobilizon/issues/1390)
|
||||||
|
* **event announcements:** only show comments from event organizers in event announcement list ([01eecbf](https://framagit.org/framasoft/mobilizon/commits/01eecbf1d46614241c92e1a38e30057a84c55744))
|
||||||
|
* **feeds:** increase feed item limit from 500 to 5000 ([ff0440c](https://framagit.org/framasoft/mobilizon/commits/ff0440c634ac17813607f5929cd4024d87601c3b))
|
||||||
|
* **feeds:** make sure posts for feeds are ordered by publication date desc ([3c75856](https://framagit.org/framasoft/mobilizon/commits/3c7585614971849035011ede6c0d5d2d5621df81))
|
||||||
|
* **front-end:** fix current actor not being set on first access when relogging ([ae466b8](https://framagit.org/framasoft/mobilizon/commits/ae466b879cd09a9d04ffab0469ee991c7d90ce8e))
|
||||||
|
* **front-end:** fix issues with expired accessToken refreshment queue ([d4489f6](https://framagit.org/framasoft/mobilizon/commits/d4489f691b312891013767f7e39d92a9b0863387))
|
||||||
|
* **front:** add a required attribute to the text editor and show error message if text empty on blur ([ba66874](https://framagit.org/framasoft/mobilizon/commits/ba66874cc3e5979c2a9a6f86ea55463eca911472))
|
||||||
|
* **front:** add announcements link on EventParticipationCard as well as EventView ([83eb5c6](https://framagit.org/framasoft/mobilizon/commits/83eb5c6a69ac312c19dc3cef10f26ab686cb4be7))
|
||||||
|
* **front:** add condition on DraggableList in ResourceFolder.vue ([a408b47](https://framagit.org/framasoft/mobilizon/commits/a408b476cf2151298c7cf4eb6b3268334be13599))
|
||||||
|
* **front:** correctly show error message when a tag is too short ([cba2075](https://framagit.org/framasoft/mobilizon/commits/cba2075431d1de4bf621e1d2b2a2e5f0641997c6)), closes [#1382](https://framagit.org/framasoft/mobilizon/issues/1382)
|
||||||
|
* **front:** create head without old options ([45f8757](https://framagit.org/framasoft/mobilizon/commits/45f8757d72d1a2c72d069ced6fcbe21571d334c5))
|
||||||
|
* **frontend:** various fixes ([456dc36](https://framagit.org/framasoft/mobilizon/commits/456dc36f64b3eb7c43d8ff69aa458b89b5a5b4ab))
|
||||||
|
* **front:** escape event.title when it's passed to dialog component HTML message ([f4ee116](https://framagit.org/framasoft/mobilizon/commits/f4ee11611294c2cc957453768f768de0a51b05a7))
|
||||||
|
* **front:** fix debouncing instances filtering ([fe0cf93](https://framagit.org/framasoft/mobilizon/commits/fe0cf9360428185d261dad4065a7bea1dd8d8d59))
|
||||||
|
* **front:** fix dialog from EventParticipationCard.vue without input ([89641c5](https://framagit.org/framasoft/mobilizon/commits/89641c502ef5771f93cfa55caea6b52c63e73b4b))
|
||||||
|
* **front:** fix ErrorComponent.vue sentry integration ([00d8bc7](https://framagit.org/framasoft/mobilizon/commits/00d8bc733d52a810c438e1081496e3b0ac58958f))
|
||||||
|
* **front:** fix focus when creating a new resource ([76668e0](https://framagit.org/framasoft/mobilizon/commits/76668e0bebd2bd235925494f90fac6400e74d179))
|
||||||
|
* **front:** fix focusing text editor ([3b7124a](https://framagit.org/framasoft/mobilizon/commits/3b7124a57b2dedf5583fdebced6b9a4e502e8731))
|
||||||
|
* **front:** fix reporting group ([57d0372](https://framagit.org/framasoft/mobilizon/commits/57d0372ce8b29952caff8bbf7c902c7862a77b49))
|
||||||
|
* **front:** fix TagInput display ([790db90](https://framagit.org/framasoft/mobilizon/commits/790db906a6e814352aa694c26febb9d6a43fa321))
|
||||||
|
* **front:** fix TagInput width properly ([6a4123f](https://framagit.org/framasoft/mobilizon/commits/6a4123f385fb2e20aab1c1cbc666c5d1a3f93589))
|
||||||
|
* **front:** husky fixes after upgrade ([04edc4f](https://framagit.org/framasoft/mobilizon/commits/04edc4fef08306c55067abd0e22443c4cb43d7c8))
|
||||||
|
* **front:** improve display of SendPasswordReset view ([1d39eb5](https://framagit.org/framasoft/mobilizon/commits/1d39eb548898b3c4840b4a36950a62b4ce46ba90))
|
||||||
|
* **front:** only update identity username from name if it's a new identity ([34c0dd6](https://framagit.org/framasoft/mobilizon/commits/34c0dd6498247cf6a90576a602c4e305c80c9692))
|
||||||
|
* **front:** patch vue-i18n-extract because of mjs incompatibility ([1f4a7c2](https://framagit.org/framasoft/mobilizon/commits/1f4a7c253bfe40809b432f3a36faa6b5fb340ae9))
|
||||||
|
* **front:** remove broken identity check in EventMinimalistCard ([ee63814](https://framagit.org/framasoft/mobilizon/commits/ee6381463d9f8e6d130e29b410cf5e2700f3c10b))
|
||||||
|
* **front:** reset instances list to page 1 if filter or follow status changes ([2b5439b](https://framagit.org/framasoft/mobilizon/commits/2b5439b1d0ef1f60c19019540a01eb6d437eee23))
|
||||||
|
* **front:** reset page to lower or page 1 if we didn't found results in instances view ([48f57ec](https://framagit.org/framasoft/mobilizon/commits/48f57ec1cf3ce81c3c83333bea59c2a7d8c70e99))
|
||||||
|
* **front:** rollback to vue 3.3 for now ([5cb4fc1](https://framagit.org/framasoft/mobilizon/commits/5cb4fc11c4ccc381a041cb2615913a8fb77e1b85))
|
||||||
|
* **front:** show correct label when adding a new calc or videoconference resource in resources ([cecbea6](https://framagit.org/framasoft/mobilizon/commits/cecbea6db52d360e046d69cf0762eb1208c45f19))
|
||||||
|
* **front:** tagInput fixes ([f6bcb02](https://framagit.org/framasoft/mobilizon/commits/f6bcb02b9802e04bd8e9c80092a0680b64482688))
|
||||||
|
* **front:** uI fixes ([0948cce](https://framagit.org/framasoft/mobilizon/commits/0948cce83e5af128f78b67891ed24c323b159f0f))
|
||||||
|
* **front:** use functions to generate classnames dynamically ([98230a5](https://framagit.org/framasoft/mobilizon/commits/98230a56bb5e1c75f070e4d4c352028741869066))
|
||||||
|
* **front:** various cleanups ([6a482b0](https://framagit.org/framasoft/mobilizon/commits/6a482b0d9754fc85f1f61922e92852fbca52beb9))
|
||||||
|
* **front:** various little CSS fixes ([51d43aa](https://framagit.org/framasoft/mobilizon/commits/51d43aa2d1d1f099078895d67a45fc27b74d4604))
|
||||||
|
* **front:** various UI improvements ([a6a1ab7](https://framagit.org/framasoft/mobilizon/commits/a6a1ab71c23264805d61b5312982e6d345454027))
|
||||||
|
* **front:** vite fixes after upgrade (everything is esm) ([b1ecf4b](https://framagit.org/framasoft/mobilizon/commits/b1ecf4b36f5855c895f72c4d9dc0f7e1beb449e1))
|
||||||
|
* **graphql:** add missing operation name for RegisterPerson ([a47f4f6](https://framagit.org/framasoft/mobilizon/commits/a47f4f6444d12a13a6f7e79ed6746e74088ca294))
|
||||||
|
* **graphql:** fix checking actor identity when publishing event announcements ([5bc0593](https://framagit.org/framasoft/mobilizon/commits/5bc0593ed6e772d48722c308ccb444dc49f3c079))
|
||||||
|
* **nodeinfo:** fix getting application actor information from NodeInfo response ([dd775b6](https://framagit.org/framasoft/mobilizon/commits/dd775b6ae25f381cf76e00999fd7d37764870122))
|
||||||
|
* **nodeinfo:** make sure we only process JSON content ([da3b074](https://framagit.org/framasoft/mobilizon/commits/da3b0746198544d7977d9c0b32d8a26e1da64d40))
|
||||||
|
* **front:** fix adding tags to an event ([d75d464](https://framagit.org/framasoft/mobilizon/commits/d75d464135332f639bd275684109a89980718b75)), closes [#1419](https://framagit.org/framasoft/mobilizon/issues/1419)
|
||||||
|
* **front:** fix space around input icons ([ba9299c](https://framagit.org/framasoft/mobilizon/commits/ba9299c6321cd62bb84efb6db5b6e122e4b1b264))
|
||||||
|
* **backend:** set Gettext default locale to "en" ([d390a91](https://framagit.org/framasoft/mobilizon/commits/d390a915d80ce5d2447f5323b78c71e9e1aa58dc))
|
||||||
|
* **front:** fix discussion comment changed subscription done before having slug value ([0670297](https://framagit.org/framasoft/mobilizon/commits/067029705dd3c78b54ea4765357ba58930144aab))
|
||||||
|
* **front:** fix typing for canReport prop on DiscussionComment ([c2055d9](https://framagit.org/framasoft/mobilizon/commits/c2055d92ae7707b5aab3fd14ea827df0696cca61))
|
||||||
|
* **front:** remove extra classes on comment that are not needed ([a9b9775](https://framagit.org/framasoft/mobilizon/commits/a9b977540b900416cfe0d5739cba13e506f83120))
|
||||||
|
|
||||||
## 4.1.0-beta.1 (2024-02-27)
|
## 4.1.0-beta.1 (2024-02-27)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
Mobilizon
|
Mobilizon
|
||||||
Copyright (C) 2018 Thomas Citharel
|
Copyright (C) 2018 - 2024 Framasoft
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as published
|
it under the terms of the GNU Affero General Public License as published
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
Mobilizon is your federated organization and mobilization platform. Gather people with a convivial, ethical, and emancipating tool.
|
Mobilizon is your federated organization and mobilization platform. Gather people with a convivial, ethical, and emancipating tool.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<strong>Developed with ♥ by <a href="https://framasoft.org">Framasoft</a></strong>
|
<strong>2017 - 2024 Developed with ♥ by <a href="https://framasoft.org">Framasoft</a></strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
10
SECURITY.md
10
SECURITY.md
|
@ -1,7 +1,7 @@
|
||||||
[Mobilizon](https://joinmobilizon.org) takes security, privacy and user control seriously, and we want to put them front and centre of our project.
|
[Mobilizon](https://joinmobilizon.org) takes security, privacy and user control seriously, and we want to put them front and centre of our project.
|
||||||
|
|
||||||
This document outlines security procedures and general policies for the Mobilizon project.
|
This document outlines security procedures and general policies for the Mobilizon project.
|
||||||
Framasoft, the Mobilizon maintainer team and community take all security bugs in Mobilizon seriously. Thank you for improving the security of Mobilizon. We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
|
The Mobilizon maintainer team and community take all security bugs in Mobilizon seriously. Thank you for improving the security of Mobilizon. We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
|
||||||
|
|
||||||
### Goals
|
### Goals
|
||||||
|
|
||||||
|
@ -15,8 +15,6 @@ Framasoft, the Mobilizon maintainer team and community take all security bugs in
|
||||||
|
|
||||||
* GDPR compliance.
|
* GDPR compliance.
|
||||||
|
|
||||||
Framasoft is both a developer of open-source/free/libre self-hosted software, and a service provider with users in the European Union. As a result, we are putting user privacy, data sovereignty, and GDPR compliance into our security plans, including asking both the Framasoft community and outside hackers to review our approaches and implementations.
|
|
||||||
|
|
||||||
### Challenges
|
### Challenges
|
||||||
|
|
||||||
[Mobilizon](https://joinmobilizon.org) will be challenging to keep secure, as it is:
|
[Mobilizon](https://joinmobilizon.org) will be challenging to keep secure, as it is:
|
||||||
|
@ -33,14 +31,14 @@ This means there are more attack surfaces compared to typical proprietary, centr
|
||||||
|
|
||||||
We are committed to working with security researchers to verify, reproduce, and respond to legitimate reported vulnerabilities. You can help us by following these simple guidelines:
|
We are committed to working with security researchers to verify, reproduce, and respond to legitimate reported vulnerabilities. You can help us by following these simple guidelines:
|
||||||
|
|
||||||
* Alert us about the vulnerability as soon as you become aware of it by emailing the lead maintainer at tcit+mobilizon@framasoft.org.
|
* Alert us about the vulnerability as soon as you become aware of it by emailing the lead maintainer.
|
||||||
* Provide details needed to reproduce and validate the vulnerability and a Proof of Concept (PoC) as soon as possible
|
* Provide details needed to reproduce and validate the vulnerability and a Proof of Concept (PoC) as soon as possible
|
||||||
* Act in good faith to avoid privacy violations, destruction of data, and interruption or degradation of services
|
* Act in good faith to avoid privacy violations, destruction of data, and interruption or degradation of services
|
||||||
* Do not access or modify users’ private data, without explicit permission of the owner. Only interact with your own accounts or test accounts for security research purposes;
|
* Do not access or modify users’ private data, without explicit permission of the owner. Only interact with your own accounts or test accounts for security research purposes;
|
||||||
* Contact Framasoft or a maintainer of the Mobilizon project (or the instance admin) immediately if you do inadvertently encounter user data. Do not view, alter, save, store, transfer, or otherwise access the data, and immediately purge any local information upon reporting the vulnerability;
|
* Contact a maintainer of the Mobilizon project (or the instance admin) immediately if you do inadvertently encounter user data. Do not view, alter, save, store, transfer, or otherwise access the data, and immediately purge any local information upon reporting the vulnerability;
|
||||||
* The lead maintainer will acknowledge your email within 48 hours, and will send a more detailed response within 48 hours indicating the next steps in handling your report. After the initial reply to your report, the security team will endeavor to keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
|
* The lead maintainer will acknowledge your email within 48 hours, and will send a more detailed response within 48 hours indicating the next steps in handling your report. After the initial reply to your report, the security team will endeavor to keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
|
||||||
* Give us time to confirm, determine the affected versions and prepare fixes to correct the issue before disclosing it to other parties (if after waiting a reasonable amount of time, we are clearly unable or unwilling to do anything about it, please do hold us accountable!)
|
* Give us time to confirm, determine the affected versions and prepare fixes to correct the issue before disclosing it to other parties (if after waiting a reasonable amount of time, we are clearly unable or unwilling to do anything about it, please do hold us accountable!)
|
||||||
* Please test against a local instance of the software, and refrain from running any Denial of Service or automated testing tools against Framasoft's (and our partners') infrastructure
|
* Please test against a local instance of the software, and refrain from running any Denial of Service or automated testing tools against the project managers (and their partners') infrastructure
|
||||||
|
|
||||||
Note : Please report security bugs in third-party modules to the person or team maintaining the module.
|
Note : Please report security bugs in third-party modules to the person or team maintaining the module.
|
||||||
|
|
||||||
|
|
|
@ -205,6 +205,8 @@ config :codepagex, :encodings, [
|
||||||
:"VENDORS/MICSFT/WINDOWS/CP1252"
|
:"VENDORS/MICSFT/WINDOWS/CP1252"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
config :gettext, :default_locale, "en"
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Web.Gettext, split_module_by: [:locale, :domain]
|
config :mobilizon, Mobilizon.Web.Gettext, split_module_by: [:locale, :domain]
|
||||||
|
|
||||||
config :ex_cldr,
|
config :ex_cldr,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG IMAGE="elixir:1.15"
|
ARG IMAGE="elixir:1.16"
|
||||||
|
|
||||||
FROM ${IMAGE} as build
|
FROM ${IMAGE} as build
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
|
@ -9,7 +9,7 @@ COPY . .
|
||||||
RUN npm install && npm run build
|
RUN npm install && npm run build
|
||||||
|
|
||||||
# Then, build the application binary
|
# Then, build the application binary
|
||||||
FROM elixir:1.15-alpine AS builder
|
FROM elixir:1.16-alpine AS builder
|
||||||
|
|
||||||
# Fix qemu segfault on arm64
|
# Fix qemu segfault on arm64
|
||||||
# See https://github.com/plausible/analytics/pull/2879 and https://github.com/erlang/otp/pull/6340
|
# See https://github.com/plausible/analytics/pull/2879 and https://github.com/erlang/otp/pull/6340
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
FROM elixir:latest
|
FROM elixir:latest
|
||||||
LABEL maintainer="Thomas Citharel <thomas.citharel@framasoft.org>"
|
|
||||||
|
|
||||||
ENV REFRESHED_AT=2023-11-20
|
ENV REFRESHED_AT=2024-02-29
|
||||||
RUN apt-get update -yq && apt-get install -yq ca-certificates build-essential inotify-tools postgresql-client git curl gnupg xvfb libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 cmake exiftool python3-pip python3-setuptools
|
RUN apt-get update -yq && apt-get install -yq ca-certificates build-essential inotify-tools postgresql-client git curl gnupg xvfb libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 cmake exiftool python3-pip python3-setuptools
|
||||||
RUN mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install nodejs -yq
|
RUN mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install nodejs -yq
|
||||||
RUN npm install -g wait-on
|
RUN npm install -g wait-on
|
||||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
RUN mix local.hex --force && mix local.rebar --force
|
RUN mix local.hex --force && mix local.rebar --force
|
||||||
RUN pip3 --no-cache-dir install -Iv weasyprint pyexcel_ods3
|
RUN pip --no-cache-dir install --break-system-packages weasyprint pyexcel-ods3
|
||||||
RUN curl https://dbip.mirror.framasoft.org/files/dbip-city-lite-latest.mmdb --output GeoLite2-City.mmdb -s && mkdir -p /usr/share/GeoIP && mv GeoLite2-City.mmdb /usr/share/GeoIP/
|
RUN curl https://dbip.mirror.framasoft.org/files/dbip-city-lite-latest.mmdb --output GeoLite2-City.mmdb -s && mkdir -p /usr/share/GeoIP && mv GeoLite2-City.mmdb /usr/share/GeoIP/
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
<p>
|
<p>
|
||||||
<%= pgettext(
|
<%= pgettext(
|
||||||
"terms",
|
"terms",
|
||||||
"When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
"When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
)
|
)
|
||||||
|> raw %>
|
|> raw %>
|
||||||
</p>
|
</p>
|
||||||
|
|
4
mix.exs
4
mix.exs
|
@ -1,7 +1,7 @@
|
||||||
defmodule Mobilizon.Mixfile do
|
defmodule Mobilizon.Mixfile do
|
||||||
use Mix.Project
|
use Mix.Project
|
||||||
|
|
||||||
@version "4.1.0-beta.1"
|
@version "4.1.0"
|
||||||
|
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
|
@ -185,7 +185,7 @@ defmodule Mobilizon.Mixfile do
|
||||||
{:floki, "~> 0.31"},
|
{:floki, "~> 0.31"},
|
||||||
{:ip_reserved, "~> 0.1.0"},
|
{:ip_reserved, "~> 0.1.0"},
|
||||||
{:fast_sanitize, "~> 0.1"},
|
{:fast_sanitize, "~> 0.1"},
|
||||||
{:ueberauth, "0.10.7", override: true},
|
{:ueberauth, "0.10.8", override: true},
|
||||||
{:ueberauth_twitter, "~> 0.4"},
|
{:ueberauth_twitter, "~> 0.4"},
|
||||||
{:ueberauth_discord, "~> 0.7"},
|
{:ueberauth_discord, "~> 0.7"},
|
||||||
{:ueberauth_github, "~> 0.8.1"},
|
{:ueberauth_github, "~> 0.8.1"},
|
||||||
|
|
4
mix.lock
4
mix.lock
|
@ -108,7 +108,7 @@
|
||||||
"phoenix_ecto": {:hex, :phoenix_ecto, "4.4.3", "86e9878f833829c3f66da03d75254c155d91d72a201eb56ae83482328dc7ca93", [:mix], [{:ecto, "~> 3.5", [hex: :ecto, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}, {:plug, "~> 1.9", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "d36c401206f3011fefd63d04e8ef626ec8791975d9d107f9a0817d426f61ac07"},
|
"phoenix_ecto": {:hex, :phoenix_ecto, "4.4.3", "86e9878f833829c3f66da03d75254c155d91d72a201eb56ae83482328dc7ca93", [:mix], [{:ecto, "~> 3.5", [hex: :ecto, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}, {:plug, "~> 1.9", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "d36c401206f3011fefd63d04e8ef626ec8791975d9d107f9a0817d426f61ac07"},
|
||||||
"phoenix_html": {:hex, :phoenix_html, "3.3.3", "380b8fb45912b5638d2f1d925a3771b4516b9a78587249cabe394e0a5d579dc9", [:mix], [{:plug, "~> 1.5", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm", "923ebe6fec6e2e3b3e569dfbdc6560de932cd54b000ada0208b5f45024bdd76c"},
|
"phoenix_html": {:hex, :phoenix_html, "3.3.3", "380b8fb45912b5638d2f1d925a3771b4516b9a78587249cabe394e0a5d579dc9", [:mix], [{:plug, "~> 1.5", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm", "923ebe6fec6e2e3b3e569dfbdc6560de932cd54b000ada0208b5f45024bdd76c"},
|
||||||
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.4.1", "2aff698f5e47369decde4357ba91fc9c37c6487a512b41732818f2204a8ef1d3", [:mix], [{:file_system, "~> 0.2.1 or ~> 0.3", [hex: :file_system, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.4", [hex: :phoenix, repo: "hexpm", optional: false]}], "hexpm", "9bffb834e7ddf08467fe54ae58b5785507aaba6255568ae22b4d46e2bb3615ab"},
|
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.4.1", "2aff698f5e47369decde4357ba91fc9c37c6487a512b41732818f2204a8ef1d3", [:mix], [{:file_system, "~> 0.2.1 or ~> 0.3", [hex: :file_system, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.4", [hex: :phoenix, repo: "hexpm", optional: false]}], "hexpm", "9bffb834e7ddf08467fe54ae58b5785507aaba6255568ae22b4d46e2bb3615ab"},
|
||||||
"phoenix_live_view": {:hex, :phoenix_live_view, "0.20.9", "46d5d436d3f8ff97f066b6c45528fd842a711fd3875b2d3f706b2e769ea07c51", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.6.15 or ~> 1.7.0", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 3.3 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_template, "~> 1.0", [hex: :phoenix_template, repo: "hexpm", optional: false]}, {:phoenix_view, "~> 2.0", [hex: :phoenix_view, repo: "hexpm", optional: true]}, {:plug, "~> 1.15", [hex: :plug, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "694388615ece21b70c523910cba1c633132b08a270caaf60100dd4eaf331885d"},
|
"phoenix_live_view": {:hex, :phoenix_live_view, "0.20.10", "a790858cf9b63815bb93d1748e26c73f0c7f09f20873562f4f307dd52b0ca32f", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.6.15 or ~> 1.7.0", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 3.3 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_template, "~> 1.0", [hex: :phoenix_template, repo: "hexpm", optional: false]}, {:phoenix_view, "~> 2.0", [hex: :phoenix_view, repo: "hexpm", optional: true]}, {:plug, "~> 1.15", [hex: :plug, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "daa17b3fbdfd6347aaade4db01a5dd24d23af0f4344e2e24934e8adfb4a11607"},
|
||||||
"phoenix_pubsub": {:hex, :phoenix_pubsub, "2.1.3", "3168d78ba41835aecad272d5e8cd51aa87a7ac9eb836eabc42f6e57538e3731d", [:mix], [], "hexpm", "bba06bc1dcfd8cb086759f0edc94a8ba2bc8896d5331a1e2c2902bf8e36ee502"},
|
"phoenix_pubsub": {:hex, :phoenix_pubsub, "2.1.3", "3168d78ba41835aecad272d5e8cd51aa87a7ac9eb836eabc42f6e57538e3731d", [:mix], [], "hexpm", "bba06bc1dcfd8cb086759f0edc94a8ba2bc8896d5331a1e2c2902bf8e36ee502"},
|
||||||
"phoenix_swoosh": {:hex, :phoenix_swoosh, "1.2.1", "b74ccaa8046fbc388a62134360ee7d9742d5a8ae74063f34eb050279de7a99e1", [:mix], [{:finch, "~> 0.8", [hex: :finch, repo: "hexpm", optional: true]}, {:hackney, "~> 1.10", [hex: :hackney, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.6", [hex: :phoenix, repo: "hexpm", optional: true]}, {:phoenix_html, "~> 3.0 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}, {:phoenix_view, "~> 1.0 or ~> 2.0", [hex: :phoenix_view, repo: "hexpm", optional: false]}, {:swoosh, "~> 1.5", [hex: :swoosh, repo: "hexpm", optional: false]}], "hexpm", "4000eeba3f9d7d1a6bf56d2bd56733d5cadf41a7f0d8ffe5bb67e7d667e204a2"},
|
"phoenix_swoosh": {:hex, :phoenix_swoosh, "1.2.1", "b74ccaa8046fbc388a62134360ee7d9742d5a8ae74063f34eb050279de7a99e1", [:mix], [{:finch, "~> 0.8", [hex: :finch, repo: "hexpm", optional: true]}, {:hackney, "~> 1.10", [hex: :hackney, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.6", [hex: :phoenix, repo: "hexpm", optional: true]}, {:phoenix_html, "~> 3.0 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}, {:phoenix_view, "~> 1.0 or ~> 2.0", [hex: :phoenix_view, repo: "hexpm", optional: false]}, {:swoosh, "~> 1.5", [hex: :swoosh, repo: "hexpm", optional: false]}], "hexpm", "4000eeba3f9d7d1a6bf56d2bd56733d5cadf41a7f0d8ffe5bb67e7d667e204a2"},
|
||||||
"phoenix_template": {:hex, :phoenix_template, "1.0.4", "e2092c132f3b5e5b2d49c96695342eb36d0ed514c5b252a77048d5969330d639", [:mix], [{:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}], "hexpm", "2c0c81f0e5c6753faf5cca2f229c9709919aba34fab866d3bc05060c9c444206"},
|
"phoenix_template": {:hex, :phoenix_template, "1.0.4", "e2092c132f3b5e5b2d49c96695342eb36d0ed514c5b252a77048d5969330d639", [:mix], [{:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}], "hexpm", "2c0c81f0e5c6753faf5cca2f229c9709919aba34fab866d3bc05060c9c444206"},
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
"tls_certificate_check": {:hex, :tls_certificate_check, "1.21.0", "042ab2c0c860652bc5cf69c94e3a31f96676d14682e22ec7813bd173ceff1788", [:rebar3], [{:ssl_verify_fun, "~> 1.1", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm", "6cee6cffc35a390840d48d463541d50746a7b0e421acaadb833cfc7961e490e7"},
|
"tls_certificate_check": {:hex, :tls_certificate_check, "1.21.0", "042ab2c0c860652bc5cf69c94e3a31f96676d14682e22ec7813bd173ceff1788", [:rebar3], [{:ssl_verify_fun, "~> 1.1", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm", "6cee6cffc35a390840d48d463541d50746a7b0e421acaadb833cfc7961e490e7"},
|
||||||
"tz_world": {:hex, :tz_world, "1.3.2", "15d331ad1ff22735dfcc8c98bfc7b2a9fdc17f1f071e31e21cdafe2d9318a300", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.5", [hex: :certifi, repo: "hexpm", optional: true]}, {:geo, "~> 1.0 or ~> 2.0 or ~> 3.3", [hex: :geo, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "d1a345e07b3378c4c902ad54fbd5d54c8c3dd55dba883b7407fe57bcec45ff2a"},
|
"tz_world": {:hex, :tz_world, "1.3.2", "15d331ad1ff22735dfcc8c98bfc7b2a9fdc17f1f071e31e21cdafe2d9318a300", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.5", [hex: :certifi, repo: "hexpm", optional: true]}, {:geo, "~> 1.0 or ~> 2.0 or ~> 3.3", [hex: :geo, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "d1a345e07b3378c4c902ad54fbd5d54c8c3dd55dba883b7407fe57bcec45ff2a"},
|
||||||
"tzdata": {:hex, :tzdata, "1.1.1", "20c8043476dfda8504952d00adac41c6eda23912278add38edc140ae0c5bcc46", [:mix], [{:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm", "a69cec8352eafcd2e198dea28a34113b60fdc6cb57eb5ad65c10292a6ba89787"},
|
"tzdata": {:hex, :tzdata, "1.1.1", "20c8043476dfda8504952d00adac41c6eda23912278add38edc140ae0c5bcc46", [:mix], [{:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm", "a69cec8352eafcd2e198dea28a34113b60fdc6cb57eb5ad65c10292a6ba89787"},
|
||||||
"ueberauth": {:hex, :ueberauth, "0.10.7", "5a31cbe11e7ce5c7484d745dc9e1f11948e89662f8510d03c616de03df581ebd", [:mix], [{:plug, "~> 1.5", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "0bccf73e2ffd6337971340832947ba232877aa8122dba4c95be9f729c8987377"},
|
"ueberauth": {:hex, :ueberauth, "0.10.8", "ba78fbcbb27d811a6cd06ad851793aaf7d27c3b30c9e95349c2c362b344cd8f0", [:mix], [{:plug, "~> 1.5", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "f2d3172e52821375bccb8460e5fa5cb91cfd60b19b636b6e57e9759b6f8c10c1"},
|
||||||
"ueberauth_cas": {:hex, :ueberauth_cas, "2.3.1", "df45a1f2c5df8bc80191cbca4baeeed808d697702ec5ebe5bd5d5a264481752f", [:mix], [{:httpoison, "~> 1.8", [hex: :httpoison, repo: "hexpm", optional: false]}, {:sweet_xml, "~> 0.7", [hex: :sweet_xml, repo: "hexpm", optional: false]}, {:ueberauth, "~> 0.6", [hex: :ueberauth, repo: "hexpm", optional: false]}], "hexpm", "5068ae2b9e217c2f05aa9a67483a6531e21ba0be9a6f6c8749bb7fd1599be321"},
|
"ueberauth_cas": {:hex, :ueberauth_cas, "2.3.1", "df45a1f2c5df8bc80191cbca4baeeed808d697702ec5ebe5bd5d5a264481752f", [:mix], [{:httpoison, "~> 1.8", [hex: :httpoison, repo: "hexpm", optional: false]}, {:sweet_xml, "~> 0.7", [hex: :sweet_xml, repo: "hexpm", optional: false]}, {:ueberauth, "~> 0.6", [hex: :ueberauth, repo: "hexpm", optional: false]}], "hexpm", "5068ae2b9e217c2f05aa9a67483a6531e21ba0be9a6f6c8749bb7fd1599be321"},
|
||||||
"ueberauth_discord": {:hex, :ueberauth_discord, "0.7.0", "463f6dfe1ed10a76739331ce8e1dd3600ab611f10524dd828eb3aa50e76e9d43", [:mix], [{:oauth2, "~> 1.0 or ~> 2.0", [hex: :oauth2, repo: "hexpm", optional: false]}, {:ueberauth, "~> 0.7", [hex: :ueberauth, repo: "hexpm", optional: false]}], "hexpm", "d6f98ef91abb4ddceada4b7acba470e0e68c4d2de9735ff2f24172a8e19896b4"},
|
"ueberauth_discord": {:hex, :ueberauth_discord, "0.7.0", "463f6dfe1ed10a76739331ce8e1dd3600ab611f10524dd828eb3aa50e76e9d43", [:mix], [{:oauth2, "~> 1.0 or ~> 2.0", [hex: :oauth2, repo: "hexpm", optional: false]}, {:ueberauth, "~> 0.7", [hex: :ueberauth, repo: "hexpm", optional: false]}], "hexpm", "d6f98ef91abb4ddceada4b7acba470e0e68c4d2de9735ff2f24172a8e19896b4"},
|
||||||
"ueberauth_facebook": {:hex, :ueberauth_facebook, "0.10.0", "0d607fbd1b7c6e0449981571027d869c2d156b8ad20c42e3672346678c05ccf1", [:mix], [{:oauth2, "~> 1.0 or ~> 2.0", [hex: :oauth2, repo: "hexpm", optional: false]}, {:ueberauth, "~> 0.7", [hex: :ueberauth, repo: "hexpm", optional: false]}], "hexpm", "bf8ce5d66b1c50da8abff77e8086c1b710bdde63f4acaef19a651ba43a9537a8"},
|
"ueberauth_facebook": {:hex, :ueberauth_facebook, "0.10.0", "0d607fbd1b7c6e0449981571027d869c2d156b8ad20c42e3672346678c05ccf1", [:mix], [{:oauth2, "~> 1.0 or ~> 2.0", [hex: :oauth2, repo: "hexpm", optional: false]}, {:ueberauth, "~> 0.7", [hex: :ueberauth, repo: "hexpm", optional: false]}], "hexpm", "bf8ce5d66b1c50da8abff77e8086c1b710bdde63f4acaef19a651ba43a9537a8"},
|
||||||
|
|
284
package-lock.json
generated
284
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "4.1.0-alpha.1",
|
"version": "4.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "4.1.0-alpha.1",
|
"version": "4.1.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "^3.3.16",
|
"@apollo/client": "^3.3.16",
|
||||||
|
@ -304,9 +304,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/core": {
|
"node_modules/@babel/core": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz",
|
||||||
"integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==",
|
"integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ampproject/remapping": "^2.2.0",
|
"@ampproject/remapping": "^2.2.0",
|
||||||
|
@ -314,11 +314,11 @@
|
||||||
"@babel/generator": "^7.23.6",
|
"@babel/generator": "^7.23.6",
|
||||||
"@babel/helper-compilation-targets": "^7.23.6",
|
"@babel/helper-compilation-targets": "^7.23.6",
|
||||||
"@babel/helper-module-transforms": "^7.23.3",
|
"@babel/helper-module-transforms": "^7.23.3",
|
||||||
"@babel/helpers": "^7.23.9",
|
"@babel/helpers": "^7.24.0",
|
||||||
"@babel/parser": "^7.23.9",
|
"@babel/parser": "^7.24.0",
|
||||||
"@babel/template": "^7.23.9",
|
"@babel/template": "^7.24.0",
|
||||||
"@babel/traverse": "^7.23.9",
|
"@babel/traverse": "^7.24.0",
|
||||||
"@babel/types": "^7.23.9",
|
"@babel/types": "^7.24.0",
|
||||||
"convert-source-map": "^2.0.0",
|
"convert-source-map": "^2.0.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"gensync": "^1.0.0-beta.2",
|
"gensync": "^1.0.0-beta.2",
|
||||||
|
@ -428,9 +428,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/helper-create-class-features-plugin": {
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
||||||
"version": "7.23.10",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz",
|
||||||
"integrity": "sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==",
|
"integrity": "sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-annotate-as-pure": "^7.22.5",
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
||||||
|
@ -591,9 +591,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/helper-plugin-utils": {
|
"node_modules/@babel/helper-plugin-utils": {
|
||||||
"version": "7.22.5",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz",
|
||||||
"integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
|
"integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
|
@ -711,14 +711,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/helpers": {
|
"node_modules/@babel/helpers": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz",
|
||||||
"integrity": "sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==",
|
"integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/template": "^7.23.9",
|
"@babel/template": "^7.24.0",
|
||||||
"@babel/traverse": "^7.23.9",
|
"@babel/traverse": "^7.24.0",
|
||||||
"@babel/types": "^7.23.9"
|
"@babel/types": "^7.24.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
|
@ -810,9 +810,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/parser": {
|
"node_modules/@babel/parser": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz",
|
||||||
"integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==",
|
"integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==",
|
||||||
"bin": {
|
"bin": {
|
||||||
"parser": "bin/babel-parser.js"
|
"parser": "bin/babel-parser.js"
|
||||||
},
|
},
|
||||||
|
@ -1595,14 +1595,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
||||||
"version": "7.23.4",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz",
|
||||||
"integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==",
|
"integrity": "sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "^7.23.3",
|
"@babel/compat-data": "^7.23.5",
|
||||||
"@babel/helper-compilation-targets": "^7.22.15",
|
"@babel/helper-compilation-targets": "^7.23.6",
|
||||||
"@babel/helper-plugin-utils": "^7.22.5",
|
"@babel/helper-plugin-utils": "^7.24.0",
|
||||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
||||||
"@babel/plugin-transform-parameters": "^7.23.3"
|
"@babel/plugin-transform-parameters": "^7.23.3"
|
||||||
},
|
},
|
||||||
|
@ -1897,14 +1897,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/preset-env": {
|
"node_modules/@babel/preset-env": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz",
|
||||||
"integrity": "sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==",
|
"integrity": "sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "^7.23.5",
|
"@babel/compat-data": "^7.23.5",
|
||||||
"@babel/helper-compilation-targets": "^7.23.6",
|
"@babel/helper-compilation-targets": "^7.23.6",
|
||||||
"@babel/helper-plugin-utils": "^7.22.5",
|
"@babel/helper-plugin-utils": "^7.24.0",
|
||||||
"@babel/helper-validator-option": "^7.23.5",
|
"@babel/helper-validator-option": "^7.23.5",
|
||||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
|
||||||
|
@ -1957,7 +1957,7 @@
|
||||||
"@babel/plugin-transform-new-target": "^7.23.3",
|
"@babel/plugin-transform-new-target": "^7.23.3",
|
||||||
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
|
||||||
"@babel/plugin-transform-numeric-separator": "^7.23.4",
|
"@babel/plugin-transform-numeric-separator": "^7.23.4",
|
||||||
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
|
"@babel/plugin-transform-object-rest-spread": "^7.24.0",
|
||||||
"@babel/plugin-transform-object-super": "^7.23.3",
|
"@babel/plugin-transform-object-super": "^7.23.3",
|
||||||
"@babel/plugin-transform-optional-catch-binding": "^7.23.4",
|
"@babel/plugin-transform-optional-catch-binding": "^7.23.4",
|
||||||
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
||||||
|
@ -2020,9 +2020,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@babel/runtime": {
|
"node_modules/@babel/runtime": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
|
||||||
"integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==",
|
"integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"regenerator-runtime": "^0.14.0"
|
"regenerator-runtime": "^0.14.0"
|
||||||
},
|
},
|
||||||
|
@ -2031,23 +2031,23 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/template": {
|
"node_modules/@babel/template": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
|
||||||
"integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==",
|
"integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.23.5",
|
"@babel/code-frame": "^7.23.5",
|
||||||
"@babel/parser": "^7.23.9",
|
"@babel/parser": "^7.24.0",
|
||||||
"@babel/types": "^7.23.9"
|
"@babel/types": "^7.24.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/traverse": {
|
"node_modules/@babel/traverse": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz",
|
||||||
"integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==",
|
"integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.23.5",
|
"@babel/code-frame": "^7.23.5",
|
||||||
|
@ -2056,8 +2056,8 @@
|
||||||
"@babel/helper-function-name": "^7.23.0",
|
"@babel/helper-function-name": "^7.23.0",
|
||||||
"@babel/helper-hoist-variables": "^7.22.5",
|
"@babel/helper-hoist-variables": "^7.22.5",
|
||||||
"@babel/helper-split-export-declaration": "^7.22.6",
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
||||||
"@babel/parser": "^7.23.9",
|
"@babel/parser": "^7.24.0",
|
||||||
"@babel/types": "^7.23.9",
|
"@babel/types": "^7.24.0",
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
"globals": "^11.1.0"
|
"globals": "^11.1.0"
|
||||||
},
|
},
|
||||||
|
@ -2075,9 +2075,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/types": {
|
"node_modules/@babel/types": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
|
||||||
"integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==",
|
"integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-string-parser": "^7.23.4",
|
"@babel/helper-string-parser": "^7.23.4",
|
||||||
|
@ -2928,9 +2928,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jridgewell/set-array": {
|
"node_modules/@jridgewell/set-array": {
|
||||||
"version": "1.1.2",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
|
||||||
"integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
|
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
}
|
}
|
||||||
|
@ -3134,12 +3134,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@playwright/test": {
|
"node_modules/@playwright/test": {
|
||||||
"version": "1.41.2",
|
"version": "1.42.0",
|
||||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.41.2.tgz",
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.42.0.tgz",
|
||||||
"integrity": "sha512-qQB9h7KbibJzrDpkXkYvsmiDJK14FULCCZgEcoe2AvFAS64oCirWTwzTlAYEbKaRxWs5TFesE1Na6izMv3HfGg==",
|
"integrity": "sha512-2k1HzC28Fs+HiwbJOQDUwrWMttqSLUVdjCqitBOjdCD0svWOMQUVqrXX6iFD7POps6xXAojsX/dGBpKnjZctLA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"playwright": "1.41.2"
|
"playwright": "1.42.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"playwright": "cli.js"
|
"playwright": "cli.js"
|
||||||
|
@ -4055,9 +4055,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@types/node": {
|
"node_modules/@types/node": {
|
||||||
"version": "20.11.20",
|
"version": "20.11.22",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.20.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.22.tgz",
|
||||||
"integrity": "sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==",
|
"integrity": "sha512-/G+IxWxma6V3E+pqK1tSl2Fo1kl41pK1yeCyDsgkF9WlVAme4j5ISYM2zR11bgLFJGLN5sVK40T4RJNuiZbEjA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"undici-types": "~5.26.4"
|
"undici-types": "~5.26.4"
|
||||||
|
@ -4627,12 +4627,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vue/compiler-core": {
|
"node_modules/@vue/compiler-core": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.21.tgz",
|
||||||
"integrity": "sha512-l7M+xUuL8hrGtRLkrf+62d9zucAdgqNBTbJ/NufCOIuJQhauhfyAKH9ra/qUctCXcULwmclGAVpvmxjbBO30qg==",
|
"integrity": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.23.9",
|
"@babel/parser": "^7.23.9",
|
||||||
"@vue/shared": "3.4.20",
|
"@vue/shared": "3.4.21",
|
||||||
"entities": "^4.5.0",
|
"entities": "^4.5.0",
|
||||||
"estree-walker": "^2.0.2",
|
"estree-walker": "^2.0.2",
|
||||||
"source-map-js": "^1.0.2"
|
"source-map-js": "^1.0.2"
|
||||||
|
@ -4644,24 +4644,24 @@
|
||||||
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
||||||
},
|
},
|
||||||
"node_modules/@vue/compiler-dom": {
|
"node_modules/@vue/compiler-dom": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.21.tgz",
|
||||||
"integrity": "sha512-/cSBGL79HFBYgDnqCNKErOav3bPde3n0sJwJM2Z09rXlkiowV/2SG1tgDAiWS1CatS4Cvo0o74e1vNeCK1R3RA==",
|
"integrity": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/compiler-core": "3.4.20",
|
"@vue/compiler-core": "3.4.21",
|
||||||
"@vue/shared": "3.4.20"
|
"@vue/shared": "3.4.21"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vue/compiler-sfc": {
|
"node_modules/@vue/compiler-sfc": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.21.tgz",
|
||||||
"integrity": "sha512-nPuTZz0yxTPzjyYe+9nQQsFYImcz/57UX8N3jyhl5oIUUs2jqqAMaULsAlJwve3qNYfjQzq0bwy3pqJrN9ecZw==",
|
"integrity": "sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.23.9",
|
"@babel/parser": "^7.23.9",
|
||||||
"@vue/compiler-core": "3.4.20",
|
"@vue/compiler-core": "3.4.21",
|
||||||
"@vue/compiler-dom": "3.4.20",
|
"@vue/compiler-dom": "3.4.21",
|
||||||
"@vue/compiler-ssr": "3.4.20",
|
"@vue/compiler-ssr": "3.4.21",
|
||||||
"@vue/shared": "3.4.20",
|
"@vue/shared": "3.4.21",
|
||||||
"estree-walker": "^2.0.2",
|
"estree-walker": "^2.0.2",
|
||||||
"magic-string": "^0.30.7",
|
"magic-string": "^0.30.7",
|
||||||
"postcss": "^8.4.35",
|
"postcss": "^8.4.35",
|
||||||
|
@ -4674,12 +4674,12 @@
|
||||||
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
||||||
},
|
},
|
||||||
"node_modules/@vue/compiler-ssr": {
|
"node_modules/@vue/compiler-ssr": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.21.tgz",
|
||||||
"integrity": "sha512-b3gFQPiHLvI12C56otzBPpQhZ5kgkJ5RMv/zpLjLC2BIFwX5GktDqYQ7xg0Q2grP6uFI8al3beVKvAVxFtXmIg==",
|
"integrity": "sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/compiler-dom": "3.4.20",
|
"@vue/compiler-dom": "3.4.21",
|
||||||
"@vue/shared": "3.4.20"
|
"@vue/shared": "3.4.21"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vue/devtools-api": {
|
"node_modules/@vue/devtools-api": {
|
||||||
|
@ -4726,48 +4726,48 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vue/reactivity": {
|
"node_modules/@vue/reactivity": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.21.tgz",
|
||||||
"integrity": "sha512-P5LJcxUkG6inlHr6MHVA4AVFAmRYJQ7ONGWJILNjMjoYuEXFhYviSCb9BEMyszSG/1kWCZbtWQlKSLasFRpThw==",
|
"integrity": "sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.4.20"
|
"@vue/shared": "3.4.21"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vue/runtime-core": {
|
"node_modules/@vue/runtime-core": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.21.tgz",
|
||||||
"integrity": "sha512-MPvsQpGAxoBqLHjqopt4YPtUYBpq0K6oAWDTwIR1CTNZ3y9O/J2ZVh+i2JpxKNYwANJBiZ20O99NE20uisB7xw==",
|
"integrity": "sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/reactivity": "3.4.20",
|
"@vue/reactivity": "3.4.21",
|
||||||
"@vue/shared": "3.4.20"
|
"@vue/shared": "3.4.21"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vue/runtime-dom": {
|
"node_modules/@vue/runtime-dom": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.21.tgz",
|
||||||
"integrity": "sha512-OkbPVP69H+8m74543zMAAx/LIkajxufYyow41gc0s5iF0uplT5uTQ4llDYu1GeJZEI8wjL5ueiPQruk4qwOMmA==",
|
"integrity": "sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/runtime-core": "3.4.20",
|
"@vue/runtime-core": "3.4.21",
|
||||||
"@vue/shared": "3.4.20",
|
"@vue/shared": "3.4.21",
|
||||||
"csstype": "^3.1.3"
|
"csstype": "^3.1.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vue/server-renderer": {
|
"node_modules/@vue/server-renderer": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.21.tgz",
|
||||||
"integrity": "sha512-w3VH2GuwxQHA6pJo/HCV22OfVC8Mw4oeHQM+vKeqtRK0OPE1Wilnh+P/SDVGGxPjJsGmyfphi0dbw8UKZQJH9w==",
|
"integrity": "sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/compiler-ssr": "3.4.20",
|
"@vue/compiler-ssr": "3.4.21",
|
||||||
"@vue/shared": "3.4.20"
|
"@vue/shared": "3.4.21"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "3.4.20"
|
"vue": "3.4.21"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vue/shared": {
|
"node_modules/@vue/shared": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.21.tgz",
|
||||||
"integrity": "sha512-KTEngal0aiUvNJ6I1Chk5Ew5XqChsFsxP4GKAYXWb99zKJWjNU72p2FWEOmZWHxHcqtniOJsgnpd3zizdpfEag=="
|
"integrity": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g=="
|
||||||
},
|
},
|
||||||
"node_modules/@vue/test-utils": {
|
"node_modules/@vue/test-utils": {
|
||||||
"version": "2.4.4",
|
"version": "2.4.4",
|
||||||
|
@ -6499,9 +6499,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/electron-to-chromium": {
|
"node_modules/electron-to-chromium": {
|
||||||
"version": "1.4.682",
|
"version": "1.4.687",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.682.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.687.tgz",
|
||||||
"integrity": "sha512-oCglfs8yYKs9RQjJFOHonSnhikPK3y+0SvSYc/YpYJV//6rqc0/hbwd0c7vgK4vrl6y2gJAwjkhkSGWK+z4KRA=="
|
"integrity": "sha512-Ic85cOuXSP6h7KM0AIJ2hpJ98Bo4hyTUjc4yjMbkvD+8yTxEhfK9+8exT2KKYsSjnCn2tGsKVSZwE7ZgTORQCw=="
|
||||||
},
|
},
|
||||||
"node_modules/emoji-regex": {
|
"node_modules/emoji-regex": {
|
||||||
"version": "9.2.2",
|
"version": "9.2.2",
|
||||||
|
@ -6529,18 +6529,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/es-abstract": {
|
"node_modules/es-abstract": {
|
||||||
"version": "1.22.4",
|
"version": "1.22.5",
|
||||||
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.4.tgz",
|
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.5.tgz",
|
||||||
"integrity": "sha512-vZYJlk2u6qHYxBOTjAeg7qUxHdNfih64Uu2J8QqWgXZ2cri0ZpJAkzDUK/q593+mvKwlxyaxr6F1Q+3LKoQRgg==",
|
"integrity": "sha512-oW69R+4q2wG+Hc3KZePPZxOiisRIqfKBVo/HLx94QcJeWGU/8sZhCvc829rd1kS366vlJbzBfXf9yWwf0+Ko7w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array-buffer-byte-length": "^1.0.1",
|
"array-buffer-byte-length": "^1.0.1",
|
||||||
"arraybuffer.prototype.slice": "^1.0.3",
|
"arraybuffer.prototype.slice": "^1.0.3",
|
||||||
"available-typed-arrays": "^1.0.6",
|
"available-typed-arrays": "^1.0.7",
|
||||||
"call-bind": "^1.0.7",
|
"call-bind": "^1.0.7",
|
||||||
"es-define-property": "^1.0.0",
|
"es-define-property": "^1.0.0",
|
||||||
"es-errors": "^1.3.0",
|
"es-errors": "^1.3.0",
|
||||||
"es-set-tostringtag": "^2.0.2",
|
"es-set-tostringtag": "^2.0.3",
|
||||||
"es-to-primitive": "^1.2.1",
|
"es-to-primitive": "^1.2.1",
|
||||||
"function.prototype.name": "^1.1.6",
|
"function.prototype.name": "^1.1.6",
|
||||||
"get-intrinsic": "^1.2.4",
|
"get-intrinsic": "^1.2.4",
|
||||||
|
@ -6548,15 +6548,15 @@
|
||||||
"globalthis": "^1.0.3",
|
"globalthis": "^1.0.3",
|
||||||
"gopd": "^1.0.1",
|
"gopd": "^1.0.1",
|
||||||
"has-property-descriptors": "^1.0.2",
|
"has-property-descriptors": "^1.0.2",
|
||||||
"has-proto": "^1.0.1",
|
"has-proto": "^1.0.3",
|
||||||
"has-symbols": "^1.0.3",
|
"has-symbols": "^1.0.3",
|
||||||
"hasown": "^2.0.1",
|
"hasown": "^2.0.1",
|
||||||
"internal-slot": "^1.0.7",
|
"internal-slot": "^1.0.7",
|
||||||
"is-array-buffer": "^3.0.4",
|
"is-array-buffer": "^3.0.4",
|
||||||
"is-callable": "^1.2.7",
|
"is-callable": "^1.2.7",
|
||||||
"is-negative-zero": "^2.0.2",
|
"is-negative-zero": "^2.0.3",
|
||||||
"is-regex": "^1.1.4",
|
"is-regex": "^1.1.4",
|
||||||
"is-shared-array-buffer": "^1.0.2",
|
"is-shared-array-buffer": "^1.0.3",
|
||||||
"is-string": "^1.0.7",
|
"is-string": "^1.0.7",
|
||||||
"is-typed-array": "^1.1.13",
|
"is-typed-array": "^1.1.13",
|
||||||
"is-weakref": "^1.0.2",
|
"is-weakref": "^1.0.2",
|
||||||
|
@ -6569,10 +6569,10 @@
|
||||||
"string.prototype.trim": "^1.2.8",
|
"string.prototype.trim": "^1.2.8",
|
||||||
"string.prototype.trimend": "^1.0.7",
|
"string.prototype.trimend": "^1.0.7",
|
||||||
"string.prototype.trimstart": "^1.0.7",
|
"string.prototype.trimstart": "^1.0.7",
|
||||||
"typed-array-buffer": "^1.0.1",
|
"typed-array-buffer": "^1.0.2",
|
||||||
"typed-array-byte-length": "^1.0.0",
|
"typed-array-byte-length": "^1.0.1",
|
||||||
"typed-array-byte-offset": "^1.0.0",
|
"typed-array-byte-offset": "^1.0.2",
|
||||||
"typed-array-length": "^1.0.4",
|
"typed-array-length": "^1.0.5",
|
||||||
"unbox-primitive": "^1.0.2",
|
"unbox-primitive": "^1.0.2",
|
||||||
"which-typed-array": "^1.1.14"
|
"which-typed-array": "^1.1.14"
|
||||||
},
|
},
|
||||||
|
@ -10539,12 +10539,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/playwright": {
|
"node_modules/playwright": {
|
||||||
"version": "1.41.2",
|
"version": "1.42.0",
|
||||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.2.tgz",
|
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.0.tgz",
|
||||||
"integrity": "sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==",
|
"integrity": "sha512-Ko7YRUgj5xBHbntrgt4EIw/nE//XBHOKVKnBjO1KuZkmkhlbgyggTe5s9hjqQ1LpN+Xg+kHsQyt5Pa0Bw5XpvQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"playwright-core": "1.41.2"
|
"playwright-core": "1.42.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"playwright": "cli.js"
|
"playwright": "cli.js"
|
||||||
|
@ -10557,9 +10557,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/playwright-core": {
|
"node_modules/playwright-core": {
|
||||||
"version": "1.41.2",
|
"version": "1.42.0",
|
||||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.2.tgz",
|
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.0.tgz",
|
||||||
"integrity": "sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==",
|
"integrity": "sha512-0HD9y8qEVlcbsAjdpBaFjmaTHf+1FeIddy8VJLeiqwhcNqGCBe4Wp2e8knpqiYbzxtxarxiXyNDw2cG8sCaNMQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"playwright-core": "cli.js"
|
"playwright-core": "cli.js"
|
||||||
|
@ -11026,9 +11026,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/prosemirror-tables": {
|
"node_modules/prosemirror-tables": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.6",
|
||||||
"resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.3.5.tgz",
|
"resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.3.6.tgz",
|
||||||
"integrity": "sha512-JSZ2cCNlApu/ObAhdPyotrjBe2cimniniTpz60YXzbL0kZ+47nEYk2LWbfKU2lKpBkUNquta2PjteoNi4YCluQ==",
|
"integrity": "sha512-95yL7w+/KcC5AD1VlacTrtFCJ0vNC+jRklGbikATPz0xSyuYq7XO6f/YCaMfWAtsGTbwt3zh1uWkzsIYyPeK9g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"prosemirror-keymap": "^1.1.2",
|
"prosemirror-keymap": "^1.1.2",
|
||||||
"prosemirror-model": "^1.8.1",
|
"prosemirror-model": "^1.8.1",
|
||||||
|
@ -13165,9 +13165,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vite-plugin-pwa": {
|
"node_modules/vite-plugin-pwa": {
|
||||||
"version": "0.19.0",
|
"version": "0.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz",
|
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.1.tgz",
|
||||||
"integrity": "sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==",
|
"integrity": "sha512-pxubJSqDfiUflmFfU8ErPP2eIHz7SqiSuJz6Qk2dPlEeC5Wm2hTInYhmVBYVx1KbVUEhQ4f8uCdmhYB/YP/pqw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
|
@ -13282,15 +13282,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vue": {
|
"node_modules/vue": {
|
||||||
"version": "3.4.20",
|
"version": "3.4.21",
|
||||||
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.20.tgz",
|
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.21.tgz",
|
||||||
"integrity": "sha512-xF4zDKXp67NjgORFX/HOuaiaKYjgxkaToK0KWglFQEYlCw9AqgBlj1yu5xa6YaRek47w2IGiuvpvrGg/XuQFCw==",
|
"integrity": "sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/compiler-dom": "3.4.20",
|
"@vue/compiler-dom": "3.4.21",
|
||||||
"@vue/compiler-sfc": "3.4.20",
|
"@vue/compiler-sfc": "3.4.21",
|
||||||
"@vue/runtime-dom": "3.4.20",
|
"@vue/runtime-dom": "3.4.21",
|
||||||
"@vue/server-renderer": "3.4.20",
|
"@vue/server-renderer": "3.4.21",
|
||||||
"@vue/shared": "3.4.20"
|
"@vue/shared": "3.4.21"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "*"
|
"typescript": "*"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "4.1.0-beta.1",
|
"version": "4.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
@ -214,7 +214,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -224,7 +224,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -216,7 +216,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -230,7 +230,7 @@ msgstr[5] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -317,7 +317,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -329,7 +329,7 @@ msgstr[5] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -383,7 +383,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -394,7 +394,7 @@ msgstr[4] ""
|
||||||
msgstr[5] ""
|
msgstr[5] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -406,7 +406,7 @@ msgstr[5] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -776,7 +776,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1076,7 +1076,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1160,12 +1160,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1650,7 +1644,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2048,3 +2042,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -207,13 +207,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -647,7 +647,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -667,17 +667,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -964,7 +964,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1095,22 +1095,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1120,7 +1120,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1382,7 +1382,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1392,7 +1392,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1412,12 +1412,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -215,7 +215,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -226,7 +226,7 @@ msgstr[2] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -315,7 +315,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -324,7 +324,7 @@ msgstr[2] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -375,7 +375,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -383,7 +383,7 @@ msgstr[1] ""
|
||||||
msgstr[2] ""
|
msgstr[2] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -392,7 +392,7 @@ msgstr[2] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -759,7 +759,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1056,7 +1056,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1140,12 +1140,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1630,7 +1624,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2025,3 +2019,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -181,13 +181,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -621,7 +621,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -641,17 +641,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -938,7 +938,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1069,22 +1069,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1094,7 +1094,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1356,7 +1356,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1366,7 +1366,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1386,12 +1386,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -222,7 +222,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -232,7 +232,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -358,7 +358,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon a %{instance}: s'ha canviat l'adreça de correu"
|
msgstr "Mobilizon a %{instance}: s'ha canviat l'adreça de correu"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Una activitat planificada per avui"
|
msgstr[0] "Una activitat planificada per avui"
|
||||||
|
@ -366,7 +366,7 @@ msgstr[1] "%{nb_events} activitats planificades avui"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Tens una activitat avui:"
|
msgstr[0] "Tens una activitat avui:"
|
||||||
|
@ -416,14 +416,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{inviter} t'ha convidat al grup %{group}"
|
msgstr "%{inviter} t'ha convidat al grup %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Una activitat planificada per aquesta setmana"
|
msgstr[0] "Una activitat planificada per aquesta setmana"
|
||||||
msgstr[1] "%{nb_events} planificades per aquesta setmana"
|
msgstr[1] "%{nb_events} planificades per aquesta setmana"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] "Hi ha una soŀlicitud de participar a %{title} pendent de resoldre"
|
msgstr[0] "Hi ha una soŀlicitud de participar a %{title} pendent de resoldre"
|
||||||
|
@ -433,7 +433,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Tens una activitat aquesta setmana:"
|
msgstr[0] "Tens una activitat aquesta setmana:"
|
||||||
|
@ -925,7 +925,7 @@ msgstr "No ho facis servir més que proves, sisplau"
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1261,7 +1261,7 @@ msgstr ""
|
||||||
"L'equip de moderació de la teva instància ha decidit suspendre el grup "
|
"L'equip de moderació de la teva instància ha decidit suspendre el grup "
|
||||||
"%{group_name} (%{group_address}). Ja no formes part del grup."
|
"%{group_name} (%{group_address}). Ja no formes part del grup."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "El grup %{group} ha estat suspès a %{instance}"
|
msgstr "El grup %{group} ha estat suspès a %{instance}"
|
||||||
|
@ -1375,12 +1375,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1876,7 +1870,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Tens una soŀlicitud de participació pendent de resoldre:"
|
msgstr[0] "Tens una soŀlicitud de participació pendent de resoldre:"
|
||||||
|
@ -2283,3 +2277,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -182,13 +182,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -622,7 +622,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -642,17 +642,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -939,7 +939,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1070,22 +1070,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1095,7 +1095,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1357,7 +1357,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1367,7 +1367,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1387,12 +1387,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -224,7 +224,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Zobrazit jednu další aktivitu"
|
msgstr[0] "Zobrazit jednu další aktivitu"
|
||||||
|
@ -235,7 +235,7 @@ msgstr[2] "Zobrazit %{count} dalších aktivit"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Došlo k aktivitě!"
|
msgstr[0] "Došlo k aktivitě!"
|
||||||
|
|
|
@ -355,7 +355,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon na %{instance}: e-mail změněn"
|
msgstr "Mobilizon na %{instance}: e-mail změněn"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Na dnešek je naplánována jedna událost"
|
msgstr[0] "Na dnešek je naplánována jedna událost"
|
||||||
|
@ -364,7 +364,7 @@ msgstr[2] "%{nb_events} událostí plánovaných na dnešek"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Dnes máte jednu událost:"
|
msgstr[0] "Dnes máte jednu událost:"
|
||||||
|
@ -415,7 +415,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "Byl/a jste pozván/a %{inviter} do skupiny %{group}"
|
msgstr "Byl/a jste pozván/a %{inviter} do skupiny %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Tento týden je naplánována jedna akce"
|
msgstr[0] "Tento týden je naplánována jedna akce"
|
||||||
|
@ -423,7 +423,7 @@ msgstr[1] "%{nb_events} události plánované na tento týden"
|
||||||
msgstr[2] "%{nb_events} událostí plánovaných na tento týden"
|
msgstr[2] "%{nb_events} událostí plánovaných na tento týden"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] "Jeden požadavek na účast pro událost %{title} ke zpracování"
|
msgstr[0] "Jeden požadavek na účast pro událost %{title} ke zpracování"
|
||||||
|
@ -436,7 +436,7 @@ msgstr[2] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Tento týden máte jednu událost:"
|
msgstr[0] "Tento týden máte jednu událost:"
|
||||||
|
@ -932,7 +932,7 @@ msgstr "Nepoužívejte ji pro skutečné účely."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1278,7 +1278,7 @@ msgstr ""
|
||||||
"Moderátorský tým vaší instance se rozhodl pozastavit %{group_name} "
|
"Moderátorský tým vaší instance se rozhodl pozastavit %{group_name} "
|
||||||
"(%{group_address}). Již nejste členem této skupiny."
|
"(%{group_address}). Již nejste členem této skupiny."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Skupina %{group} byla pozastavena na %{instance}"
|
msgstr "Skupina %{group} byla pozastavena na %{instance}"
|
||||||
|
@ -1403,20 +1403,6 @@ msgstr ""
|
||||||
"Vyhrazujeme si právo tyto podmínky kdykoli změnit. Tyto podmínky můžeme "
|
"Vyhrazujeme si právo tyto podmínky kdykoli změnit. Tyto podmínky můžeme "
|
||||||
"například změnit, pokud přijdeme s novou funkcí."
|
"například změnit, pokud přijdeme s novou funkcí."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Když v tomto dokumentu říkáme \"my\", \"naše\" nebo \"nás\", máme na mysli "
|
|
||||||
"vlastníky, provozovatele a správce této instance Mobilizon. Software "
|
|
||||||
"Mobilizon je poskytován týmem přispěvatelů Mobilizonu, který je podporován "
|
|
||||||
"<a href=\"https://framasoft.org\">Framasoft</a>, francouzskou neziskovou "
|
|
||||||
"organizací prosazující svobodný software. Pokud to není výslovně uvedeno, je "
|
|
||||||
"tato instance Mobilizonu nezávislou službou využívající zdrojový kód "
|
|
||||||
"Mobilizonu. Více informací o této instanci najdete na stránce <a href=\"/"
|
|
||||||
"about/instance\">\"O této instanci\"</a>."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1945,7 +1931,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2376,3 +2362,17 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Když v tomto dokumentu říkáme \"my\", \"naše\" nebo \"nás\", máme na mysli "
|
||||||
|
"vlastníky, provozovatele a správce této instance Mobilizon. Software "
|
||||||
|
"Mobilizon je poskytován týmem přispěvatelů Mobilizonu, který je podporován "
|
||||||
|
"<a href=\"https://framasoft.org\">Framasoft</a>, francouzskou neziskovou "
|
||||||
|
"organizací prosazující svobodný software. Pokud to není výslovně uvedeno, je "
|
||||||
|
"tato instance Mobilizonu nezávislou službou využívající zdrojový kód "
|
||||||
|
"Mobilizonu. Více informací o této instanci najdete na stránce <a href=\"/"
|
||||||
|
"about/instance\">\"O této instanci\"</a>."
|
||||||
|
|
|
@ -190,13 +190,13 @@ msgstr "Registrace nejsou otevřeny"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Aktuální heslo je neplatné"
|
msgstr "Aktuální heslo je neplatné"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Nový e-mail se nezdá být platný"
|
msgstr "Nový e-mail se nezdá být platný"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -635,7 +635,7 @@ msgstr "Do této skupiny nelze zvát"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Nemáte oprávnění tento token odstranit"
|
msgstr "Nemáte oprávnění tento token odstranit"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -656,19 +656,19 @@ msgstr "Chcete-li aktualizovat zprávu, musíte být přihlášeni a být moder
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Pro zobrazení zprávy musíte být přihlášeni a být moderátorem"
|
msgstr "Pro zobrazení zprávy musíte být přihlášeni a být moderátorem"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr "Pro přístup k nastavení správce musíte být přihlášeni jako správce"
|
msgstr "Pro přístup k nastavení správce musíte být přihlášeni jako správce"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pro přístup ke statistikám ovládacího panelu musíte být přihlášeni jako "
|
"Pro přístup ke statistikám ovládacího panelu musíte být přihlášeni jako "
|
||||||
"správce"
|
"správce"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -959,7 +959,7 @@ msgstr "Nepodařilo se opustit událost"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "Nepodařilo se aktualizovat skupinu"
|
msgstr "Nepodařilo se aktualizovat skupinu"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1090,22 +1090,22 @@ msgstr "Chcete-li odebrat člena, musíte být přihlášeni"
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "Váš e-mail zřejmě používá nesprávný formát"
|
msgstr "Váš e-mail zřejmě používá nesprávný formát"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "Nelze potvrdit již potvrzeného uživatele"
|
msgstr "Nelze potvrdit již potvrzeného uživatele"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "Zrušení potvrzení uživatelů není podporováno"
|
msgstr "Zrušení potvrzení uživatelů není podporováno"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Nová role musí být jiná"
|
msgstr "Nová role musí být jiná"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1116,7 +1116,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr "Profil nebo skupina s tímto názvem již existuje"
|
msgstr "Profil nebo skupina s tímto názvem již existuje"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1389,7 +1389,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1399,7 +1399,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Tuto skupinu již sledujete"
|
msgstr "Tuto skupinu již sledujete"
|
||||||
|
@ -1419,12 +1419,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -228,7 +228,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "%{count} weitere Aktivität anzeigen"
|
msgstr[0] "%{count} weitere Aktivität anzeigen"
|
||||||
|
@ -238,7 +238,7 @@ msgstr[1] "Eine weitere Aktivität anzeigen"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Es hat sich etwas getan!"
|
msgstr[0] "Es hat sich etwas getan!"
|
||||||
|
|
|
@ -365,7 +365,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon auf %{instance}: E-Mail geändert"
|
msgstr "Mobilizon auf %{instance}: E-Mail geändert"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Ein Event wurde heute geplannt"
|
msgstr[0] "Ein Event wurde heute geplannt"
|
||||||
|
@ -373,7 +373,7 @@ msgstr[1] "%{nb_events} wurden heute geplannt"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Sie haben ein neues Event:"
|
msgstr[0] "Sie haben ein neues Event:"
|
||||||
|
@ -423,14 +423,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "Sie wurden von %{inviter} eingeladen, der Gruppe %{group} beizutreten"
|
msgstr "Sie wurden von %{inviter} eingeladen, der Gruppe %{group} beizutreten"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Ein Event ist für diese Woche geplant"
|
msgstr[0] "Ein Event ist für diese Woche geplant"
|
||||||
msgstr[1] "%{nb_events} Events sind für diese Woche geplant"
|
msgstr[1] "%{nb_events} Events sind für diese Woche geplant"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests 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"
|
msgstr[0] "Eine Teilnahmeanfrage für die Veranstaltung %{title} zu bearbeiten"
|
||||||
|
@ -440,7 +440,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Sie haben diese Woche eine Veranstaltung:"
|
msgstr[0] "Sie haben diese Woche eine Veranstaltung:"
|
||||||
|
@ -960,7 +960,7 @@ msgstr "Bitte verwenden Sie es nicht für reale Zwecke."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1309,7 +1309,7 @@ msgstr ""
|
||||||
"(%{group_address}) zu suspendieren. Sie sind nicht länger ein Mitglied "
|
"(%{group_address}) zu suspendieren. Sie sind nicht länger ein Mitglied "
|
||||||
"dieser Gruppe."
|
"dieser Gruppe."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Die Gruppe %{group} wurde auf %{instance} ausgesetzt"
|
msgstr "Die Gruppe %{group} wurde auf %{instance} ausgesetzt"
|
||||||
|
@ -1439,21 +1439,6 @@ msgstr ""
|
||||||
"Beispiel kann es sein, dass wir diese Bedingungen ändern müssen, wenn wir "
|
"Beispiel kann es sein, dass wir diese Bedingungen ändern müssen, wenn wir "
|
||||||
"eine neue Funktion einführen."
|
"eine neue Funktion einführen."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Wenn wir in diesem Dokument „wir“, „unser“ oder „uns“ sagen, beziehen wir "
|
|
||||||
"uns auf die Eigentümer, Betreiber und Administratoren dieser Mobilizon-"
|
|
||||||
"Instanz. Die Mobilizon-Software wird vom Team der Mobilizon-Mitwirkenden "
|
|
||||||
"bereitgestellt, unterstützt von <a href=\"https://framasoft.org\">Framasoft</"
|
|
||||||
"a>, einer französischen Non-Profit-Organisation, die sich für freie/libre "
|
|
||||||
"Software einsetzt. Sofern nicht ausdrücklich angegeben, ist diese Mobilizon-"
|
|
||||||
"Instanz ein unabhängiger Dienst, der den Quellcode von Mobilizon verwendet. "
|
|
||||||
"Weitere Informationen über diese Instanz finden Sie auf der Seite <a href=\"/"
|
|
||||||
"about/instance\">„Über diese Instanz“</a>."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1998,7 +1983,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Sie haben eine ausstehende Anwesenheitsanforderung zu bearbeiten:"
|
msgstr[0] "Sie haben eine ausstehende Anwesenheitsanforderung zu bearbeiten:"
|
||||||
|
@ -2435,3 +2420,18 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Wenn wir in diesem Dokument „wir“, „unser“ oder „uns“ sagen, beziehen wir "
|
||||||
|
"uns auf die Eigentümer, Betreiber und Administratoren dieser Mobilizon-"
|
||||||
|
"Instanz. Die Mobilizon-Software wird vom Team der Mobilizon-Mitwirkenden "
|
||||||
|
"bereitgestellt, unterstützt von <a href=\"https://framasoft.org\">Framasoft</"
|
||||||
|
"a>, einer französischen Non-Profit-Organisation, die sich für freie/libre "
|
||||||
|
"Software einsetzt. Sofern nicht ausdrücklich angegeben, ist diese Mobilizon-"
|
||||||
|
"Instanz ein unabhängiger Dienst, der den Quellcode von Mobilizon verwendet. "
|
||||||
|
"Weitere Informationen über diese Instanz finden Sie auf der Seite <a href=\"/"
|
||||||
|
"about/instance\">„Über diese Instanz“</a>."
|
||||||
|
|
|
@ -185,13 +185,13 @@ msgstr "Registrierungen sind nicht geöffnet"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Das aktuelle Passwort ist ungültig"
|
msgstr "Das aktuelle Passwort ist ungültig"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Die neue E-Mail scheint nicht gültig zu sein"
|
msgstr "Die neue E-Mail scheint nicht gültig zu sein"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -637,7 +637,7 @@ msgstr "Sie können nicht in diese Gruppe einladen"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Sie haben nicht die Berechtigung diesen Token zu löschen"
|
msgstr "Sie haben nicht die Berechtigung diesen Token zu löschen"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -661,21 +661,21 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Sie müssen eingeloggt und ein Moderator sein, um einen Bericht zu sehen"
|
msgstr "Sie müssen eingeloggt und ein Moderator sein, um einen Bericht zu sehen"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Sie müssen angemeldet und ein Administrator sein, um auf die Admin-"
|
"Sie müssen angemeldet und ein Administrator sein, um auf die Admin-"
|
||||||
"Einstellungen zugreifen zu können"
|
"Einstellungen zugreifen zu können"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Sie müssen angemeldet und ein Administrator sein, um auf die Dashboard-"
|
"Sie müssen angemeldet und ein Administrator sein, um auf die Dashboard-"
|
||||||
"Statistiken zugreifen zu können"
|
"Statistiken zugreifen zu können"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -974,7 +974,7 @@ msgstr "Das Verlassen der Veranstaltung fehlgeschlagen"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "Aktualisierung der Gruppe fehlgeschlagen"
|
msgstr "Aktualisierung der Gruppe fehlgeschlagen"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1107,22 +1107,22 @@ msgstr "Sie müssen angemeldet sein, um ein Mitglied zu entfernen"
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "Ihre E-Mail scheint ein ungültiges Format zu verwenden"
|
msgstr "Ihre E-Mail scheint ein ungültiges Format zu verwenden"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "Kann einen bereits bestätigten Benutzer nicht bestätigen"
|
msgstr "Kann einen bereits bestätigten Benutzer nicht bestätigen"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "Das Zurücknehmen einer Bestätigung von Benutzern wird nicht unterstützt"
|
msgstr "Das Zurücknehmen einer Bestätigung von Benutzern wird nicht unterstützt"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Die neue Rolle muss anders sein"
|
msgstr "Die neue Rolle muss anders sein"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1134,7 +1134,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr "Ein Profil oder eine Gruppe mit diesem Namen existiert bereits"
|
msgstr "Ein Profil oder eine Gruppe mit diesem Namen existiert bereits"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr "Keine Instanz gefunden um dieser Adresse zu folgen"
|
msgstr "Keine Instanz gefunden um dieser Adresse zu folgen"
|
||||||
|
@ -1401,7 +1401,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1411,7 +1411,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Sie folgen dieser Gruppe bereits"
|
msgstr "Sie folgen dieser Gruppe bereits"
|
||||||
|
@ -1431,12 +1431,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -300,7 +300,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -308,7 +308,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -358,14 +358,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -373,7 +373,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -739,7 +739,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1035,7 +1035,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1119,12 +1119,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1609,7 +1603,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2003,3 +1997,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -215,7 +215,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -225,7 +225,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -353,7 +353,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -361,7 +361,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -411,14 +411,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -426,7 +426,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -792,7 +792,7 @@ msgstr "Please do not use it in any real way"
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] "If you need to cancel your participation, just access the event page through link above and click on the participation button."
|
msgstr[0] "If you need to cancel your participation, just access the event page through link above and click on the participation button."
|
||||||
|
@ -1088,7 +1088,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1172,12 +1172,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1662,7 +1656,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2056,3 +2050,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -185,13 +185,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -625,7 +625,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -645,17 +645,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -942,7 +942,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1073,22 +1073,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1098,7 +1098,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1360,7 +1360,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1370,7 +1370,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1390,12 +1390,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
## `msgid`s here are often extracted from source code.
|
## `msgid`s here are often extracted from source code.
|
||||||
## Add new translations manually only if they're dynamic
|
## Add new translations manually only if they're dynamic
|
||||||
## translations that can't be statically extracted.
|
## translations that can't be statically extracted.
|
||||||
##
|
|
||||||
## Run `mix gettext.extract` to bring this file up to
|
## Run `mix gettext.extract` to bring this file up to
|
||||||
## date. Leave `msgstr`s empty as changing them here as no
|
## date. Leave `msgstr`s empty as changing them here as no
|
||||||
## effect: edit them in PO (`.po`) files instead.
|
## effect: edit them in PO (`.po`) files instead.
|
||||||
|
@ -182,13 +181,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -622,7 +621,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -642,17 +641,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -939,7 +938,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1070,22 +1069,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1095,7 +1094,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1357,7 +1356,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1367,7 +1366,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1387,12 +1386,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -227,7 +227,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Ver una actividad más"
|
msgstr[0] "Ver una actividad más"
|
||||||
|
@ -237,7 +237,7 @@ msgstr[1] "Ver %{count} actividades más"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "¡Ha habido una actividad!"
|
msgstr[0] "¡Ha habido una actividad!"
|
||||||
|
|
|
@ -360,7 +360,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon en %{instance}: correo electrónico modificado"
|
msgstr "Mobilizon en %{instance}: correo electrónico modificado"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Un evento programado para hoy"
|
msgstr[0] "Un evento programado para hoy"
|
||||||
|
@ -368,7 +368,7 @@ msgstr[1] "%{nb_events} eventos planeados hoy"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Tienes un evento hoy:"
|
msgstr[0] "Tienes un evento hoy:"
|
||||||
|
@ -418,14 +418,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{Inviter} te ha invitado a unirte al grupo %{group}"
|
msgstr "%{Inviter} te ha invitado a unirte al grupo %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Un evento programado para hoy"
|
msgstr[0] "Un evento programado para hoy"
|
||||||
msgstr[1] "%{nb_events} eventos planeados hoy"
|
msgstr[1] "%{nb_events} eventos planeados hoy"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests 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"
|
msgstr[0] "Una solicitud para participar en el evento %{title} a procesar"
|
||||||
|
@ -435,7 +435,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Tienes un evento hoy:"
|
msgstr[0] "Tienes un evento hoy:"
|
||||||
|
@ -938,7 +938,7 @@ msgstr "Por favor no lo use de ninguna manera real."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1275,7 +1275,7 @@ msgstr ""
|
||||||
"El equipo de moderación de su instancia ha decidido suspender a "
|
"El equipo de moderación de su instancia ha decidido suspender a "
|
||||||
"%{group_name} (%{group_address}). Ya no eres miembro de este grupo."
|
"%{group_name} (%{group_address}). Ya no eres miembro de este grupo."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "El grupo %{group} ha sido suspendido en %{instance}"
|
msgstr "El grupo %{group} ha sido suspendido en %{instance}"
|
||||||
|
@ -1406,22 +1406,6 @@ msgstr ""
|
||||||
"Por ejemplo, es posible que necesitemos cambiar estos Términos si "
|
"Por ejemplo, es posible que necesitemos cambiar estos Términos si "
|
||||||
"presentamos una nueva función o por alguna otra razón."
|
"presentamos una nueva función o por alguna otra razón."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Cuando decimos \"nosotros\", \"nuestro\" o \"nosotros\" en este documento, "
|
|
||||||
"nos referimos a los propietarios, operadores y administradores de esta "
|
|
||||||
"instancia de Mobilizon. El software de Mobilizon es proporcionado por el "
|
|
||||||
"equipo de contribuyentes de Mobilizon, respaldado por <a href=\"https://"
|
|
||||||
"framasoft.org\"> Framasoft </a>, una organización educativa popular francesa "
|
|
||||||
"sin fines de lucro que aboga por el Software Libre. A menos que se indique "
|
|
||||||
"explícitamente, esta instancia de Mobilizon es un servicio independiente que "
|
|
||||||
"utiliza el código fuente de Mobilizon. Puede encontrar más información sobre "
|
|
||||||
"esta instancia en la página <a href=\"/about/instance\"> \"Acerca de esta "
|
|
||||||
"instancia\" </a>."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1949,7 +1933,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Tiene una solicitud de participación pendiente de procesar:"
|
msgstr[0] "Tiene una solicitud de participación pendiente de procesar:"
|
||||||
|
@ -2380,3 +2364,19 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Cuando decimos \"nosotros\", \"nuestro\" o \"nosotros\" en este documento, "
|
||||||
|
"nos referimos a los propietarios, operadores y administradores de esta "
|
||||||
|
"instancia de Mobilizon. El software de Mobilizon es proporcionado por el "
|
||||||
|
"equipo de contribuyentes de Mobilizon, respaldado por <a href=\"https://"
|
||||||
|
"framasoft.org\"> Framasoft </a>, una organización educativa popular francesa "
|
||||||
|
"sin fines de lucro que aboga por el Software Libre. A menos que se indique "
|
||||||
|
"explícitamente, esta instancia de Mobilizon es un servicio independiente que "
|
||||||
|
"utiliza el código fuente de Mobilizon. Puede encontrar más información sobre "
|
||||||
|
"esta instancia en la página <a href=\"/about/instance\"> \"Acerca de esta "
|
||||||
|
"instancia\" </a>."
|
||||||
|
|
|
@ -183,13 +183,13 @@ msgstr "Las inscripciones no están abiertas"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "La contraseña actual no es válida"
|
msgstr "La contraseña actual no es válida"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "El nuevo correo electrónico no parece ser válido"
|
msgstr "El nuevo correo electrónico no parece ser válido"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -631,7 +631,7 @@ msgstr "No puedes invitar a este grupo"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "No tienes permiso para eliminar este token"
|
msgstr "No tienes permiso para eliminar este token"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -652,21 +652,21 @@ msgstr "Debe iniciar sesión y ser un moderador para actualizar un informe"
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Debe iniciar sesión y ser un moderador para actualizar un informe"
|
msgstr "Debe iniciar sesión y ser un moderador para actualizar un informe"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Debe iniciar sesión y ser administrador para acceder a la configuración de "
|
"Debe iniciar sesión y ser administrador para acceder a la configuración de "
|
||||||
"administrador"
|
"administrador"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Debe iniciar sesión y ser administrador para acceder a las estadísticas del "
|
"Debe iniciar sesión y ser administrador para acceder a las estadísticas del "
|
||||||
"panel"
|
"panel"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -964,7 +964,7 @@ msgstr "No se pudo salir del evento"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "No se pudo actualizar el grupo"
|
msgstr "No se pudo actualizar el grupo"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1096,22 +1096,22 @@ msgstr "Debes iniciar sesión para eliminar un miembro"
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "Su correo electrónico parece estar usando un formato no válido"
|
msgstr "Su correo electrónico parece estar usando un formato no válido"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "No puedo confirmar un usuario ya confirmado"
|
msgstr "No puedo confirmar un usuario ya confirmado"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "No se admite la desconfirmación de usuarios"
|
msgstr "No se admite la desconfirmación de usuarios"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "El nuevo rol debe ser diferente"
|
msgstr "El nuevo rol debe ser diferente"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1123,7 +1123,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr "Ya existe un perfil o grupo con ese nombre"
|
msgstr "Ya existe un perfil o grupo con ese nombre"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr "No se puede encontrar una instancia para seguir en esta dirección"
|
msgstr "No se puede encontrar una instancia para seguir en esta dirección"
|
||||||
|
@ -1387,7 +1387,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1397,7 +1397,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Ya estas siguiendo este grupo"
|
msgstr "Ya estas siguiendo este grupo"
|
||||||
|
@ -1418,12 +1418,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -224,7 +224,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Näytä seuraava toimenpide"
|
msgstr[0] "Näytä seuraava toimenpide"
|
||||||
|
@ -234,7 +234,7 @@ msgstr[1] "Näytä %{count} seuraavaa toimenpidettä"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Toimenpide!"
|
msgstr[0] "Toimenpide!"
|
||||||
|
|
|
@ -354,7 +354,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon palvelimella %{instance}: sähköpostiosoite vaihdettu"
|
msgstr "Mobilizon palvelimella %{instance}: sähköpostiosoite vaihdettu"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Yksi suunniteltu tapahtuma tänään"
|
msgstr[0] "Yksi suunniteltu tapahtuma tänään"
|
||||||
|
@ -362,7 +362,7 @@ msgstr[1] "%{nb_events} suunniteltua tapahtumaa tänään"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Sinulla on tänään yksi tapahtuma:"
|
msgstr[0] "Sinulla on tänään yksi tapahtuma:"
|
||||||
|
@ -412,14 +412,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{inviter} kutsui sinut ryhmään %{group}"
|
msgstr "%{inviter} kutsui sinut ryhmään %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Yksi suunniteltu tapahtuma tällä viikolla"
|
msgstr[0] "Yksi suunniteltu tapahtuma tällä viikolla"
|
||||||
msgstr[1] "%{nb_events} suunniteltua tapahtumaa tällä viikolla"
|
msgstr[1] "%{nb_events} suunniteltua tapahtumaa tällä viikolla"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests 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ä"
|
msgstr[0] "Yksi osallistujapyyntö tapahtumaan %{title} odottaa käsittelyä"
|
||||||
|
@ -429,7 +429,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Sinulla on tällä viikolla yksi tapahtuma:"
|
msgstr[0] "Sinulla on tällä viikolla yksi tapahtuma:"
|
||||||
|
@ -920,7 +920,7 @@ msgstr "Älä käytä todellisiin tarkoituksiin."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1256,7 +1256,7 @@ msgstr ""
|
||||||
"Palvelimesi moderointitiimi on päättänyt estää ryhmän %{group_name} "
|
"Palvelimesi moderointitiimi on päättänyt estää ryhmän %{group_name} "
|
||||||
"(%{group_address}). Et ole enää tämän ryhmän jäsen."
|
"(%{group_address}). Et ole enää tämän ryhmän jäsen."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Ryhmä %{group} on estetty palvelimella %{instance}"
|
msgstr "Ryhmä %{group} on estetty palvelimella %{instance}"
|
||||||
|
@ -1378,20 +1378,6 @@ msgstr ""
|
||||||
"esimerkiksi olla tarpeen muuttaa, jos käyttöön otetaan uusia ominaisuuksia, "
|
"esimerkiksi olla tarpeen muuttaa, jos käyttöön otetaan uusia ominaisuuksia, "
|
||||||
"tai muusta syystä."
|
"tai muusta syystä."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Tässä asiakirjassa ”me” tarkoittaa tämän Mobilizon-palvelimen omistajia, "
|
|
||||||
"operaattoreita ja ylläpitäjiä. Mobilizon-ohjelman on tuottanut Mobilizon-"
|
|
||||||
"toteuttajatiimi, ja tuotantoa on tukenut <a href=\"https://framasoft.org\""
|
|
||||||
">Framasoft</a>, joka on ranskalainen voittoa tavoittelematon, vapaiden ja "
|
|
||||||
"ilmaisten ohjelmistojen käyttöä edistävä kansansivistysjärjestö. Ellei "
|
|
||||||
"toisin mainita, tämä Mobilizon-palvelin on Mobilizonin lähdekoodia käyttävä "
|
|
||||||
"itsenäinen palvelu. Voit lukea lisää tästä palvelimesta <a href=\"/about/"
|
|
||||||
"instance\">”Tietoja tästä palvelimesta” -sivulta</a>."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1915,7 +1901,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Yksi osallistujapyyntö odottaa käsittelyäsi:"
|
msgstr[0] "Yksi osallistujapyyntö odottaa käsittelyäsi:"
|
||||||
|
@ -2320,3 +2306,17 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Tässä asiakirjassa ”me” tarkoittaa tämän Mobilizon-palvelimen omistajia, "
|
||||||
|
"operaattoreita ja ylläpitäjiä. Mobilizon-ohjelman on tuottanut Mobilizon-"
|
||||||
|
"toteuttajatiimi, ja tuotantoa on tukenut <a href=\"https://framasoft.org\""
|
||||||
|
">Framasoft</a>, joka on ranskalainen voittoa tavoittelematon, vapaiden ja "
|
||||||
|
"ilmaisten ohjelmistojen käyttöä edistävä kansansivistysjärjestö. Ellei "
|
||||||
|
"toisin mainita, tämä Mobilizon-palvelin on Mobilizonin lähdekoodia käyttävä "
|
||||||
|
"itsenäinen palvelu. Voit lukea lisää tästä palvelimesta <a href=\"/about/"
|
||||||
|
"instance\">”Tietoja tästä palvelimesta” -sivulta</a>."
|
||||||
|
|
|
@ -183,13 +183,13 @@ msgstr "Ei voi rekisteröityä"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Nykyinen salasana ei kelpaa"
|
msgstr "Nykyinen salasana ei kelpaa"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Uusi sähköpostiosoite ei vaikuta kelvolliselta"
|
msgstr "Uusi sähköpostiosoite ei vaikuta kelvolliselta"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -628,7 +628,7 @@ msgstr "Et voi kutsua tähän ryhmään"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Sinulla ei ole oikeutta poistaa tätä merkkiä"
|
msgstr "Sinulla ei ole oikeutta poistaa tätä merkkiä"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr "Toimintalokien katselu vain moderaattorille sisäänkirjautuneena"
|
msgstr "Toimintalokien katselu vain moderaattorille sisäänkirjautuneena"
|
||||||
|
@ -648,17 +648,17 @@ msgstr "Raportin päivittäminen vain moderaattorille sisäänkirjautuneena"
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Raportin katselu vain moderaattorille sisäänkirjautuneena"
|
msgstr "Raportin katselu vain moderaattorille sisäänkirjautuneena"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
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"
|
msgstr "Pääsy ylläpitoasetuksiin vain ylläpitäjälle sisäänkirjautuneena"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
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"
|
msgstr "Pääsy koontinäytön tilastoihin vain ylläpitäjälle sisäänkirjautuneena"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
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"
|
msgstr "Ylläpitoasetusten tallennus vain ylläpitäjälle sisäänkirjautuneena"
|
||||||
|
@ -945,7 +945,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1076,22 +1076,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Uuden sähköpostiosoitteen on poikettava vanhasta"
|
msgstr "Uuden sähköpostiosoitteen on poikettava vanhasta"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr "Ylläpitoasetusten tallennus vain ylläpitäjälle sisäänkirjautuneena"
|
msgstr "Ylläpitoasetusten tallennus vain ylläpitäjälle sisäänkirjautuneena"
|
||||||
|
@ -1101,7 +1101,7 @@ msgstr "Ylläpitoasetusten tallennus vain ylläpitäjälle sisäänkirjautuneena
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1363,7 +1363,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1373,7 +1373,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1393,12 +1393,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -224,7 +224,7 @@ msgstr "Vous ne voulez pas recevoir de notifications d'activité ? Vous pouvez
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Voir une activité de plus"
|
msgstr[0] "Voir une activité de plus"
|
||||||
|
@ -234,7 +234,7 @@ msgstr[1] "Voir %{count} activités de plus"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Il y a eu une activité !"
|
msgstr[0] "Il y a eu une activité !"
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -184,13 +184,13 @@ msgstr "Les inscriptions ne sont pas ouvertes"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Le mot de passe actuel est invalide"
|
msgstr "Le mot de passe actuel est invalide"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "La nouvelle adresse e-mail ne semble pas être valide"
|
msgstr "La nouvelle adresse e-mail ne semble pas être valide"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -624,7 +624,7 @@ msgstr "Vous ne pouvez pas rejoindre ce groupe"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Vous n'avez pas la permission de supprimer ce jeton"
|
msgstr "Vous n'avez pas la permission de supprimer ce jeton"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr "Vous devez être connecté·e et une modérateur·ice pour lister les journaux de modération"
|
msgstr "Vous devez être connecté·e et une modérateur·ice pour lister les journaux de modération"
|
||||||
|
@ -644,17 +644,17 @@ msgstr "Vous devez être connecté·e et une modérateur·ice pour modifier un s
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Vous devez être connecté·e pour et une modérateur·ice pour visionner un signalement"
|
msgstr "Vous devez être connecté·e pour et une modérateur·ice pour visionner un signalement"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux paramètres administrateur"
|
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux paramètres administrateur"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux panneau de statistiques"
|
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux panneau de statistiques"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour sauvegarder les paramètres administrateur"
|
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour sauvegarder les paramètres administrateur"
|
||||||
|
@ -941,7 +941,7 @@ msgstr "Impossible de quitter l'événement"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "Impossible de mettre à jour le groupe"
|
msgstr "Impossible de mettre à jour le groupe"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1072,22 +1072,22 @@ msgstr "Vous devez être connecté⋅e pour supprimer un⋅e membre"
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "Votre email semble utiliser un format invalide"
|
msgstr "Votre email semble utiliser un format invalide"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "Impossible de confirmer un⋅e utilisateur⋅ice déjà confirmé⋅e"
|
msgstr "Impossible de confirmer un⋅e utilisateur⋅ice déjà confirmé⋅e"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "Dé-confirmer des utilisateur⋅ices n'est pas supporté"
|
msgstr "Dé-confirmer des utilisateur⋅ices n'est pas supporté"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Le nouveau rôle doit être différent"
|
msgstr "Le nouveau rôle doit être différent"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour éditer les détails d'un⋅e utilisateur⋅ice"
|
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour éditer les détails d'un⋅e utilisateur⋅ice"
|
||||||
|
@ -1097,7 +1097,7 @@ msgstr "Vous devez être connecté·e et un·e administrateur·ice pour éditer
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr "Un profil ou un groupe avec ce nom existe déjà"
|
msgstr "Un profil ou un groupe avec ce nom existe déjà"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr "Impossible de trouver une instance à suivre à cette adresse"
|
msgstr "Impossible de trouver une instance à suivre à cette adresse"
|
||||||
|
@ -1361,7 +1361,7 @@ msgstr "L'enregistrement externe n'est pas autorisé"
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr "Le même abonnement push a déjà été enregistré"
|
msgstr "Le même abonnement push a déjà été enregistré"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr "Cette instance est en attente d'une approbation de suivi"
|
msgstr "Cette instance est en attente d'une approbation de suivi"
|
||||||
|
@ -1371,7 +1371,7 @@ msgstr "Cette instance est en attente d'une approbation de suivi"
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr "L'ID de fuseau horaire %{timezone} est invalide"
|
msgstr "L'ID de fuseau horaire %{timezone} est invalide"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Vous suivez déjà cette instance"
|
msgstr "Vous suivez déjà cette instance"
|
||||||
|
@ -1393,12 +1393,12 @@ msgstr ""
|
||||||
"Le jeton que vous avez fourni n'est pas valide. Assurez-vous que l'URL est exactement la même que celle fournie dans le courriel que vous "
|
"Le jeton que vous avez fourni n'est pas valide. Assurez-vous que l'URL est exactement la même que celle fournie dans le courriel que vous "
|
||||||
"avez reçu."
|
"avez reçu."
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr "La conversation doit mentionner au moins un·e participant·e qui n'est pas vous-même"
|
msgstr "La conversation doit mentionner au moins un·e participant·e qui n'est pas vous-même"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr "Il n'y a pas de participant·es correspondant à l'audience que vous avez sélectionnée."
|
msgstr "Il n'y a pas de participant·es correspondant à l'audience que vous avez sélectionnée."
|
||||||
|
|
|
@ -231,7 +231,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Seall %{count} ghnìomhachd a bharrachd"
|
msgstr[0] "Seall %{count} ghnìomhachd a bharrachd"
|
||||||
|
@ -243,7 +243,7 @@ msgstr[3] "Seall %{count} gnìomhachd a bharrachd"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Bha gnìomhachd ann!"
|
msgstr[0] "Bha gnìomhachd ann!"
|
||||||
|
|
|
@ -321,7 +321,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -331,7 +331,7 @@ msgstr[3] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -383,7 +383,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -392,7 +392,7 @@ msgstr[2] ""
|
||||||
msgstr[3] ""
|
msgstr[3] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -402,7 +402,7 @@ msgstr[3] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -770,7 +770,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1068,7 +1068,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1152,12 +1152,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1642,7 +1636,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2038,3 +2032,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -188,13 +188,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -628,7 +628,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -648,17 +648,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -945,7 +945,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1076,22 +1076,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1101,7 +1101,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1363,7 +1363,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1373,7 +1373,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1393,12 +1393,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -228,7 +228,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Ver unha actividade máis"
|
msgstr[0] "Ver unha actividade máis"
|
||||||
|
@ -238,7 +238,7 @@ msgstr[1] "Ver %{count} actividades máis"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Houbo actividade!"
|
msgstr[0] "Houbo actividade!"
|
||||||
|
|
|
@ -356,7 +356,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon en %{instance}: email cambiado"
|
msgstr "Mobilizon en %{instance}: email cambiado"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Un evento previsto para hoxe"
|
msgstr[0] "Un evento previsto para hoxe"
|
||||||
|
@ -364,7 +364,7 @@ msgstr[1] "%{nb_events} eventos previstos hoxe"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Hoxe tes un evento:"
|
msgstr[0] "Hoxe tes un evento:"
|
||||||
|
@ -414,14 +414,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{inviter} convidoute a unirte ó grupo %{group}"
|
msgstr "%{inviter} convidoute a unirte ó grupo %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Un evento previsto nesta semana"
|
msgstr[0] "Un evento previsto nesta semana"
|
||||||
msgstr[1] "%{nb_events} eventos previstos nesta semana"
|
msgstr[1] "%{nb_events} eventos previstos nesta semana"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests 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"
|
msgstr[0] "Hai unha solicitude de participación para o evento %{title} que atender"
|
||||||
|
@ -431,7 +431,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Tes un evento esta semana:"
|
msgstr[0] "Tes un evento esta semana:"
|
||||||
|
@ -916,7 +916,7 @@ msgstr "Por favor, non o utilices nun entorno de produción."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1252,7 +1252,7 @@ msgstr ""
|
||||||
"Os moderadores da túa instancia decidiron suspender %{group_name} "
|
"Os moderadores da túa instancia decidiron suspender %{group_name} "
|
||||||
"(%{group_address}). Xa non pertences a este grupo."
|
"(%{group_address}). Xa non pertences a este grupo."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "O grupo %{group} foi suspendido en %{instance}"
|
msgstr "O grupo %{group} foi suspendido en %{instance}"
|
||||||
|
@ -1375,21 +1375,6 @@ msgstr ""
|
||||||
"Reservamos o dereito a modificar estos Termos en calquera momento. Por "
|
"Reservamos o dereito a modificar estos Termos en calquera momento. Por "
|
||||||
"exemplo, poderiamos cambiar os Termos se introducimos novas funcións."
|
"exemplo, poderiamos cambiar os Termos se introducimos novas funcións."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Cando dicimos \"nós\", \"noso\" ou \"a nós\" neste documento, referímonos ás "
|
|
||||||
"persoas donas, operadoras e administradoras desta instancia Mobilizon. O "
|
|
||||||
"software Mobilizon está proporcionado polo equipo de colaboradoras de "
|
|
||||||
"Mobilizon, coa axuda de <a href=\"https://framasoft.org\">Framasoft</a>, "
|
|
||||||
"unha organización francesa sen ánimo de lucro que fomenta o Software Libre. "
|
|
||||||
"A non ser que se indique o contrario, esta instancia Mobilizon é un servizo "
|
|
||||||
"independente que está a usar o código fonte de Mobilizon. Podes atopar máis "
|
|
||||||
"información sobre esta instancia na páxina <a href=\"/about/instance\""
|
|
||||||
">Acerca desta instancia</a>."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1911,7 +1896,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Tes unha solicitude de participación pendente de atender:"
|
msgstr[0] "Tes unha solicitude de participación pendente de atender:"
|
||||||
|
@ -2316,3 +2301,18 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Cando dicimos \"nós\", \"noso\" ou \"a nós\" neste documento, referímonos ás "
|
||||||
|
"persoas donas, operadoras e administradoras desta instancia Mobilizon. O "
|
||||||
|
"software Mobilizon está proporcionado polo equipo de colaboradoras de "
|
||||||
|
"Mobilizon, coa axuda de <a href=\"https://framasoft.org\">Framasoft</a>, "
|
||||||
|
"unha organización francesa sen ánimo de lucro que fomenta o Software Libre. "
|
||||||
|
"A non ser que se indique o contrario, esta instancia Mobilizon é un servizo "
|
||||||
|
"independente que está a usar o código fonte de Mobilizon. Podes atopar máis "
|
||||||
|
"información sobre esta instancia na páxina <a href=\"/about/instance\""
|
||||||
|
">Acerca desta instancia</a>."
|
||||||
|
|
|
@ -183,13 +183,13 @@ msgstr "O rexistro está pechado"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "O contrasinal actual non é válido"
|
msgstr "O contrasinal actual non é válido"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "O novo email non semella ser válido"
|
msgstr "O novo email non semella ser válido"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -628,7 +628,7 @@ msgstr "Non podes convidar a este grupo"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Non tes permiso para eliminar este token"
|
msgstr "Non tes permiso para eliminar este token"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -650,21 +650,21 @@ msgstr "Tes que estas conectada e ser moderadora para actualizar unha denuncia"
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Tes que estar conectada e ser moderadora para ver unha denuncia"
|
msgstr "Tes que estar conectada e ser moderadora para ver unha denuncia"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tes que estar conectada e ser administradora para acceder ós axustes de "
|
"Tes que estar conectada e ser administradora para acceder ós axustes de "
|
||||||
"administración"
|
"administración"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tes que estar conectada e ser administradora para acceder ó taboleiro de "
|
"Tes que estar conectada e ser administradora para acceder ó taboleiro de "
|
||||||
"estatísticas"
|
"estatísticas"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -959,7 +959,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1090,22 +1090,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "O novo email ten que ser diferente"
|
msgstr "O novo email ten que ser diferente"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1117,7 +1117,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1379,7 +1379,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1389,7 +1389,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1409,12 +1409,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -230,7 +230,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "להציג עוד פעילות אחת"
|
msgstr[0] "להציג עוד פעילות אחת"
|
||||||
|
@ -242,7 +242,7 @@ msgstr[3] "להציג עוד %{count} פעילויות"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "התרחשה פעילות!"
|
msgstr[0] "התרחשה פעילות!"
|
||||||
|
|
|
@ -314,7 +314,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -324,7 +324,7 @@ msgstr[3] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -376,7 +376,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format, elixir-autogen, fuzzy
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -385,7 +385,7 @@ msgstr[2] ""
|
||||||
msgstr[3] ""
|
msgstr[3] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -395,7 +395,7 @@ msgstr[3] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -763,7 +763,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format, fuzzy
|
#, elixir-format, elixir-autogen, fuzzy
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1061,7 +1061,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1145,12 +1145,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1635,7 +1629,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2031,3 +2025,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -189,13 +189,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -629,7 +629,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -649,17 +649,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -946,7 +946,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1077,22 +1077,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1102,7 +1102,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1364,7 +1364,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1374,7 +1374,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1394,12 +1394,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -231,7 +231,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Prikaži još jednu aktivnost"
|
msgstr[0] "Prikaži još jednu aktivnost"
|
||||||
|
@ -242,7 +242,7 @@ msgstr[2] "Prikaži još %{count} aktivnosti"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Aktivnost!"
|
msgstr[0] "Aktivnost!"
|
||||||
|
|
|
@ -333,7 +333,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon na %{instance}: e-mail adresa se promijenila"
|
msgstr "Mobilizon na %{instance}: e-mail adresa se promijenila"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Za danas je planiran jedan događaj"
|
msgstr[0] "Za danas je planiran jedan događaj"
|
||||||
|
@ -342,7 +342,7 @@ msgstr[2] "Za danas je planirano %{nb_events} događaja"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Danas imaš jedan događaj:"
|
msgstr[0] "Danas imaš jedan događaj:"
|
||||||
|
@ -393,7 +393,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{inviter} te pozvao/la da se pridružiš grupi %{group}"
|
msgstr "%{inviter} te pozvao/la da se pridružiš grupi %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Ovaj tjedan je planiran jedan događaj"
|
msgstr[0] "Ovaj tjedan je planiran jedan događaj"
|
||||||
|
@ -401,7 +401,7 @@ msgstr[1] "Ovaj tjedan su planirana %{nb_events} događaja"
|
||||||
msgstr[2] "Ovaj tjedan je planirano %{nb_events} događaja"
|
msgstr[2] "Ovaj tjedan je planirano %{nb_events} događaja"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] "Jedan zahtjev za sudjelovanje događaju %{title} koji se mora obraditi"
|
msgstr[0] "Jedan zahtjev za sudjelovanje događaju %{title} koji se mora obraditi"
|
||||||
|
@ -414,7 +414,7 @@ msgstr[2] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Ovaj tjedan imaš jedan događaj:"
|
msgstr[0] "Ovaj tjedan imaš jedan događaj:"
|
||||||
|
@ -800,7 +800,7 @@ msgstr "Nemoj to koristiti u stvarne svrhe."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1133,7 +1133,7 @@ msgstr ""
|
||||||
"Tim za moderiranje tvoje instance je odlučio suspendirati %{group_name} "
|
"Tim za moderiranje tvoje instance je odlučio suspendirati %{group_name} "
|
||||||
"(%{group_address}). Više nisi član ove grupe."
|
"(%{group_address}). Više nisi član ove grupe."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Grupa %{group} je suspendirana na instanci %{instance}"
|
msgstr "Grupa %{group} je suspendirana na instanci %{instance}"
|
||||||
|
@ -1222,12 +1222,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1738,7 +1732,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Imaš jedan neriješen zahtjev za prisustvovanje za sljedeći događaj:"
|
msgstr[0] "Imaš jedan neriješen zahtjev za prisustvovanje za sljedeći događaj:"
|
||||||
|
@ -2162,3 +2156,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -206,13 +206,13 @@ msgstr "Registracije nisu otvorene"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Aktualna lozinka nije ispravna"
|
msgstr "Aktualna lozinka nije ispravna"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Čini se da nova e-mail adresa nije ispravna"
|
msgstr "Čini se da nova e-mail adresa nije ispravna"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -650,7 +650,7 @@ msgstr "Ne možeš pozivati u ovu grupu"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Nemaš dozvole za brisanje ovog tokena"
|
msgstr "Nemaš dozvole za brisanje ovog tokena"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr "Za prikaz zapisnike radnji moraš biti prijavljen/a i biti moderator"
|
msgstr "Za prikaz zapisnike radnji moraš biti prijavljen/a i biti moderator"
|
||||||
|
@ -670,21 +670,21 @@ msgstr "Za aktualiziranje izvještaja moraš biti prijavljen/a i biti moderator"
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Za prikaz izvještaja moraš biti prijavljen/a i biti moderator"
|
msgstr "Za prikaz izvještaja moraš biti prijavljen/a i biti moderator"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Za pristup administratorskim postavkama moraš biti prijavljen/a i biti "
|
"Za pristup administratorskim postavkama moraš biti prijavljen/a i biti "
|
||||||
"moderator"
|
"moderator"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Za pristup nadzornoj ploči statistike moraš biti prijavljen/a i biti "
|
"Za pristup nadzornoj ploči statistike moraš biti prijavljen/a i biti "
|
||||||
"administrator"
|
"administrator"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -975,7 +975,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1106,22 +1106,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Nova uloga mora biti drugačija"
|
msgstr "Nova uloga mora biti drugačija"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1132,7 +1132,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1394,7 +1394,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1404,7 +1404,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1424,12 +1424,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr "Konverzacija treba spomenuti barem jednog sudionika koji nisi ti"
|
msgstr "Konverzacija treba spomenuti barem jednog sudionika koji nisi ti"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -228,7 +228,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Még egy tevékenység megtekintése"
|
msgstr[0] "Még egy tevékenység megtekintése"
|
||||||
|
@ -238,7 +238,7 @@ msgstr[1] "Még %{count} tevékenység megtekintése"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Történt egy tevékenység!"
|
msgstr[0] "Történt egy tevékenység!"
|
||||||
|
|
|
@ -360,7 +360,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon a(z) %{instance} példányon: e-mail-cím megváltoztatva"
|
msgstr "Mobilizon a(z) %{instance} példányon: e-mail-cím megváltoztatva"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Egy esemény van tervezve mára"
|
msgstr[0] "Egy esemény van tervezve mára"
|
||||||
|
@ -368,7 +368,7 @@ msgstr[1] "%{nb_events} esemény van tervezve mára"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Egy eseménye van mára:"
|
msgstr[0] "Egy eseménye van mára:"
|
||||||
|
@ -418,14 +418,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{inviter} meghívta, hogy csatlakozzon a(z) %{group} csoporthoz"
|
msgstr "%{inviter} meghívta, hogy csatlakozzon a(z) %{group} csoporthoz"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Egy esemény van tervezve erre a hétre"
|
msgstr[0] "Egy esemény van tervezve erre a hétre"
|
||||||
msgstr[1] "%{nb_events} esemény van tervezve erre a hétre"
|
msgstr[1] "%{nb_events} esemény van tervezve erre a hétre"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests 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(z) %{title} eseménynél"
|
msgstr[0] "Egy feldolgozandó részvételi kérés a(z) %{title} eseménynél"
|
||||||
|
@ -435,7 +435,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Egy eseménye van ezen héten:"
|
msgstr[0] "Egy eseménye van ezen héten:"
|
||||||
|
@ -823,7 +823,7 @@ msgstr "Ne használja valós célokhoz."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1166,7 +1166,7 @@ msgstr ""
|
||||||
"A példánya moderátori csapata úgy döntött, hogy felfüggeszti a(z) "
|
"A példánya moderátori csapata úgy döntött, hogy felfüggeszti a(z) "
|
||||||
"%{group_name} csoportot (%{group_address}). Többé már nem a csoport tagja."
|
"%{group_name} csoportot (%{group_address}). Többé már nem a csoport tagja."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "A(z) %{group} csoport fel lett függesztve a(z) %{instance} példányon"
|
msgstr "A(z) %{group} csoport fel lett függesztve a(z) %{instance} példányon"
|
||||||
|
@ -1255,12 +1255,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1768,7 +1762,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Egy függőben lévő részvételi kérése van a következő eseménynél:"
|
msgstr[0] "Egy függőben lévő részvételi kérése van a következő eseménynél:"
|
||||||
|
@ -2202,3 +2196,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr "Szép munka."
|
msgstr "Szép munka."
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -198,13 +198,13 @@ msgstr "A regisztrációk nincsenek nyitva"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "A jelenlegi jelszó érvénytelen"
|
msgstr "A jelenlegi jelszó érvénytelen"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Az új e-mail-cím nem tűnik érvényesnek"
|
msgstr "Az új e-mail-cím nem tűnik érvényesnek"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -645,7 +645,7 @@ msgstr "Nem tud meghívni ebbe a csoportba"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Nincs jogosultsága a token törléséhez"
|
msgstr "Nincs jogosultsága a token törléséhez"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -673,21 +673,21 @@ msgstr ""
|
||||||
"Bejelentkezve kell lennie és moderátornak kell lennie egy jelentés "
|
"Bejelentkezve kell lennie és moderátornak kell lennie egy jelentés "
|
||||||
"megtekintéséhez"
|
"megtekintéséhez"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie az "
|
"Bejelentkezve kell lennie és adminisztrátornak kell lennie az "
|
||||||
"adminisztrátori beállításokhoz való hozzáféréshez"
|
"adminisztrátori beállításokhoz való hozzáféréshez"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie a vezérlőpulti "
|
"Bejelentkezve kell lennie és adminisztrátornak kell lennie a vezérlőpulti "
|
||||||
"statisztikákhoz való hozzáféréshez"
|
"statisztikákhoz való hozzáféréshez"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -986,7 +986,7 @@ msgstr "Nem sikerült elhagyni az eseményt"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "Nem sikerült frissíteni a csoportot"
|
msgstr "Nem sikerült frissíteni a csoportot"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1121,22 +1121,22 @@ msgstr "Bejelentkezve kell lennie egy tag eltávolításához"
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "Úgy tűnik, hogy az e-mail-címe érvénytelen formátumot használ"
|
msgstr "Úgy tűnik, hogy az e-mail-címe érvénytelen formátumot használ"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "A már megerősített felhasználó nem erősíthető meg"
|
msgstr "A már megerősített felhasználó nem erősíthető meg"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "A felhasználók megerősítésének visszavonása nem támogatott"
|
msgstr "A felhasználók megerősítésének visszavonása nem támogatott"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Az új szerepnek eltérőnek kell lennie"
|
msgstr "Az új szerepnek eltérőnek kell lennie"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1148,7 +1148,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr "Már létezik ilyen nevű profil vagy csoport"
|
msgstr "Már létezik ilyen nevű profil vagy csoport"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr "Nem található követhető példány ezen a címen"
|
msgstr "Nem található követhető példány ezen a címen"
|
||||||
|
@ -1412,7 +1412,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1422,7 +1422,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Már követi ezt a csoportot"
|
msgstr "Már követi ezt a csoportot"
|
||||||
|
@ -1442,12 +1442,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -227,7 +227,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Lihat %{count} aktivitas lagi"
|
msgstr[0] "Lihat %{count} aktivitas lagi"
|
||||||
|
@ -236,7 +236,7 @@ msgstr[0] "Lihat %{count} aktivitas lagi"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -333,14 +333,14 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon pada %{instance}: surel diubah"
|
msgstr "Mobilizon pada %{instance}: surel diubah"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "%{nb_events} acara direncanakan hari ini"
|
msgstr[0] "%{nb_events} acara direncanakan hari ini"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Anda memiliki %{total} acara hari ini:"
|
msgstr[0] "Anda memiliki %{total} acara hari ini:"
|
||||||
|
@ -390,20 +390,20 @@ msgstr ""
|
||||||
"Anda telah diundang oleh %{inviter} untuk bergabung ke kelompok %{group}"
|
"Anda telah diundang oleh %{inviter} untuk bergabung ke kelompok %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "%{nb_events} acara direncanakan pekan ini"
|
msgstr[0] "%{nb_events} acara direncanakan pekan ini"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Anda memiliki %{total} acara pekan ini:"
|
msgstr[0] "Anda memiliki %{total} acara pekan ini:"
|
||||||
|
@ -785,7 +785,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1085,7 +1085,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1169,12 +1169,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1659,7 +1653,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2052,3 +2046,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -176,13 +176,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -616,7 +616,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -636,17 +636,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -933,7 +933,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1064,22 +1064,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1089,7 +1089,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1351,7 +1351,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1361,7 +1361,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1381,12 +1381,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -226,7 +226,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Visualizza un'altra attività"
|
msgstr[0] "Visualizza un'altra attività"
|
||||||
|
@ -236,7 +236,7 @@ msgstr[1] "Visualizza altre %{count} attività"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "C'è stata un'attività!"
|
msgstr[0] "C'è stata un'attività!"
|
||||||
|
|
|
@ -357,7 +357,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon su %{instance}: email modificata"
|
msgstr "Mobilizon su %{instance}: email modificata"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Un evento programmato oggi"
|
msgstr[0] "Un evento programmato oggi"
|
||||||
|
@ -365,7 +365,7 @@ msgstr[1] "%{nb_events} eventi programmati oggi"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Hai un evento oggi:"
|
msgstr[0] "Hai un evento oggi:"
|
||||||
|
@ -415,14 +415,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "Sei stato invitato da %{inviter} a unirti al gruppo %{group}"
|
msgstr "Sei stato invitato da %{inviter} a unirti al gruppo %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Un evento in programma questa settimana"
|
msgstr[0] "Un evento in programma questa settimana"
|
||||||
msgstr[1] "%{nb_events} eventi in programma questa settimana"
|
msgstr[1] "%{nb_events} eventi in programma questa settimana"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests 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"
|
msgstr[0] "Una richiesta di partecipazione per l'evento %{title} da elaborare"
|
||||||
|
@ -432,7 +432,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Hai un evento questa settimana:"
|
msgstr[0] "Hai un evento questa settimana:"
|
||||||
|
@ -941,7 +941,7 @@ msgstr "Si prega di non usarlo per scopi reali."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1285,7 +1285,7 @@ msgstr ""
|
||||||
"Il team di moderazione della tua istanza ha deciso di sospendere "
|
"Il team di moderazione della tua istanza ha deciso di sospendere "
|
||||||
"%{group_name} (%{group_address}). Non sei più un membro di questo gruppo."
|
"%{group_name} (%{group_address}). Non sei più un membro di questo gruppo."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Il gruppo %{group} è stato sospeso su %{instance}"
|
msgstr "Il gruppo %{group} è stato sospeso su %{instance}"
|
||||||
|
@ -1416,21 +1416,6 @@ msgstr ""
|
||||||
"momento. Ad esempio, potrebbe essere necessario modificare questi Termini se "
|
"momento. Ad esempio, potrebbe essere necessario modificare questi Termini se "
|
||||||
"pubblichiamo una nuova funzionalità."
|
"pubblichiamo una nuova funzionalità."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Quando diciamo \"noi\" o \"nostro\" in questo documento, ci riferiamo ai "
|
|
||||||
"proprietari, operatori e amministratori di questa istanza di Mobilizon. Il "
|
|
||||||
"software Mobilizon è fornito dal team di collaboratori di Mobilizon, "
|
|
||||||
"supportato da <a href=\"https://framasoft.org\">Framasoft</a>, "
|
|
||||||
"un'organizzazione francese senza scopo di lucro che sostiene il software "
|
|
||||||
"gratuito/libero. Se non diversamente specificato, questa istanza di "
|
|
||||||
"Mobilizon è un servizio indipendente che utilizza il codice sorgente di "
|
|
||||||
"Mobilizon. Puoi trovare ulteriori informazioni su questa istanza nella "
|
|
||||||
"pagina <a href=\"/about/instance\">\"Informazioni su questa istanza\"</a>."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1964,7 +1949,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Hai una richiesta di partecipazione in sospeso da esaminare:"
|
msgstr[0] "Hai una richiesta di partecipazione in sospeso da esaminare:"
|
||||||
|
@ -2399,3 +2384,18 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Quando diciamo \"noi\" o \"nostro\" in questo documento, ci riferiamo ai "
|
||||||
|
"proprietari, operatori e amministratori di questa istanza di Mobilizon. Il "
|
||||||
|
"software Mobilizon è fornito dal team di collaboratori di Mobilizon, "
|
||||||
|
"supportato da <a href=\"https://framasoft.org\">Framasoft</a>, "
|
||||||
|
"un'organizzazione francese senza scopo di lucro che sostiene il software "
|
||||||
|
"gratuito/libero. Se non diversamente specificato, questa istanza di "
|
||||||
|
"Mobilizon è un servizio indipendente che utilizza il codice sorgente di "
|
||||||
|
"Mobilizon. Puoi trovare ulteriori informazioni su questa istanza nella "
|
||||||
|
"pagina <a href=\"/about/instance\">\"Informazioni su questa istanza\"</a>."
|
||||||
|
|
|
@ -182,13 +182,13 @@ msgstr "Le registrazioni non sono aperte"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "la password corrente non è valida"
|
msgstr "la password corrente non è valida"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "La nuova email sembra non valida"
|
msgstr "La nuova email sembra non valida"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -627,7 +627,7 @@ msgstr "Non puoi invitare in questo gruppo"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Non hai il permesso di cancellare questo token"
|
msgstr "Non hai il permesso di cancellare questo token"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
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"
|
msgstr "Devi essere connesso e un moderatore per elencare i log delle azioni"
|
||||||
|
@ -647,21 +647,21 @@ msgstr "Devi essere connesso e un moderatore per aggiornare un rapporto"
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
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"
|
msgstr "Devi essere connesso e un moderatore per visualizzare un rapporto"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Devi essere connesso e un moderatore per accedere alle opzioni "
|
"Devi essere connesso e un moderatore per accedere alle opzioni "
|
||||||
"dell'amministratore"
|
"dell'amministratore"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Devi essere connesso e un moderatore per accedere alle statistiche del "
|
"Devi essere connesso e un moderatore per accedere alle statistiche del "
|
||||||
"dashboard"
|
"dashboard"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -962,7 +962,7 @@ msgstr "Non è stato possibile abbandonare l'evento"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "Non è stato possibile aggiornare il gruppo"
|
msgstr "Non è stato possibile aggiornare il gruppo"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1094,22 +1094,22 @@ msgstr "Per rimuovere un membro è necessario aver effettuato il login"
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "La tua email sembra utilizzare un formato non valido"
|
msgstr "La tua email sembra utilizzare un formato non valido"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "Non è possibile confermare un utente già confermato"
|
msgstr "Non è possibile confermare un utente già confermato"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "La deconferma degli utenti non è supportata"
|
msgstr "La deconferma degli utenti non è supportata"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "La nuova email dev'essere diversa"
|
msgstr "La nuova email dev'essere diversa"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1121,7 +1121,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr "Esiste già un profilo o un gruppo con quel nome"
|
msgstr "Esiste già un profilo o un gruppo con quel nome"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr "Non è stato possibile trovare un'istanza da seguire a questo indirizzo"
|
msgstr "Non è stato possibile trovare un'istanza da seguire a questo indirizzo"
|
||||||
|
@ -1387,7 +1387,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1397,7 +1397,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Stai già seguendo questo gruppo"
|
msgstr "Stai già seguendo questo gruppo"
|
||||||
|
@ -1417,12 +1417,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -224,7 +224,7 @@ msgstr "通知の頻度と有効・無効の設定はアカウントの設定で
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "もっと更新・投稿を見る"
|
msgstr[0] "もっと更新・投稿を見る"
|
||||||
|
@ -233,7 +233,7 @@ msgstr[0] "もっと更新・投稿を見る"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "更新か投稿がありました!"
|
msgstr[0] "更新か投稿がありました!"
|
||||||
|
|
|
@ -316,14 +316,14 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -372,20 +372,20 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -750,7 +750,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1045,7 +1045,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1130,12 +1130,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1621,7 +1615,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2019,3 +2013,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -176,13 +176,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -616,7 +616,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -636,17 +636,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -933,7 +933,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1064,22 +1064,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1089,7 +1089,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1351,7 +1351,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1361,7 +1361,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1381,12 +1381,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -225,7 +225,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -235,7 +235,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -320,14 +320,14 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -376,20 +376,20 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -754,7 +754,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1049,7 +1049,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1133,12 +1133,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1623,7 +1617,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2016,3 +2010,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -169,13 +169,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -609,7 +609,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -629,17 +629,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -926,7 +926,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1057,22 +1057,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1082,7 +1082,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1344,7 +1344,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1354,7 +1354,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1374,12 +1374,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -215,7 +215,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -225,7 +225,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -322,7 +322,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -330,7 +330,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -380,14 +380,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -395,7 +395,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -761,7 +761,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1057,7 +1057,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1141,12 +1141,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1631,7 +1625,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2025,3 +2019,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -175,13 +175,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -615,7 +615,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -635,17 +635,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -932,7 +932,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1063,22 +1063,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1088,7 +1088,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1350,7 +1350,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1360,7 +1360,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1380,12 +1380,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -222,7 +222,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -232,7 +232,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -325,7 +325,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -333,7 +333,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -383,14 +383,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -398,7 +398,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -768,7 +768,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1071,7 +1071,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1159,12 +1159,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1651,7 +1645,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2055,3 +2049,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -175,13 +175,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -615,7 +615,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -635,17 +635,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -932,7 +932,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1063,22 +1063,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1088,7 +1088,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1350,7 +1350,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1360,7 +1360,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1380,12 +1380,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -225,7 +225,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Sjå ein aktivitet til"
|
msgstr[0] "Sjå ein aktivitet til"
|
||||||
|
@ -235,7 +235,7 @@ msgstr[1] "Sjå %{count} aktivitetar til"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Det har skjedd noko!"
|
msgstr[0] "Det har skjedd noko!"
|
||||||
|
|
|
@ -351,7 +351,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon på %{instance}: epostadressa er endra"
|
msgstr "Mobilizon på %{instance}: epostadressa er endra"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Ei planlagd hending i dag"
|
msgstr[0] "Ei planlagd hending i dag"
|
||||||
|
@ -359,7 +359,7 @@ msgstr[1] "%{nb_events} planlagde hendingar i dag"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Du har ei hending i dag:"
|
msgstr[0] "Du har ei hending i dag:"
|
||||||
|
@ -409,14 +409,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{inviter} har invitert deg til å bli med i gruppa %{group}"
|
msgstr "%{inviter} har invitert deg til å bli med i gruppa %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Ei planlagd hending denne veka"
|
msgstr[0] "Ei planlagd hending denne veka"
|
||||||
msgstr[1] "%{nb_events} planlagde hendingar denne veka"
|
msgstr[1] "%{nb_events} planlagde hendingar denne veka"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] "Du har ein førespurnad om å delta på %{title} å handtera"
|
msgstr[0] "Du har ein førespurnad om å delta på %{title} å handtera"
|
||||||
|
@ -426,7 +426,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Du har ei hending denne veka:"
|
msgstr[0] "Du har ei hending denne veka:"
|
||||||
|
@ -911,7 +911,7 @@ msgstr "Ikkje bruk han på ordentleg."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1248,7 +1248,7 @@ msgstr ""
|
||||||
"Styrarane på nettstaden din har avgjort å sperra gruppa %{group_name} "
|
"Styrarane på nettstaden din har avgjort å sperra gruppa %{group_name} "
|
||||||
"(%{group_address}). Du er ikkje lenger medlem av gruppa."
|
"(%{group_address}). Du er ikkje lenger medlem av gruppa."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Gruppa %{group} på %{instance} er sperra"
|
msgstr "Gruppa %{group} på %{instance} er sperra"
|
||||||
|
@ -1372,20 +1372,6 @@ msgstr ""
|
||||||
"Me held på retten til å endra desse vilkåra til ei kvar tid. Til dømes kan "
|
"Me held på retten til å endra desse vilkåra til ei kvar tid. Til dømes kan "
|
||||||
"me ha bruk for å endra vilkåra dersom det kjem nye funksjonar på nettstaden."
|
"me ha bruk for å endra vilkåra dersom det kjem nye funksjonar på nettstaden."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Når me seier «me», «vår» eller «oss» i dette dokumentet, meiner me dei som "
|
|
||||||
"eig, driv og styrer denne Mobilizon-nettstaden. Programvara Mobilizon blir "
|
|
||||||
"gjeven ut av eit lag med bidragsytarar, støtta av <a href=\"https://framasoft"
|
|
||||||
".org\">Framasoft</a>, som er ein fransk ideell organisasjon som arbeider for "
|
|
||||||
"fri og gratis programvare. Dersom det ikkje står anna, er denne Mobilizon-"
|
|
||||||
"nettstaden ei uavhengig teneste som bruker kjeldekode frå Mobilizon. Du kan "
|
|
||||||
"lesa meir om denne nettstaden på <a href=\"/about/instance\">«Om "
|
|
||||||
"oss»</a>-sida."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1916,7 +1902,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Du har ein førespurnad om deltaking å handtera:"
|
msgstr[0] "Du har ein førespurnad om deltaking å handtera:"
|
||||||
|
@ -2348,3 +2334,17 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Når me seier «me», «vår» eller «oss» i dette dokumentet, meiner me dei som "
|
||||||
|
"eig, driv og styrer denne Mobilizon-nettstaden. Programvara Mobilizon blir "
|
||||||
|
"gjeven ut av eit lag med bidragsytarar, støtta av <a href=\"https://framasoft"
|
||||||
|
".org\">Framasoft</a>, som er ein fransk ideell organisasjon som arbeider for "
|
||||||
|
"fri og gratis programvare. Dersom det ikkje står anna, er denne Mobilizon-"
|
||||||
|
"nettstaden ei uavhengig teneste som bruker kjeldekode frå Mobilizon. Du kan "
|
||||||
|
"lesa meir om denne nettstaden på <a href=\"/about/instance\">«Om "
|
||||||
|
"oss»</a>-sida."
|
||||||
|
|
|
@ -198,13 +198,13 @@ msgstr "Det er ikkje opna for å registrera seg"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Dette passordet er ugyldig"
|
msgstr "Dette passordet er ugyldig"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Den nye epostadressa ser ut til å vera feil"
|
msgstr "Den nye epostadressa ser ut til å vera feil"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -643,7 +643,7 @@ msgstr "Du kan ikkje invitera til denne gruppa"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Du har ikkje løyve til å sletta dette teiknet"
|
msgstr "Du har ikkje løyve til å sletta dette teiknet"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -664,21 +664,21 @@ msgstr "Du må vera innlogga og ha ei moderatorrolle for å oppdatera ein rappor
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Du må vera innlogga og ha ei moderatorrolle for å lesa rapportar"
|
msgstr "Du må vera innlogga og ha ei moderatorrolle for å lesa rapportar"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Du må vera innlogga og ha ei administratorrolle for å sjå admin-"
|
"Du må vera innlogga og ha ei administratorrolle for å sjå admin-"
|
||||||
"innstillingane"
|
"innstillingane"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Du må vera innlogga og ha ei administratorrolle for å sjå statistikk på "
|
"Du må vera innlogga og ha ei administratorrolle for å sjå statistikk på "
|
||||||
"styringspanelet"
|
"styringspanelet"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -975,7 +975,7 @@ msgstr "Greidde ikkje forlata hendinga"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "Greidde ikkje oppdatera gruppa"
|
msgstr "Greidde ikkje oppdatera gruppa"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1107,22 +1107,22 @@ msgstr "Du må vera innlogga for å fjerna medlemer"
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "Det ser ut som epostadressa di er ugyldig"
|
msgstr "Det ser ut som epostadressa di er ugyldig"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "Du kan ikkje stadfesta ein brukar som allereie er stadfesta"
|
msgstr "Du kan ikkje stadfesta ein brukar som allereie er stadfesta"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "Du kan ikkje oppheva stadfesting av brukarar"
|
msgstr "Du kan ikkje oppheva stadfesting av brukarar"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Den nye rolla må vera annleis"
|
msgstr "Den nye rolla må vera annleis"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr "Du må vera innlogga og ha ei administratorrolle for å redigera brukarar"
|
msgstr "Du må vera innlogga og ha ei administratorrolle for å redigera brukarar"
|
||||||
|
@ -1132,7 +1132,7 @@ msgstr "Du må vera innlogga og ha ei administratorrolle for å redigera brukara
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr "Det finst allereie ein brukar eller ei gruppe med det namnet"
|
msgstr "Det finst allereie ein brukar eller ei gruppe med det namnet"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr "Greidde ikkje finna ein nettstad å fylgja på denne adressa"
|
msgstr "Greidde ikkje finna ein nettstad å fylgja på denne adressa"
|
||||||
|
@ -1394,7 +1394,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1404,7 +1404,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Du fylgjer allereie denne gruppa"
|
msgstr "Du fylgjer allereie denne gruppa"
|
||||||
|
@ -1424,12 +1424,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -215,7 +215,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -225,7 +225,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -348,7 +348,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon sus %{instance} : adreça electronica cambiada"
|
msgstr "Mobilizon sus %{instance} : adreça electronica cambiada"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Un eveniment previst uèi"
|
msgstr[0] "Un eveniment previst uèi"
|
||||||
|
@ -356,7 +356,7 @@ msgstr[1] "%{nb_events} eveniments previstes uèi"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Avètz un eveniment uèi :"
|
msgstr[0] "Avètz un eveniment uèi :"
|
||||||
|
@ -406,14 +406,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{inviter} vos a convidat a rejónher lo grop %{group}"
|
msgstr "%{inviter} vos a convidat a rejónher lo grop %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Un eveniment previst aquesta setmana"
|
msgstr[0] "Un eveniment previst aquesta setmana"
|
||||||
msgstr[1] "%{nb_events} eveniments previstes aquesta setmana"
|
msgstr[1] "%{nb_events} eveniments previstes aquesta setmana"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests 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"
|
msgstr[0] "Una demanda de participacion a l’eveniment %{title} a tractar"
|
||||||
|
@ -423,7 +423,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Avètz un eveniment aquesta setmana :"
|
msgstr[0] "Avètz un eveniment aquesta setmana :"
|
||||||
|
@ -836,7 +836,7 @@ msgstr "Mercés de l’utilizar pas d’un biais real."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1149,7 +1149,7 @@ msgstr "Lo grop %{group} foguèt suspendut sus %{instance} !"
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Lo grop %{group} foguèt suspendut sus %{instance}"
|
msgstr "Lo grop %{group} foguèt suspendut sus %{instance}"
|
||||||
|
@ -1235,12 +1235,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1726,7 +1720,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2122,3 +2116,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -184,13 +184,13 @@ msgstr "Las inscripciones sèn pas obèrtas"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Lo mòt de santa clara actuau es invalid"
|
msgstr "Lo mòt de santa clara actuau es invalid"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Lo email nau sèm invalid"
|
msgstr "Lo email nau sèm invalid"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -627,7 +627,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -647,17 +647,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -944,7 +944,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1075,22 +1075,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Lo email nau deb esser different"
|
msgstr "Lo email nau deb esser different"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1100,7 +1100,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1362,7 +1362,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1372,7 +1372,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1392,12 +1392,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -229,7 +229,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Zobacz jeszcze jedną aktywność"
|
msgstr[0] "Zobacz jeszcze jedną aktywność"
|
||||||
|
@ -240,7 +240,7 @@ msgstr[2] "Zobacz jeszcze %{count} aktywności"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Wystąpiła aktywność!"
|
msgstr[0] "Wystąpiła aktywność!"
|
||||||
|
|
|
@ -359,7 +359,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon na %{instance}: zmieniono e-mail"
|
msgstr "Mobilizon na %{instance}: zmieniono e-mail"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Jedno wydarzenie zaplanowane na dzisiaj"
|
msgstr[0] "Jedno wydarzenie zaplanowane na dzisiaj"
|
||||||
|
@ -368,7 +368,7 @@ msgstr[2] "%{nv_events} wydareń zaplanowanych na dzisiaj"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Masz dzisiaj jedno wydarzenie:"
|
msgstr[0] "Masz dzisiaj jedno wydarzenie:"
|
||||||
|
@ -420,7 +420,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}"
|
msgstr "Dostałeś(-aś) zaproszenie od %{inviter}, aby dołączyć do grupy %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Jedno wydarzenie zaplanowane na ten tydzień"
|
msgstr[0] "Jedno wydarzenie zaplanowane na ten tydzień"
|
||||||
|
@ -428,7 +428,7 @@ msgstr[1] "%{nb_events} wydarzenia zaplanowane na ten tydzień"
|
||||||
msgstr[2] "%{nb_events} wydarzeń zaplanowanych na ten tydzień"
|
msgstr[2] "%{nb_events} wydarzeń zaplanowanych na ten tydzień"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests 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"
|
msgstr[0] "Jedno zgłoszenie uczestnictwa dla wydarzenia %{title} do zatwierdzenia"
|
||||||
|
@ -441,7 +441,7 @@ msgstr[2] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Masz w tym tygodniu jedno wydarzenie:"
|
msgstr[0] "Masz w tym tygodniu jedno wydarzenie:"
|
||||||
|
@ -947,7 +947,7 @@ msgstr "Nie używaj go do żadnych rzeczywistych zastosowań."
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1289,7 +1289,7 @@ msgstr ""
|
||||||
"Zespół moderatorów(-ek) Twojej instancji zdecydował się zawiesić "
|
"Zespół moderatorów(-ek) Twojej instancji zdecydował się zawiesić "
|
||||||
"%{nazwa_grupy} (%{adres_grupy}). Nie należysz już do tej grupy."
|
"%{nazwa_grupy} (%{adres_grupy}). Nie należysz już do tej grupy."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Grupa %{group} została zawieszona na %{instance}"
|
msgstr "Grupa %{group} została zawieszona na %{instance}"
|
||||||
|
@ -1419,21 +1419,6 @@ msgstr ""
|
||||||
"momencie. Na przykład, możemy być zmuszeni do zmiany niniejszych Warunków, "
|
"momencie. Na przykład, możemy być zmuszeni do zmiany niniejszych Warunków, "
|
||||||
"jeśli wprowadzimy nową funkcję."
|
"jeśli wprowadzimy nową funkcję."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Kiedy mówimy „my”, „nasz” lub „nas” w tym dokumencie, mamy na myśli "
|
|
||||||
"właścicieli(-ki), operatorów(-ki) i administratorów(-ki) tej instancji "
|
|
||||||
"Mobilizon. Oprogramowanie Mobilizon jest dostarczane przez zespół "
|
|
||||||
"współpracowników(-czek) Mobilizon, wspieranych przez <a href=\"https"
|
|
||||||
"://framasoft.org\">Framasoft</a>, francuską organizację non-profit "
|
|
||||||
"działającą na rzecz darmowego/wolnego oprogramowania. O ile wyraźnie nie "
|
|
||||||
"zaznaczono, ta instancja Mobilizon jest niezależną usługą korzystającą z "
|
|
||||||
"kodu źródłowego Mobilizon. Więcej informacji o tej instancji można znaleźć "
|
|
||||||
"na stronie <a href=\"/about/instance\">„Informacje o tej instancji”</a>."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1969,7 +1954,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "Masz jedną prośbę o zatwierdzenie uczestnictwa do przejrzenia:"
|
msgstr[0] "Masz jedną prośbę o zatwierdzenie uczestnictwa do przejrzenia:"
|
||||||
|
@ -2412,3 +2397,18 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Kiedy mówimy „my”, „nasz” lub „nas” w tym dokumencie, mamy na myśli "
|
||||||
|
"właścicieli(-ki), operatorów(-ki) i administratorów(-ki) tej instancji "
|
||||||
|
"Mobilizon. Oprogramowanie Mobilizon jest dostarczane przez zespół "
|
||||||
|
"współpracowników(-czek) Mobilizon, wspieranych przez <a href=\"https"
|
||||||
|
"://framasoft.org\">Framasoft</a>, francuską organizację non-profit "
|
||||||
|
"działającą na rzecz darmowego/wolnego oprogramowania. O ile wyraźnie nie "
|
||||||
|
"zaznaczono, ta instancja Mobilizon jest niezależną usługą korzystającą z "
|
||||||
|
"kodu źródłowego Mobilizon. Więcej informacji o tej instancji można znaleźć "
|
||||||
|
"na stronie <a href=\"/about/instance\">„Informacje o tej instancji”</a>."
|
||||||
|
|
|
@ -192,13 +192,13 @@ msgstr "Rejestracje nie są otwarte"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Obecne hasło jest nieprawidłowe"
|
msgstr "Obecne hasło jest nieprawidłowe"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Nowy adres e-mail nie wydaje się być prawidłowy"
|
msgstr "Nowy adres e-mail nie wydaje się być prawidłowy"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -641,7 +641,7 @@ msgstr "Nie możesz zaprosić do tej grupy"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "Nie masz uprawnień do usunięcia tego tokenu"
|
msgstr "Nie masz uprawnień do usunięcia tego tokenu"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -666,21 +666,21 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Musisz być zalogowanym(-ą) moderatorem(-ką), aby wyświetlić zgłoszenie"
|
msgstr "Musisz być zalogowanym(-ą) moderatorem(-ką), aby wyświetlić zgłoszenie"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Musisz być zalogowanym(-ą) administratorem(-ką), aby uzyskać dostęp do "
|
"Musisz być zalogowanym(-ą) administratorem(-ką), aby uzyskać dostęp do "
|
||||||
"ustawień administratora(-ki)"
|
"ustawień administratora(-ki)"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Musisz być zalogowanym(-ą) administratorem(-ką), aby uzyskać dostęp do "
|
"Musisz być zalogowanym(-ą) administratorem(-ką), aby uzyskać dostęp do "
|
||||||
"statystyk w panelu"
|
"statystyk w panelu"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -977,7 +977,7 @@ msgstr "Nie udało się opuścić wydarzenia"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "Nie udało się zaktualizować grupy"
|
msgstr "Nie udało się zaktualizować grupy"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1108,22 +1108,22 @@ msgstr "Musisz być zalogowany(-a), aby usunąć członka"
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "Wiadomość e-mail ma nieprawidłowy format"
|
msgstr "Wiadomość e-mail ma nieprawidłowy format"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "Nie można potwierdzić już potwierdzonego(-ej) użytkownika(-czki)"
|
msgstr "Nie można potwierdzić już potwierdzonego(-ej) użytkownika(-czki)"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "Cofanie potwierdzenia nie jest obsługiwane"
|
msgstr "Cofanie potwierdzenia nie jest obsługiwane"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Nowa rola musi być inna"
|
msgstr "Nowa rola musi być inna"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1135,7 +1135,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr "Profil lub grupa o tej nazwie już istnieje"
|
msgstr "Profil lub grupa o tej nazwie już istnieje"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr "Nie można znaleźć instancji do obserwacji pod tym adresem"
|
msgstr "Nie można znaleźć instancji do obserwacji pod tym adresem"
|
||||||
|
@ -1418,7 +1418,7 @@ msgstr "Zapewnienie zewnętrznej rejestracji nie jest dozwolone"
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr "Ta sama subskrypcja push została już zarejestrowana"
|
msgstr "Ta sama subskrypcja push została już zarejestrowana"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr "Ta instancja oczekuje na zatwierdzenie obserwacji"
|
msgstr "Ta instancja oczekuje na zatwierdzenie obserwacji"
|
||||||
|
@ -1428,7 +1428,7 @@ msgstr "Ta instancja oczekuje na zatwierdzenie obserwacji"
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr "Identyfikator strefy czasowej %{timezone} jest nieprawidłowy"
|
msgstr "Identyfikator strefy czasowej %{timezone} jest nieprawidłowy"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Obserwujesz już tę instancję"
|
msgstr "Obserwujesz już tę instancję"
|
||||||
|
@ -1454,12 +1454,12 @@ msgstr ""
|
||||||
"Podany token jest nieprawidłowy. Upewnij się, że adres URL jest dokładnie "
|
"Podany token jest nieprawidłowy. Upewnij się, że adres URL jest dokładnie "
|
||||||
"taki sam, jak podany w otrzymanej wiadomości e-mail."
|
"taki sam, jak podany w otrzymanej wiadomości e-mail."
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -215,7 +215,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -225,7 +225,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -315,7 +315,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -323,7 +323,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -373,14 +373,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -388,7 +388,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -754,7 +754,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1050,7 +1050,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1134,12 +1134,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1624,7 +1618,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2018,3 +2012,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -175,13 +175,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -615,7 +615,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -635,17 +635,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -932,7 +932,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1063,22 +1063,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1088,7 +1088,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1350,7 +1350,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1360,7 +1360,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1380,12 +1380,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -226,7 +226,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Ver mais uma atividade"
|
msgstr[0] "Ver mais uma atividade"
|
||||||
|
@ -236,7 +236,7 @@ msgstr[1] "Ver mais %{count} atividades"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Houve uma atividade!"
|
msgstr[0] "Houve uma atividade!"
|
||||||
|
|
|
@ -360,7 +360,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon da instância %{instance}: email alterado"
|
msgstr "Mobilizon da instância %{instance}: email alterado"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Um evento planejado para hoje"
|
msgstr[0] "Um evento planejado para hoje"
|
||||||
|
@ -368,7 +368,7 @@ msgstr[1] "%{nb_events} eventos planejadospara hoje"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Você tem um evento hoje:"
|
msgstr[0] "Você tem um evento hoje:"
|
||||||
|
@ -419,14 +419,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "Você foi convidado por %{inviter} para ingressar no grupo %{group}"
|
msgstr "Você foi convidado por %{inviter} para ingressar no grupo %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Um evento planejado esta semana"
|
msgstr[0] "Um evento planejado esta semana"
|
||||||
msgstr[1] "%{nb_events} eventos planejados esta semana"
|
msgstr[1] "%{nb_events} eventos planejados esta semana"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -434,7 +434,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Você tem um evento esta semana:"
|
msgstr[0] "Você tem um evento esta semana:"
|
||||||
|
@ -825,7 +825,7 @@ msgstr "Por favor não utilize este serviço em nenhum caso real"
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1127,7 +1127,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1237,12 +1237,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1736,7 +1730,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2130,3 +2124,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -182,13 +182,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -622,7 +622,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -642,17 +642,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -939,7 +939,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1070,22 +1070,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1095,7 +1095,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1357,7 +1357,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1367,7 +1367,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1387,12 +1387,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -225,7 +225,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Посмотреть еще одно событие"
|
msgstr[0] "Посмотреть еще одно событие"
|
||||||
|
@ -236,7 +236,7 @@ msgstr[2] "Посмотреть еще %{count} событий"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Было событие!"
|
msgstr[0] "Было событие!"
|
||||||
|
|
|
@ -359,7 +359,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon на %{instance}: адрес электронной почты изменен"
|
msgstr "Mobilizon на %{instance}: адрес электронной почты изменен"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Сегодня запланировано одно мероприятие"
|
msgstr[0] "Сегодня запланировано одно мероприятие"
|
||||||
|
@ -368,7 +368,7 @@ msgstr[2] "Сегодня запланировано %{nb_events} меропри
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "У вас сегодня одно мероприятие:"
|
msgstr[0] "У вас сегодня одно мероприятие:"
|
||||||
|
@ -419,7 +419,7 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{Inviter} пригласил вас присоединиться к группе %{group}"
|
msgstr "%{Inviter} пригласил вас присоединиться к группе %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "На этой неделе запланировано одно мероприятие"
|
msgstr[0] "На этой неделе запланировано одно мероприятие"
|
||||||
|
@ -427,7 +427,7 @@ msgstr[1] "На этой неделе запланировано %{nb_events} м
|
||||||
msgstr[2] "На этой неделе запланировано %{nb_events} мероприятий"
|
msgstr[2] "На этой неделе запланировано %{nb_events} мероприятий"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] "Одна заявка на участие в мероприятии %{title} ожидает одобрения"
|
msgstr[0] "Одна заявка на участие в мероприятии %{title} ожидает одобрения"
|
||||||
|
@ -440,7 +440,7 @@ msgstr[2] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "У вас одно мероприятие на этой неделе:"
|
msgstr[0] "У вас одно мероприятие на этой неделе:"
|
||||||
|
@ -937,7 +937,7 @@ msgstr "Пожалуйста, используйте это только для
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1282,7 +1282,7 @@ msgstr ""
|
||||||
"%{group_name} (%{group_address}). Вы больше не являетесь участником этой "
|
"%{group_name} (%{group_address}). Вы больше не являетесь участником этой "
|
||||||
"группы."
|
"группы."
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr "Группа %{group} заблокирована на %{instance}"
|
msgstr "Группа %{group} заблокирована на %{instance}"
|
||||||
|
@ -1408,20 +1408,6 @@ msgstr ""
|
||||||
"Мы оставляем за собой право изменять эти Условия в любое время. Например, "
|
"Мы оставляем за собой право изменять эти Условия в любое время. Например, "
|
||||||
"нам может потребоваться сделать это при добавлении новой функции."
|
"нам может потребоваться сделать это при добавлении новой функции."
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
"Когда мы говорим «мы», «наш» или «нас» в этом документе, то имеем в виду "
|
|
||||||
"владельцев, операторов и администраторов данного узла Mobilizon. Программное "
|
|
||||||
"обеспечение Mobilizon предоставляется командой разработчиков Mobilizon при "
|
|
||||||
"поддержке <a href=\"https://framasoft.org\">Framasoft</a>, французской "
|
|
||||||
"некоммерческой организации, выступающей за Открытое / Свободное ПО. Если "
|
|
||||||
"явно не указано иное, этот узел Mobilizon является независимой службой, "
|
|
||||||
"использующей исходный код Mobilizon. Дополнительную информацию об этом узле "
|
|
||||||
"можно найти на странице <a href=\"/about/instance\">«Об этом узле»</a>."
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1956,7 +1942,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] "У вас есть ожидающий рассмотрения запрос на участие:"
|
msgstr[0] "У вас есть ожидающий рассмотрения запрос на участие:"
|
||||||
|
@ -2365,3 +2351,17 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
"Когда мы говорим «мы», «наш» или «нас» в этом документе, то имеем в виду "
|
||||||
|
"владельцев, операторов и администраторов данного узла Mobilizon. Программное "
|
||||||
|
"обеспечение Mobilizon предоставляется командой разработчиков Mobilizon при "
|
||||||
|
"поддержке <a href=\"https://framasoft.org\">Framasoft</a>, французской "
|
||||||
|
"некоммерческой организации, выступающей за Открытое / Свободное ПО. Если "
|
||||||
|
"явно не указано иное, этот узел Mobilizon является независимой службой, "
|
||||||
|
"использующей исходный код Mobilizon. Дополнительную информацию об этом узле "
|
||||||
|
"можно найти на странице <a href=\"/about/instance\">«Об этом узле»</a>."
|
||||||
|
|
|
@ -193,13 +193,13 @@ msgstr "Регистрация не открыта"
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr "Текущий пароль неверен"
|
msgstr "Текущий пароль неверен"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Новый адрес электронной почты недействителен"
|
msgstr "Новый адрес электронной почты недействителен"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -643,7 +643,7 @@ msgstr "Вы не можете приглашать в эту группу"
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr "У вас нет прав на удаление этого токена"
|
msgstr "У вас нет прав на удаление этого токена"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -668,20 +668,20 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr "Для просмотра отчёта вы должны войти в систему и иметь права модератора"
|
msgstr "Для просмотра отчёта вы должны войти в систему и иметь права модератора"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Для доступа в админку вы должны войти в систему и иметь права администратора"
|
"Для доступа в админку вы должны войти в систему и иметь права администратора"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Для доступа к панели со статистикой вы должны войти в систему и иметь права "
|
"Для доступа к панели со статистикой вы должны войти в систему и иметь права "
|
||||||
"администратора"
|
"администратора"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -987,7 +987,7 @@ msgstr "Не удалось покинуть мероприятие"
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr "Не удалось обновить группу"
|
msgstr "Не удалось обновить группу"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1118,22 +1118,22 @@ msgstr "Вы должны войти в систему, чтобы удалит
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr "Ваш адрес электронной почты, , похоже, использует неправильный формат"
|
msgstr "Ваш адрес электронной почты, , похоже, использует неправильный формат"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr "Невозможно подтвердить уже подтвержденного пользователя"
|
msgstr "Невозможно подтвердить уже подтвержденного пользователя"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr "Отмена подтверждения пользователей не поддерживается"
|
msgstr "Отмена подтверждения пользователей не поддерживается"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr "Новая роль должна быть другой"
|
msgstr "Новая роль должна быть другой"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1145,7 +1145,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1407,7 +1407,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1417,7 +1417,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr "Вы уже подписаны на эту группу"
|
msgstr "Вы уже подписаны на эту группу"
|
||||||
|
@ -1437,12 +1437,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -225,7 +225,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] "Visa en till aktivitet"
|
msgstr[0] "Visa en till aktivitet"
|
||||||
|
@ -235,7 +235,7 @@ msgstr[1] "Visa %{count} fler aktiviteter"
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] "Det har varit en aktivitet!"
|
msgstr[0] "Det har varit en aktivitet!"
|
||||||
|
|
|
@ -349,7 +349,7 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr "Mobilizon på %{instance}: e-postadressen har ändrats"
|
msgstr "Mobilizon på %{instance}: e-postadressen har ändrats"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] "Ett evenemang har planerats idag"
|
msgstr[0] "Ett evenemang har planerats idag"
|
||||||
|
@ -357,7 +357,7 @@ msgstr[1] "%{nb_events} evenemang har planerats idag"
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] "Du har ett evenemang idag:"
|
msgstr[0] "Du har ett evenemang idag:"
|
||||||
|
@ -407,14 +407,14 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr "%{inviter} har bjudit in dig till gruppen %{group}"
|
msgstr "%{inviter} har bjudit in dig till gruppen %{group}"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] "Ett evenemang planerat denna vecka"
|
msgstr[0] "Ett evenemang planerat denna vecka"
|
||||||
msgstr[1] "%{nb_events} evenemang planerade denna vecka"
|
msgstr[1] "%{nb_events} evenemang planerade denna vecka"
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] "En deltagarförfrågan för evenemanget %{title} att behandla"
|
msgstr[0] "En deltagarförfrågan för evenemanget %{title} att behandla"
|
||||||
|
@ -424,7 +424,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] "Du har ett evenemang den här veckan:"
|
msgstr[0] "Du har ett evenemang den här veckan:"
|
||||||
|
@ -804,7 +804,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1107,7 +1107,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1191,12 +1191,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1684,7 +1678,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2078,3 +2072,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -182,13 +182,13 @@ msgstr ""
|
||||||
msgid "The current password is invalid"
|
msgid "The current password is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:334
|
#: lib/graphql/resolvers/admin.ex:335
|
||||||
#: lib/graphql/resolvers/user.ex:527
|
#: lib/graphql/resolvers/user.ex:527
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email doesn't seem to be valid"
|
msgid "The new email doesn't seem to be valid"
|
||||||
msgstr "Den nya mejladressen verkar vara felaktig"
|
msgstr "Den nya mejladressen verkar vara felaktig"
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:323
|
#: lib/graphql/resolvers/admin.ex:324
|
||||||
#: lib/graphql/resolvers/user.ex:514
|
#: lib/graphql/resolvers/user.ex:514
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The new email must be different"
|
msgid "The new email must be different"
|
||||||
|
@ -627,7 +627,7 @@ msgstr ""
|
||||||
msgid "You don't have permission to delete this token"
|
msgid "You don't have permission to delete this token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:56
|
#: lib/graphql/resolvers/admin.ex:57
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and a moderator to list action logs"
|
msgid "You need to be logged-in and a moderator to list action logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -647,17 +647,17 @@ msgstr ""
|
||||||
msgid "You need to be logged-in and a moderator to view a report"
|
msgid "You need to be logged-in and a moderator to view a report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:258
|
#: lib/graphql/resolvers/admin.ex:259
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:242
|
#: lib/graphql/resolvers/admin.ex:243
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:283
|
#: lib/graphql/resolvers/admin.ex:284
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -944,7 +944,7 @@ msgstr ""
|
||||||
msgid "Failed to update the group"
|
msgid "Failed to update the group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:357
|
#: lib/graphql/resolvers/admin.ex:358
|
||||||
#: lib/graphql/resolvers/user.ex:547
|
#: lib/graphql/resolvers/user.ex:547
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Failed to update user email"
|
msgid "Failed to update user email"
|
||||||
|
@ -1075,22 +1075,22 @@ msgstr ""
|
||||||
msgid "Your email seems to be using an invalid format"
|
msgid "Your email seems to be using an invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:399
|
#: lib/graphql/resolvers/admin.ex:400
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Can't confirm an already confirmed user"
|
msgid "Can't confirm an already confirmed user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:403
|
#: lib/graphql/resolvers/admin.ex:404
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Deconfirming users is not supported"
|
msgid "Deconfirming users is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:375
|
#: lib/graphql/resolvers/admin.ex:376
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "The new role must be different"
|
msgid "The new role must be different"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:314
|
#: lib/graphql/resolvers/admin.ex:315
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1100,7 +1100,7 @@ msgstr ""
|
||||||
msgid "A profile or group with that name already exists"
|
msgid "A profile or group with that name already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:542
|
#: lib/graphql/resolvers/admin.ex:560
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Unable to find an instance to follow at this address"
|
msgid "Unable to find an instance to follow at this address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1362,7 +1362,7 @@ msgstr ""
|
||||||
msgid "The same push subscription has already been registered"
|
msgid "The same push subscription has already been registered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:536
|
#: lib/graphql/resolvers/admin.ex:554
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "This instance is pending follow approval"
|
msgid "This instance is pending follow approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1372,7 +1372,7 @@ msgstr ""
|
||||||
msgid "Timezone ID %{timezone} is invalid"
|
msgid "Timezone ID %{timezone} is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/admin.ex:539
|
#: lib/graphql/resolvers/admin.ex:557
|
||||||
#, elixir-autogen, elixir-format, fuzzy
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
msgid "You are already following this instance"
|
msgid "You are already following this instance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1393,12 +1393,12 @@ msgstr ""
|
||||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/conversation.ex:161
|
#: lib/graphql/resolvers/conversation.ex:164
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Conversation needs to mention at least one participant that's not yourself"
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/graphql/resolvers/participant.ex:396
|
#: lib/graphql/resolvers/participant.ex:401
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "There are no participants matching the audience you've selected."
|
msgid "There are no participants matching the audience you've selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -226,7 +226,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
#: lib/web/templates/email/email_direct_activity.html.heex:230
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
#: lib/web/templates/email/email_direct_activity.text.eex:23
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "View one more activity"
|
msgid "View one more activity"
|
||||||
msgid_plural "View %{count} more activities"
|
msgid_plural "View %{count} more activities"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -236,7 +236,7 @@ msgstr[1] ""
|
||||||
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
#: lib/web/templates/email/email_direct_activity.html.heex:60
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
#: lib/web/templates/email/email_direct_activity.text.eex:6
|
||||||
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
#: lib/web/templates/email/email_direct_activity.text.eex:7
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "There has been an activity!"
|
msgid "There has been an activity!"
|
||||||
msgid_plural "There has been some activity!"
|
msgid_plural "There has been some activity!"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
|
@ -313,14 +313,14 @@ msgid "Mobilizon on %{instance}: email changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:52
|
#: lib/web/email/notification.ex:52
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned today"
|
msgid "One event planned today"
|
||||||
msgid_plural "%{nb_events} events planned today"
|
msgid_plural "%{nb_events} events planned today"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:47
|
#: lib/web/templates/email/on_day_notification.html.heex:47
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:3
|
#: lib/web/templates/email/on_day_notification.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event today:"
|
msgid "You have one event today:"
|
||||||
msgid_plural "You have %{total} events today:"
|
msgid_plural "You have %{total} events today:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -369,20 +369,20 @@ msgid "You have been invited by %{inviter} to join group %{group}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:81
|
#: lib/web/email/notification.ex:81
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One event planned this week"
|
msgid "One event planned this week"
|
||||||
msgid_plural "%{nb_events} events planned this week"
|
msgid_plural "%{nb_events} events planned this week"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/email/notification.ex:107
|
#: lib/web/email/notification.ex:107
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "One participation request for event %{title} to process"
|
msgid "One participation request for event %{title} to process"
|
||||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: lib/web/templates/email/notification_each_week.html.heex:47
|
#: lib/web/templates/email/notification_each_week.html.heex:47
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:3
|
#: lib/web/templates/email/notification_each_week.text.eex:3
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one event this week:"
|
msgid "You have one event this week:"
|
||||||
msgid_plural "You have %{total} events this week:"
|
msgid_plural "You have %{total} events this week:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -747,7 +747,7 @@ msgstr ""
|
||||||
#: lib/web/templates/email/notification_each_week.text.eex:11
|
#: lib/web/templates/email/notification_each_week.text.eex:11
|
||||||
#: lib/web/templates/email/on_day_notification.html.heex:89
|
#: lib/web/templates/email/on_day_notification.html.heex:89
|
||||||
#: lib/web/templates/email/on_day_notification.text.eex:11
|
#: lib/web/templates/email/on_day_notification.text.eex:11
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button."
|
||||||
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -1042,7 +1042,7 @@ msgstr ""
|
||||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/email/group.ex:108
|
#: lib/web/email/group.ex:106
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "The group %{group} has been suspended on %{instance}"
|
msgid "The group %{group} has been suspended on %{instance}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1126,12 +1126,6 @@ msgctxt "terms"
|
||||||
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:55
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgctxt "terms"
|
|
||||||
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by <a href=\"https://framasoft.org\">Framasoft</a>, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/web/templates/api/terms.html.heex:105
|
#: lib/web/templates/api/terms.html.heex:105
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgctxt "terms"
|
msgctxt "terms"
|
||||||
|
@ -1616,7 +1610,7 @@ msgstr ""
|
||||||
|
|
||||||
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
#: lib/web/templates/email/pending_participation_notification.html.heex:47
|
||||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||||
#, elixir-format
|
#, elixir-format, elixir-autogen
|
||||||
msgid "You have one pending attendance request to process for the following event:"
|
msgid "You have one pending attendance request to process for the following event:"
|
||||||
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -2009,3 +2003,9 @@ msgstr ""
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Well done!"
|
msgid "Well done!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/web/templates/api/terms.html.heex:55
|
||||||
|
#, elixir-autogen, elixir-format, fuzzy
|
||||||
|
msgctxt "terms"
|
||||||
|
msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the <a href=\"/about/instance\">\"About this instance\"</a> page."
|
||||||
|
msgstr ""
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue