Compare commits
22
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4cca37f02 | ||
|
|
97afe9fa85 | ||
|
|
141e2dbc08 | ||
|
|
7a0b243885 | ||
|
|
e662e621ad | ||
|
|
98c3e4acbd | ||
|
|
7b21a9a7ea | ||
|
|
90af63d757 | ||
|
|
facca9c7e6 | ||
|
|
37119c22e4 | ||
|
|
be748f5f6f | ||
|
|
fa23a3852f | ||
|
|
c5c8a6ef71 | ||
|
|
047fcb6584 | ||
|
|
75be929077 | ||
|
|
46c4c7d4fd | ||
|
|
aa3a829592 | ||
|
|
351af0bd39 | ||
|
|
66fbaac8d7 | ||
|
|
3b4fc9db20 | ||
|
|
1292f68340 | ||
|
|
2861d9f89f |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"image": "ghcr.io/juliushaertl/nextcloud-dev-php81:latest",
|
||||
"image": "ghcr.io/juliusknorr/nextcloud-dev-php81:latest",
|
||||
"forwardPorts": [80],
|
||||
"containerEnv": {
|
||||
"NEXTCLOUD_AUTOINSTALL_APPS": "deck",
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
databases: ['sqlite', 'mysql', 'pgsql']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable31']
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
||||
@@ -112,6 +112,10 @@ jobs:
|
||||
working-directory: apps/${{ env.APP_NAME }}/tests/integration
|
||||
run: ./run.sh
|
||||
|
||||
- name: Print log
|
||||
if: always()
|
||||
run: cat data/nextcloud.log
|
||||
|
||||
- name: Query count
|
||||
if: ${{ matrix.databases == 'mysql' }}
|
||||
uses: actions/github-script@v7
|
||||
|
||||
@@ -25,7 +25,6 @@ Deck is a kanban style organization tool aimed at personal planning and project
|
||||
|
||||
- [Nextcloud Deck app for Android](https://github.com/stefan-niedermann/nextcloud-deck) - It is available in [F-Droid](https://f-droid.org/de/packages/it.niedermann.nextcloud.deck/) and the [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.deck.play)
|
||||
- [Nextcloud Deck app for iOS](https://github.com/StCyr/deck-react-native) - It is available in [Apple App store](https://apps.apple.com/ml/app/nextcloud-deck/id1570892788)
|
||||
- [deck NG for Android and iOS](https://github.com/meltzow/deck-ng) - It is available in [Google Play Store](https://play.google.com/store/apps/details?id=net.meltzow.deckng) and [Apple App Store](https://apps.apple.com/us/app/deck-ng/id6443334702)
|
||||
|
||||
### 3rd-Party Integrations
|
||||
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
"roave/security-advisories": "dev-master",
|
||||
"phpunit/phpunit": "^9",
|
||||
"nextcloud/coding-standard": "^1.1",
|
||||
"nextcloud/ocp": "dev-master",
|
||||
"nextcloud/ocp": "dev-stable31",
|
||||
"psalm/phar": "^5.13"
|
||||
},
|
||||
"config": {
|
||||
|
||||
Generated
+9
-10
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "6950663d9d213151028e780637480220",
|
||||
"content-hash": "c89537a172cee5c19093b4ea0cb5365c",
|
||||
"packages": [
|
||||
{
|
||||
"name": "icecave/parity",
|
||||
@@ -488,30 +488,29 @@
|
||||
},
|
||||
{
|
||||
"name": "nextcloud/ocp",
|
||||
"version": "dev-master",
|
||||
"version": "dev-stable31",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "15a749fe867b97ae5e699a3ce9e1d50a792c1777"
|
||||
"reference": "3ac4be37f04642c663a2fc711f3848f69f3713f1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/15a749fe867b97ae5e699a3ce9e1d50a792c1777",
|
||||
"reference": "15a749fe867b97ae5e699a3ce9e1d50a792c1777",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/3ac4be37f04642c663a2fc711f3848f69f3713f1",
|
||||
"reference": "3ac4be37f04642c663a2fc711f3848f69f3713f1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.1 || ~8.2 || ~8.3",
|
||||
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
|
||||
"psr/clock": "^1.0",
|
||||
"psr/container": "^2.0.2",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^3.0.2"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "31.0.0-dev"
|
||||
"dev-stable31": "31.0.0-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -531,9 +530,9 @@
|
||||
"description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API",
|
||||
"support": {
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/stable31"
|
||||
},
|
||||
"time": "2024-12-21T00:43:01+00:00"
|
||||
"time": "2025-01-23T08:35:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
||||
@@ -94,6 +94,68 @@ describe('Card', function () {
|
||||
})
|
||||
})
|
||||
|
||||
it('Card with link reference', () => {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
const absoluteUrl = `https://example.com`
|
||||
cy.get('.board .stack').eq(0).within(() => {
|
||||
cy.get('.button-vue[aria-label*="Add card"]')
|
||||
.first().click()
|
||||
|
||||
cy.get('.stack__card-add form input#new-stack-input-main')
|
||||
.type(absoluteUrl)
|
||||
cy.get('.stack__card-add form input[type=submit]')
|
||||
.first().click()
|
||||
cy.get('.card:contains("Example Domain")')
|
||||
.should('be.visible')
|
||||
.click()
|
||||
})
|
||||
|
||||
cy.get('.app-sidebar-header', { timeout: 10000 })
|
||||
.should('be.visible')
|
||||
.find('h2').contains('Example Domain').should('be.visible')
|
||||
})
|
||||
|
||||
it('Rename card with link', () => {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
const absoluteUrl = `https://example.com`
|
||||
const plainTitle = 'New title'
|
||||
cy.get('.board .stack').eq(0).within(() => {
|
||||
cy.get('.button-vue[aria-label*="Add card"]')
|
||||
.first().click()
|
||||
|
||||
cy.get('.stack__card-add form input#new-stack-input-main')
|
||||
.type(absoluteUrl)
|
||||
cy.get('.stack__card-add form input[type=submit]')
|
||||
.first().click()
|
||||
cy.get('.card:contains("Example Domain")')
|
||||
.should('be.visible')
|
||||
})
|
||||
|
||||
// Rename link to plain title
|
||||
cy.get('.card:contains("Example Domain")')
|
||||
.find('.action-item__menutoggle')
|
||||
.click()
|
||||
cy.get('.v-popper__popper button:contains("Edit title")')
|
||||
.click()
|
||||
cy.get(`h4:contains("${absoluteUrl}") span[contenteditable="true"]`)
|
||||
.type(`{selectAll}${plainTitle}{enter}`)
|
||||
cy.get(`.card:contains("${plainTitle}")`)
|
||||
.should('be.visible')
|
||||
|
||||
// Rename plain title to link
|
||||
cy.get('.card:contains("New title")')
|
||||
.find('.action-item__menutoggle')
|
||||
.click()
|
||||
cy.get('.v-popper__popper button:contains("Edit title")')
|
||||
.click()
|
||||
cy.get('h4:contains("New title") span[contenteditable="true"]')
|
||||
.type(`{selectAll}${absoluteUrl}{enter}`)
|
||||
cy.get('.board').click()
|
||||
cy.get('.card:contains("Example Domain")')
|
||||
.should('be.visible')
|
||||
|
||||
})
|
||||
|
||||
describe('Modal', () => {
|
||||
beforeEach(function () {
|
||||
cy.login(user)
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "قائمة المهام",
|
||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||
"Edit card title" : "تعديل اسم القائمة",
|
||||
"Open link" : "إفتَح الرابط",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Assign to me" : "ينسب لي",
|
||||
"Unassign myself" : "إلغاء تعييني ",
|
||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "قائمة المهام",
|
||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||
"Edit card title" : "تعديل اسم القائمة",
|
||||
"Open link" : "إفتَح الرابط",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Assign to me" : "ينسب لي",
|
||||
"Unassign myself" : "إلغاء تعييني ",
|
||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||
|
||||
@@ -87,6 +87,7 @@ OC.L10N.register(
|
||||
"Archive card" : "Archivar la tarxeta",
|
||||
"(group)" : "(grupu)",
|
||||
"Next week – {timeLocale}" : "La próxima selmana – {timeLocale}",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Delete card" : "Desaniciar la tarxeta",
|
||||
"seconds ago" : "hai segundos",
|
||||
"Keyboard shortcuts" : "Atayos del tecláu",
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
"Archive card" : "Archivar la tarxeta",
|
||||
"(group)" : "(grupu)",
|
||||
"Next week – {timeLocale}" : "La próxima selmana – {timeLocale}",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Delete card" : "Desaniciar la tarxeta",
|
||||
"seconds ago" : "hai segundos",
|
||||
"Keyboard shortcuts" : "Atayos del tecláu",
|
||||
|
||||
@@ -242,6 +242,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Елементи на задача за изпълнение",
|
||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||
"Edit card title" : "Редактиране на заглавието на карта",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Assign to me" : "Зачисляване към мен",
|
||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||
"Delete card" : "Изтриване на карта",
|
||||
|
||||
@@ -240,6 +240,7 @@
|
||||
"Todo items" : "Елементи на задача за изпълнение",
|
||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||
"Edit card title" : "Редактиране на заглавието на карта",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Assign to me" : "Зачисляване към мен",
|
||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||
"Delete card" : "Изтриване на карта",
|
||||
|
||||
@@ -266,6 +266,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Tasques pendents",
|
||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
"Mark as not done" : "Marca com no fet",
|
||||
|
||||
@@ -264,6 +264,7 @@
|
||||
"Todo items" : "Tasques pendents",
|
||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
"Mark as not done" : "Marca com no fet",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Položky k udělání",
|
||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||
"Edit card title" : "Upravit nadpis karty",
|
||||
"Open link" : "Otevřít okaz",
|
||||
"Edit title" : "Upravit nadpis",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||
"Mark as not done" : "Označit jako nehotové",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Položky k udělání",
|
||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||
"Edit card title" : "Upravit nadpis karty",
|
||||
"Open link" : "Otevřít okaz",
|
||||
"Edit title" : "Upravit nadpis",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||
"Mark as not done" : "Označit jako nehotové",
|
||||
|
||||
@@ -180,6 +180,7 @@ OC.L10N.register(
|
||||
"Select Date" : "Vælg dato",
|
||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||
"(group)" : "(gruppe)",
|
||||
"Edit title" : "Redigér titel",
|
||||
"Assign to me" : "Tildel til mig",
|
||||
"Unassign myself" : "Fjern mig selv",
|
||||
"Delete card" : "Slet kort",
|
||||
|
||||
@@ -178,6 +178,7 @@
|
||||
"Select Date" : "Vælg dato",
|
||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||
"(group)" : "(gruppe)",
|
||||
"Edit title" : "Redigér titel",
|
||||
"Assign to me" : "Tildel til mig",
|
||||
"Unassign myself" : "Fjern mig selv",
|
||||
"Delete card" : "Slet kort",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Open link" : "Link öffnen",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Open link" : "Link öffnen",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Open link" : "Link öffnen",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als unerledigt markieren",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Open link" : "Link öffnen",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als unerledigt markieren",
|
||||
|
||||
@@ -273,6 +273,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Edit title" : "Επεξεργασία τίτλου",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
|
||||
@@ -271,6 +271,7 @@
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Edit title" : "Επεξεργασία τίτλου",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Open link" : "Open link",
|
||||
"Edit title" : "Edit title",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Open link" : "Open link",
|
||||
"Edit title" : "Edit title",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
|
||||
@@ -273,6 +273,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Ítems pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar el título de la tarjeta",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
|
||||
@@ -271,6 +271,7 @@
|
||||
"Todo items" : "Ítems pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar el título de la tarjeta",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
|
||||
@@ -242,6 +242,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementos pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar título de la tarjeta",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Asignarme la tarjeta",
|
||||
"Unassign myself" : "Desasignarme la tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
|
||||
@@ -240,6 +240,7 @@
|
||||
"Todo items" : "Elementos pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar título de la tarjeta",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Asignarme la tarjeta",
|
||||
"Unassign myself" : "Desasignarme la tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
|
||||
@@ -274,6 +274,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementuak egiteke",
|
||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||
"Edit card title" : "Editatu txartelaren izenburua",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Assign to me" : "Esleitu niri",
|
||||
"Unassign myself" : "Niri esleitzeari utzi",
|
||||
"Mark as not done" : "Markatu ez egindako gisa",
|
||||
|
||||
@@ -272,6 +272,7 @@
|
||||
"Todo items" : "Elementuak egiteke",
|
||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||
"Edit card title" : "Editatu txartelaren izenburua",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Assign to me" : "Esleitu niri",
|
||||
"Unassign myself" : "Niri esleitzeari utzi",
|
||||
"Mark as not done" : "Markatu ez egindako gisa",
|
||||
|
||||
@@ -245,6 +245,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Assign to me" : "به من اختصاص دهید",
|
||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||
"Delete card" : "حذف برگه",
|
||||
|
||||
@@ -243,6 +243,7 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Assign to me" : "به من اختصاص دهید",
|
||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||
"Delete card" : "حذف برگه",
|
||||
|
||||
@@ -217,6 +217,7 @@ OC.L10N.register(
|
||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||
"Edit card title" : "Muokkaa kortin otsikkoa",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Assign to me" : "Määritä minulle",
|
||||
"Unassign myself" : "Poista määritys minulta",
|
||||
"Delete card" : "Poista kortti",
|
||||
|
||||
@@ -215,6 +215,7 @@
|
||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||
"Edit card title" : "Muokkaa kortin otsikkoa",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Assign to me" : "Määritä minulle",
|
||||
"Unassign myself" : "Poista määritys minulta",
|
||||
"Delete card" : "Poista kortti",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "À faire",
|
||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||
"Edit card title" : "Modifier le titre de la carte",
|
||||
"Open link" : "Ouvrir le lien",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Assign to me" : "Me l'affecter",
|
||||
"Unassign myself" : "Me désaffecter",
|
||||
"Mark as not done" : "Marquer comme non fait",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "À faire",
|
||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||
"Edit card title" : "Modifier le titre de la carte",
|
||||
"Open link" : "Ouvrir le lien",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Assign to me" : "Me l'affecter",
|
||||
"Unassign myself" : "Me désaffecter",
|
||||
"Mark as not done" : "Marquer comme non fait",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Míreanna le déanamh",
|
||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||
"Open link" : "Oscail nasc",
|
||||
"Edit title" : "Cuir teideal in eagar",
|
||||
"Assign to me" : "Sann dom",
|
||||
"Unassign myself" : "Díshannadh mé féin",
|
||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Míreanna le déanamh",
|
||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||
"Open link" : "Oscail nasc",
|
||||
"Edit title" : "Cuir teideal in eagar",
|
||||
"Assign to me" : "Sann dom",
|
||||
"Unassign myself" : "Díshannadh mé féin",
|
||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||
|
||||
+10
-2
@@ -184,7 +184,7 @@ OC.L10N.register(
|
||||
"Deleted cards" : "Eliminar tarxetas",
|
||||
"Share board with a user, group or team …" : "Compartir taboleiro cun usuario, grupo ou equipo…",
|
||||
"Searching for users, groups and teams …" : "Buscando por usuarios, grupos e equipos…",
|
||||
"No participants found" : "Non se atoparon participantes",
|
||||
"No participants found" : "Non se atopou ningún participante",
|
||||
"Board owner" : "Propietariio do taboleiro",
|
||||
"(Group)" : "(Grupo)",
|
||||
"(Team)" : "(Equipo)",
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementos pendentes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||
"Edit card title" : "Editar o título da tarxeta",
|
||||
"Open link" : "Abrir a ligazón",
|
||||
"Edit title" : "Editar o título",
|
||||
"Assign to me" : "Asignarme",
|
||||
"Unassign myself" : "Desasignarme",
|
||||
"Mark as not done" : "Marcar como sen facer",
|
||||
@@ -338,15 +340,21 @@ OC.L10N.register(
|
||||
"An error occurred" : "Produciuse un erro",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.",
|
||||
"Delete the board?" : "Eliminar o taboleiro?",
|
||||
"Clone {boardTitle}" : "Clonar {boardTitle}",
|
||||
"Clone cards" : "Clonar tarxetas",
|
||||
"Clone assignments" : "Clonar as asignacións",
|
||||
"Clone labels" : "Clonar as etiquetas",
|
||||
"Clone due dates" : "Clonar as datas de caducidade",
|
||||
"Advanced options" : "Opcións avanzadas",
|
||||
"Move all cards to the first list" : "Mover todas as tarxetas á primeira lista",
|
||||
"Restore archived cards" : "Restaurar as tarxetas arquivadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando a vista filtrada",
|
||||
"Today" : "Hoxe",
|
||||
"Tomorrow" : "Mañá",
|
||||
"No due" : "Sen caducidade",
|
||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||
"No results found" : "Non se atoparon resultados",
|
||||
"No results found" : "Non se atopou ningún resultado",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Prema para despregar a descrición",
|
||||
|
||||
+10
-2
@@ -182,7 +182,7 @@
|
||||
"Deleted cards" : "Eliminar tarxetas",
|
||||
"Share board with a user, group or team …" : "Compartir taboleiro cun usuario, grupo ou equipo…",
|
||||
"Searching for users, groups and teams …" : "Buscando por usuarios, grupos e equipos…",
|
||||
"No participants found" : "Non se atoparon participantes",
|
||||
"No participants found" : "Non se atopou ningún participante",
|
||||
"Board owner" : "Propietariio do taboleiro",
|
||||
"(Group)" : "(Grupo)",
|
||||
"(Team)" : "(Equipo)",
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Elementos pendentes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||
"Edit card title" : "Editar o título da tarxeta",
|
||||
"Open link" : "Abrir a ligazón",
|
||||
"Edit title" : "Editar o título",
|
||||
"Assign to me" : "Asignarme",
|
||||
"Unassign myself" : "Desasignarme",
|
||||
"Mark as not done" : "Marcar como sen facer",
|
||||
@@ -336,15 +338,21 @@
|
||||
"An error occurred" : "Produciuse un erro",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.",
|
||||
"Delete the board?" : "Eliminar o taboleiro?",
|
||||
"Clone {boardTitle}" : "Clonar {boardTitle}",
|
||||
"Clone cards" : "Clonar tarxetas",
|
||||
"Clone assignments" : "Clonar as asignacións",
|
||||
"Clone labels" : "Clonar as etiquetas",
|
||||
"Clone due dates" : "Clonar as datas de caducidade",
|
||||
"Advanced options" : "Opcións avanzadas",
|
||||
"Move all cards to the first list" : "Mover todas as tarxetas á primeira lista",
|
||||
"Restore archived cards" : "Restaurar as tarxetas arquivadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando a vista filtrada",
|
||||
"Today" : "Hoxe",
|
||||
"Tomorrow" : "Mañá",
|
||||
"No due" : "Sen caducidade",
|
||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||
"No results found" : "Non se atoparon resultados",
|
||||
"No results found" : "Non se atopou ningún resultado",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Prema para despregar a descrición",
|
||||
|
||||
@@ -216,6 +216,7 @@ OC.L10N.register(
|
||||
"Select Date" : "בחירת תאריך",
|
||||
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
||||
"(group)" : "(קבוצה)",
|
||||
"Edit title" : "עריכת כותרת",
|
||||
"Assign to me" : "הקצאה אלי",
|
||||
"Unassign myself" : "לבטל את הקצאת עצמי",
|
||||
"Delete card" : "מחיקת כרטיס לארכיון",
|
||||
|
||||
@@ -214,6 +214,7 @@
|
||||
"Select Date" : "בחירת תאריך",
|
||||
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
||||
"(group)" : "(קבוצה)",
|
||||
"Edit title" : "עריכת כותרת",
|
||||
"Assign to me" : "הקצאה אלי",
|
||||
"Unassign myself" : "לבטל את הקצאת עצמי",
|
||||
"Delete card" : "מחיקת כרטיס לארכיון",
|
||||
|
||||
@@ -223,6 +223,7 @@ OC.L10N.register(
|
||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||
"(group)" : "(grupa)",
|
||||
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Assign to me" : "Dodijeli meni",
|
||||
"Unassign myself" : "Ukloni sebe",
|
||||
"Delete card" : "Izbriši karticu",
|
||||
|
||||
@@ -221,6 +221,7 @@
|
||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||
"(group)" : "(grupa)",
|
||||
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Assign to me" : "Dodijeli meni",
|
||||
"Unassign myself" : "Ukloni sebe",
|
||||
"Delete card" : "Izbriši karticu",
|
||||
|
||||
@@ -261,6 +261,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Teendő elemek",
|
||||
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||
"Edit card title" : "Kártyacím szerkesztése",
|
||||
"Edit title" : "Cím szerkesztése",
|
||||
"Assign to me" : "Hozzám rendelés",
|
||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||
"Delete card" : "Kártya törlése",
|
||||
|
||||
@@ -259,6 +259,7 @@
|
||||
"Todo items" : "Teendő elemek",
|
||||
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||
"Edit card title" : "Kártyacím szerkesztése",
|
||||
"Edit title" : "Cím szerkesztése",
|
||||
"Assign to me" : "Hozzám rendelés",
|
||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||
"Delete card" : "Kártya törlése",
|
||||
|
||||
@@ -192,6 +192,7 @@ OC.L10N.register(
|
||||
"Archive card" : "Mengarsipkan kartu",
|
||||
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
||||
"(group)" : "(grup)",
|
||||
"Edit title" : "Edit judul",
|
||||
"Assign to me" : "Tugaskan saya",
|
||||
"Delete card" : "Hapus kartu",
|
||||
"seconds ago" : "beberapa detik yang lalu",
|
||||
|
||||
@@ -190,6 +190,7 @@
|
||||
"Archive card" : "Mengarsipkan kartu",
|
||||
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
||||
"(group)" : "(grup)",
|
||||
"Edit title" : "Edit judul",
|
||||
"Assign to me" : "Tugaskan saya",
|
||||
"Delete card" : "Hapus kartu",
|
||||
"seconds ago" : "beberapa detik yang lalu",
|
||||
|
||||
@@ -265,6 +265,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Atriði á verkefnalista",
|
||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Edit title" : "Breyta titli",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
"Mark as not done" : "Merkja sem ólokið",
|
||||
|
||||
@@ -263,6 +263,7 @@
|
||||
"Todo items" : "Atriði á verkefnalista",
|
||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Edit title" : "Breyta titli",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
"Mark as not done" : "Merkja sem ólokið",
|
||||
|
||||
@@ -274,6 +274,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementi da fare",
|
||||
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
||||
"Edit card title" : "Modifica titolo scheda",
|
||||
"Edit title" : "Modifica titolo",
|
||||
"Assign to me" : "Assegna a me",
|
||||
"Unassign myself" : "Rimuovi assegnazione da me",
|
||||
"Mark as not done" : "Segna come non fatto",
|
||||
|
||||
@@ -272,6 +272,7 @@
|
||||
"Todo items" : "Elementi da fare",
|
||||
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
||||
"Edit card title" : "Modifica titolo scheda",
|
||||
"Edit title" : "Modifica titolo",
|
||||
"Assign to me" : "Assegna a me",
|
||||
"Unassign myself" : "Rimuovi assegnazione da me",
|
||||
"Mark as not done" : "Segna come non fatto",
|
||||
|
||||
@@ -274,6 +274,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo項目",
|
||||
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
||||
"Edit card title" : "カードタイトルを編集する",
|
||||
"Edit title" : "タイトルを編集",
|
||||
"Assign to me" : "自分に割り当てる",
|
||||
"Unassign myself" : "自分への割り当てを解除",
|
||||
"Mark as not done" : "未完成のマーク",
|
||||
|
||||
@@ -272,6 +272,7 @@
|
||||
"Todo items" : "Todo項目",
|
||||
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
||||
"Edit card title" : "カードタイトルを編集する",
|
||||
"Edit title" : "タイトルを編集",
|
||||
"Assign to me" : "自分に割り当てる",
|
||||
"Unassign myself" : "自分への割り当てを解除",
|
||||
"Mark as not done" : "未完成のマーク",
|
||||
|
||||
@@ -265,6 +265,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Edit title" : "Edit title",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
|
||||
@@ -263,6 +263,7 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Edit title" : "Edit title",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
|
||||
@@ -274,6 +274,7 @@ OC.L10N.register(
|
||||
"Todo items" : "작업 항목",
|
||||
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
||||
"Edit card title" : "카드 제목 수정",
|
||||
"Edit title" : "제목 수정",
|
||||
"Assign to me" : "나에게 할당",
|
||||
"Unassign myself" : "스스로를 할당 해제",
|
||||
"Mark as not done" : "완료되지 않은 것으로 표시",
|
||||
|
||||
@@ -272,6 +272,7 @@
|
||||
"Todo items" : "작업 항목",
|
||||
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
||||
"Edit card title" : "카드 제목 수정",
|
||||
"Edit title" : "제목 수정",
|
||||
"Assign to me" : "나에게 할당",
|
||||
"Unassign myself" : "스스로를 할당 해제",
|
||||
"Mark as not done" : "완료되지 않은 것으로 표시",
|
||||
|
||||
@@ -103,10 +103,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||
"Select board" : "Pasirinkti lentą",
|
||||
"Move/copy card" : "Perkelti/kopijuoti kortelę",
|
||||
"Select a board" : "Pasirinkite lentą",
|
||||
"No lists available" : "Nėra sąrašų",
|
||||
"Select a list" : "Pasirinkite sąrašą",
|
||||
"Move card" : "Perkelti kortelę",
|
||||
"Copy card" : "Kopijuoti kortelę",
|
||||
"Select a card" : "Pasirinkti kortelę",
|
||||
"Cancel" : "Atsisakyti",
|
||||
"Select the card to link to a project" : "Pasirinkite kortelę, kurią susieti su projektu",
|
||||
@@ -153,6 +155,7 @@ OC.L10N.register(
|
||||
"No participants found" : "Nerasta jokių dalyvių",
|
||||
"Board owner" : "Lentos savininkas",
|
||||
"(Group)" : "(Grupė)",
|
||||
"(Team)" : "(Komanda)",
|
||||
"Can edit" : "Gali redaguoti",
|
||||
"Can share" : "Can share",
|
||||
"Can manage" : "Gali tvarkyti",
|
||||
@@ -216,6 +219,8 @@ OC.L10N.register(
|
||||
"(group)" : "(grupė)",
|
||||
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
||||
"Open link" : "Atverti nuorodą",
|
||||
"Edit title" : "Taisyti pavadinimą",
|
||||
"Assign to me" : "Priskirti sau",
|
||||
"Delete card" : "Ištrinti kortelę",
|
||||
"Card deleted" : "Kortelė ištrinta",
|
||||
@@ -237,6 +242,7 @@ OC.L10N.register(
|
||||
"Clone board" : "Dubliuoti lentą",
|
||||
"Unarchive board" : "Išarchyvuoti lentą",
|
||||
"Archive board" : "Archyvuoti lentą",
|
||||
"Export board" : "Eksportuoti lentą",
|
||||
"Turn on due date reminders" : "Įjungti priminimus apie galutinio termino datą",
|
||||
"Turn off due date reminders" : "Išjungti priminimus apie galutinio termino datą",
|
||||
"Due date reminders" : "Priminimai apie galutinio termino datą",
|
||||
@@ -251,11 +257,14 @@ OC.L10N.register(
|
||||
"Delete the board?" : "Ištrinti lentą?",
|
||||
"Clone cards" : "Dubliuoti korteles",
|
||||
"Advanced options" : "Išplėstinės parinktys",
|
||||
"Restore archived cards" : "Atkurti archyvuotas korteles",
|
||||
"Clone" : "Dubliuoti",
|
||||
"Today" : "Šiandien",
|
||||
"Tomorrow" : "Rytoj",
|
||||
"No due" : "Be galutinio termino",
|
||||
"No results found" : "Nerasta jokių rezultatų",
|
||||
"Click to expand description" : "Spustelėkite norėdami išskleisti aprašą",
|
||||
"Click to expand comment" : "Spustelėkite norėdami išskleisti komentarą",
|
||||
"Create a new card" : "Sukurti naują kortelę",
|
||||
"Card title" : "Kortelės pavadinimas",
|
||||
"Create card" : "Sukurti kortelę",
|
||||
@@ -263,6 +272,7 @@ OC.L10N.register(
|
||||
"Card \"{card}\" was added to \"{board}\"" : "Kortelė „{card}“ buvo pridėta į lentą „{board}“",
|
||||
"Open card" : "Atverti kortelę",
|
||||
"Close" : "Užverti",
|
||||
"New card" : "Nauja kortelė",
|
||||
"Due on {date}" : "Galutinis terminas {date}",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}",
|
||||
|
||||
@@ -101,10 +101,12 @@
|
||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||
"Select board" : "Pasirinkti lentą",
|
||||
"Move/copy card" : "Perkelti/kopijuoti kortelę",
|
||||
"Select a board" : "Pasirinkite lentą",
|
||||
"No lists available" : "Nėra sąrašų",
|
||||
"Select a list" : "Pasirinkite sąrašą",
|
||||
"Move card" : "Perkelti kortelę",
|
||||
"Copy card" : "Kopijuoti kortelę",
|
||||
"Select a card" : "Pasirinkti kortelę",
|
||||
"Cancel" : "Atsisakyti",
|
||||
"Select the card to link to a project" : "Pasirinkite kortelę, kurią susieti su projektu",
|
||||
@@ -151,6 +153,7 @@
|
||||
"No participants found" : "Nerasta jokių dalyvių",
|
||||
"Board owner" : "Lentos savininkas",
|
||||
"(Group)" : "(Grupė)",
|
||||
"(Team)" : "(Komanda)",
|
||||
"Can edit" : "Gali redaguoti",
|
||||
"Can share" : "Can share",
|
||||
"Can manage" : "Gali tvarkyti",
|
||||
@@ -214,6 +217,8 @@
|
||||
"(group)" : "(grupė)",
|
||||
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
||||
"Open link" : "Atverti nuorodą",
|
||||
"Edit title" : "Taisyti pavadinimą",
|
||||
"Assign to me" : "Priskirti sau",
|
||||
"Delete card" : "Ištrinti kortelę",
|
||||
"Card deleted" : "Kortelė ištrinta",
|
||||
@@ -235,6 +240,7 @@
|
||||
"Clone board" : "Dubliuoti lentą",
|
||||
"Unarchive board" : "Išarchyvuoti lentą",
|
||||
"Archive board" : "Archyvuoti lentą",
|
||||
"Export board" : "Eksportuoti lentą",
|
||||
"Turn on due date reminders" : "Įjungti priminimus apie galutinio termino datą",
|
||||
"Turn off due date reminders" : "Išjungti priminimus apie galutinio termino datą",
|
||||
"Due date reminders" : "Priminimai apie galutinio termino datą",
|
||||
@@ -249,11 +255,14 @@
|
||||
"Delete the board?" : "Ištrinti lentą?",
|
||||
"Clone cards" : "Dubliuoti korteles",
|
||||
"Advanced options" : "Išplėstinės parinktys",
|
||||
"Restore archived cards" : "Atkurti archyvuotas korteles",
|
||||
"Clone" : "Dubliuoti",
|
||||
"Today" : "Šiandien",
|
||||
"Tomorrow" : "Rytoj",
|
||||
"No due" : "Be galutinio termino",
|
||||
"No results found" : "Nerasta jokių rezultatų",
|
||||
"Click to expand description" : "Spustelėkite norėdami išskleisti aprašą",
|
||||
"Click to expand comment" : "Spustelėkite norėdami išskleisti komentarą",
|
||||
"Create a new card" : "Sukurti naują kortelę",
|
||||
"Card title" : "Kortelės pavadinimas",
|
||||
"Create card" : "Sukurti kortelę",
|
||||
@@ -261,6 +270,7 @@
|
||||
"Card \"{card}\" was added to \"{board}\"" : "Kortelė „{card}“ buvo pridėta į lentą „{board}“",
|
||||
"Open card" : "Atverti kortelę",
|
||||
"Close" : "Užverti",
|
||||
"New card" : "Nauja kortelė",
|
||||
"Due on {date}" : "Galutinis terminas {date}",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}",
|
||||
|
||||
@@ -213,6 +213,7 @@ OC.L10N.register(
|
||||
"Select Date" : "Избери датум",
|
||||
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
||||
"(group)" : "(group)",
|
||||
"Edit title" : "Удери наслов",
|
||||
"Assign to me" : "Доделени мене",
|
||||
"Unassign myself" : "Откажи се",
|
||||
"Delete card" : "Избриши картица",
|
||||
|
||||
@@ -211,6 +211,7 @@
|
||||
"Select Date" : "Избери датум",
|
||||
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
||||
"(group)" : "(group)",
|
||||
"Edit title" : "Удери наслов",
|
||||
"Assign to me" : "Доделени мене",
|
||||
"Unassign myself" : "Откажи се",
|
||||
"Delete card" : "Избриши картица",
|
||||
|
||||
@@ -274,6 +274,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Gjøremålspunkter",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
||||
"Edit card title" : "Rediger korttittel",
|
||||
"Open link" : "Åpne kobling",
|
||||
"Edit title" : "Rediger tittel",
|
||||
"Assign to me" : "Tildel meg",
|
||||
"Unassign myself" : "Fjern meg fra tildeling",
|
||||
"Mark as not done" : "Marker som ikke ferdig",
|
||||
|
||||
@@ -272,6 +272,8 @@
|
||||
"Todo items" : "Gjøremålspunkter",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
||||
"Edit card title" : "Rediger korttittel",
|
||||
"Open link" : "Åpne kobling",
|
||||
"Edit title" : "Rediger tittel",
|
||||
"Assign to me" : "Tildel meg",
|
||||
"Unassign myself" : "Fjern meg fra tildeling",
|
||||
"Mark as not done" : "Marker som ikke ferdig",
|
||||
|
||||
@@ -265,6 +265,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Te doen onderwerpen",
|
||||
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
||||
"Edit card title" : "Wijzig de titel van de kaart",
|
||||
"Edit title" : "Titel bewerken",
|
||||
"Assign to me" : "Aan mij toewijzen",
|
||||
"Unassign myself" : "Eigen toewijzing opheffen",
|
||||
"Mark as not done" : "Markeren als niet gedaan",
|
||||
|
||||
@@ -263,6 +263,7 @@
|
||||
"Todo items" : "Te doen onderwerpen",
|
||||
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
||||
"Edit card title" : "Wijzig de titel van de kaart",
|
||||
"Edit title" : "Titel bewerken",
|
||||
"Assign to me" : "Aan mij toewijzen",
|
||||
"Unassign myself" : "Eigen toewijzing opheffen",
|
||||
"Mark as not done" : "Markeren als niet gedaan",
|
||||
|
||||
@@ -45,6 +45,7 @@ OC.L10N.register(
|
||||
"Update" : "Metre a jorn",
|
||||
"Created:" : "Creat lo :",
|
||||
"Description" : "Descripcion",
|
||||
"Edit title" : "Modificar lo títol",
|
||||
"seconds ago" : "fa qualques segondas",
|
||||
"Keyboard shortcuts" : "Acorchis de clavièr",
|
||||
"Keyboard shortcut" : "Acorchis de clavièr",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"Update" : "Metre a jorn",
|
||||
"Created:" : "Creat lo :",
|
||||
"Description" : "Descripcion",
|
||||
"Edit title" : "Modificar lo títol",
|
||||
"seconds ago" : "fa qualques segondas",
|
||||
"Keyboard shortcuts" : "Acorchis de clavièr",
|
||||
"Keyboard shortcut" : "Acorchis de clavièr",
|
||||
|
||||
@@ -266,6 +266,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Do zrobienia",
|
||||
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
||||
"Edit card title" : "Edytuj nazwę karty",
|
||||
"Edit title" : "Edytuj tytuł",
|
||||
"Assign to me" : "Przydziel do mnie",
|
||||
"Unassign myself" : "Cofnij moje przypisanie",
|
||||
"Mark as not done" : "Oznacz jako niewykonane",
|
||||
|
||||
@@ -264,6 +264,7 @@
|
||||
"Todo items" : "Do zrobienia",
|
||||
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
||||
"Edit card title" : "Edytuj nazwę karty",
|
||||
"Edit title" : "Edytuj tytuł",
|
||||
"Assign to me" : "Przydziel do mnie",
|
||||
"Unassign myself" : "Cofnij moje przypisanie",
|
||||
"Mark as not done" : "Oznacz jako niewykonane",
|
||||
|
||||
@@ -274,6 +274,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Itens a fazer",
|
||||
"{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos",
|
||||
"Edit card title" : "Editar título do cartão",
|
||||
"Open link" : "Abrir link",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Atribuir a mim",
|
||||
"Unassign myself" : "Desatribuir-me",
|
||||
"Mark as not done" : "Marcar como não concluído",
|
||||
|
||||
@@ -272,6 +272,8 @@
|
||||
"Todo items" : "Itens a fazer",
|
||||
"{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos",
|
||||
"Edit card title" : "Editar título do cartão",
|
||||
"Open link" : "Abrir link",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Atribuir a mim",
|
||||
"Unassign myself" : "Desatribuir-me",
|
||||
"Mark as not done" : "Marcar como não concluído",
|
||||
|
||||
@@ -264,6 +264,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Elemente de executat",
|
||||
"{count} comments, {unread} unread" : "{count} comentarii, {unread} necitite",
|
||||
"Edit card title" : "Editează titlul cardului",
|
||||
"Edit title" : "Editează titlul",
|
||||
"Assign to me" : "Atribuie-mi mie",
|
||||
"Unassign myself" : "Dezasociază-mi-l",
|
||||
"Mark as not done" : "Marchează ca realizat",
|
||||
|
||||
@@ -262,6 +262,7 @@
|
||||
"Todo items" : "Elemente de executat",
|
||||
"{count} comments, {unread} unread" : "{count} comentarii, {unread} necitite",
|
||||
"Edit card title" : "Editează titlul cardului",
|
||||
"Edit title" : "Editează titlul",
|
||||
"Assign to me" : "Atribuie-mi mie",
|
||||
"Unassign myself" : "Dezasociază-mi-l",
|
||||
"Mark as not done" : "Marchează ca realizat",
|
||||
|
||||
@@ -274,6 +274,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Элементы списка задач",
|
||||
"{count} comments, {unread} unread" : "{count} комментариев, {unread} непрочитано",
|
||||
"Edit card title" : "Изменить заголовок карточки",
|
||||
"Edit title" : "Редактировать заголовок",
|
||||
"Assign to me" : "Назначить себе",
|
||||
"Unassign myself" : "Отказаться от назначения",
|
||||
"Mark as not done" : "Отметить как невыполненную",
|
||||
|
||||
@@ -272,6 +272,7 @@
|
||||
"Todo items" : "Элементы списка задач",
|
||||
"{count} comments, {unread} unread" : "{count} комментариев, {unread} непрочитано",
|
||||
"Edit card title" : "Изменить заголовок карточки",
|
||||
"Edit title" : "Редактировать заголовок",
|
||||
"Assign to me" : "Назначить себе",
|
||||
"Unassign myself" : "Отказаться от назначения",
|
||||
"Mark as not done" : "Отметить как невыполненную",
|
||||
|
||||
@@ -224,6 +224,7 @@ OC.L10N.register(
|
||||
"Create a new tag:" : "Crea un'eticheta noa:",
|
||||
"(group)" : "(grupu)",
|
||||
"{count} comments, {unread} unread" : "{count} cummentos, {unread} non lèghidos",
|
||||
"Edit title" : "Modìfica tìtulu",
|
||||
"Assign to me" : "Assigna a mie",
|
||||
"Unassign myself" : "Annulla s'assignatzione a mie",
|
||||
"Delete card" : "Cantzella ischeda",
|
||||
|
||||
@@ -222,6 +222,7 @@
|
||||
"Create a new tag:" : "Crea un'eticheta noa:",
|
||||
"(group)" : "(grupu)",
|
||||
"{count} comments, {unread} unread" : "{count} cummentos, {unread} non lèghidos",
|
||||
"Edit title" : "Modìfica tìtulu",
|
||||
"Assign to me" : "Assigna a mie",
|
||||
"Unassign myself" : "Annulla s'assignatzione a mie",
|
||||
"Delete card" : "Cantzella ischeda",
|
||||
|
||||
+10
@@ -125,10 +125,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Vybrať nástenku na vytvorenie odkazu ku projektu",
|
||||
"Search by board title" : "Vyhľadávanie podľa názvu nástenky",
|
||||
"Select board" : "Vybrať nástenku",
|
||||
"Move/copy card" : "Presunúť/Kopírovať kartu",
|
||||
"Select a board" : "Vyberte nástenku",
|
||||
"No lists available" : "Nie sú k dispozícii žiadne zoznamy",
|
||||
"Select a list" : "Vybrať zoznam",
|
||||
"Move card" : "Presunúť kartu",
|
||||
"Copy card" : "Kopírovať kartu",
|
||||
"Select a card" : "Vyberte kartu",
|
||||
"Cancel" : "Zrušiť",
|
||||
"Select the card to link to a project" : "Vyberte kartu, ktorú chcete prepojiť s projektom",
|
||||
@@ -274,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Položky úloh",
|
||||
"{count} comments, {unread} unread" : "{count} komentárov, {unread} neprečítaných",
|
||||
"Edit card title" : "Upraviť názov karty",
|
||||
"Open link" : "Otvoriť odkaz",
|
||||
"Edit title" : "Premenovať",
|
||||
"Assign to me" : "Priradiť mne",
|
||||
"Unassign myself" : "Zrušiť priradenie mne",
|
||||
"Mark as not done" : "Označiť ako nedokončené",
|
||||
@@ -336,8 +340,14 @@ OC.L10N.register(
|
||||
"An error occurred" : "Vyskytla sa chyba",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Naozaj chcete chcete vymazať nástenku {title}? Toto zmaže všetky údaje o tejto nástenke vrátane archivovaných kariet.",
|
||||
"Delete the board?" : "Vymazať nástenku?",
|
||||
"Clone {boardTitle}" : "Klonovať {boardTitle}",
|
||||
"Clone cards" : "Duplikovať karty",
|
||||
"Clone assignments" : "Klonovať úlohu",
|
||||
"Clone labels" : "Klonovať štítok",
|
||||
"Clone due dates" : "Klonovať termín dokončenia",
|
||||
"Advanced options" : "Pokročilé možnosti",
|
||||
"Move all cards to the first list" : "Presunúť všetky karty na prvý zoznam",
|
||||
"Restore archived cards" : "Obnoviť archivované karty",
|
||||
"Clone" : "Duplikovať",
|
||||
"Loading filtered view" : "Načítavanie filtrovaného pohľadu",
|
||||
"Today" : "Dnes",
|
||||
|
||||
@@ -123,10 +123,12 @@
|
||||
"Select the board to link to a project" : "Vybrať nástenku na vytvorenie odkazu ku projektu",
|
||||
"Search by board title" : "Vyhľadávanie podľa názvu nástenky",
|
||||
"Select board" : "Vybrať nástenku",
|
||||
"Move/copy card" : "Presunúť/Kopírovať kartu",
|
||||
"Select a board" : "Vyberte nástenku",
|
||||
"No lists available" : "Nie sú k dispozícii žiadne zoznamy",
|
||||
"Select a list" : "Vybrať zoznam",
|
||||
"Move card" : "Presunúť kartu",
|
||||
"Copy card" : "Kopírovať kartu",
|
||||
"Select a card" : "Vyberte kartu",
|
||||
"Cancel" : "Zrušiť",
|
||||
"Select the card to link to a project" : "Vyberte kartu, ktorú chcete prepojiť s projektom",
|
||||
@@ -272,6 +274,8 @@
|
||||
"Todo items" : "Položky úloh",
|
||||
"{count} comments, {unread} unread" : "{count} komentárov, {unread} neprečítaných",
|
||||
"Edit card title" : "Upraviť názov karty",
|
||||
"Open link" : "Otvoriť odkaz",
|
||||
"Edit title" : "Premenovať",
|
||||
"Assign to me" : "Priradiť mne",
|
||||
"Unassign myself" : "Zrušiť priradenie mne",
|
||||
"Mark as not done" : "Označiť ako nedokončené",
|
||||
@@ -334,8 +338,14 @@
|
||||
"An error occurred" : "Vyskytla sa chyba",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Naozaj chcete chcete vymazať nástenku {title}? Toto zmaže všetky údaje o tejto nástenke vrátane archivovaných kariet.",
|
||||
"Delete the board?" : "Vymazať nástenku?",
|
||||
"Clone {boardTitle}" : "Klonovať {boardTitle}",
|
||||
"Clone cards" : "Duplikovať karty",
|
||||
"Clone assignments" : "Klonovať úlohu",
|
||||
"Clone labels" : "Klonovať štítok",
|
||||
"Clone due dates" : "Klonovať termín dokončenia",
|
||||
"Advanced options" : "Pokročilé možnosti",
|
||||
"Move all cards to the first list" : "Presunúť všetky karty na prvý zoznam",
|
||||
"Restore archived cards" : "Obnoviť archivované karty",
|
||||
"Clone" : "Duplikovať",
|
||||
"Loading filtered view" : "Načítavanie filtrovaného pohľadu",
|
||||
"Today" : "Dnes",
|
||||
|
||||
@@ -242,6 +242,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Naloge",
|
||||
"{count} comments, {unread} unread" : "{count} sporočil, {unread} neprebranih",
|
||||
"Edit card title" : "Uredi naslov naloge",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Assign to me" : "Nalogo dodeli meni",
|
||||
"Unassign myself" : "Odstrani me z naloge",
|
||||
"Mark as not done" : "Označi kot Ni končano",
|
||||
|
||||
@@ -240,6 +240,7 @@
|
||||
"Todo items" : "Naloge",
|
||||
"{count} comments, {unread} unread" : "{count} sporočil, {unread} neprebranih",
|
||||
"Edit card title" : "Uredi naslov naloge",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Assign to me" : "Nalogo dodeli meni",
|
||||
"Unassign myself" : "Odstrani me z naloge",
|
||||
"Mark as not done" : "Označi kot Ni končano",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Ставке обавеза",
|
||||
"{count} comments, {unread} unread" : "{count} коментара, {unread} није прочитано",
|
||||
"Edit card title" : "Уреди наслов картице",
|
||||
"Open link" : "Отвори линк",
|
||||
"Edit title" : "Измени наслов",
|
||||
"Assign to me" : "Додели мени",
|
||||
"Unassign myself" : "Склони са мене",
|
||||
"Mark as not done" : "Означи да није завршена",
|
||||
@@ -338,8 +340,14 @@ OC.L10N.register(
|
||||
"An error occurred" : "Догодила се грешка",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Да ли сте сигурни да желите да обришете таблу {title}? Ово ће да обрише све податке на овој табли, укључијући и архивиране картице.",
|
||||
"Delete the board?" : "Обрисати таблу?",
|
||||
"Clone {boardTitle}" : "Клонирај {boardTitle}",
|
||||
"Clone cards" : "Клонирај картице",
|
||||
"Clone assignments" : "Клонирај доделе",
|
||||
"Clone labels" : "Клонирај ознаке",
|
||||
"Clone due dates" : "Клонирај датуме завршетка",
|
||||
"Advanced options" : "Напредне опције",
|
||||
"Move all cards to the first list" : "Премести све картице на прву листу",
|
||||
"Restore archived cards" : "Врати архивиране картице",
|
||||
"Clone" : "Клонирај",
|
||||
"Loading filtered view" : "Учитам филтрирани преглед",
|
||||
"Today" : "Данас",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Ставке обавеза",
|
||||
"{count} comments, {unread} unread" : "{count} коментара, {unread} није прочитано",
|
||||
"Edit card title" : "Уреди наслов картице",
|
||||
"Open link" : "Отвори линк",
|
||||
"Edit title" : "Измени наслов",
|
||||
"Assign to me" : "Додели мени",
|
||||
"Unassign myself" : "Склони са мене",
|
||||
"Mark as not done" : "Означи да није завршена",
|
||||
@@ -336,8 +338,14 @@
|
||||
"An error occurred" : "Догодила се грешка",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Да ли сте сигурни да желите да обришете таблу {title}? Ово ће да обрише све податке на овој табли, укључијући и архивиране картице.",
|
||||
"Delete the board?" : "Обрисати таблу?",
|
||||
"Clone {boardTitle}" : "Клонирај {boardTitle}",
|
||||
"Clone cards" : "Клонирај картице",
|
||||
"Clone assignments" : "Клонирај доделе",
|
||||
"Clone labels" : "Клонирај ознаке",
|
||||
"Clone due dates" : "Клонирај датуме завршетка",
|
||||
"Advanced options" : "Напредне опције",
|
||||
"Move all cards to the first list" : "Премести све картице на прву листу",
|
||||
"Restore archived cards" : "Врати архивиране картице",
|
||||
"Clone" : "Клонирај",
|
||||
"Loading filtered view" : "Учитам филтрирани преглед",
|
||||
"Today" : "Данас",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Att göra saker",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} olästa",
|
||||
"Edit card title" : "Ändra korttitel",
|
||||
"Open link" : "Öppna länken",
|
||||
"Edit title" : "Redigera titel",
|
||||
"Assign to me" : "Tilldela till mig",
|
||||
"Unassign myself" : "Ta bort från mig själv",
|
||||
"Mark as not done" : "Markera som ej klar",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Att göra saker",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} olästa",
|
||||
"Edit card title" : "Ändra korttitel",
|
||||
"Open link" : "Öppna länken",
|
||||
"Edit title" : "Redigera titel",
|
||||
"Assign to me" : "Tilldela till mig",
|
||||
"Unassign myself" : "Ta bort från mig själv",
|
||||
"Mark as not done" : "Markera som ej klar",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Yapılacak iş ögeleri",
|
||||
"{count} comments, {unread} unread" : "{count} yorum, {unread} okunmamış",
|
||||
"Edit card title" : "Kart başlığını düzenle",
|
||||
"Open link" : "Bağlantıyı aç",
|
||||
"Edit title" : "Başlığı düzenle",
|
||||
"Assign to me" : "Bana ata",
|
||||
"Unassign myself" : "Kendi atamamı kaldır",
|
||||
"Mark as not done" : "Tamamlanmamış olarak işaretle",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "Yapılacak iş ögeleri",
|
||||
"{count} comments, {unread} unread" : "{count} yorum, {unread} okunmamış",
|
||||
"Edit card title" : "Kart başlığını düzenle",
|
||||
"Open link" : "Bağlantıyı aç",
|
||||
"Edit title" : "Başlığı düzenle",
|
||||
"Assign to me" : "Bana ata",
|
||||
"Unassign myself" : "Kendi atamamı kaldır",
|
||||
"Mark as not done" : "Tamamlanmamış olarak işaretle",
|
||||
|
||||
@@ -274,6 +274,8 @@ OC.L10N.register(
|
||||
"Todo items" : "تودو تۈرلىرى",
|
||||
"{count} comments, {unread} unread" : "{count} باھا ، {unread} ئوقۇمىغان",
|
||||
"Edit card title" : "كارتا نامىنى تەھرىرلەش",
|
||||
"Open link" : "ئۇلانمىنى ئېچىڭ",
|
||||
"Edit title" : "ماۋزۇنى تەھرىرلەش",
|
||||
"Assign to me" : "ماڭا تاپشۇرۇڭ",
|
||||
"Unassign myself" : "ئۆزۈمنى بەلگىلىمەڭ",
|
||||
"Mark as not done" : "ئىشلەنمىگەن دەپ بەلگە قويۇڭ",
|
||||
|
||||
@@ -272,6 +272,8 @@
|
||||
"Todo items" : "تودو تۈرلىرى",
|
||||
"{count} comments, {unread} unread" : "{count} باھا ، {unread} ئوقۇمىغان",
|
||||
"Edit card title" : "كارتا نامىنى تەھرىرلەش",
|
||||
"Open link" : "ئۇلانمىنى ئېچىڭ",
|
||||
"Edit title" : "ماۋزۇنى تەھرىرلەش",
|
||||
"Assign to me" : "ماڭا تاپشۇرۇڭ",
|
||||
"Unassign myself" : "ئۆزۈمنى بەلگىلىمەڭ",
|
||||
"Mark as not done" : "ئىشلەنمىگەن دەپ بەلگە قويۇڭ",
|
||||
|
||||
@@ -185,6 +185,8 @@ OC.L10N.register(
|
||||
"Next week – {timeLocale}" : "Наступного тижня - {timeLocale}",
|
||||
"Todo items" : "Пункти завдань",
|
||||
"Edit card title" : "Редагувати заголовок картки",
|
||||
"Open link" : "Відкрити посилання",
|
||||
"Edit title" : "Редагувати",
|
||||
"Assign to me" : "Призначити мені",
|
||||
"Delete card" : "Вилучити картку",
|
||||
"seconds ago" : "секунд тому",
|
||||
|
||||
@@ -183,6 +183,8 @@
|
||||
"Next week – {timeLocale}" : "Наступного тижня - {timeLocale}",
|
||||
"Todo items" : "Пункти завдань",
|
||||
"Edit card title" : "Редагувати заголовок картки",
|
||||
"Open link" : "Відкрити посилання",
|
||||
"Edit title" : "Редагувати",
|
||||
"Assign to me" : "Призначити мені",
|
||||
"Delete card" : "Вилучити картку",
|
||||
"seconds ago" : "секунд тому",
|
||||
|
||||
@@ -274,6 +274,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Các mục công việc cần làm",
|
||||
"{count} comments, {unread} unread" : "{count} bình luận, {unread} chưa đọc",
|
||||
"Edit card title" : "Chỉnh sửa tiêu đề thẻ",
|
||||
"Edit title" : "Chỉnh sửa tiêu đề",
|
||||
"Assign to me" : "Phân công cho tôi",
|
||||
"Unassign myself" : "Hủy bỏ phân công cho tôi",
|
||||
"Mark as not done" : "Đánh dấu là chưa hoàn thành",
|
||||
|
||||
@@ -272,6 +272,7 @@
|
||||
"Todo items" : "Các mục công việc cần làm",
|
||||
"{count} comments, {unread} unread" : "{count} bình luận, {unread} chưa đọc",
|
||||
"Edit card title" : "Chỉnh sửa tiêu đề thẻ",
|
||||
"Edit title" : "Chỉnh sửa tiêu đề",
|
||||
"Assign to me" : "Phân công cho tôi",
|
||||
"Unassign myself" : "Hủy bỏ phân công cho tôi",
|
||||
"Mark as not done" : "Đánh dấu là chưa hoàn thành",
|
||||
|
||||
@@ -259,6 +259,7 @@ OC.L10N.register(
|
||||
"Todo items" : "待办事项",
|
||||
"{count} comments, {unread} unread" : "{count} 条评论,{unread} 未读",
|
||||
"Edit card title" : "编辑卡片标题",
|
||||
"Edit title" : "编辑标题",
|
||||
"Assign to me" : "指派给我",
|
||||
"Unassign myself" : "不再指派给我",
|
||||
"Mark as not done" : "标记为未完成",
|
||||
|
||||
@@ -257,6 +257,7 @@
|
||||
"Todo items" : "待办事项",
|
||||
"{count} comments, {unread} unread" : "{count} 条评论,{unread} 未读",
|
||||
"Edit card title" : "编辑卡片标题",
|
||||
"Edit title" : "编辑标题",
|
||||
"Assign to me" : "指派给我",
|
||||
"Unassign myself" : "不再指派给我",
|
||||
"Mark as not done" : "标记为未完成",
|
||||
|
||||
@@ -276,6 +276,8 @@ OC.L10N.register(
|
||||
"Todo items" : "待辦事項",
|
||||
"{count} comments, {unread} unread" : "{count} 條評論,{unread} 條未讀",
|
||||
"Edit card title" : "編輯卡片標題",
|
||||
"Open link" : "打開連結",
|
||||
"Edit title" : "編輯標題",
|
||||
"Assign to me" : "指派給我",
|
||||
"Unassign myself" : "自己解除指派",
|
||||
"Mark as not done" : "標記為未完成",
|
||||
|
||||
@@ -274,6 +274,8 @@
|
||||
"Todo items" : "待辦事項",
|
||||
"{count} comments, {unread} unread" : "{count} 條評論,{unread} 條未讀",
|
||||
"Edit card title" : "編輯卡片標題",
|
||||
"Open link" : "打開連結",
|
||||
"Edit title" : "編輯標題",
|
||||
"Assign to me" : "指派給我",
|
||||
"Unassign myself" : "自己解除指派",
|
||||
"Mark as not done" : "標記為未完成",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user