Compare commits

...

6 Commits

Author SHA1 Message Date
Julius Härtl
105ffd597b Bump version to 0.3.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-07 17:46:16 +01:00
Julius Härtl
ae9d02121b Test stable-0.3 against NC13
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-07 17:36:54 +01:00
Nextcloud bot
61ff25106b [tx-robot] updated from transifex 2018-03-07 17:34:59 +01:00
Nextcloud bot
c449967382 [tx-robot] updated from transifex 2018-03-07 17:34:51 +01:00
Nextcloud bot
b6ad790006 [tx-robot] updated from transifex 2018-03-07 17:34:42 +01:00
Julius Härtl
f8ec7202c8 Fix translations of the delete confirmation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-07 17:34:32 +01:00
27 changed files with 49 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-17
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
# Pre-setup steps
@@ -26,7 +26,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-17
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php
@@ -50,7 +50,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-17
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
- composer install
@@ -62,7 +62,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-15
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
- composer install
@@ -74,7 +74,7 @@ pipeline:
image: nextcloudci/php7.2:php7.2-9
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
- composer install
@@ -106,7 +106,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-17
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
# Pre-setup steps
@@ -125,7 +125,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-15
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
# Pre-setup steps
@@ -143,7 +143,7 @@ pipeline:
image: nextcloudci/php7.2:php7.2-9
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
# Pre-setup steps
@@ -161,7 +161,7 @@ pipeline:
image: nextcloudci/integration-php7.0:integration-php7.0-6
environment:
- APP_NAME=deck
- CORE_BRANCH=master
- CORE_BRANCH=stable13
- DB=sqlite
commands:
# Pre-setup steps

View File

@@ -6,7 +6,7 @@ php:
- 7.1
- 7.2
env:
- CORE_BRANCH=master DB=mysql
- CORE_BRANCH=stable13 DB=mysql
before_install:
- wget https://phar.phpunit.de/phpunit-5.7.phar

View File

@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.3.1 - unreleased
## 0.3.1 - 2018-03-07
### Fixed
- Fix performance issue with large LDAP instances

View File

@@ -14,7 +14,7 @@
- 🚀 Get your project organized
</description>
<version>0.3.1-rc1</version>
<version>0.3.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>

View File

