Compare commits
6 Commits
v0.3.1-rc1
...
stable-0.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
105ffd597b | ||
|
|
ae9d02121b | ||
|
|
61ff25106b | ||
|
|
c449967382 | ||
|
|
b6ad790006 | ||
|
|
f8ec7202c8 |
18
.drone.yml
18
.drone.yml
@@ -8,7 +8,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.0:php7.0-17
|
image: nextcloudci/php7.0:php7.0-17
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -26,7 +26,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.0:php7.0-17
|
image: nextcloudci/php7.0:php7.0-17
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
- wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php
|
- 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
|
image: nextcloudci/php7.0:php7.0-17
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- composer install
|
||||||
@@ -62,7 +62,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.1:php7.1-15
|
image: nextcloudci/php7.1:php7.1-15
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- composer install
|
||||||
@@ -74,7 +74,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.2:php7.2-9
|
image: nextcloudci/php7.2:php7.2-9
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- composer install
|
||||||
@@ -106,7 +106,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.0:php7.0-17
|
image: nextcloudci/php7.0:php7.0-17
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -125,7 +125,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.1:php7.1-15
|
image: nextcloudci/php7.1:php7.1-15
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -143,7 +143,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.2:php7.2-9
|
image: nextcloudci/php7.2:php7.2-9
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -161,7 +161,7 @@ pipeline:
|
|||||||
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable13
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ php:
|
|||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
env:
|
env:
|
||||||
- CORE_BRANCH=master DB=mysql
|
- CORE_BRANCH=stable13 DB=mysql
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://phar.phpunit.de/phpunit-5.7.phar
|
- wget https://phar.phpunit.de/phpunit-5.7.phar
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 0.3.1 - unreleased
|
## 0.3.1 - 2018-03-07
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix performance issue with large LDAP instances
|
- Fix performance issue with large LDAP instances
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>0.3.1-rc1</version>
|
<version>0.3.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
<namespace>Deck</namespace>
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ app.factory('StackService', function (ApiService, $http, $q) {
|
|||||||
var deferred = $q.defer();
|
var deferred = $q.defer();
|
||||||
var self = this;
|
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) {
|
if (!state) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
|||||||
"Remove user from card" : "Benutzer von Karte entfernen",
|
"Remove user from card" : "Benutzer von Karte entfernen",
|
||||||
"Hours" : "Stunden",
|
"Hours" : "Stunden",
|
||||||
"Minutes" : "Minuten",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Dir geteilt.",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"Remove user from card" : "Benutzer von Karte entfernen",
|
"Remove user from card" : "Benutzer von Karte entfernen",
|
||||||
"Hours" : "Stunden",
|
"Hours" : "Stunden",
|
||||||
"Minutes" : "Minuten",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Dir geteilt.",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
|||||||
"Remove user from card" : "Benutzer von Karte entfernen",
|
"Remove user from card" : "Benutzer von Karte entfernen",
|
||||||
"Hours" : "Stunden",
|
"Hours" : "Stunden",
|
||||||
"Minutes" : "Minuten",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Ihnen geteilt.",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"Remove user from card" : "Benutzer von Karte entfernen",
|
"Remove user from card" : "Benutzer von Karte entfernen",
|
||||||
"Hours" : "Stunden",
|
"Hours" : "Stunden",
|
||||||
"Minutes" : "Minuten",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} hat das Board %s mit Ihnen geteilt.",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
|||||||
"Remove user from card" : "Remove user from card",
|
"Remove user from card" : "Remove user from card",
|
||||||
"Hours" : "Hours",
|
"Hours" : "Hours",
|
||||||
"Minutes" : "Minutes",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} has shared the board %s with you.",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"Remove user from card" : "Remove user from card",
|
"Remove user from card" : "Remove user from card",
|
||||||
"Hours" : "Hours",
|
"Hours" : "Hours",
|
||||||
"Minutes" : "Minutes",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} has shared the board %s with you.",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
|||||||
"Remove user from card" : "Eliminar usuario de la tarjeta",
|
"Remove user from card" : "Eliminar usuario de la tarjeta",
|
||||||
"Hours" : "Horas",
|
"Hours" : "Horas",
|
||||||
"Minutes" : "Minutos",
|
"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 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.",
|
"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. ",
|
"{user} has shared the board %s with you." : "{user} ha compartido el tablero %s contigo. ",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"Remove user from card" : "Eliminar usuario de la tarjeta",
|
"Remove user from card" : "Eliminar usuario de la tarjeta",
|
||||||
"Hours" : "Horas",
|
"Hours" : "Horas",
|
||||||
"Minutes" : "Minutos",
|
"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 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.",
|
"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. ",
|
"{user} has shared the board %s with you." : "{user} ha compartido el tablero %s contigo. ",
|
||||||
|
|||||||
@@ -1,10 +1,13 @@
|
|||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"deck",
|
"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",
|
"Delete" : "Poista",
|
||||||
"Remove user from card" : "Poista käyttäjä kortilta",
|
"Remove user from card" : "Poista käyttäjä kortilta",
|
||||||
"Hours" : "Tunnit",
|
"Hours" : "Tunnit",
|
||||||
"Minutes" : "Minuutit",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} on jakanut taulun %s kanssasi.",
|
||||||
"Finished" : "Valmistunut",
|
"Finished" : "Valmistunut",
|
||||||
"To review" : "Arvostella",
|
"To review" : "Arvostella",
|
||||||
@@ -48,6 +51,9 @@ OC.L10N.register(
|
|||||||
"Choose a tag" : "Valitse tunniste",
|
"Choose a tag" : "Valitse tunniste",
|
||||||
"Add a tag" : "Lisää tunniste",
|
"Add a tag" : "Lisää tunniste",
|
||||||
"Select tags" : "Valitse tunnisteet",
|
"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ä",
|
"Due date" : "Eräpäivä",
|
||||||
"Click to set" : "Napsauta asettaaksesi",
|
"Click to set" : "Napsauta asettaaksesi",
|
||||||
"Remove due date" : "Poista eräpäivä",
|
"Remove due date" : "Poista eräpäivä",
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
{ "translations": {
|
{ "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",
|
"Delete" : "Poista",
|
||||||
"Remove user from card" : "Poista käyttäjä kortilta",
|
"Remove user from card" : "Poista käyttäjä kortilta",
|
||||||
"Hours" : "Tunnit",
|
"Hours" : "Tunnit",
|
||||||
"Minutes" : "Minuutit",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} on jakanut taulun %s kanssasi.",
|
||||||
"Finished" : "Valmistunut",
|
"Finished" : "Valmistunut",
|
||||||
"To review" : "Arvostella",
|
"To review" : "Arvostella",
|
||||||
@@ -46,6 +49,9 @@
|
|||||||
"Choose a tag" : "Valitse tunniste",
|
"Choose a tag" : "Valitse tunniste",
|
||||||
"Add a tag" : "Lisää tunniste",
|
"Add a tag" : "Lisää tunniste",
|
||||||
"Select tags" : "Valitse tunnisteet",
|
"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ä",
|
"Due date" : "Eräpäivä",
|
||||||
"Click to set" : "Napsauta asettaaksesi",
|
"Click to set" : "Napsauta asettaaksesi",
|
||||||
"Remove due date" : "Poista eräpäivä",
|
"Remove due date" : "Poista eräpäivä",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
|||||||
"Remove user from card" : "Supprimer l'utilisateur de la carte",
|
"Remove user from card" : "Supprimer l'utilisateur de la carte",
|
||||||
"Hours" : "Heures",
|
"Hours" : "Heures",
|
||||||
"Minutes" : "Minutes",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} a partagé le tableau %s avec vous.",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"Remove user from card" : "Supprimer l'utilisateur de la carte",
|
"Remove user from card" : "Supprimer l'utilisateur de la carte",
|
||||||
"Hours" : "Heures",
|
"Hours" : "Heures",
|
||||||
"Minutes" : "Minutes",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} a partagé le tableau %s avec vous.",
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"deck",
|
"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",
|
"Delete" : "Törlés",
|
||||||
"Remove user from card" : "Felhasználó eltávolítása a kártyáról",
|
"Remove user from card" : "Felhasználó eltávolítása a kártyáról",
|
||||||
"Hours" : "Óra",
|
"Hours" : "Óra",
|
||||||
"Minutes" : "Perc",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} felhasználó megosztotta veled a(z) %s táblát.",
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
{ "translations": {
|
{ "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",
|
"Delete" : "Törlés",
|
||||||
"Remove user from card" : "Felhasználó eltávolítása a kártyáról",
|
"Remove user from card" : "Felhasználó eltávolítása a kártyáról",
|
||||||
"Hours" : "Óra",
|
"Hours" : "Óra",
|
||||||
"Minutes" : "Perc",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} felhasználó megosztotta veled a(z) %s táblát.",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
|||||||
"Remove user from card" : "Rimuovi utente dalla scheda",
|
"Remove user from card" : "Rimuovi utente dalla scheda",
|
||||||
"Hours" : "Ore",
|
"Hours" : "Ore",
|
||||||
"Minutes" : "Minuti",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} ha condiviso la lavagna %s con te.",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"Remove user from card" : "Rimuovi utente dalla scheda",
|
"Remove user from card" : "Rimuovi utente dalla scheda",
|
||||||
"Hours" : "Ore",
|
"Hours" : "Ore",
|
||||||
"Minutes" : "Minuti",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} ha condiviso la lavagna %s con te.",
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"deck",
|
"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",
|
"Delete" : "Slett",
|
||||||
"Remove user from card" : "Fjern bruker fra kort",
|
"Remove user from card" : "Fjern bruker fra kort",
|
||||||
"Hours" : "Timer",
|
"Hours" : "Timer",
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{ "translations": {
|
{ "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",
|
"Delete" : "Slett",
|
||||||
"Remove user from card" : "Fjern bruker fra kort",
|
"Remove user from card" : "Fjern bruker fra kort",
|
||||||
"Hours" : "Timer",
|
"Hours" : "Timer",
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"deck",
|
"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",
|
"Delete" : "Verwijderen",
|
||||||
"Remove user from card" : "Verwijder gebruiker van kaart",
|
"Remove user from card" : "Verwijder gebruiker van kaart",
|
||||||
"Hours" : "Uur",
|
"Hours" : "Uur",
|
||||||
"Minutes" : "Minuten",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} heeft het bord %s met je gedeeld.",
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
{ "translations": {
|
{ "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",
|
"Delete" : "Verwijderen",
|
||||||
"Remove user from card" : "Verwijder gebruiker van kaart",
|
"Remove user from card" : "Verwijder gebruiker van kaart",
|
||||||
"Hours" : "Uur",
|
"Hours" : "Uur",
|
||||||
"Minutes" : "Minuten",
|
"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 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.",
|
"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.",
|
"{user} has shared the board %s with you." : "{user} heeft het bord %s met je gedeeld.",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
|||||||
"Remove user from card" : "Remover usuário do cartão",
|
"Remove user from card" : "Remover usuário do cartão",
|
||||||
"Hours" : "Horas",
|
"Hours" : "Horas",
|
||||||
"Minutes" : "Minutos",
|
"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 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.",
|
"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ê.",
|
"{user} has shared the board %s with you." : "{user} compartilhou o quadro %s com você.",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"Remove user from card" : "Remover usuário do cartão",
|
"Remove user from card" : "Remover usuário do cartão",
|
||||||
"Hours" : "Horas",
|
"Hours" : "Horas",
|
||||||
"Minutes" : "Minutos",
|
"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 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.",
|
"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ê.",
|
"{user} has shared the board %s with you." : "{user} compartilhou o quadro %s com você.",
|
||||||
|
|||||||
Reference in New Issue
Block a user