Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-08 22:00:13 +0300
committerdartcafe <github@dartcafe.de>2020-09-08 22:00:13 +0300
commitc0ebb54966d3b334145d5075e1da8757b90018b8 (patch)
treeb722c364687408b193c5434d74aacf1636c39095
parentbfaa1c9b4d4095859ba62c4836235068ac7a6069 (diff)
parent7989598832108144069f583e375ee7407ffdc78e (diff)
Merge branch 'master' into dev-1.5v1.5.1-RC1
-rw-r--r--.github/workflows/stale.yml18
-rw-r--r--Makefile2
-rw-r--r--l10n/br.js9
-rw-r--r--l10n/br.json9
-rw-r--r--l10n/ca.js125
-rw-r--r--l10n/ca.json125
-rw-r--r--l10n/de_DE.js2
-rw-r--r--l10n/de_DE.json2
-rw-r--r--l10n/es.js6
-rw-r--r--l10n/es.json6
-rw-r--r--l10n/fi.js13
-rw-r--r--l10n/fi.json13
-rw-r--r--l10n/ja.js11
-rw-r--r--l10n/ja.json11
-rw-r--r--l10n/nl.js6
-rw-r--r--l10n/nl.json6
-rw-r--r--l10n/pt_BR.js26
-rw-r--r--l10n/pt_BR.json26
-rw-r--r--package-lock.json39
19 files changed, 406 insertions, 49 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
new file mode 100644
index 00000000..8082f2b2
--- /dev/null
+++ b/.github/workflows/stale.yml
@@ -0,0 +1,18 @@
+name: Mark stale issues
+
+on:
+ schedule:
+ - cron: "30 1 * * *"
+
+jobs:
+ stale:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/stale@v3
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ stale-issue-message: 'This issue is marked as stale, because it had no activity in the last 30 days. It will be closed in 5 days.'
+ stale-issue-label: 'stale'
+ exempt-issue-labels: 'enhancement,bug,investigate'
+ days-before-stale: 30
+ days-before-close: 5
diff --git a/Makefile b/Makefile
index 61237aea..a96d5015 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ all: dev-setup appstore
dev-setup: clean-dev npm-init composer
npm-init:
- npm install
+ npm ci
# a copy is fetched from the web
.PHONY: composer
diff --git a/l10n/br.js b/l10n/br.js
index 5d2e0cc7..84831204 100644
--- a/l10n/br.js
+++ b/l10n/br.js
@@ -3,17 +3,24 @@ OC.L10N.register(
{
"Cancel" : "Arrest",
"OK" : "OK",
+ "Week" : "Sizun",
"Group" : "Stollad",
"Unknown user" : "Implijer dianv",
+ "Delete comment" : "Lemel an displegadenn",
+ "Apply" : "Lakaat",
+ "Owner" : "Perc'henner",
"never" : "james",
"Details" : "Munudoù",
"Configuration" : "Stumm",
"Shares" : "Rannañ",
+ "Comments" : "Displegadennoù",
"Description" : "Diskrivadur",
"Expiration date" : "Deizad termen",
"Who are you?" : "Piv oc'h c'hwi ?",
"No" : "Nan",
"Yes" : "Ya",
- "Deleted" : "Lamet"
+ "Deleted" : "Lamet",
+ "Day" : "Deiz",
+ "Month" : "Miz"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");
diff --git a/l10n/br.json b/l10n/br.json
index e59bada0..bae8a9f7 100644
--- a/l10n/br.json
+++ b/l10n/br.json
@@ -1,17 +1,24 @@
{ "translations": {
"Cancel" : "Arrest",
"OK" : "OK",
+ "Week" : "Sizun",
"Group" : "Stollad",
"Unknown user" : "Implijer dianv",
+ "Delete comment" : "Lemel an displegadenn",
+ "Apply" : "Lakaat",
+ "Owner" : "Perc'henner",
"never" : "james",
"Details" : "Munudoù",
"Configuration" : "Stumm",
"Shares" : "Rannañ",
+ "Comments" : "Displegadennoù",
"Description" : "Diskrivadur",
"Expiration date" : "Deizad termen",
"Who are you?" : "Piv oc'h c'hwi ?",
"No" : "Nan",
"Yes" : "Ya",
- "Deleted" : "Lamet"
+ "Deleted" : "Lamet",
+ "Day" : "Deiz",
+ "Month" : "Miz"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
} \ No newline at end of file
diff --git a/l10n/ca.js b/l10n/ca.js
index 12526175..36238856 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -2,59 +2,182 @@ OC.L10N.register(
"polls",
{
"Polls" : "Enquestes",
+ "Poll invitation \"%s\"" : "Invitació a Enquesta \"%s\"",
+ "{owner} invited you to take part in the poll \"{title}\"" : "{owner} us va convidar a participar en l'enquesta \"{title}\"",
"Go to poll" : "Vés a l'enquesta",
+ "This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Aquest enllaç us dóna accés personal a l'enquesta que s'ha anomenat anteriorment. Premeu el botó de dalt o copieu l'enllaç següent i afegiu-lo a la barra d'ubicació del navegador: ",
+ "This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Aquest correu electrònic s'envia a vostè, perquè se li convida a votar en aquesta enquesta pel propietari de l'enquesta. Almenys el vostre nom o la vostra adreça electrònica es registren en aquesta enquesta. Si voleu sortir d'aquesta enquesta, poseu-vos en contacte amb l'administrador del lloc o amb l'iniciador d'aquesta enquesta, des d'on s'envia el correu.",
"Polls App - New Activity" : "Aplicació d'Enquestes - Nova Activitat",
+ "\"{title}\" had recent activity: " : "\"{title}\" ha tingut activitat recent: ",
+ "- %s voted." : "- %s ha votat.",
+ "- %s updated the poll configuration. Please check your votes." : "- %s ha actualitzat la configuració del sondeig. Si us plau, comproveu els seus vots.",
+ "- %s deleted the poll." : "- %s ha suprimit l'enquesta.",
+ "- %s restored the poll." : "- %s ha restaurat l'enquesta.",
+ "- The poll expired." : "- Enquesta caducada.",
+ "- %s added a vote option." : "- %s ha afegit una opció de vot.",
+ "- %s removed a vote option." : "- %s ha eliminat una opció de vot.",
+ "This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Aquest correu electrònic s'envia a vostè, perquè es va subscriure a les notificacions d'aquesta enquesta. Per donar-se de baixa, visita l'enquesta i suprimeix la subscripció.",
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Una aplicació d’enquestes, similar al doodle/dudle amb la possibilitat de restringir l'accés.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Una aplicació d’enquestes, similar al doodle/dudle amb la possibilitat de restringir l'accés (membres, certs grups/usuaris, ocults i públics).",
+ "Error loading poll list" : "S'ha produït un error en carregar la llista de enquestes",
"Confirmed" : "Confirmat",
+ "Add a date option" : "Afegir una opció de data",
"Click to add a date" : "Feu clic per afegir una data",
+ "Clone to option sequence" : "Clonar a seqüència d'opcions",
+ "Create a sequence of date options starting with {dateOption}." : "Crear una seqüència d'opcions de data a partir de {dateOption}.",
+ "Step unit: " : "Unitat de pas: ",
+ "Step width: " : "Espaiat de pas: ",
+ "Number of items to create: " : "Nombre d'elements a crear: ",
"Cancel" : "Cancel·la",
"OK" : "D'acord",
"Week" : "Setmana",
"Shift all date options" : "Desplaça totes les opcions de dates",
+ "Decrease unit" : "Disminuir la unitat",
+ "Increase unit" : "Augmentar la unitat",
+ "Shift" : "Maj",
+ "No Participants until now" : "No hi ha participants fins ara",
+ "_%n Participant_::_%n Participants_" : ["%n Participant","%n Participants"],
+ "started this poll on %n. " : "iniciat aquesta enquesta en %n. ",
+ "This poll expired on {dateString}. The confirmed options are marked below." : "Aquesta enquesta ha caducat a {dateString}. Les opcions confirmades es marquen a continuació.",
+ "This poll expired on {dateString}, but there are no confirmed options until now." : "Aquesta enquesta ha caducat a {dateString}, però no hi ha opcions confirmades fins ara.",
+ "You can confirm your favorites now in the options tab in the sidebar." : "Podeu confirmar els vostres preferits ara a la pestanya opcions de la barra lateral.",
+ "You can place your vote until {dateString}." : "Podeu posar el vostre vot fins a {dateString}.",
+ "The names of other participants are hidden, as this is an anonymous poll. " : "Els noms d'altres participants estan ocults, ja que es tracta d'una enquesta anònima. ",
+ "Results are hidden. " : "Els resultats estan ocults. ",
+ "They will be revealed after the poll is expired. " : "Es revelaran després de l'expiració de l'enquesta. ",
"Group" : "Grup",
+ "Public share" : "Participació pública",
"Unknown user" : "Usuari desconegut",
"New comment …" : "Crea un comentari",
+ "Your comment was added" : "S'ha afegit el vostre comentari",
+ "Error while saving comment" : "Error en desar el comentari",
"Delete comment" : "Esborrar comentari",
"No comments yet. Be the first." : "Cap comentari encara. Sigueu el primer.",
+ "Comment deleted" : "Comentari suprimit",
+ "Error while deleting the comment" : "Error en suprimir el comentari",
"Title" : "Títol",
+ "Enter Title" : "Introduïu el títol",
"Poll type" : "Tipus d'enquesta",
"Date poll" : "Enquesta de dates",
"Text poll" : "Enquesta de text",
"Apply" : "Aplica",
+ "Poll \"%n\" added" : "Enquesta \"%n\" afegida",
+ "Error while creating Poll \"%n\"" : "Error en crear l'enquesta \"%n\"",
+ "Add new Poll" : "Afegeix una enquesta nova",
+ "Relevant" : "Important",
"My polls" : "Les meves enquestes",
"Public polls" : "Enquestes públiques",
+ "All polls" : "Totes les enquestes",
+ "Expired polls" : "Enquestes caducades",
+ "Deleted polls" : "Enquestes suprimides",
+ "Error cloning poll." : "Error clonant l’enquesta.",
+ "Error deleting poll." : "Error suprimint l’enquesta.",
"Clone poll" : "Clona enquesta",
"Delete poll" : "Suprimeix enquesta",
+ "Restore poll" : "Restaura l'enquesta",
+ "Delete poll permanently" : "Suprimeix l'enquesta de forma permanent",
"Access" : "Accés",
"Owner" : "Propietari",
"Created" : "Creat",
"Expires" : "Caduca",
+ "No description provided" : "No s'ha proveït cap descripció",
+ "Visible to other users" : "Visible per a altres usuaris",
+ "Hidden to other users" : "Ocult a altres usuaris",
"never" : "mai",
+ "Error loading poll" : "Error carregant l’enquesta",
"Details" : "Detalls",
"Configuration" : "Configuració",
"Options" : "Opcions",
"Shares" : "Compartits",
"Comments" : "Comentaris",
+ "As an admin you may edit this poll" : "Com a administrador podeu editar aquesta enquesta",
"Description" : "Descripció",
"Poll configurations" : "Configuracions de l'enquesta",
+ "Allow admins to edit this poll" : "Permet als administradors editar aquesta enquesta",
"Allow \"maybe\" vote" : "Permet el vot \"potser\"",
"Anonymous poll" : "Enquesta anònima",
+ "Result display" : "Visualització de resultats",
+ "Always show results" : "Mostra sempre els resultats",
+ "Hide results until poll is expired" : "Amaga els resultats fins que l’enquesta hagi caducat",
+ "Never show results" : "No mostrar mai resultats",
"Expiration date" : "Data de caducitat",
"Writing poll" : "S'està escrivint l'enquesta",
"Update poll" : "Actualitza l'enquesta",
"Create new poll" : "Crea una nova enquesta",
- "Title must not be empty!" : "El títol no pot estar buit",
+ "Title must not be empty!" : "El títol no pot estar buit!",
"%n successfully saved" : "S'ha desat %n correctament",
+ "Error writing poll" : "Error d’escriptura de l'enquesta",
+ "Available Options" : "Opcions disponibles",
+ "Delete option" : "Suprimir opció",
+ "Clone option" : "Clona opció",
+ "Unconfirm option" : "Desconfirma l'opció",
+ "Confirm option" : "Confirma l'opció",
+ "There are no vote options specified." : "No s'han especificat opcions de vot.",
+ "Add a new text option" : "Afegeix una opció de text nova",
+ "Enter option text" : "Introduïu el text de l'opció",
+ "Invitations" : "Invitacions",
+ "Resend invitation mail" : "Torna a enviar el correu d'invitació",
+ "Send invitation mail" : "Enviar correu d'invitació",
+ "Copy link to clipboard" : "Copia l'enllaç al porta-retalls",
+ "Remove share" : "Suprimeix la compartició",
+ "Public shares" : "Comparticions públiques",
+ "Public link (" : "Enllaç públic (",
+ "Add a public link" : "Afegir un enllaç públic",
+ "Unsent invitations" : "Invitacions sense enviar",
+ "Enter a name to start the search" : "Introduïu un nom per iniciar la cerca",
+ "Invitation sent to {name}" : "Invitació enviada a {name}",
+ "Error sending invitation to {name}" : "S'ha produït un error en enviar una invitació a {name}",
"Link copied to clipboard" : "S'ha copiat l'enllaç al porta-retalls",
+ "Error while copying link to clipboard" : "Error en copiar l'enllaç al porta-retalls",
+ "Error while adding share" : "Error en afegir compartició",
"Receive notification email on activity" : "Rep correu electrònic de notificació quan hi hagi activitat",
+ "Your personal link to this poll: %n" : "El teu enllaç personal a aquesta enquesta: %n",
+ "Who are you?" : "Quem és tu?",
+ "To participate, tell us how we can call you!" : "Per participar-hi, explica'ns com podem trucar-te!",
+ "Enter your name" : "Introdueix el teu nom",
+ "Please use at least 3 characters for your name." : "Si us plau, utilitzeu almenys 3 caràcters per al vostre nom.",
+ "This name is not valid, i.e. because it is already in use." : "Aquest nom no és vàlid, és a dir, perquè ja està en ús.",
+ "OK, we will call you {username}." : "D'acord, us trucarem {username}.",
+ "You have an account? Log in here." : "Tens un compte? Inicia sessió aquí.",
+ "Please use at least 3 characters for your username!" : "Si us plau, utilitzeu almenys 3 caràcters per al vostre nom d'usuari!",
+ "This username can not be chosen." : "Aquest nom d'usuari no es pot triar.",
+ "Error saving username" : "Error en desar el nom d'usuari",
+ "Delete votes" : "Suprimir vots",
+ "Do you want to remove {username} from poll?" : "Voleu suprimir {username} del sondeig?",
"No" : "No",
"Yes" : "Sí",
+ "The poll does not exist" : "L'enquesta no existeix",
+ "Enter a poll or start a new one." : "Introduïu una enquesta o inicieu-ne una de nova.",
+ "Goto Nextcloud" : "Anar a Nextcloud",
"No existing polls." : "No hi ha enquestes.",
+ "Relevant polls" : "Enquestes rellevants",
+ "Hidden polls" : "Enquestes ocultes",
+ "My deleted polls" : "Les meves enquestes suprimides",
+ "Participated by me" : "Participat per mi",
+ "Your polls (where you are the owner)." : "Les enquestes (on sou el propietari).",
+ "All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without expired polls." : "Totes les enquestes que són rellevants o importants per a vostè, perquè vostè és un participant o el propietari o se li ha convidat. Sense enquestes caducades.",
+ "A complete list with all public polls on this site, regardless who is the owner." : "Una llista completa amb totes les enquestes públiques d'aquest lloc, independentment de qui sigui el propietari.",
+ "All hidden polls, to which you have access." : "Totes les enquestes ocultes, a les quals teniu accés.",
+ "The trash bin." : "La paperera.",
+ "All polls, where you placed a vote." : "Totes les enquestes, on vostè va posar un vot.",
+ "Polls which reached their expiry date." : "Enquestes que van arribar a la seva data de caducitat.",
+ "All polls, where you have access to." : "Totes les enquestes, on teniu accés.",
+ "Toggle Sidebar" : "Mostra/amaga la barra lateral",
"Deleted" : "Suprimit",
+ "There are no vote options, add some in the options section of the right sidebar." : "No hi ha opcions de vot, afegiu-ne algunes a la secció d'opcions de la barra lateral dreta.",
+ "There are no vote options. Maybe the owner did not provide some until now." : "No hi ha opcions de vot. Potser el propietari no en va proporcionar algunes fins ara.",
+ "Switch to mobile view" : "Canviar a la visualització per a mòbils",
+ "Switch to desktop view" : "Canvia a la visualització d'escriptori",
+ "Date order" : "Ordre de data",
+ "Original order" : "Ordre original",
+ "Ranked order" : "Ordre classificat",
+ "Minute" : "Minut",
"Hour" : "Hora",
"Day" : "Dia",
"Month" : "Mes",
+ "Year" : "Any",
+ "Error loading polls" : "Error carregant enquestes",
+ "User {userId} removed" : "Usuari {userId} eliminat",
"Access denied" : "Accés denegat",
"You are not allowed to view this poll or the poll does not exist." : "No podeu veure aquesta enquesta o l'enquesta no existeix.",
"You are not allowed to edit this poll or the poll does not exist." : "No podeu editar aquesta enquesta o l'enquesta no existeix.",
diff --git a/l10n/ca.json b/l10n/ca.json
index 3b76b81c..de1c3ef2 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,58 +1,181 @@
{ "translations": {
"Polls" : "Enquestes",
+ "Poll invitation \"%s\"" : "Invitació a Enquesta \"%s\"",
+ "{owner} invited you to take part in the poll \"{title}\"" : "{owner} us va convidar a participar en l'enquesta \"{title}\"",
"Go to poll" : "Vés a l'enquesta",
+ "This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Aquest enllaç us dóna accés personal a l'enquesta que s'ha anomenat anteriorment. Premeu el botó de dalt o copieu l'enllaç següent i afegiu-lo a la barra d'ubicació del navegador: ",
+ "This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Aquest correu electrònic s'envia a vostè, perquè se li convida a votar en aquesta enquesta pel propietari de l'enquesta. Almenys el vostre nom o la vostra adreça electrònica es registren en aquesta enquesta. Si voleu sortir d'aquesta enquesta, poseu-vos en contacte amb l'administrador del lloc o amb l'iniciador d'aquesta enquesta, des d'on s'envia el correu.",
"Polls App - New Activity" : "Aplicació d'Enquestes - Nova Activitat",
+ "\"{title}\" had recent activity: " : "\"{title}\" ha tingut activitat recent: ",
+ "- %s voted." : "- %s ha votat.",
+ "- %s updated the poll configuration. Please check your votes." : "- %s ha actualitzat la configuració del sondeig. Si us plau, comproveu els seus vots.",
+ "- %s deleted the poll." : "- %s ha suprimit l'enquesta.",
+ "- %s restored the poll." : "- %s ha restaurat l'enquesta.",
+ "- The poll expired." : "- Enquesta caducada.",
+ "- %s added a vote option." : "- %s ha afegit una opció de vot.",
+ "- %s removed a vote option." : "- %s ha eliminat una opció de vot.",
+ "This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Aquest correu electrònic s'envia a vostè, perquè es va subscriure a les notificacions d'aquesta enquesta. Per donar-se de baixa, visita l'enquesta i suprimeix la subscripció.",
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Una aplicació d’enquestes, similar al doodle/dudle amb la possibilitat de restringir l'accés.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Una aplicació d’enquestes, similar al doodle/dudle amb la possibilitat de restringir l'accés (membres, certs grups/usuaris, ocults i públics).",
+ "Error loading poll list" : "S'ha produït un error en carregar la llista de enquestes",
"Confirmed" : "Confirmat",
+ "Add a date option" : "Afegir una opció de data",
"Click to add a date" : "Feu clic per afegir una data",
+ "Clone to option sequence" : "Clonar a seqüència d'opcions",
+ "Create a sequence of date options starting with {dateOption}." : "Crear una seqüència d'opcions de data a partir de {dateOption}.",
+ "Step unit: " : "Unitat de pas: ",
+ "Step width: " : "Espaiat de pas: ",
+ "Number of items to create: " : "Nombre d'elements a crear: ",
"Cancel" : "Cancel·la",
"OK" : "D'acord",
"Week" : "Setmana",
"Shift all date options" : "Desplaça totes les opcions de dates",
+ "Decrease unit" : "Disminuir la unitat",
+ "Increase unit" : "Augmentar la unitat",
+ "Shift" : "Maj",
+ "No Participants until now" : "No hi ha participants fins ara",
+ "_%n Participant_::_%n Participants_" : ["%n Participant","%n Participants"],
+ "started this poll on %n. " : "iniciat aquesta enquesta en %n. ",
+ "This poll expired on {dateString}. The confirmed options are marked below." : "Aquesta enquesta ha caducat a {dateString}. Les opcions confirmades es marquen a continuació.",
+ "This poll expired on {dateString}, but there are no confirmed options until now." : "Aquesta enquesta ha caducat a {dateString}, però no hi ha opcions confirmades fins ara.",
+ "You can confirm your favorites now in the options tab in the sidebar." : "Podeu confirmar els vostres preferits ara a la pestanya opcions de la barra lateral.",
+ "You can place your vote until {dateString}." : "Podeu posar el vostre vot fins a {dateString}.",
+ "The names of other participants are hidden, as this is an anonymous poll. " : "Els noms d'altres participants estan ocults, ja que es tracta d'una enquesta anònima. ",
+ "Results are hidden. " : "Els resultats estan ocults. ",
+ "They will be revealed after the poll is expired. " : "Es revelaran després de l'expiració de l'enquesta. ",
"Group" : "Grup",
+ "Public share" : "Participació pública",
"Unknown user" : "Usuari desconegut",
"New comment …" : "Crea un comentari",
+ "Your comment was added" : "S'ha afegit el vostre comentari",
+ "Error while saving comment" : "Error en desar el comentari",
"Delete comment" : "Esborrar comentari",
"No comments yet. Be the first." : "Cap comentari encara. Sigueu el primer.",
+ "Comment deleted" : "Comentari suprimit",
+ "Error while deleting the comment" : "Error en suprimir el comentari",
"Title" : "Títol",
+ "Enter Title" : "Introduïu el títol",
"Poll type" : "Tipus d'enquesta",
"Date poll" : "Enquesta de dates",
"Text poll" : "Enquesta de text",
"Apply" : "Aplica",
+ "Poll \"%n\" added" : "Enquesta \"%n\" afegida",
+ "Error while creating Poll \"%n\"" : "Error en crear l'enquesta \"%n\"",
+ "Add new Poll" : "Afegeix una enquesta nova",
+ "Relevant" : "Important",
"My polls" : "Les meves enquestes",
"Public polls" : "Enquestes públiques",
+ "All polls" : "Totes les enquestes",
+ "Expired polls" : "Enquestes caducades",
+ "Deleted polls" : "Enquestes suprimides",
+ "Error cloning poll." : "Error clonant l’enquesta.",
+ "Error deleting poll." : "Error suprimint l’enquesta.",
"Clone poll" : "Clona enquesta",
"Delete poll" : "Suprimeix enquesta",
+ "Restore poll" : "Restaura l'enquesta",
+ "Delete poll permanently" : "Suprimeix l'enquesta de forma permanent",
"Access" : "Accés",
"Owner" : "Propietari",
"Created" : "Creat",
"Expires" : "Caduca",
+ "No description provided" : "No s'ha proveït cap descripció",
+ "Visible to other users" : "Visible per a altres usuaris",
+ "Hidden to other users" : "Ocult a altres usuaris",
"never" : "mai",
+ "Error loading poll" : "Error carregant l’enquesta",
"Details" : "Detalls",
"Configuration" : "Configuració",
"Options" : "Opcions",
"Shares" : "Compartits",
"Comments" : "Comentaris",
+ "As an admin you may edit this poll" : "Com a administrador podeu editar aquesta enquesta",
"Description" : "Descripció",
"Poll configurations" : "Configuracions de l'enquesta",
+ "Allow admins to edit this poll" : "Permet als administradors editar aquesta enquesta",
"Allow \"maybe\" vote" : "Permet el vot \"potser\"",
"Anonymous poll" : "Enquesta anònima",
+ "Result display" : "Visualització de resultats",
+ "Always show results" : "Mostra sempre els resultats",
+ "Hide results until poll is expired" : "Amaga els resultats fins que l’enquesta hagi caducat",
+ "Never show results" : "No mostrar mai resultats",
"Expiration date" : "Data de caducitat",
"Writing poll" : "S'està escrivint l'enquesta",
"Update poll" : "Actualitza l'enquesta",
"Create new poll" : "Crea una nova enquesta",
- "Title must not be empty!" : "El títol no pot estar buit",
+ "Title must not be empty!" : "El títol no pot estar buit!",
"%n successfully saved" : "S'ha desat %n correctament",
+ "Error writing poll" : "Error d’escriptura de l'enquesta",
+ "Available Options" : "Opcions disponibles",
+ "Delete option" : "Suprimir opció",
+ "Clone option" : "Clona opció",
+ "Unconfirm option" : "Desconfirma l'opció",
+ "Confirm option" : "Confirma l'opció",
+ "There are no vote options specified." : "No s'han especificat opcions de vot.",
+ "Add a new text option" : "Afegeix una opció de text nova",
+ "Enter option text" : "Introduïu el text de l'opció",
+ "Invitations" : "Invitacions",
+ "Resend invitation mail" : "Torna a enviar el correu d'invitació",
+ "Send invitation mail" : "Enviar correu d'invitació",
+ "Copy link to clipboard" : "Copia l'enllaç al porta-retalls",
+ "Remove share" : "Suprimeix la compartició",
+ "Public shares" : "Comparticions públiques",
+ "Public link (" : "Enllaç públic (",
+ "Add a public link" : "Afegir un enllaç públic",
+ "Unsent invitations" : "Invitacions sense enviar",
+ "Enter a name to start the search" : "Introduïu un nom per iniciar la cerca",
+ "Invitation sent to {name}" : "Invitació enviada a {name}",
+ "Error sending invitation to {name}" : "S'ha produït un error en enviar una invitació a {name}",
"Link copied to clipboard" : "S'ha copiat l'enllaç al porta-retalls",
+ "Error while copying link to clipboard" : "Error en copiar l'enllaç al porta-retalls",
+ "Error while adding share" : "Error en afegir compartició",
"Receive notification email on activity" : "Rep correu electrònic de notificació quan hi hagi activitat",
+ "Your personal link to this poll: %n" : "El teu enllaç personal a aquesta enquesta: %n",
+ "Who are you?" : "Quem és tu?",
+ "To participate, tell us how we can call you!" : "Per participar-hi, explica'ns com podem trucar-te!",
+ "Enter your name" : "Introdueix el teu nom",
+ "Please use at least 3 characters for your name." : "Si us plau, utilitzeu almenys 3 caràcters per al vostre nom.",
+ "This name is not valid, i.e. because it is already in use." : "Aquest nom no és vàlid, és a dir, perquè ja està en ús.",
+ "OK, we will call you {username}." : "D'acord, us trucarem {username}.",
+ "You have an account? Log in here." : "Tens un compte? Inicia sessió aquí.",
+ "Please use at least 3 characters for your username!" : "Si us plau, utilitzeu almenys 3 caràcters per al vostre nom d'usuari!",
+ "This username can not be chosen." : "Aquest nom d'usuari no es pot triar.",
+ "Error saving username" : "Error en desar el nom d'usuari",
+ "Delete votes" : "Suprimir vots",
+ "Do you want to remove {username} from poll?" : "Voleu suprimir {username} del sondeig?",
"No" : "No",
"Yes" : "Sí",
+ "The poll does not exist" : "L'enquesta no existeix",
+ "Enter a poll or start a new one." : "Introduïu una enquesta o inicieu-ne una de nova.",
+ "Goto Nextcloud" : "Anar a Nextcloud",
"No existing polls." : "No hi ha enquestes.",
+ "Relevant polls" : "Enquestes rellevants",
+ "Hidden polls" : "Enquestes ocultes",
+ "My deleted polls" : "Les meves enquestes suprimides",
+ "Participated by me" : "Participat per mi",
+ "Your polls (where you are the owner)." : "Les enquestes (on sou el propietari).",
+ "All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without expired polls." : "Totes les enquestes que són rellevants o importants per a vostè, perquè vostè és un participant o el propietari o se li ha convidat. Sense enquestes caducades.",
+ "A complete list with all public polls on this site, regardless who is the owner." : "Una llista completa amb totes les enquestes públiques d'aquest lloc, independentment de qui sigui el propietari.",
+ "All hidden polls, to which you have access." : "Totes les enquestes ocultes, a les quals teniu accés.",
+ "The trash bin." : "La paperera.",
+ "All polls, where you placed a vote." : "Totes les enquestes, on vostè va posar un vot.",
+ "Polls which reached their expiry date." : "Enquestes que van arribar a la seva data de caducitat.",
+ "All polls, where you have access to." : "Totes les enquestes, on teniu accés.",
+ "Toggle Sidebar" : "Mostra/amaga la barra lateral",
"Deleted" : "Suprimit",
+ "There are no vote options, add some in the options section of the right sidebar." : "No hi ha opcions de vot, afegiu-ne algunes a la secció d'opcions de la barra lateral dreta.",
+ "There are no vote options. Maybe the owner did not provide some until now." : "No hi ha opcions de vot. Potser el propietari no en va proporcionar algunes fins ara.",
+ "Switch to mobile view" : "Canviar a la visualització per a mòbils",
+ "Switch to desktop view" : "Canvia a la visualització d'escriptori",
+ "Date order" : "Ordre de data",
+ "Original order" : "Ordre original",
+ "Ranked order" : "Ordre classificat",
+ "Minute" : "Minut",
"Hour" : "Hora",
"Day" : "Dia",
"Month" : "Mes",
+ "Year" : "Any",
+ "Error loading polls" : "Error carregant enquestes",
+ "User {userId} removed" : "Usuari {userId} eliminat",
"Access denied" : "Accés denegat",
"You are not allowed to view this poll or the poll does not exist." : "No podeu veure aquesta enquesta o l'enquesta no existeix.",
"You are not allowed to edit this poll or the poll does not exist." : "No podeu editar aquesta enquesta o l'enquesta no existeix.",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 1ff8e0c4..1ea50565 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -48,7 +48,7 @@ OC.L10N.register(
"Group" : "Gruppe",
"Public share" : "Öffentliche Freigabe",
"Unknown user" : "Unbekannter Benutzer",
- "New comment …" : "Neuer Kommentar ...",
+ "New comment …" : "Neuer Kommentar...",
"Your comment was added" : "Ihr Kommentar wurde hinzugefügt",
"Error while saving comment" : "Fehler beim Speichern des Kommentars",
"Delete comment" : "Kommentar löschen",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index db4ce24c..05079358 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -46,7 +46,7 @@
"Group" : "Gruppe",
"Public share" : "Öffentliche Freigabe",
"Unknown user" : "Unbekannter Benutzer",
- "New comment …" : "Neuer Kommentar ...",
+ "New comment …" : "Neuer Kommentar...",
"Your comment was added" : "Ihr Kommentar wurde hinzugefügt",
"Error while saving comment" : "Fehler beim Speichern des Kommentars",
"Delete comment" : "Kommentar löschen",
diff --git a/l10n/es.js b/l10n/es.js
index 48988879..d1b64cd4 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -38,8 +38,8 @@ OC.L10N.register(
"No Participants until now" : "No hay participantes hasta ahora",
"_%n Participant_::_%n Participants_" : ["%n participante","%n participantes"],
"started this poll on %n. " : "empezó esta encuesta el: %n.",
- "This poll expired on {dateString}. The confirmed options are marked below." : "Esta encuesta expira en {dateString}. Las opciones confirmadas se indican debajo.",
- "This poll expired on {dateString}, but there are no confirmed options until now." : "Esta encuesta expira en {dateString}, pero de momento no hay opciones confirmadas.",
+ "This poll expired on {dateString}. The confirmed options are marked below." : "Esta encuesta caduca el {dateString}. Las opciones confirmadas se indican debajo.",
+ "This poll expired on {dateString}, but there are no confirmed options until now." : "Esta encuesta caduca el {dateString}, pero de momento no hay opciones confirmadas.",
"You can confirm your favorites now in the options tab in the sidebar." : "Puede confirmar ahora sus favoritos en las opciones de la barra lateral.",
"You can place your vote until {dateString}." : "Puedes emitir tus votos hasta {dateString}.",
"The names of other participants are hidden, as this is an anonymous poll. " : "Los nombres de los participantes están ocultos, ya que es una encuesta anónima.",
@@ -155,7 +155,7 @@ OC.L10N.register(
"My deleted polls" : "Mis votaciones eliminadas",
"Participated by me" : "En las que he participado",
"Your polls (where you are the owner)." : "Tus votaciones (donde eres el propietario).",
- "All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without expired polls." : "Todas las votaciones que son relevantes o importantes para ti, porque has participado o eres el propietario o te han invitado. Sin votaciones expiradas.",
+ "All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without expired polls." : "Todas las votaciones que son relevantes o importantes para ti, porque has participado o eres el propietario o te han invitado. Sin votaciones caducadas.",
"A complete list with all public polls on this site, regardless who is the owner." : "Una lista completa con todas las votaciones públicas en este sitio, sin importar quién es su propietario.",
"All hidden polls, to which you have access." : "Todas las votaciones ocultas a las que tienes acceso.",
"The trash bin." : "La papelera de reciclaje.",
diff --git a/l10n/es.json b/l10n/es.json
index 1c5996d8..2182c8d9 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -36,8 +36,8 @@
"No Participants until now" : "No hay participantes hasta ahora",
"_%n Participant_::_%n Participants_" : ["%n participante","%n participantes"],
"started this poll on %n. " : "empezó esta encuesta el: %n.",
- "This poll expired on {dateString}. The confirmed options are marked below." : "Esta encuesta expira en {dateString}. Las opciones confirmadas se indican debajo.",
- "This poll expired on {dateString}, but there are no confirmed options until now." : "Esta encuesta expira en {dateString}, pero de momento no hay opciones confirmadas.",
+ "This poll expired on {dateString}. The confirmed options are marked below." : "Esta encuesta caduca el {dateString}. Las opciones confirmadas se indican debajo.",
+ "This poll expired on {dateString}, but there are no confirmed options until now." : "Esta encuesta caduca el {dateString}, pero de momento no hay opciones confirmadas.",
"You can confirm your favorites now in the options tab in the sidebar." : "Puede confirmar ahora sus favoritos en las opciones de la barra lateral.",
"You can place your vote until {dateString}." : "Puedes emitir tus votos hasta {dateString}.",
"The names of other participants are hidden, as this is an anonymous poll. " : "Los nombres de los participantes están ocultos, ya que es una encuesta anónima.",
@@ -153,7 +153,7 @@
"My deleted polls" : "Mis votaciones eliminadas",
"Participated by me" : "En las que he participado",
"Your polls (where you are the owner)." : "Tus votaciones (donde eres el propietario).",
- "All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without expired polls." : "Todas las votaciones que son relevantes o importantes para ti, porque has participado o eres el propietario o te han invitado. Sin votaciones expiradas.",
+ "All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without expired polls." : "Todas las votaciones que son relevantes o importantes para ti, porque has participado o eres el propietario o te han invitado. Sin votaciones caducadas.",
"A complete list with all public polls on this site, regardless who is the owner." : "Una lista completa con todas las votaciones públicas en este sitio, sin importar quién es su propietario.",
"All hidden polls, to which you have access." : "Todas las votaciones ocultas a las que tienes acceso.",
"The trash bin." : "La papelera de reciclaje.",
diff --git a/l10n/fi.js b/l10n/fi.js
index 40a15bff..724384ad 100644
--- a/l10n/fi.js
+++ b/l10n/fi.js
@@ -14,6 +14,7 @@ OC.L10N.register(
"- The poll expired." : "- Kysely vanheni.",
"- %s added a vote option." : "- %s lisäsi äänestysvalinnan.",
"- %s removed a vote option." : "- %s poisti äänestysvalinnan.",
+ "Error loading poll list" : "Virhe ladatessa kyselylistaa",
"Confirmed" : "Vahvistettu",
"Add a date option" : "Lisää päivävalinta",
"Click to add a date" : "Napsauta lisätäksesi päivän",
@@ -21,6 +22,7 @@ OC.L10N.register(
"OK" : "OK",
"Week" : "Viikko",
"No Participants until now" : "Ei osallistujia tätä ennen",
+ "Results are hidden. " : "Tulokset piilotetaan.",
"Group" : "Ryhmä",
"Public share" : "Julkinen jako",
"Unknown user" : "Tuntematon käyttäjä",
@@ -43,6 +45,7 @@ OC.L10N.register(
"My polls" : "Omat kyselyt",
"Public polls" : "Julkiset kyselyt",
"All polls" : "Kaikki kyselyt",
+ "Expired polls" : "Vanhentuneet kyselyt",
"Deleted polls" : "Poistetut kyselyt",
"Error cloning poll." : "Virhe kyselyä kloonatessa.",
"Error deleting poll." : "Virhe kyselyä poistaessa.",
@@ -58,6 +61,7 @@ OC.L10N.register(
"Visible to other users" : "Näkyvissä muille käyttäjille",
"Hidden to other users" : "Piilotettu muille käyttäjille",
"never" : "ei koskaan",
+ "Error loading poll" : "Virhe ladatessa kyselyä",
"Details" : "Tiedot",
"Configuration" : "Asetukset",
"Options" : "Valinnat",
@@ -69,6 +73,9 @@ OC.L10N.register(
"Allow admins to edit this poll" : "Salli ylläpitäjien muokata tätä kyselyä",
"Allow \"maybe\" vote" : "Salli \"ehkä\"-ääni",
"Anonymous poll" : "Anonyymi kysely",
+ "Always show results" : "Näytä aina tulokset",
+ "Hide results until poll is expired" : "Piilota tulokset kunnes kysely vanhenee",
+ "Never show results" : "Älä koskaan näytä tuloksia",
"Expiration date" : "Vanhenemispäivä",
"Update poll" : "Päivitä kysely",
"Create new poll" : "Luo uusi kysely",
@@ -79,6 +86,8 @@ OC.L10N.register(
"Add a new text option" : "Lisää uusi tekstivalinta",
"Enter option text" : "Kirjoita valinnan teksti",
"Invitations" : "Kutsut",
+ "Resend invitation mail" : "Lähetä uudelleen kutsuviesti",
+ "Send invitation mail" : "Lähetä kutsuviesti",
"Copy link to clipboard" : "Kopioi linkki leikepöydälle",
"Remove share" : "Poista jako",
"Public shares" : "Julkiset jaot",
@@ -89,8 +98,12 @@ OC.L10N.register(
"Error while copying link to clipboard" : "Virhe kopioitaessa linkkiä leikepöydälle",
"Receive notification email on activity" : "Vastaanota sähköposti-ilmoituksia toimista",
"Your personal link to this poll: %n" : "Henkilökohtainen linkkisi tähän kyselyyn: %n",
+ "Who are you?" : "Kuka olet?",
"Enter your name" : "Kirjoita nimesi",
+ "Please use at least 3 characters for your name." : "Käytä vähintään kolmea merkkiä nimessäsi.",
+ "OK, we will call you {username}." : "Selvä, kutsutaan sinua nimellä {username}.",
"You have an account? Log in here." : "Onko sinulla tili? Kirjaudu sisään tästä.",
+ "Please use at least 3 characters for your username!" : "Käytä vähintään kolmea merkkiä nimessäsi!",
"Delete votes" : "Poista äänet",
"Do you want to remove {username} from poll?" : "Haluatko poistaa käyttäjän {username} kyselystä?",
"No" : "Ei",
diff --git a/l10n/fi.json b/l10n/fi.json
index b9a647b7..b2141890 100644
--- a/l10n/fi.json
+++ b/l10n/fi.json
@@ -12,6 +12,7 @@
"- The poll expired." : "- Kysely vanheni.",
"- %s added a vote option." : "- %s lisäsi äänestysvalinnan.",
"- %s removed a vote option." : "- %s poisti äänestysvalinnan.",
+ "Error loading poll list" : "Virhe ladatessa kyselylistaa",
"Confirmed" : "Vahvistettu",
"Add a date option" : "Lisää päivävalinta",
"Click to add a date" : "Napsauta lisätäksesi päivän",
@@ -19,6 +20,7 @@
"OK" : "OK",
"Week" : "Viikko",
"No Participants until now" : "Ei osallistujia tätä ennen",
+ "Results are hidden. " : "Tulokset piilotetaan.",
"Group" : "Ryhmä",
"Public share" : "Julkinen jako",
"Unknown user" : "Tuntematon käyttäjä",
@@ -41,6 +43,7 @@
"My polls" : "Omat kyselyt",
"Public polls" : "Julkiset kyselyt",
"All polls" : "Kaikki kyselyt",
+ "Expired polls" : "Vanhentuneet kyselyt",
"Deleted polls" : "Poistetut kyselyt",
"Error cloning poll." : "Virhe kyselyä kloonatessa.",
"Error deleting poll." : "Virhe kyselyä poistaessa.",
@@ -56,6 +59,7 @@
"Visible to other users" : "Näkyvissä muille käyttäjille",
"Hidden to other users" : "Piilotettu muille käyttäjille",
"never" : "ei koskaan",
+ "Error loading poll" : "Virhe ladatessa kyselyä",
"Details" : "Tiedot",
"Configuration" : "Asetukset",
"Options" : "Valinnat",
@@ -67,6 +71,9 @@
"Allow admins to edit this poll" : "Salli ylläpitäjien muokata tätä kyselyä",
"Allow \"maybe\" vote" : "Salli \"ehkä\"-ääni",
"Anonymous poll" : "Anonyymi kysely",
+ "Always show results" : "Näytä aina tulokset",
+ "Hide results until poll is expired" : "Piilota tulokset kunnes kysely vanhenee",
+ "Never show results" : "Älä koskaan näytä tuloksia",
"Expiration date" : "Vanhenemispäivä",
"Update poll" : "Päivitä kysely",
"Create new poll" : "Luo uusi kysely",
@@ -77,6 +84,8 @@
"Add a new text option" : "Lisää uusi tekstivalinta",
"Enter option text" : "Kirjoita valinnan teksti",
"Invitations" : "Kutsut",
+ "Resend invitation mail" : "Lähetä uudelleen kutsuviesti",
+ "Send invitation mail" : "Lähetä kutsuviesti",
"Copy link to clipboard" : "Kopioi linkki leikepöydälle",
"Remove share" : "Poista jako",
"Public shares" : "Julkiset jaot",
@@ -87,8 +96,12 @@
"Error while copying link to clipboard" : "Virhe kopioitaessa linkkiä leikepöydälle",
"Receive notification email on activity" : "Vastaanota sähköposti-ilmoituksia toimista",
"Your personal link to this poll: %n" : "Henkilökohtainen linkkisi tähän kyselyyn: %n",
+ "Who are you?" : "Kuka olet?",
"Enter your name" : "Kirjoita nimesi",
+ "Please use at least 3 characters for your name." : "Käytä vähintään kolmea merkkiä nimessäsi.",
+ "OK, we will call you {username}." : "Selvä, kutsutaan sinua nimellä {username}.",
"You have an account? Log in here." : "Onko sinulla tili? Kirjaudu sisään tästä.",
+ "Please use at least 3 characters for your username!" : "Käytä vähintään kolmea merkkiä nimessäsi!",
"Delete votes" : "Poista äänet",
"Do you want to remove {username} from poll?" : "Haluatko poistaa käyttäjän {username} kyselystä?",
"No" : "Ei",
diff --git a/l10n/ja.js b/l10n/ja.js
index 7e6c26d3..a6c4385d 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -106,6 +106,7 @@ OC.L10N.register(
"Create new poll" : "投票を作成",
"Title must not be empty!" : "タイトルは空白にできません!",
"%n successfully saved" : "%nを保存しました",
+ "Error writing poll" : "投票を作成中にエラー",
"Available Options" : "利用可能な選択肢",
"Delete option" : "選択肢を削除",
"Clone option" : "選択肢をクローン",
@@ -115,18 +116,28 @@ OC.L10N.register(
"Add a new text option" : "新しいテキスト選択肢を追加",
"Enter option text" : "選択肢を入力",
"Invitations" : "招待",
+ "Resend invitation mail" : "招待メールを再送",
+ "Send invitation mail" : "招待メールを送信",
"Copy link to clipboard" : "リンクをクリップボードにコピーする",
"Remove share" : "共有を削除",
"Public shares" : "公開共有",
"Public link (" : "公開リンク (",
"Add a public link" : "公開リンクを追加",
+ "Unsent invitations" : "未送信の招待",
"Enter a name to start the search" : "検索を開始するために名前を入力してください",
+ "Invitation sent to {name}" : "{name} に招待状を送信しました",
+ "Error sending invitation to {name}" : "{name} に招待メールを送信中にエラー",
"Link copied to clipboard" : "クリップボードにリンクをコピーしました",
"Error while copying link to clipboard" : "クリップボードへのリンクのコピー中にエラーが発生しました",
"Error while adding share" : "共有の追加中にエラーが発生しました",
"Receive notification email on activity" : "アクティビティに関して通知メールを受け取る",
"Your personal link to this poll: %n" : "この投票への個人用リンク:%n",
+ "Who are you?" : "あなたはどなたですか?",
+ "To participate, tell us how we can call you!" : "参加するのに必要な連絡方法を教えてください ",
"Enter your name" : "あなたの名前を入力",
+ "Please use at least 3 characters for your name." : "名前には最低3文字入れてください。",
+ "This name is not valid, i.e. because it is already in use." : "この名前は利用できません。既に使用されています。",
+ "OK, we will call you {username}." : "分かりました、{username} とお呼びします。",
"You have an account? Log in here." : "アカウントを所持していますか?ログインしてください。",
"Please use at least 3 characters for your username!" : "あなたのユーザー名として少なくとも3文字以上使用してください!",
"This username can not be chosen." : "このユーザー名は選択できません。",
diff --git a/l10n/ja.json b/l10n/ja.json
index eddc1ef1..e865b182 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -104,6 +104,7 @@
"Create new poll" : "投票を作成",
"Title must not be empty!" : "タイトルは空白にできません!",
"%n successfully saved" : "%nを保存しました",
+ "Error writing poll" : "投票を作成中にエラー",
"Available Options" : "利用可能な選択肢",
"Delete option" : "選択肢を削除",
"Clone option" : "選択肢をクローン",
@@ -113,18 +114,28 @@
"Add a new text option" : "新しいテキスト選択肢を追加",
"Enter option text" : "選択肢を入力",
"Invitations" : "招待",
+ "Resend invitation mail" : "招待メールを再送",
+ "Send invitation mail" : "招待メールを送信",
"Copy link to clipboard" : "リンクをクリップボードにコピーする",
"Remove share" : "共有を削除",
"Public shares" : "公開共有",
"Public link (" : "公開リンク (",
"Add a public link" : "公開リンクを追加",
+ "Unsent invitations" : "未送信の招待",
"Enter a name to start the search" : "検索を開始するために名前を入力してください",
+ "Invitation sent to {name}" : "{name} に招待状を送信しました",
+ "Error sending invitation to {name}" : "{name} に招待メールを送信中にエラー",
"Link copied to clipboard" : "クリップボードにリンクをコピーしました",
"Error while copying link to clipboard" : "クリップボードへのリンクのコピー中にエラーが発生しました",
"Error while adding share" : "共有の追加中にエラーが発生しました",
"Receive notification email on activity" : "アクティビティに関して通知メールを受け取る",
"Your personal link to this poll: %n" : "この投票への個人用リンク:%n",
+ "Who are you?" : "あなたはどなたですか?",
+ "To participate, tell us how we can call you!" : "参加するのに必要な連絡方法を教えてください ",
"Enter your name" : "あなたの名前を入力",
+ "Please use at least 3 characters for your name." : "名前には最低3文字入れてください。",
+ "This name is not valid, i.e. because it is already in use." : "この名前は利用できません。既に使用されています。",
+ "OK, we will call you {username}." : "分かりました、{username} とお呼びします。",
"You have an account? Log in here." : "アカウントを所持していますか?ログインしてください。",
"Please use at least 3 characters for your username!" : "あなたのユーザー名として少なくとも3文字以上使用してください!",
"This username can not be chosen." : "このユーザー名は選択できません。",
diff --git a/l10n/nl.js b/l10n/nl.js
index 9ba5f7fd..1cfcbabc 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -106,6 +106,7 @@ OC.L10N.register(
"Create new poll" : "Nieuwe peiling aanmaken",
"Title must not be empty!" : "Titel mag niet leeg zijn!",
"%n successfully saved" : "%n succesvol opgeslagen",
+ "Error writing poll" : "Fout bij het schrijven van een poll",
"Available Options" : "Beschikbare opties",
"Delete option" : "Verwijder optie",
"Clone option" : "Klonen optie",
@@ -115,12 +116,17 @@ OC.L10N.register(
"Add a new text option" : "Voeg een nieuwe tekst optie toe",
"Enter option text" : "Voer een optietekst in",
"Invitations" : "Uitnodigingen",
+ "Resend invitation mail" : "Verzend de uitnodigingsmail opnieuw",
+ "Send invitation mail" : "Stuur uitnodigingsmail",
"Copy link to clipboard" : "Kopiëren link naar klembord",
"Remove share" : "Verwijderen share",
"Public shares" : "Openbare deellinks",
"Public link (" : "Openbare link (",
"Add a public link" : "Toevoegen openbare link",
+ "Unsent invitations" : "Niet verzonden uitnodigingen",
"Enter a name to start the search" : "Voer een naam in om te beginnen met zoeken",
+ "Invitation sent to {name}" : "Uitnodiging verzonden naar {name}",
+ "Error sending invitation to {name}" : "Fout bij verzenden van uitnodiging naar {name}",
"Link copied to clipboard" : "Link gekopieerd naar het klembord",
"Error while copying link to clipboard" : "Fout bij kopiëren link naar klembord",
"Error while adding share" : "Fout bij toevoegen deellink",
diff --git a/l10n/nl.json b/l10n/nl.json
index 1c376771..b6225196 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -104,6 +104,7 @@
"Create new poll" : "Nieuwe peiling aanmaken",
"Title must not be empty!" : "Titel mag niet leeg zijn!",
"%n successfully saved" : "%n succesvol opgeslagen",
+ "Error writing poll" : "Fout bij het schrijven van een poll",
"Available Options" : "Beschikbare opties",
"Delete option" : "Verwijder optie",
"Clone option" : "Klonen optie",
@@ -113,12 +114,17 @@
"Add a new text option" : "Voeg een nieuwe tekst optie toe",
"Enter option text" : "Voer een optietekst in",
"Invitations" : "Uitnodigingen",
+ "Resend invitation mail" : "Verzend de uitnodigingsmail opnieuw",
+ "Send invitation mail" : "Stuur uitnodigingsmail",
"Copy link to clipboard" : "Kopiëren link naar klembord",
"Remove share" : "Verwijderen share",
"Public shares" : "Openbare deellinks",
"Public link (" : "Openbare link (",
"Add a public link" : "Toevoegen openbare link",
+ "Unsent invitations" : "Niet verzonden uitnodigingen",
"Enter a name to start the search" : "Voer een naam in om te beginnen met zoeken",
+ "Invitation sent to {name}" : "Uitnodiging verzonden naar {name}",
+ "Error sending invitation to {name}" : "Fout bij verzenden van uitnodiging naar {name}",
"Link copied to clipboard" : "Link gekopieerd naar het klembord",
"Error while copying link to clipboard" : "Fout bij kopiëren link naar klembord",
"Error while adding share" : "Fout bij toevoegen deellink",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 160da97f..926aa4e1 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -1,13 +1,13 @@
OC.L10N.register(
"polls",
{
- "Polls" : "Pesquisas",
+ "Polls" : "Enquetes",
"Poll invitation \"%s\"" : "Convite da enquete \"%s\"",
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} convidou você para participar da enquete \"{title}\"",
"Go to poll" : "Ir para enquete",
"This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Este link fornece acesso à enquete acima. Pressione o botão acima ou copie o seguinte link e adicione-o na barra de endereço do seu navegador:",
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Este e-mail foi enviado porque você foi convidado a votar nesta enquete pelo proprietário dela. Pelo menos seu nome ou e-mail estão registrados nesta enquete. Se desejar sair dela, entre em contato com o administrador do site ou o criador da enquete.",
- "Polls App - New Activity" : "Aplicativo Polls - Atividade Nova",
+ "Polls App - New Activity" : "Aplicativo Enquete - Atividade Nova",
"\"{title}\" had recent activity: " : "\"{title}\" teve a recente atividade: ",
"- %s voted." : "- %s votou.",
"- %s updated the poll configuration. Please check your votes." : "- %s atualizou a configuração da enquete. Verifique seu voto.",
@@ -35,14 +35,14 @@ OC.L10N.register(
"Decrease unit" : "Diminuir a unidade",
"Increase unit" : "Aumentar a unidade",
"Shift" : "Mudar datas",
- "No Participants until now" : "Nenhum Participante até agora",
+ "No Participants until now" : "Nenhum participante até agora",
"_%n Participant_::_%n Participants_" : ["%n Participante","%n Participantes"],
"started this poll on %n. " : "iniciou esta enquete em %n. ",
"This poll expired on {dateString}. The confirmed options are marked below." : "Esta enquete expirou em {dateString}. As opções confirmadas estão marcadas abaixo.",
"This poll expired on {dateString}, but there are no confirmed options until now." : "Esta enquete expirou em {dateString}, mas não há opções confirmadas até o momento.",
"You can confirm your favorites now in the options tab in the sidebar." : "Você pode confirmar seus favoritos agora na aba opções da barra lateral.",
"You can place your vote until {dateString}." : "Você pode votar até {dateString}.",
- "The names of other participants are hidden, as this is an anonymous poll. " : "Os nomes de outros participantes estão ocultos, pois esta é uma pesquisa anônima.",
+ "The names of other participants are hidden, as this is an anonymous poll. " : "Os nomes dos outros participantes estão ocultos, pois esta é uma enquete anônima. ",
"Results are hidden. " : "Os resultados estão ocultos.",
"They will be revealed after the poll is expired. " : "Eles serão revelados após a enquete terminar.",
"Group" : "Grupo",
@@ -56,10 +56,10 @@ OC.L10N.register(
"Comment deleted" : "Comentário excluído",
"Error while deleting the comment" : "Erro ao excluir o comentário",
"Title" : "Título",
- "Enter Title" : "Digite o Título",
+ "Enter Title" : "Digite o título",
"Poll type" : "Tipo de enquete",
- "Date poll" : "Data da enquete",
- "Text poll" : "Texto da enquete",
+ "Date poll" : "Enquete de data",
+ "Text poll" : "Enquete de texto",
"Apply" : "Aplicar",
"Poll \"%n\" added" : "Enquete \"%n\" adicionada",
"Error while creating Poll \"%n\"" : "Erro ao criar a Enquete \"%n\"",
@@ -72,8 +72,8 @@ OC.L10N.register(
"Deleted polls" : "Enquetes excluídas",
"Error cloning poll." : "Erro ao clonar enquete.",
"Error deleting poll." : "Erro ao excluir enquete.",
- "Clone poll" : "Clonar pesquisa",
- "Delete poll" : "Excluir pesquisa",
+ "Clone poll" : "Clonar enquete",
+ "Delete poll" : "Excluir enquete",
"Restore poll" : "Restaurar enquete",
"Delete poll permanently" : "Excluir enquete permanentemente",
"Access" : "Acesso",
@@ -102,8 +102,8 @@ OC.L10N.register(
"Never show results" : "Nunca mostrar resultados",
"Expiration date" : "Data de expiração",
"Writing poll" : "Gravando enquete",
- "Update poll" : "Atualizar pesquisa",
- "Create new poll" : "Criar nova pesquisa",
+ "Update poll" : "Atualizar enquete",
+ "Create new poll" : "Criar nova enquete",
"Title must not be empty!" : "O título não pode ficar em branco!",
"%n successfully saved" : "%n salvo com sucesso",
"Error writing poll" : "Erro ao escrever a enquete",
@@ -179,8 +179,8 @@ OC.L10N.register(
"Error loading polls" : "Erro ao carregar as enquetes",
"User {userId} removed" : "Usuário {userId} excluído",
"Access denied" : "Acesso negado",
- "You are not allowed to view this poll or the poll does not exist." : "Você não tem permissão para ver esta pesquisa ou ela não existe.",
- "You are not allowed to edit this poll or the poll does not exist." : "Você não tem permissão para editar esta pesquisa ou ela não existe.",
+ "You are not allowed to view this poll or the poll does not exist." : "Você não tem permissão para ver esta enquete ou ela não existe.",
+ "You are not allowed to edit this poll or the poll does not exist." : "Você não tem permissão para editar esta enquete ou ela não existe.",
"You are either not allowed to delete this poll or it doesn't exist." : "Você não tem permissão para excluir esta enquete ou ela não existe."
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 593c4471..32e4ba63 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -1,11 +1,11 @@
{ "translations": {
- "Polls" : "Pesquisas",
+ "Polls" : "Enquetes",
"Poll invitation \"%s\"" : "Convite da enquete \"%s\"",
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} convidou você para participar da enquete \"{title}\"",
"Go to poll" : "Ir para enquete",
"This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Este link fornece acesso à enquete acima. Pressione o botão acima ou copie o seguinte link e adicione-o na barra de endereço do seu navegador:",
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Este e-mail foi enviado porque você foi convidado a votar nesta enquete pelo proprietário dela. Pelo menos seu nome ou e-mail estão registrados nesta enquete. Se desejar sair dela, entre em contato com o administrador do site ou o criador da enquete.",
- "Polls App - New Activity" : "Aplicativo Polls - Atividade Nova",
+ "Polls App - New Activity" : "Aplicativo Enquete - Atividade Nova",
"\"{title}\" had recent activity: " : "\"{title}\" teve a recente atividade: ",
"- %s voted." : "- %s votou.",
"- %s updated the poll configuration. Please check your votes." : "- %s atualizou a configuração da enquete. Verifique seu voto.",
@@ -33,14 +33,14 @@
"Decrease unit" : "Diminuir a unidade",
"Increase unit" : "Aumentar a unidade",
"Shift" : "Mudar datas",
- "No Participants until now" : "Nenhum Participante até agora",
+ "No Participants until now" : "Nenhum participante até agora",
"_%n Participant_::_%n Participants_" : ["%n Participante","%n Participantes"],
"started this poll on %n. " : "iniciou esta enquete em %n. ",
"This poll expired on {dateString}. The confirmed options are marked below." : "Esta enquete expirou em {dateString}. As opções confirmadas estão marcadas abaixo.",
"This poll expired on {dateString}, but there are no confirmed options until now." : "Esta enquete expirou em {dateString}, mas não há opções confirmadas até o momento.",
"You can confirm your favorites now in the options tab in the sidebar." : "Você pode confirmar seus favoritos agora na aba opções da barra lateral.",
"You can place your vote until {dateString}." : "Você pode votar até {dateString}.",
- "The names of other participants are hidden, as this is an anonymous poll. " : "Os nomes de outros participantes estão ocultos, pois esta é uma pesquisa anônima.",
+ "The names of other participants are hidden, as this is an anonymous poll. " : "Os nomes dos outros participantes estão ocultos, pois esta é uma enquete anônima. ",
"Results are hidden. " : "Os resultados estão ocultos.",
"They will be revealed after the poll is expired. " : "Eles serão revelados após a enquete terminar.",
"Group" : "Grupo",
@@ -54,10 +54,10 @@
"Comment deleted" : "Comentário excluído",
"Error while deleting the comment" : "Erro ao excluir o comentário",
"Title" : "Título",
- "Enter Title" : "Digite o Título",
+ "Enter Title" : "Digite o título",
"Poll type" : "Tipo de enquete",
- "Date poll" : "Data da enquete",
- "Text poll" : "Texto da enquete",
+ "Date poll" : "Enquete de data",
+ "Text poll" : "Enquete de texto",
"Apply" : "Aplicar",
"Poll \"%n\" added" : "Enquete \"%n\" adicionada",
"Error while creating Poll \"%n\"" : "Erro ao criar a Enquete \"%n\"",
@@ -70,8 +70,8 @@
"Deleted polls" : "Enquetes excluídas",
"Error cloning poll." : "Erro ao clonar enquete.",
"Error deleting poll." : "Erro ao excluir enquete.",
- "Clone poll" : "Clonar pesquisa",
- "Delete poll" : "Excluir pesquisa",
+ "Clone poll" : "Clonar enquete",
+ "Delete poll" : "Excluir enquete",
"Restore poll" : "Restaurar enquete",
"Delete poll permanently" : "Excluir enquete permanentemente",
"Access" : "Acesso",
@@ -100,8 +100,8 @@
"Never show results" : "Nunca mostrar resultados",
"Expiration date" : "Data de expiração",
"Writing poll" : "Gravando enquete",
- "Update poll" : "Atualizar pesquisa",
- "Create new poll" : "Criar nova pesquisa",
+ "Update poll" : "Atualizar enquete",
+ "Create new poll" : "Criar nova enquete",
"Title must not be empty!" : "O título não pode ficar em branco!",
"%n successfully saved" : "%n salvo com sucesso",
"Error writing poll" : "Erro ao escrever a enquete",
@@ -177,8 +177,8 @@
"Error loading polls" : "Erro ao carregar as enquetes",
"User {userId} removed" : "Usuário {userId} excluído",
"Access denied" : "Acesso negado",
- "You are not allowed to view this poll or the poll does not exist." : "Você não tem permissão para ver esta pesquisa ou ela não existe.",
- "You are not allowed to edit this poll or the poll does not exist." : "Você não tem permissão para editar esta pesquisa ou ela não existe.",
+ "You are not allowed to view this poll or the poll does not exist." : "Você não tem permissão para ver esta enquete ou ela não existe.",
+ "You are not allowed to edit this poll or the poll does not exist." : "Você não tem permissão para editar esta enquete ou ela não existe.",
"You are either not allowed to delete this poll or it doesn't exist." : "Você não tem permissão para excluir esta enquete ou ela não existe."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index a42e0164..9d84490a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -66,7 +66,7 @@
"lodash": "^4.17.19",
"resolve": "^1.3.2",
"semver": "^5.4.1",
- "source-map": "^0.5.0"
+ "source-map": "^0.6.1"
},
"dependencies": {
"@babel/code-frame": {
@@ -84,7 +84,7 @@
"requires": {
"@babel/types": "^7.11.5",
"jsesc": "^2.5.1",
- "source-map": "^0.5.0"
+ "source-map": "^0.6.1"
}
},
"@babel/helper-function-name": {
@@ -181,6 +181,11 @@
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
}
}
},
@@ -1112,7 +1117,7 @@
"requires": {
"@babel/types": "^7.11.5",
"jsesc": "^2.5.1",
- "source-map": "^0.5.0"
+ "source-map": "^0.6.1"
}
},
"@babel/helper-function-name": {
@@ -1209,6 +1214,11 @@
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
}
}
},
@@ -2224,6 +2234,15 @@
"core-js": "^3.6.4"
}
},
+ "@nextcloud/capabilities": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.2.tgz",
+ "integrity": "sha512-HR5vnT2GKTvoQla/WdP+V0/MD1eAGUNWCM0QXVGXQ0TCHb0AORYYMdEQafROsjNSH2kriArFnS/l3YZQrUa9yA==",
+ "requires": {
+ "@nextcloud/initial-state": "^1.1.2",
+ "core-js": "^3.6.4"
+ }
+ },
"@nextcloud/dialogs": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz",
@@ -3454,15 +3473,15 @@
}
},
"tar": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.2.tgz",
- "integrity": "sha512-Glo3jkRtPcvpDlAs/0+hozav78yoXKFr+c4wgw62NNMO3oo4AaJdCo21Uu7lcwr55h39W2XD1LMERc64wtbItg==",
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.5.tgz",
+ "integrity": "sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==",
"dev": true,
"requires": {
"chownr": "^2.0.0",
"fs-minipass": "^2.0.0",
"minipass": "^3.0.0",
- "minizlib": "^2.1.0",
+ "minizlib": "^2.1.1",
"mkdirp": "^1.0.3",
"yallist": "^4.0.0"
}
@@ -7666,9 +7685,9 @@
}
},
"minizlib": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.0.tgz",
- "integrity": "sha512-EzTZN/fjSvifSX0SlqUERCN39o6T40AMarPbv0MrarSFtIITCBh7bi+dU8nxGFHuqs9jdIAeoYoKuQAAASsPPA==",
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
+ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
"dev": true,
"requires": {
"minipass": "^3.0.0",