@@ -123,7 +123,7 @@ app.factory('StackService', function (ApiService, $http, $q) {
var deferred = $q.defer();
var self = this;
OC.dialogs.confirm('Are you sure you want to delete the stack with all of its data?', t('deck', 'Delete'), function(state) {
OC.dialogs.confirm(t('deck', 'Are you sure you want to delete the stack with all of its data?'), t('deck', 'Delete'), function(state) {
if (!state) {
return;
}

View File

@@ -6,6 +6,7 @@ OC.L10N.register(
"Remove user from card" : "Benutzer von Karte entfernen",
"Hours" : "Stunden",
"Minutes" : "Minuten",
"Are you sure you want to delete the stack with all of its data?" : "Möchtest du diesen Stapel mit allen Daten wirklich löschen?",
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" auf \"%s\" ist überfällig.",
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.",
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Dir geteilt.",

View File

@@ -4,6 +4,7 @@
"Remove user from card" : "Benutzer von Karte entfernen",
"Hours" : "Stunden",
"Minutes" : "Minuten",
"Are you sure you want to delete the stack with all of its data?" : "Möchtest du diesen Stapel mit allen Daten wirklich löschen?",
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" auf \"%s\" ist überfällig.",
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.",
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Dir geteilt.",

View File

@@ -6,6 +6,7 @@ OC.L10N.register(
"Remove user from card" : "Benutzer von Karte entfernen",
"Hours" : "Stunden",
"Minutes" : "Minuten",
"Are you sure you want to delete the stack with all of its data?" : "Möchten Sie diesen Stapel mit allen Daten wirklich löschen?",
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" auf \"%s\" ist überfällig.",
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Ihnen geteilt.",
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Ihnen geteilt.",

View File

@@ -4,6 +4,7 @@
"Remove user from card" : "Benutzer von Karte entfernen",
"Hours" : "Stunden",
"Minutes" : "Minuten",
"Are you sure you want to delete the stack with all of its data?" : "Möchten Sie diesen Stapel mit allen Daten wirklich löschen?",
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" auf \"%s\" ist überfällig.",
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Ihnen geteilt.",
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Ihnen geteilt.",

View File

@@ -6,6 +6,7 @@ OC.L10N.register(
"Remove user from card" : "Remove user from card",
"Hours" : "Hours",
"Minutes" : "Minutes",
"Are you sure you want to delete the stack with all of its data?" : "Are you sure you want to delete the stack with all of its data?",
"The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.",
"The board \"%s\" has been shared with you by %s." : "The board \"%s\" has been shared with you by %s.",
"{user} has shared the board %s with you." : "{user} has shared the board %s with you.",

View File

@@ -4,6 +4,7 @@
"Remove user from card" : "Remove user from card",
"Hours" : "Hours",
"Minutes" : "Minutes",
"Are you sure you want to delete the stack with all of its data?" : "Are you sure you want to delete the stack with all of its data?",
"The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.",
"The board \"%s\" has been shared with you by %s." : "The board \"%s\" has been shared with you by %s.",
"{user} has shared the board %s with you." : "{user} has shared the board %s with you.",

View File

@@ -6,6 +6,7 @@ OC.L10N.register(
"Remove user from card" : "Eliminar usuario de la tarjeta",
"Hours" : "Horas",
"Minutes" : "Minutos",
"Are you sure you want to delete the stack with all of its data?" : "¿Estás seguro que deseas borrar la pila con todos sus datos?",
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
"{user} has shared the board %s with you." : "{user} ha compartido el tablero %s contigo. ",

View File

@@ -4,6 +4,7 @@
"Remove user from card" : "Eliminar usuario de la tarjeta",
"Hours" : "Horas",
"Minutes" : "Minutos",
"Are you sure you want to delete the stack with all of its data?" : "¿Estás seguro que deseas borrar la pila con todos sus datos?",
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
"{user} has shared the board %s with you." : "{user} ha compartido el tablero %s contigo. ",

View File

@@ -1,10 +1,13 @@
OC.L10N.register(
"deck",
{
"Are you sure you want to delete this card with all of its data?" : "Haluatko varmasti poistaa tämän kortin ja kaikki sen tiedot?",
"Delete" : "Poista",
"Remove user from card" : "Poista käyttäjä kortilta",
"Hours" : "Tunnit",
"Minutes" : "Minuutit",
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
"The board \"%s\" has been shared with you by %s." : "Taulu \"%s\" on jaettu kanssasi käyttäjän %s toimesta.",
"{user} has shared the board %s with you." : "{user} on jakanut taulun %s kanssasi.",
"Finished" : "Valmistunut",
"To review" : "Arvostella",
@@ -48,6 +51,9 @@ OC.L10N.register(
"Choose a tag" : "Valitse tunniste",
"Add a tag" : "Lisää tunniste",
"Select tags" : "Valitse tunnisteet",
"Assign users" : "Määritä käyttäjät",
"Choose a user to assign" : "Valitse määritettävä käyttäjä",
"Assign this card to a user" : "Määritä tämä kortti käyttäjälle",
"Due date" : "Eräpäivä",
"Click to set" : "Napsauta asettaaksesi",
"Remove due date" : "Poista eräpäivä",

View File

@@ -1,8 +1,11 @@
{ "translations": {
"Are you sure you want to delete this card with all of its data?" : "Haluatko varmasti poistaa tämän kortin ja kaikki sen tiedot?",
"Delete" : "Poista",
"Remove user from card" : "Poista käyttäjä kortilta",
"Hours" : "Tunnit",
"Minutes" : "Minuutit",
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
"The board \"%s\" has been shared with you by %s." : "Taulu \"%s\" on jaettu kanssasi käyttäjän %s toimesta.",
"{user} has shared the board %s with you." : "{user} on jakanut taulun %s kanssasi.",
"Finished" : "Valmistunut",
"To review" : "Arvostella",
@@ -46,6 +49,9 @@
"Choose a tag" : "Valitse tunniste",
"Add a tag" : "Lisää tunniste",
"Select tags" : "Valitse tunnisteet",
"Assign users" : "Määritä käyttäjät",
"Choose a user to assign" : "Valitse määritettävä käyttäjä",
"Assign this card to a user" : "Määritä tämä kortti käyttäjälle",
"Due date" : "Eräpäivä",
"Click to set" : "Napsauta asettaaksesi",
"Remove due date" : "Poista eräpäivä",

View File

@@ -6,6 +6,7 @@ OC.L10N.register(
"Remove user from card" : "Supprimer l'utilisateur de la carte",
"Hours" : "Heures",
"Minutes" : "Minutes",
"Are you sure you want to delete the stack with all of its data?" : "Êtes-vous sûr de vouloir supprimer la pile avec toutes ses données ?",
"The card \"%s\" on \"%s\" has reached its due date." : "Le délais de la carte %s de %s est expiré.",
"The board \"%s\" has been shared with you by %s." : "Le tableau %s a été partagé avec vous par %s.",
"{user} has shared the board %s with you." : "{user} a partagé le tableau %s avec vous.",

View File

@@ -4,6 +4,7 @@
"Remove user from card" : "Supprimer l'utilisateur de la carte",
"Hours" : "Heures",
"Minutes" : "Minutes",
"Are you sure you want to delete the stack with all of its data?" : "Êtes-vous sûr de vouloir supprimer la pile avec toutes ses données ?",
"The card \"%s\" on \"%s\" has reached its due date." : "Le délais de la carte %s de %s est expiré.",
"The board \"%s\" has been shared with you by %s." : "Le tableau %s a été partagé avec vous par %s.",
"{user} has shared the board %s with you." : "{user} a partagé le tableau %s avec vous.",

View File

@@ -1,10 +1,12 @@
OC.L10N.register(
"deck",
{
"Are you sure you want to delete this card with all of its data?" : "Biztosan törlöd ezt a kártyát adataival együtt?",
"Delete" : "Törlés",
"Remove user from card" : "Felhasználó eltávolítása a kártyáról",
"Hours" : "Óra",
"Minutes" : "Perc",
"Are you sure you want to delete the stack with all of its data?" : "Biztosan törlöd ezt a köteget az adatival együtt?",
"The card \"%s\" on \"%s\" has reached its due date." : "A(z) \"%s\" kártya a(z) \"%s\" táblán a határidejéhez ért.",
"The board \"%s\" has been shared with you by %s." : "A(z) \"%s\" táblát %s osztotta meg veled.",
"{user} has shared the board %s with you." : "{user} felhasználó megosztotta veled a(z) %s táblát.",

View File

@@ -1,8 +1,10 @@
{ "translations": {
"Are you sure you want to delete this card with all of its data?" : "Biztosan törlöd ezt a kártyát adataival együtt?",
"Delete" : "Törlés",
"Remove user from card" : "Felhasználó eltávolítása a kártyáról",
"Hours" : "Óra",
"Minutes" : "Perc",
"Are you sure you want to delete the stack with all of its data?" : "Biztosan törlöd ezt a köteget az adatival együtt?",
"The card \"%s\" on \"%s\" has reached its due date." : "A(z) \"%s\" kártya a(z) \"%s\" táblán a határidejéhez ért.",
"The board \"%s\" has been shared with you by %s." : "A(z) \"%s\" táblát %s osztotta meg veled.",
"{user} has shared the board %s with you." : "{user} felhasználó megosztotta veled a(z) %s táblát.",

View File

@@ -6,6 +6,7 @@ OC.L10N.register(
"Remove user from card" : "Rimuovi utente dalla scheda",
"Hours" : "Ore",
"Minutes" : "Minuti",
"Are you sure you want to delete the stack with all of its data?" : "Sei sicuro di voler eliminare questa pila con tutti i suoi dati?",
"The card \"%s\" on \"%s\" has reached its due date." : "La scheda \"%s\" in \"%s\" ha raggiunto la sua data di scadenza.",
"The board \"%s\" has been shared with you by %s." : "La lavagna \"%s\" è stata condivisa con te da %s.",
"{user} has shared the board %s with you." : "{user} ha condiviso la lavagna %s con te.",

View File

@@ -4,6 +4,7 @@
"Remove user from card" : "Rimuovi utente dalla scheda",
"Hours" : "Ore",
"Minutes" : "Minuti",
"Are you sure you want to delete the stack with all of its data?" : "Sei sicuro di voler eliminare questa pila con tutti i suoi dati?",
"The card \"%s\" on \"%s\" has reached its due date." : "La scheda \"%s\" in \"%s\" ha raggiunto la sua data di scadenza.",
"The board \"%s\" has been shared with you by %s." : "La lavagna \"%s\" è stata condivisa con te da %s.",
"{user} has shared the board %s with you." : "{user} ha condiviso la lavagna %s con te.",

View File

@@ -1,6 +1,7 @@
OC.L10N.register(
"deck",
{
"Are you sure you want to delete this card with all of its data?" : "Er du sikker på at du vil slette dette kortet med all informasjonen det inneholder?",
"Delete" : "Slett",
"Remove user from card" : "Fjern bruker fra kort",
"Hours" : "Timer",

View File

@@ -1,4 +1,5 @@
{ "translations": {
"Are you sure you want to delete this card with all of its data?" : "Er du sikker på at du vil slette dette kortet med all informasjonen det inneholder?",
"Delete" : "Slett",
"Remove user from card" : "Fjern bruker fra kort",
"Hours" : "Timer",

View File

@@ -1,10 +1,12 @@
OC.L10N.register(
"deck",
{
"Are you sure you want to delete this card with all of its data?" : "Weert je zeker dat je deze kaart met gegevens wilt verwijderen? ",
"Delete" : "Verwijderen",
"Remove user from card" : "Verwijder gebruiker van kaart",
"Hours" : "Uur",
"Minutes" : "Minuten",
"Are you sure you want to delete the stack with all of its data?" : "Weet je zeker dat je deze stapel met alle gegevens wilt verwijderen ? ",
"The card \"%s\" on \"%s\" has reached its due date." : "De kaart \"%s\" bij \"%s\" heeft zijn vervaldatum bereikt.",
"The board \"%s\" has been shared with you by %s." : "Het bord \"%s\" is door %s met je gedeeld.",
"{user} has shared the board %s with you." : "{user} heeft het bord %s met je gedeeld.",

View File

@@ -1,8 +1,10 @@
{ "translations": {
"Are you sure you want to delete this card with all of its data?" : "Weert je zeker dat je deze kaart met gegevens wilt verwijderen? ",
"Delete" : "Verwijderen",
"Remove user from card" : "Verwijder gebruiker van kaart",
"Hours" : "Uur",
"Minutes" : "Minuten",
"Are you sure you want to delete the stack with all of its data?" : "Weet je zeker dat je deze stapel met alle gegevens wilt verwijderen ? ",
"The card \"%s\" on \"%s\" has reached its due date." : "De kaart \"%s\" bij \"%s\" heeft zijn vervaldatum bereikt.",
"The board \"%s\" has been shared with you by %s." : "Het bord \"%s\" is door %s met je gedeeld.",
"{user} has shared the board %s with you." : "{user} heeft het bord %s met je gedeeld.",

View File

@@ -6,6 +6,7 @@ OC.L10N.register(
"Remove user from card" : "Remover usuário do cartão",
"Hours" : "Horas",
"Minutes" : "Minutos",
"Are you sure you want to delete the stack with all of its data?" : "Quer realmente excluir a pilha com todos os seus dados?",
"The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" atingiu sua data de vencimento.",
"The board \"%s\" has been shared with you by %s." : "O quadro \"%s\" foi compartilhado com você por %s.",
"{user} has shared the board %s with you." : "{user} compartilhou o quadro %s com você.",

View File

@@ -4,6 +4,7 @@
"Remove user from card" : "Remover usuário do cartão",
"Hours" : "Horas",
"Minutes" : "Minutos",
"Are you sure you want to delete the stack with all of its data?" : "Quer realmente excluir a pilha com todos os seus dados?",
"The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" atingiu sua data de vencimento.",
"The board \"%s\" has been shared with you by %s." : "O quadro \"%s\" foi compartilhado com você por %s.",
"{user} has shared the board %s with you." : "{user} compartilhou o quadro %s com você.",