Skip to content

Commit

Permalink
Merge branch 'master' into seperate-sending-invitations
Browse files Browse the repository at this point in the history
  • Loading branch information
dartcafe authored Jul 7, 2020
2 parents 0a1a63a + 3c965b1 commit 89d609b
Show file tree
Hide file tree
Showing 70 changed files with 1,742 additions and 1,828 deletions.
4 changes: 2 additions & 2 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
['name' => 'page#vote_public', 'url' => '/s/{token}', 'verb' => 'GET', 'postfix' => 'public'],
['name' => 'page#vote_public', 'url' => '/poll/{token}', 'verb' => 'GET', 'postfix' => 'oldpublic'],

['name' => 'subscription#get', 'url' => '/subscription/get/{pollId}', 'verb' => 'GET'],
['name' => 'subscription#set', 'url' => '/subscription/set', 'verb' => 'POST'],
['name' => 'subscription#get', 'url' => '/subscription/{pollId}', 'verb' => 'GET'],
['name' => 'subscription#set', 'url' => '/subscription', 'verb' => 'POST'],

['name' => 'comment#getByToken', 'url' => '/comments/s/{token}', 'verb' => 'GET'],
['name' => 'comment#get', 'url' => '/comments/{pollId}', 'verb' => 'GET'],
Expand Down
2 changes: 1 addition & 1 deletion docs/API_v1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Example calls:
| POST | /api/v1.0/poll/clone/{pollId} | Clone poll {pollId} | 201, 403, 404 |
| PUT | /api/v1.0/poll/{pollId} | Update poll | 200, 403, 404, 409 |
| DELETE | /api/v1.0/poll/{pollId} | Delete poll logical | 200, 403, 404 |
| DELETE | /api/v1.0/poll/permanent{pollId} | Delete poll permanently | 200, 403, 404 |
| DELETE | /api/v1.0/poll/permanent/{pollId} | Delete poll permanently | 200, 403, 404 |
| GET | /api/v1.0/poll/enum | Get valid enums | 200, 403, 404 |

## Add poll
Expand Down
16 changes: 16 additions & 0 deletions l10n/br.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
OC.L10N.register(
"polls",
{
"Cancel" : "Arrest",
"OK" : "OK",
"Group" : "Stollad",
"Unknown user" : "Implijer dianv",
"Details" : "Munudoù",
"Configuration" : "Stumm",
"Shares" : "Rannañ",
"Expiration date" : "Deizad termen",
"Who are you?" : "Piv oc'h c'hwi ?",
"No" : "Nan",
"Yes" : "Ya"
},
"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);");
14 changes: 14 additions & 0 deletions l10n/br.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{ "translations": {
"Cancel" : "Arrest",
"OK" : "OK",
"Group" : "Stollad",
"Unknown user" : "Implijer dianv",
"Details" : "Munudoù",
"Configuration" : "Stumm",
"Shares" : "Rannañ",
"Expiration date" : "Deizad termen",
"Who are you?" : "Piv oc'h c'hwi ?",
"No" : "Nan",
"Yes" : "Ya"
},"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);"
}
21 changes: 16 additions & 5 deletions l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ OC.L10N.register(
"No Participants until now" : "Doposud žádní účastníci",
"_%n Participant_::_%n Participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"],
"started this poll on %n. " : "zahájil(a) tuto anketu %n. ",
"This poll expired on {dateString}. The confirmed options are marked below." : "Platnost této ankety skončila {dateString}. Potvrzené možnosti jsou označené níže.",
"This poll expired on {dateString}, but there are no confirmed options until now." : "Platnost této ankety skončila {dateString}, ale doposud zde nejsou žádné potvrzené volby.",
"You can confirm your favorites now in the options tab in the sidebar." : "Své oblíbené nyní můžete potvrdit v panelu možností v postranním panelu.",
"You can place your vote until {dateString}." : "Hlasovat můžete do {dateString}.",
"The names of other participants are hidden, as this is an anonymous poll. " : "Jména ostatních účastníků jsou skryta, protože toto je anonymní anketa.",
"Results are hidden. " : "Výsledky jsou skryté.",
"They will be revealed after the poll is expired. " : "Budou odhaleny až po skončení ankety.",
Expand Down Expand Up @@ -103,6 +107,8 @@ OC.L10N.register(
"Available Options" : "Možnosti k dispozici",
"Delete option" : "Smazat volbu",
"Clone option" : "Klonovat volbu",
"Unconfirm option" : "Zrušit potvrzení volby",
"Confirm option" : "Potvrdit volbu",
"There are no vote options specified." : "Nejsou zde zadány žádné možnosti volby.",
"Add a new text option" : "Přidat novou textovou volbu",
"Enter option text" : "Zadejte text volby",
Expand All @@ -119,12 +125,12 @@ OC.L10N.register(
"Error while adding share" : "Chyba při přidávání sdílení",
"Receive notification email on activity" : "Dostávat e-mailem upozornění na aktivitu",
"Your personal link to this poll: %n" : "Váš osobní odkaz na tuto anketu: %n",
"Enter your name!" : "Zadejte své jméno!",
"To participate, enter a username with at least 3 characters." : "Pro zúčastnění se zadejte uživatelské jméno (alespoň 3 znaky).",
"Who are you?" : "Kdo jste?",
"To participate, tell us how we can call you!" : "Abyste se mohli zúčastnit, sdělte nám, jak Vás máme oslovovat!",
"Enter your name" : "Zadejte své jméno",
"Username is not valid. Please enter at least 3 characters." : "Uživatelské jméno není platné. Zadejte alespoň tři znaky.",
"This username is not valid, i.e. because it is already in use." : "Toto uživatelské jméno už bylo použito někým jiným – zvolte si prosím jiné.",
"Valid username." : "Platné uživatelské jméno",
"Please use at least 3 characters for your name." : "Pro své jméno použijte alespoň tři znaky.",
"This name is not valid, i.e. because it is already in use." : "Toto jméno není platné, protože je použito někým jiným.",
"OK, we will call you {username}." : "Dobrá, budeme vás oslovovat jako {username}.",
"You have an account? Log in here." : "Máte uživatelský účet? Přihlaste se zde.",
"Please use at least 3 characters for your username!" : "Pro své uživatelské jméno použijte alespoň tři znaky!",
"This username can not be chosen." : "Toto uživatelské jméno nemůže být zvoleno.",
Expand Down Expand Up @@ -153,6 +159,11 @@ OC.L10N.register(
"Deleted" : "Smazáno",
"There are no vote options, add some in the options section of the right sidebar." : "Nejsou zde žádné možnosti volby – přidejte nějaké v sekci volby na panelu vpravo.",
"There are no vote options. Maybe the owner did not provide some until now." : "Nejsou zde žádné možnosti volby. Vlastník nejspíš doposud žádné neposkytl.",
"Switch to mobile view" : "Přepnout do mobilního zobrazení",
"Switch to desktop view" : "Přepnout do desktopového zobrazení",
"Date order" : "Pořadí podle data",
"Original order" : "Původní pořadí",
"Ranked order" : "Pořadí dle hodnocení",
"Minute" : "Minuta",
"Hour" : "Hodina",
"Day" : "Den",
Expand Down
21 changes: 16 additions & 5 deletions l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"No Participants until now" : "Doposud žádní účastníci",
"_%n Participant_::_%n Participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"],
"started this poll on %n. " : "zahájil(a) tuto anketu %n. ",
"This poll expired on {dateString}. The confirmed options are marked below." : "Platnost této ankety skončila {dateString}. Potvrzené možnosti jsou označené níže.",
"This poll expired on {dateString}, but there are no confirmed options until now." : "Platnost této ankety skončila {dateString}, ale doposud zde nejsou žádné potvrzené volby.",
"You can confirm your favorites now in the options tab in the sidebar." : "Své oblíbené nyní můžete potvrdit v panelu možností v postranním panelu.",
"You can place your vote until {dateString}." : "Hlasovat můžete do {dateString}.",
"The names of other participants are hidden, as this is an anonymous poll. " : "Jména ostatních účastníků jsou skryta, protože toto je anonymní anketa.",
"Results are hidden. " : "Výsledky jsou skryté.",
"They will be revealed after the poll is expired. " : "Budou odhaleny až po skončení ankety.",
Expand Down Expand Up @@ -101,6 +105,8 @@
"Available Options" : "Možnosti k dispozici",
"Delete option" : "Smazat volbu",
"Clone option" : "Klonovat volbu",
"Unconfirm option" : "Zrušit potvrzení volby",
"Confirm option" : "Potvrdit volbu",
"There are no vote options specified." : "Nejsou zde zadány žádné možnosti volby.",
"Add a new text option" : "Přidat novou textovou volbu",
"Enter option text" : "Zadejte text volby",
Expand All @@ -117,12 +123,12 @@
"Error while adding share" : "Chyba při přidávání sdílení",
"Receive notification email on activity" : "Dostávat e-mailem upozornění na aktivitu",
"Your personal link to this poll: %n" : "Váš osobní odkaz na tuto anketu: %n",
"Enter your name!" : "Zadejte své jméno!",
"To participate, enter a username with at least 3 characters." : "Pro zúčastnění se zadejte uživatelské jméno (alespoň 3 znaky).",
"Who are you?" : "Kdo jste?",
"To participate, tell us how we can call you!" : "Abyste se mohli zúčastnit, sdělte nám, jak Vás máme oslovovat!",
"Enter your name" : "Zadejte své jméno",
"Username is not valid. Please enter at least 3 characters." : "Uživatelské jméno není platné. Zadejte alespoň tři znaky.",
"This username is not valid, i.e. because it is already in use." : "Toto uživatelské jméno už bylo použito někým jiným – zvolte si prosím jiné.",
"Valid username." : "Platné uživatelské jméno",
"Please use at least 3 characters for your name." : "Pro své jméno použijte alespoň tři znaky.",
"This name is not valid, i.e. because it is already in use." : "Toto jméno není platné, protože je použito někým jiným.",
"OK, we will call you {username}." : "Dobrá, budeme vás oslovovat jako {username}.",
"You have an account? Log in here." : "Máte uživatelský účet? Přihlaste se zde.",
"Please use at least 3 characters for your username!" : "Pro své uživatelské jméno použijte alespoň tři znaky!",
"This username can not be chosen." : "Toto uživatelské jméno nemůže být zvoleno.",
Expand Down Expand Up @@ -151,6 +157,11 @@
"Deleted" : "Smazáno",
"There are no vote options, add some in the options section of the right sidebar." : "Nejsou zde žádné možnosti volby – přidejte nějaké v sekci volby na panelu vpravo.",
"There are no vote options. Maybe the owner did not provide some until now." : "Nejsou zde žádné možnosti volby. Vlastník nejspíš doposud žádné neposkytl.",
"Switch to mobile view" : "Přepnout do mobilního zobrazení",
"Switch to desktop view" : "Přepnout do desktopového zobrazení",
"Date order" : "Pořadí podle data",
"Original order" : "Původní pořadí",
"Ranked order" : "Pořadí dle hodnocení",
"Minute" : "Minuta",
"Hour" : "Hodina",
"Day" : "Den",
Expand Down
12 changes: 6 additions & 6 deletions l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ OC.L10N.register(
"Enter Title" : "Titel eingeben",
"Poll type" : "Umfragetyp",
"Date poll" : "Datumsumfrage",
"Text poll" : "Zustimmungsumfrage",
"Text poll" : "Textumfrage",
"Apply" : "Anwenden",
"Poll \"%n\" added" : "Umfrage \"%n\" hinzugefügt",
"Error while creating Poll \"%n\"" : "Fehler beim Erstellen der Umfrage \"%n\"",
Expand Down Expand Up @@ -125,12 +125,12 @@ OC.L10N.register(
"Error while adding share" : "Fehler beim Hinzufügen der Freigabe",
"Receive notification email on activity" : "Erhalte E-Mail Benachrichtigungen bei Aktivitäten",
"Your personal link to this poll: %n" : "Ihr persönlicher Link zur Umfrage: %n",
"Enter your name!" : "Gib Deinen Namen ein!",
"To participate, enter a username with at least 3 characters." : "Um teilzunehmen, musst Du einen Benutzernamen mit mindestens 3 Zeichen eingeben.",
"Who are you?" : "Wer bist Du?",
"To participate, tell us how we can call you!" : "Um teilzunehmen, sage uns wie wir Dich nennen dürfen!",
"Enter your name" : "Gib Deinen Namen ein",
"Username is not valid. Please enter at least 3 characters." : "Benutzername ungültig. Bitte mindestens 3 Zeichen eingeben.",
"This username is not valid, i.e. because it is already in use." : "Dieser Benutzername ist nicht gültig, möglicherweise ist er bereits in Verwendung.",
"Valid username." : "Gültiger Benutzername.",
"Please use at least 3 characters for your name." : "Bitte mindestens 3 Zeichen für den Namen verwenden.",
"This name is not valid, i.e. because it is already in use." : "Dieser Name ist nicht gültig, möglicherweise ist er bereits in Verwendung.",
"OK, we will call you {username}." : "OK, wir werden Dich {Benutzername} nennen.",
"You have an account? Log in here." : "Du hast ein Konto? Hier anmelden.",
"Please use at least 3 characters for your username!" : "Bitte mindestens 3 Zeichen für den Benutzernamen verwenden!",
"This username can not be chosen." : "Dieser Benutzername kann nicht gewählt werden.",
Expand Down
12 changes: 6 additions & 6 deletions l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"Enter Title" : "Titel eingeben",
"Poll type" : "Umfragetyp",
"Date poll" : "Datumsumfrage",
"Text poll" : "Zustimmungsumfrage",
"Text poll" : "Textumfrage",
"Apply" : "Anwenden",
"Poll \"%n\" added" : "Umfrage \"%n\" hinzugefügt",
"Error while creating Poll \"%n\"" : "Fehler beim Erstellen der Umfrage \"%n\"",
Expand Down Expand Up @@ -123,12 +123,12 @@
"Error while adding share" : "Fehler beim Hinzufügen der Freigabe",
"Receive notification email on activity" : "Erhalte E-Mail Benachrichtigungen bei Aktivitäten",
"Your personal link to this poll: %n" : "Ihr persönlicher Link zur Umfrage: %n",
"Enter your name!" : "Gib Deinen Namen ein!",
"To participate, enter a username with at least 3 characters." : "Um teilzunehmen, musst Du einen Benutzernamen mit mindestens 3 Zeichen eingeben.",
"Who are you?" : "Wer bist Du?",
"To participate, tell us how we can call you!" : "Um teilzunehmen, sage uns wie wir Dich nennen dürfen!",
"Enter your name" : "Gib Deinen Namen ein",
"Username is not valid. Please enter at least 3 characters." : "Benutzername ungültig. Bitte mindestens 3 Zeichen eingeben.",
"This username is not valid, i.e. because it is already in use." : "Dieser Benutzername ist nicht gültig, möglicherweise ist er bereits in Verwendung.",
"Valid username." : "Gültiger Benutzername.",
"Please use at least 3 characters for your name." : "Bitte mindestens 3 Zeichen für den Namen verwenden.",
"This name is not valid, i.e. because it is already in use." : "Dieser Name ist nicht gültig, möglicherweise ist er bereits in Verwendung.",
"OK, we will call you {username}." : "OK, wir werden Dich {Benutzername} nennen.",
"You have an account? Log in here." : "Du hast ein Konto? Hier anmelden.",
"Please use at least 3 characters for your username!" : "Bitte mindestens 3 Zeichen für den Benutzernamen verwenden!",
"This username can not be chosen." : "Dieser Benutzername kann nicht gewählt werden.",
Expand Down
12 changes: 6 additions & 6 deletions l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ OC.L10N.register(
"Enter Title" : "Titel eingeben",
"Poll type" : "Umfragetyp",
"Date poll" : "Datumsumfrage",
"Text poll" : "Zustimmungsumfrage",
"Text poll" : "Textumfrage",
"Apply" : "Anwenden",
"Poll \"%n\" added" : "Umfrage \"%n\" hinzugefügt",
"Error while creating Poll \"%n\"" : "Fehler beim Erstellen der Umfrage \"%n\"",
Expand Down Expand Up @@ -125,12 +125,12 @@ OC.L10N.register(
"Error while adding share" : "Fehler beim Hinzufügen der Freigabe",
"Receive notification email on activity" : "Erhalte E-Mail Benachrichtigungen bei Aktivitäten",
"Your personal link to this poll: %n" : "Ihr persönlicher Link zur Umfrage: %n",
"Enter your name!" : "Geben Sie Ihren Namen ein!",
"To participate, enter a username with at least 3 characters." : "Um teilzunehmen, müssen Sie einen Benutzernamen mit mindestens 3 Zeichen eingeben.",
"Who are you?" : "Wer sind Sie?",
"To participate, tell us how we can call you!" : "Um teilzunehmen, sagen Sie uns wie wir Sie nennen können!",
"Enter your name" : "Geben Sie Ihren Namen ein",
"Username is not valid. Please enter at least 3 characters." : "Benutzername ungültig. Bitte mindestens 3 Zeichen eingeben.",
"This username is not valid, i.e. because it is already in use." : "Dieser Benutzername ist nicht gültig, möglicherweise ist er bereits in Verwendung.",
"Valid username." : "Gültiger Benutzername.",
"Please use at least 3 characters for your name." : "Bitte mindestens 3 Zeichen für den Namen verwenden.",
"This name is not valid, i.e. because it is already in use." : "Dieser Name ist nicht gültig, möglicherweise ist er bereits in Verwendung.",
"OK, we will call you {username}." : "OK, wir werden Sie {Benutzername} nennen.",
"You have an account? Log in here." : "Sie haben ein Konto? Hier anmelden.",
"Please use at least 3 characters for your username!" : "Bitte mindestens 3 Zeichen für den Benutzernamen verwenden!",
"This username can not be chosen." : "Dieser Benutzername kann nicht gewählt werden.",
Expand Down
12 changes: 6 additions & 6 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"Enter Title" : "Titel eingeben",
"Poll type" : "Umfragetyp",
"Date poll" : "Datumsumfrage",
"Text poll" : "Zustimmungsumfrage",
"Text poll" : "Textumfrage",
"Apply" : "Anwenden",
"Poll \"%n\" added" : "Umfrage \"%n\" hinzugefügt",
"Error while creating Poll \"%n\"" : "Fehler beim Erstellen der Umfrage \"%n\"",
Expand Down Expand Up @@ -123,12 +123,12 @@
"Error while adding share" : "Fehler beim Hinzufügen der Freigabe",
"Receive notification email on activity" : "Erhalte E-Mail Benachrichtigungen bei Aktivitäten",
"Your personal link to this poll: %n" : "Ihr persönlicher Link zur Umfrage: %n",
"Enter your name!" : "Geben Sie Ihren Namen ein!",
"To participate, enter a username with at least 3 characters." : "Um teilzunehmen, müssen Sie einen Benutzernamen mit mindestens 3 Zeichen eingeben.",
"Who are you?" : "Wer sind Sie?",
"To participate, tell us how we can call you!" : "Um teilzunehmen, sagen Sie uns wie wir Sie nennen können!",
"Enter your name" : "Geben Sie Ihren Namen ein",
"Username is not valid. Please enter at least 3 characters." : "Benutzername ungültig. Bitte mindestens 3 Zeichen eingeben.",
"This username is not valid, i.e. because it is already in use." : "Dieser Benutzername ist nicht gültig, möglicherweise ist er bereits in Verwendung.",
"Valid username." : "Gültiger Benutzername.",
"Please use at least 3 characters for your name." : "Bitte mindestens 3 Zeichen für den Namen verwenden.",
"This name is not valid, i.e. because it is already in use." : "Dieser Name ist nicht gültig, möglicherweise ist er bereits in Verwendung.",
"OK, we will call you {username}." : "OK, wir werden Sie {Benutzername} nennen.",
"You have an account? Log in here." : "Sie haben ein Konto? Hier anmelden.",
"Please use at least 3 characters for your username!" : "Bitte mindestens 3 Zeichen für den Benutzernamen verwenden!",
"This username can not be chosen." : "Dieser Benutzername kann nicht gewählt werden.",
Expand Down
Loading

0 comments on commit 89d609b

Please sign in to comment.