From 8d41f9730f7409be65e275f5f232d426ab3b9061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:25:16 +0000 Subject: [PATCH 01/16] Chore(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.33.0 to 2.34.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.33.0...2.34.1) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/appbuild.yml | 2 +- .github/workflows/appstore-build-publish.yml | 2 +- .github/workflows/cypress-e2e.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/lint-php-cs.yml | 2 +- .github/workflows/lint-php.yml | 2 +- .github/workflows/phpunit-mysql.yml | 2 +- .github/workflows/phpunit-pgsql.yml | 2 +- .github/workflows/phpunit-sqlite.yml | 2 +- .github/workflows/psalm.yml | 2 +- .github/workflows/update-nextcloud-ocp.yml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/appbuild.yml b/.github/workflows/appbuild.yml index 6a054affa..95a945b73 100644 --- a/.github/workflows/appbuild.yml +++ b/.github/workflows/appbuild.yml @@ -24,7 +24,7 @@ jobs: - name: Set up npm7 run: npm i -g npm@7 - name: Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.34.1 with: php-version: '7.4' tools: composer diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml index c39c5f541..882b4af39 100644 --- a/.github/workflows/appstore-build-publish.yml +++ b/.github/workflows/appstore-build-publish.yml @@ -87,7 +87,7 @@ jobs: filename: ${{ env.APP_NAME }}/appinfo/info.xml - name: Set up php ${{ steps.php-versions.outputs.php-min }} - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 with: php-version: ${{ steps.php-versions.outputs.php-min }} coverage: none diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index 396cf316c..a01092af4 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -91,7 +91,7 @@ jobs: restore-keys: ${{ steps.extcache.outputs.key }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.34.1 with: php-version: ${{ matrix.php-versions }} extensions: ${{ env.extensions }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 26fdb9aa6..1519f74eb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -78,7 +78,7 @@ jobs: path: apps/activity - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.34.1 with: php-version: ${{ matrix.php-versions }} extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu, gd diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index a1a246fd8..14e401869 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -34,7 +34,7 @@ jobs: uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 - name: Set up php${{ steps.versions.outputs.php-min }} - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 with: php-version: ${{ steps.versions.outputs.php-min }} extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 94de4b5fc..9e2de3035 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 with: php-version: ${{ matrix.php-versions }} extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 326d1783d..3658b3827 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -103,7 +103,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index ef8e6c264..24508acc4 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -106,7 +106,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 129873300..cb7d21c0b 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -95,7 +95,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index ea4ad93e9..45a5a90b7 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -36,7 +36,7 @@ jobs: run: grep 'phpVersion="${{ steps.versions.outputs.php-min }}' psalm.xml - name: Set up php${{ steps.versions.outputs.php-min }} - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 with: php-version: ${{ steps.versions.outputs.php-min }} extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index c5c80d842..793a75e25 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -38,7 +38,7 @@ jobs: - name: Set up php8.2 if: steps.checkout.outcome == 'success' - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 with: php-version: 8.2 # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation From 6841d4c06871452f73d21b1bfbdd98d27d2fe4d6 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 25 Jun 2025 00:43:14 +0000 Subject: [PATCH 02/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/pt_PT.js | 2 ++ l10n/pt_PT.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index b63d741b7..ef00952e1 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -160,8 +160,10 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoje", "Tomorrow" : "Amanhã", + "No results found" : "No results found", "Create card" : "Criar cartão", "Close" : "Fechar", + "Failed to upload {name}" : "Failed to upload {name}", "Due date" : "Data limite", "Share" : "Partilhar", "Personal" : "Pessoal", diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index fc3ab567b..b6cf42f8a 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -158,8 +158,10 @@ "Export" : "Exportar", "Today" : "Hoje", "Tomorrow" : "Amanhã", + "No results found" : "No results found", "Create card" : "Criar cartão", "Close" : "Fechar", + "Failed to upload {name}" : "Failed to upload {name}", "Due date" : "Data limite", "Share" : "Partilhar", "Personal" : "Pessoal", From 1dfbec42786a59ebe09fc6bf60e1bfad0358e1a1 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 26 Jun 2025 00:42:57 +0000 Subject: [PATCH 03/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/pt_PT.js | 1 + l10n/pt_PT.json | 1 + 2 files changed, 2 insertions(+) diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index ef00952e1..91436b0d1 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -161,6 +161,7 @@ OC.L10N.register( "Today" : "Hoje", "Tomorrow" : "Amanhã", "No results found" : "No results found", + "Due on {date}" : "Due on {date}", "Create card" : "Criar cartão", "Close" : "Fechar", "Failed to upload {name}" : "Failed to upload {name}", diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index b6cf42f8a..6a94ef12b 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -159,6 +159,7 @@ "Today" : "Hoje", "Tomorrow" : "Amanhã", "No results found" : "No results found", + "Due on {date}" : "Due on {date}", "Create card" : "Criar cartão", "Close" : "Fechar", "Failed to upload {name}" : "Failed to upload {name}", From 8391d843d523aec3cc225441d301023012b7727a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 27 Jun 2025 00:43:49 +0000 Subject: [PATCH 04/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/et_EE.js | 42 ++++++++++++++++++++++++++++++++++++++---- l10n/et_EE.json | 42 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 76 insertions(+), 8 deletions(-) diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 55cff9cd4..627dd6ae3 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -1,23 +1,45 @@ OC.L10N.register( "deck", { + "You have created a new board {board}" : "Sa oled koostanud uue tahvli: {board}", + "{user} has created a new board {board}" : "{user} on koostanud uue tahvli: {board}", + "You have deleted the board {board}" : "Sa oled kustutanud tahvli: {board}", + "{user} has deleted the board {board}" : "{user} on kustutanud tahvli: {board}", + "You have restored the board {board}" : "Sa oled taastanud tahvli: {board}", + "{user} has restored the board {board}" : "{user} on taastanud tahvli: {board}", + "You have shared the board {board} with {acl}" : "Sa oled jaganud {board} tahvlit: {acl}", + "{user} has shared the board {board} with {acl}" : "{user} on jaganud {board} tahvlit: {acl}", + "You have removed {acl} from the board {board}" : "Sa oled eemaldanud {acl} ligipääsu tahvlilt {board}", + "{user} has removed {acl} from the board {board}" : "{user} on eemaldanud {acl} ligipääsu tahvlilt {board}", + "You have renamed the board {before} to {board}" : "Sa oled muutnud tahvli nime: {before} → {board}", + "{user} has renamed the board {before} to {board}" : "{user} on muutnud tahvli nime: {before} → {board}", + "You have archived the board {board}" : "Sa oled {board} tahvli arhiveerinud", + "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", "Deck" : "Deck", "The file was uploaded" : "Fail laaditi üles", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis", "The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt", - "No file was uploaded" : "Ühtegi faili ei latud üles", - "Missing a temporary folder" : "Ajutine kausta on puudu", - "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus", + "No file was uploaded" : "Ühtegi faili ei laaditud üles", + "Missing a temporary folder" : "Ajutine kaust on puudu", + "Could not write file to disk" : "Faili kirjutamine kettale ei õnnestunud", "A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise", "No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s", "Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.", "Invalid JSON data" : "Vigased JSON-i andmed", "Failed to import board" : "Tahvli importimine ei õnnestunud", + "Cards due today" : "Kaardid, mille tähtaeg on täna", + "Cards due tomorrow" : "Kaardid, mille tähtaeg on homme", "Load more" : "Laadi veel", "Deck board" : "Kanbani tahvel", + "Owned by %1$s" : "Omanik: %1$s", + "Create a new deck card" : "Koosta uus kanbani kaart", + "Card comments" : "Kaardi kommentaarid", "%s on %s" : "%s %s-l", + "Deck boards and cards" : "Kanbani tahvlid ja kaardid", + "No data was provided to create an attachment." : "Polnud andmeid, millest luua manust.", "Finished" : "Lõpetatud", + "To review" : "Ülevaatamiseks", "Later" : "Hiljem", "copy" : "koopia", "To Do" : "Tegemiseks", @@ -25,9 +47,21 @@ OC.L10N.register( "Done" : "Valmis", "Create your first card!" : "Koosta oma esimene kaart!", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", + "Add board" : "Lisa tahvel", + "Card details" : "Kaardi üksikasjad", + "Search by board title" : "Otsi tahvli pealkirja alusel", + "Select board" : "Vali tahvel", "Move/copy card" : "Teisalda või kopeeri kaart", + "Select a board" : "Vali tahvel", + "No lists available" : "Loendeid pole saadaval", + "Select a list" : "Vali loend", + "Move card" : "Teisalda kaart", "Copy card" : "Kopeeri kaart", - "Cancel" : "Loobu", + "Select the card to link to a project" : "Vali kaart, mida projektis viidata", + "Link to card" : "Lisa link kaardile", + "Select a card" : "Vali kaart", + "Cancel" : "Katkesta", + "This board is read only" : "See tahvle on vaid loetav", "Drop your files to upload" : "Üleslaadimiseks lohista failid siia", "File already exists" : "Fail on juba olemas", "Add list" : "Lisa loend", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index d524d79cd..c80eedf0e 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -1,21 +1,43 @@ { "translations": { + "You have created a new board {board}" : "Sa oled koostanud uue tahvli: {board}", + "{user} has created a new board {board}" : "{user} on koostanud uue tahvli: {board}", + "You have deleted the board {board}" : "Sa oled kustutanud tahvli: {board}", + "{user} has deleted the board {board}" : "{user} on kustutanud tahvli: {board}", + "You have restored the board {board}" : "Sa oled taastanud tahvli: {board}", + "{user} has restored the board {board}" : "{user} on taastanud tahvli: {board}", + "You have shared the board {board} with {acl}" : "Sa oled jaganud {board} tahvlit: {acl}", + "{user} has shared the board {board} with {acl}" : "{user} on jaganud {board} tahvlit: {acl}", + "You have removed {acl} from the board {board}" : "Sa oled eemaldanud {acl} ligipääsu tahvlilt {board}", + "{user} has removed {acl} from the board {board}" : "{user} on eemaldanud {acl} ligipääsu tahvlilt {board}", + "You have renamed the board {before} to {board}" : "Sa oled muutnud tahvli nime: {before} → {board}", + "{user} has renamed the board {before} to {board}" : "{user} on muutnud tahvli nime: {before} → {board}", + "You have archived the board {board}" : "Sa oled {board} tahvli arhiveerinud", + "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", "Deck" : "Deck", "The file was uploaded" : "Fail laaditi üles", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis", "The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt", - "No file was uploaded" : "Ühtegi faili ei latud üles", - "Missing a temporary folder" : "Ajutine kausta on puudu", - "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus", + "No file was uploaded" : "Ühtegi faili ei laaditud üles", + "Missing a temporary folder" : "Ajutine kaust on puudu", + "Could not write file to disk" : "Faili kirjutamine kettale ei õnnestunud", "A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise", "No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s", "Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.", "Invalid JSON data" : "Vigased JSON-i andmed", "Failed to import board" : "Tahvli importimine ei õnnestunud", + "Cards due today" : "Kaardid, mille tähtaeg on täna", + "Cards due tomorrow" : "Kaardid, mille tähtaeg on homme", "Load more" : "Laadi veel", "Deck board" : "Kanbani tahvel", + "Owned by %1$s" : "Omanik: %1$s", + "Create a new deck card" : "Koosta uus kanbani kaart", + "Card comments" : "Kaardi kommentaarid", "%s on %s" : "%s %s-l", + "Deck boards and cards" : "Kanbani tahvlid ja kaardid", + "No data was provided to create an attachment." : "Polnud andmeid, millest luua manust.", "Finished" : "Lõpetatud", + "To review" : "Ülevaatamiseks", "Later" : "Hiljem", "copy" : "koopia", "To Do" : "Tegemiseks", @@ -23,9 +45,21 @@ "Done" : "Valmis", "Create your first card!" : "Koosta oma esimene kaart!", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", + "Add board" : "Lisa tahvel", + "Card details" : "Kaardi üksikasjad", + "Search by board title" : "Otsi tahvli pealkirja alusel", + "Select board" : "Vali tahvel", "Move/copy card" : "Teisalda või kopeeri kaart", + "Select a board" : "Vali tahvel", + "No lists available" : "Loendeid pole saadaval", + "Select a list" : "Vali loend", + "Move card" : "Teisalda kaart", "Copy card" : "Kopeeri kaart", - "Cancel" : "Loobu", + "Select the card to link to a project" : "Vali kaart, mida projektis viidata", + "Link to card" : "Lisa link kaardile", + "Select a card" : "Vali kaart", + "Cancel" : "Katkesta", + "This board is read only" : "See tahvle on vaid loetav", "Drop your files to upload" : "Üleslaadimiseks lohista failid siia", "File already exists" : "Fail on juba olemas", "Add list" : "Lisa loend", From 71bb838964d9952a178e65ee911951410c00f533 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 28 Jun 2025 00:28:03 +0000 Subject: [PATCH 05/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/af.js | 1 - l10n/af.json | 1 - l10n/ar.js | 12 +----- l10n/ar.json | 12 +----- l10n/ast.js | 1 - l10n/ast.json | 1 - l10n/az.js | 1 - l10n/az.json | 1 - l10n/bg.js | 10 +---- l10n/bg.json | 10 +---- l10n/bn_BD.js | 1 - l10n/bn_BD.json | 1 - l10n/br.js | 1 - l10n/br.json | 1 - l10n/bs.js | 1 - l10n/bs.json | 1 - l10n/ca.js | 12 +----- l10n/ca.json | 12 +----- l10n/cs.js | 12 +----- l10n/cs.json | 12 +----- l10n/cy_GB.js | 1 - l10n/cy_GB.json | 1 - l10n/da.js | 6 --- l10n/da.json | 6 --- l10n/de.js | 12 +----- l10n/de.json | 12 +----- l10n/de_DE.js | 12 +----- l10n/de_DE.json | 12 +----- l10n/el.js | 12 +----- l10n/el.json | 12 +----- l10n/en_GB.js | 12 +----- l10n/en_GB.json | 12 +----- l10n/eo.js | 1 - l10n/eo.json | 1 - l10n/es.js | 12 +----- l10n/es.json | 12 +----- l10n/es_419.js | 1 - l10n/es_419.json | 1 - l10n/es_AR.js | 4 -- l10n/es_AR.json | 4 -- l10n/es_CL.js | 1 - l10n/es_CL.json | 1 - l10n/es_CO.js | 1 - l10n/es_CO.json | 1 - l10n/es_CR.js | 1 - l10n/es_CR.json | 1 - l10n/es_DO.js | 1 - l10n/es_DO.json | 1 - l10n/es_EC.js | 10 +---- l10n/es_EC.json | 10 +---- l10n/es_GT.js | 1 - l10n/es_GT.json | 1 - l10n/es_HN.js | 1 - l10n/es_HN.json | 1 - l10n/es_MX.js | 1 - l10n/es_MX.json | 1 - l10n/es_NI.js | 1 - l10n/es_NI.json | 1 - l10n/es_PA.js | 1 - l10n/es_PA.json | 1 - l10n/es_PE.js | 1 - l10n/es_PE.json | 1 - l10n/es_PR.js | 1 - l10n/es_PR.json | 1 - l10n/es_PY.js | 1 - l10n/es_PY.json | 1 - l10n/es_SV.js | 1 - l10n/es_SV.json | 1 - l10n/es_UY.js | 1 - l10n/es_UY.json | 1 - l10n/et_EE.js | 15 ++++++- l10n/et_EE.json | 15 ++++++- l10n/eu.js | 12 +----- l10n/eu.json | 12 +----- l10n/fa.js | 10 +---- l10n/fa.json | 10 +---- l10n/fi.js | 10 +---- l10n/fi.json | 10 +---- l10n/fr.js | 12 +----- l10n/fr.json | 12 +----- l10n/ga.js | 12 +----- l10n/ga.json | 12 +----- l10n/gd.js | 1 - l10n/gd.json | 1 - l10n/gl.js | 12 +----- l10n/gl.json | 12 +----- l10n/he.js | 3 -- l10n/he.json | 3 -- l10n/hr.js | 9 +--- l10n/hr.json | 9 +--- l10n/hu.js | 102 ++++++++++++++++++++++++++++++++++----------- l10n/hu.json | 102 ++++++++++++++++++++++++++++++++++----------- l10n/hy.js | 1 - l10n/hy.json | 1 - l10n/ia.js | 1 - l10n/ia.json | 1 - l10n/id.js | 3 -- l10n/id.json | 3 -- l10n/is.js | 12 +----- l10n/is.json | 12 +----- l10n/it.js | 12 +----- l10n/it.json | 12 +----- l10n/ja.js | 12 +----- l10n/ja.json | 12 +----- l10n/ka.js | 12 +----- l10n/ka.json | 12 +----- l10n/ka_GE.js | 1 - l10n/ka_GE.json | 1 - l10n/kab.js | 1 - l10n/kab.json | 1 - l10n/km.js | 1 - l10n/km.json | 1 - l10n/kn.js | 1 - l10n/kn.json | 1 - l10n/ko.js | 12 +----- l10n/ko.json | 12 +----- l10n/lb.js | 1 - l10n/lb.json | 1 - l10n/lo.js | 1 - l10n/lo.json | 1 - l10n/lt_LT.js | 8 +--- l10n/lt_LT.json | 8 +--- l10n/lv.js | 1 - l10n/lv.json | 1 - l10n/mk.js | 7 +--- l10n/mk.json | 7 +--- l10n/mn.js | 1 - l10n/mn.json | 1 - l10n/ms_MY.js | 1 - l10n/ms_MY.json | 1 - l10n/nb.js | 12 +----- l10n/nb.json | 12 +----- l10n/nl.js | 12 +----- l10n/nl.json | 12 +----- l10n/nn_NO.js | 1 - l10n/nn_NO.json | 1 - l10n/oc.js | 2 - l10n/oc.json | 2 - l10n/pl.js | 12 +----- l10n/pl.json | 12 +----- l10n/pt_BR.js | 12 +----- l10n/pt_BR.json | 12 +----- l10n/pt_PT.js | 1 - l10n/pt_PT.json | 1 - l10n/ro.js | 12 +----- l10n/ro.json | 12 +----- l10n/ru.js | 12 +----- l10n/ru.json | 12 +----- l10n/sc.js | 10 +---- l10n/sc.json | 10 +---- l10n/si.js | 1 - l10n/si.json | 1 - l10n/sk.js | 12 +----- l10n/sk.json | 12 +----- l10n/sl.js | 10 +---- l10n/sl.json | 10 +---- l10n/sq.js | 1 - l10n/sq.json | 1 - l10n/sr.js | 12 +----- l10n/sr.json | 12 +----- l10n/sr@latin.js | 1 - l10n/sr@latin.json | 1 - l10n/sv.js | 12 +----- l10n/sv.json | 12 +----- l10n/sw.js | 12 +----- l10n/sw.json | 12 +----- l10n/ta.js | 1 - l10n/ta.json | 1 - l10n/th.js | 1 - l10n/th.json | 1 - l10n/tr.js | 12 +----- l10n/tr.json | 12 +----- l10n/ug.js | 12 +----- l10n/ug.json | 12 +----- l10n/uk.js | 6 +-- l10n/uk.json | 6 +-- l10n/uz.js | 1 - l10n/uz.json | 1 - l10n/vi.js | 12 +----- l10n/vi.json | 12 +----- l10n/zh_CN.js | 12 +----- l10n/zh_CN.json | 12 +----- l10n/zh_HK.js | 12 +----- l10n/zh_HK.json | 12 +----- l10n/zh_TW.js | 12 +----- l10n/zh_TW.json | 12 +----- 186 files changed, 268 insertions(+), 1060 deletions(-) diff --git a/l10n/af.js b/l10n/af.js index cdc6ab5f1..a7987fe60 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -46,7 +46,6 @@ OC.L10N.register( "Export" : "Voer uit", "Today" : "Vandag", "Tomorrow" : "Môre", - "Close" : "Sluit", "Due date" : "Sperdatum", "Share" : "Deel", "Personal" : "Persoonlik" diff --git a/l10n/af.json b/l10n/af.json index 829367f99..510a597c2 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -44,7 +44,6 @@ "Export" : "Voer uit", "Today" : "Vandag", "Tomorrow" : "Môre", - "Close" : "Sluit", "Due date" : "Sperdatum", "Share" : "Deel", "Personal" : "Persoonlik" diff --git a/l10n/ar.js b/l10n/ar.js index 23e410fd5..155dce511 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -372,17 +372,6 @@ OC.L10N.register( "Click to expand description" : "إضعط للتوسّع في الوصف", "Click to expand comment" : "إضغط للتوسع في الملاحظات", "Create card" : "أنشى بطاقة ", - "Create a new card" : "أنشى بطاقة جديدة ", - "Card title" : "عنوان البطاقة ", - "Creating the new card …" : "أنشى البطاقة الجديدة ", - "Card \"{card}\" was added to \"{board}\"" : "\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"", - "Open card" : "فتح البطاقة ", - "Close" : "إغلاق", - "No upcoming cards" : "لا يوجد بطاقات قادمة ", - "upcoming cards today" : "البطاقات القادمة اليومَ", - "upcoming cards tomorrow" : "البطاقات القادمة غداً", - "upcoming cards" : "البطاقات القادمة", - "New card" : "بطاقة جديدة", "Link to a board" : "ربط بلوح", "Link to a card" : "ربط ببطاقة", "Create a card" : "أنشى بطاقة ", @@ -390,6 +379,7 @@ OC.L10N.register( "Something went wrong" : "حدث خطأ ما", "Failed to upload {name}" : "فشل في رفع {اسم}", "Maximum file size of {size} exceeded" : " تجاوز الملف الحد الاقصى {size} بالحجم المسموح ", + "Card title" : "عنوان البطاقة ", "Due date" : "تاريخ الاكتمال", "Error creating the share" : "خطأ في إنشاء المشاركة", "Share with a Deck card" : "مشاركة مع بطاقة Deck", diff --git a/l10n/ar.json b/l10n/ar.json index 4c25c12e3..f3c1c94a2 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -370,17 +370,6 @@ "Click to expand description" : "إضعط للتوسّع في الوصف", "Click to expand comment" : "إضغط للتوسع في الملاحظات", "Create card" : "أنشى بطاقة ", - "Create a new card" : "أنشى بطاقة جديدة ", - "Card title" : "عنوان البطاقة ", - "Creating the new card …" : "أنشى البطاقة الجديدة ", - "Card \"{card}\" was added to \"{board}\"" : "\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"", - "Open card" : "فتح البطاقة ", - "Close" : "إغلاق", - "No upcoming cards" : "لا يوجد بطاقات قادمة ", - "upcoming cards today" : "البطاقات القادمة اليومَ", - "upcoming cards tomorrow" : "البطاقات القادمة غداً", - "upcoming cards" : "البطاقات القادمة", - "New card" : "بطاقة جديدة", "Link to a board" : "ربط بلوح", "Link to a card" : "ربط ببطاقة", "Create a card" : "أنشى بطاقة ", @@ -388,6 +377,7 @@ "Something went wrong" : "حدث خطأ ما", "Failed to upload {name}" : "فشل في رفع {اسم}", "Maximum file size of {size} exceeded" : " تجاوز الملف الحد الاقصى {size} بالحجم المسموح ", + "Card title" : "عنوان البطاقة ", "Due date" : "تاريخ الاكتمال", "Error creating the share" : "خطأ في إنشاء المشاركة", "Share with a Deck card" : "مشاركة مع بطاقة Deck", diff --git a/l10n/ast.js b/l10n/ast.js index 79421ce1e..11e08115f 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -104,7 +104,6 @@ OC.L10N.register( "Today" : "Güei", "Tomorrow" : "Mañana", "No results found" : "Nun s'atopó nengún resultáu", - "Close" : "Zarrar", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Due date" : "Data de fin", "Error creating the share" : "Hebo un error al crear la compartición", diff --git a/l10n/ast.json b/l10n/ast.json index c8c9ae7d3..8bc89a012 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -102,7 +102,6 @@ "Today" : "Güei", "Tomorrow" : "Mañana", "No results found" : "Nun s'atopó nengún resultáu", - "Close" : "Zarrar", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Due date" : "Data de fin", "Error creating the share" : "Hebo un error al crear la compartición", diff --git a/l10n/az.js b/l10n/az.js index c3de04688..f715b7072 100644 --- a/l10n/az.js +++ b/l10n/az.js @@ -37,7 +37,6 @@ OC.L10N.register( "Export" : "Çıxarış", "Today" : "Bu gün", "Tomorrow" : "Sabah", - "Close" : "Bağla", "Share" : "Paylaş", "Personal" : "Şəxsi" }, diff --git a/l10n/az.json b/l10n/az.json index 38b58beba..9ba669dfd 100644 --- a/l10n/az.json +++ b/l10n/az.json @@ -35,7 +35,6 @@ "Export" : "Çıxarış", "Today" : "Bu gün", "Tomorrow" : "Sabah", - "Close" : "Bağla", "Share" : "Paylaş", "Personal" : "Şəxsi" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/bg.js b/l10n/bg.js index ab3c8fe37..764fb6394 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -305,15 +305,6 @@ OC.L10N.register( "Click to expand description" : "Кликване за разширяване на описанието", "Click to expand comment" : "Кликване за разширяване на коментара", "Create card" : "Създаване на карта", - "Create a new card" : "Създаване на нова карта", - "Card title" : "Заглавие на карта", - "Creating the new card …" : "Създаване на новата карта ...", - "Card \"{card}\" was added to \"{board}\"" : "Карта \"{card}\" беше добавена към \"{board}\"", - "Open card" : "Отваряне на карта", - "Close" : "Затваряне", - "No upcoming cards" : "Няма предстоящи карти", - "upcoming cards" : "предстоящи карти", - "New card" : "Нова карта", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", @@ -321,6 +312,7 @@ OC.L10N.register( "Something went wrong" : "Нещо се обърка", "Failed to upload {name}" : " Неуспешно качване на {name}", "Maximum file size of {size} exceeded" : "Максималният размер на файла от {size} е надвишен", + "Card title" : "Заглавие на карта", "Due date" : "Крайна дата", "Error creating the share" : "Грешка при създаване на споделяне", "Share with a Deck card" : "Споделяне с Deck карта", diff --git a/l10n/bg.json b/l10n/bg.json index a9d877fb4..7cf7c479b 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -303,15 +303,6 @@ "Click to expand description" : "Кликване за разширяване на описанието", "Click to expand comment" : "Кликване за разширяване на коментара", "Create card" : "Създаване на карта", - "Create a new card" : "Създаване на нова карта", - "Card title" : "Заглавие на карта", - "Creating the new card …" : "Създаване на новата карта ...", - "Card \"{card}\" was added to \"{board}\"" : "Карта \"{card}\" беше добавена към \"{board}\"", - "Open card" : "Отваряне на карта", - "Close" : "Затваряне", - "No upcoming cards" : "Няма предстоящи карти", - "upcoming cards" : "предстоящи карти", - "New card" : "Нова карта", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", @@ -319,6 +310,7 @@ "Something went wrong" : "Нещо се обърка", "Failed to upload {name}" : " Неуспешно качване на {name}", "Maximum file size of {size} exceeded" : "Максималният размер на файла от {size} е надвишен", + "Card title" : "Заглавие на карта", "Due date" : "Крайна дата", "Error creating the share" : "Грешка при създаване на споделяне", "Share with a Deck card" : "Споделяне с Deck карта", diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js index 8a1298d91..9428c8218 100644 --- a/l10n/bn_BD.js +++ b/l10n/bn_BD.js @@ -31,7 +31,6 @@ OC.L10N.register( "Export" : "রপ্তানি", "Today" : "আজ", "Tomorrow" : "আগামীকাল", - "Close" : "বন্ধ", "Share" : "ভাগাভাগি কর", "Personal" : "ব্যক্তিগত" }, diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json index 617a1cce3..8eaee4240 100644 --- a/l10n/bn_BD.json +++ b/l10n/bn_BD.json @@ -29,7 +29,6 @@ "Export" : "রপ্তানি", "Today" : "আজ", "Tomorrow" : "আগামীকাল", - "Close" : "বন্ধ", "Share" : "ভাগাভাগি কর", "Personal" : "ব্যক্তিগত" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/br.js b/l10n/br.js index 2b5063ed4..c0226ab38 100644 --- a/l10n/br.js +++ b/l10n/br.js @@ -42,7 +42,6 @@ OC.L10N.register( "No notifications" : "Kemennadenn ebet", "Today" : "Hiziv", "Tomorrow" : "Warc'hoaz", - "Close" : "Seriñ", "Share" : "Rannan", "Personal" : "Personel" }, diff --git a/l10n/br.json b/l10n/br.json index 78d851edd..b0c997091 100644 --- a/l10n/br.json +++ b/l10n/br.json @@ -40,7 +40,6 @@ "No notifications" : "Kemennadenn ebet", "Today" : "Hiziv", "Tomorrow" : "Warc'hoaz", - "Close" : "Seriñ", "Share" : "Rannan", "Personal" : "Personel" },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" diff --git a/l10n/bs.js b/l10n/bs.js index 36d3a7053..7f5e31026 100644 --- a/l10n/bs.js +++ b/l10n/bs.js @@ -27,7 +27,6 @@ OC.L10N.register( "Export" : "Izvezi", "Today" : "Danas", "Tomorrow" : "Sutra", - "Close" : "Zatvori", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", "Share" : "Podjeli", "Personal" : "Osobno" diff --git a/l10n/bs.json b/l10n/bs.json index 3fba6f870..b77e4d91d 100644 --- a/l10n/bs.json +++ b/l10n/bs.json @@ -25,7 +25,6 @@ "Export" : "Izvezi", "Today" : "Danas", "Tomorrow" : "Sutra", - "Close" : "Zatvori", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", "Share" : "Podjeli", "Personal" : "Osobno" diff --git a/l10n/ca.js b/l10n/ca.js index df4d0d679..c3bc42060 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -372,17 +372,6 @@ OC.L10N.register( "Click to expand description" : "Feu clic per ampliar la descripció", "Click to expand comment" : "Feu clic per ampliar el comentari", "Create card" : "Crea una targeta", - "Create a new card" : "Crea una nova targeta", - "Card title" : "Títol de la targeta", - "Creating the new card …" : "Creant la nova targeta …", - "Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"", - "Open card" : "Obre la targeta", - "Close" : "Tanca", - "No upcoming cards" : "No hi ha pròximes targetes", - "upcoming cards today" : "properes targetes avui", - "upcoming cards tomorrow" : "properes targetes demà", - "upcoming cards" : "pròximes targetes", - "New card" : "Nova targeta", "Link to a board" : "Enllaça a un tauler", "Link to a card" : "Enllaç una targeta", "Create a card" : "Crea una targeta", @@ -390,6 +379,7 @@ OC.L10N.register( "Something went wrong" : "Alguna cosa ha anat malament", "Failed to upload {name}" : "No s'ha pogut pujar {name}", "Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}", + "Card title" : "Títol de la targeta", "Due date" : "Data de caducitat", "Error creating the share" : "S'ha produït un error en crear la compartició", "Share with a Deck card" : "Compartir amb una targeta de Deck", diff --git a/l10n/ca.json b/l10n/ca.json index 65f25b2b4..f736b5495 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -370,17 +370,6 @@ "Click to expand description" : "Feu clic per ampliar la descripció", "Click to expand comment" : "Feu clic per ampliar el comentari", "Create card" : "Crea una targeta", - "Create a new card" : "Crea una nova targeta", - "Card title" : "Títol de la targeta", - "Creating the new card …" : "Creant la nova targeta …", - "Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"", - "Open card" : "Obre la targeta", - "Close" : "Tanca", - "No upcoming cards" : "No hi ha pròximes targetes", - "upcoming cards today" : "properes targetes avui", - "upcoming cards tomorrow" : "properes targetes demà", - "upcoming cards" : "pròximes targetes", - "New card" : "Nova targeta", "Link to a board" : "Enllaça a un tauler", "Link to a card" : "Enllaç una targeta", "Create a card" : "Crea una targeta", @@ -388,6 +377,7 @@ "Something went wrong" : "Alguna cosa ha anat malament", "Failed to upload {name}" : "No s'ha pogut pujar {name}", "Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}", + "Card title" : "Títol de la targeta", "Due date" : "Data de caducitat", "Error creating the share" : "S'ha produït un error en crear la compartició", "Share with a Deck card" : "Compartir amb una targeta de Deck", diff --git a/l10n/cs.js b/l10n/cs.js index 0a4c04135..6d9238da6 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Popis rozbalíte kliknutím", "Click to expand comment" : "Komentář rozbalíte kliknutím", "Create card" : "Vytvořit kartu", - "Create a new card" : "Vytvořit novou kartu", - "Card title" : "Název karty", - "Creating the new card …" : "Vytváření nové karty…", - "Card \"{card}\" was added to \"{board}\"" : "Karta „{card}“ byla přidána na „{board}“", - "Open card" : "Otevřít kartu", - "Close" : "Zavřít", - "No upcoming cards" : "Žádné nadcházející karty", - "upcoming cards today" : "nadcházející karty na dnešek", - "upcoming cards tomorrow" : "nadcházející karty na zítřek", - "upcoming cards" : "nadcházející karty", - "New card" : "Nová karta", "Link to a board" : "Propojit s tabulí", "Link to a card" : "Propojit s kartou", "Create a card" : "Vytvořit kartu", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Něco se pokazilo", "Failed to upload {name}" : "Nepodařilo se nahrát {name}", "Maximum file size of {size} exceeded" : "Překročena nejvyšší umožněná velikost souboru {size}", + "Card title" : "Název karty", "Assigned users" : "Přiřazení uživatelé", "Due date" : "Datum termínu", "Error creating the share" : "Chyba při vytváření sdílení", diff --git a/l10n/cs.json b/l10n/cs.json index 9c87ff27c..52aa77e0d 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -380,17 +380,6 @@ "Click to expand description" : "Popis rozbalíte kliknutím", "Click to expand comment" : "Komentář rozbalíte kliknutím", "Create card" : "Vytvořit kartu", - "Create a new card" : "Vytvořit novou kartu", - "Card title" : "Název karty", - "Creating the new card …" : "Vytváření nové karty…", - "Card \"{card}\" was added to \"{board}\"" : "Karta „{card}“ byla přidána na „{board}“", - "Open card" : "Otevřít kartu", - "Close" : "Zavřít", - "No upcoming cards" : "Žádné nadcházející karty", - "upcoming cards today" : "nadcházející karty na dnešek", - "upcoming cards tomorrow" : "nadcházející karty na zítřek", - "upcoming cards" : "nadcházející karty", - "New card" : "Nová karta", "Link to a board" : "Propojit s tabulí", "Link to a card" : "Propojit s kartou", "Create a card" : "Vytvořit kartu", @@ -398,6 +387,7 @@ "Something went wrong" : "Něco se pokazilo", "Failed to upload {name}" : "Nepodařilo se nahrát {name}", "Maximum file size of {size} exceeded" : "Překročena nejvyšší umožněná velikost souboru {size}", + "Card title" : "Název karty", "Assigned users" : "Přiřazení uživatelé", "Due date" : "Datum termínu", "Error creating the share" : "Chyba při vytváření sdílení", diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js index 5d9fecd34..981d156d5 100644 --- a/l10n/cy_GB.js +++ b/l10n/cy_GB.js @@ -32,7 +32,6 @@ OC.L10N.register( "An error occurred" : "Digwyddodd gwall", "Export" : "Allforio", "Today" : "Heddiw", - "Close" : "Cau", "Share" : "Rhannu", "Personal" : "Personol" }, diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json index 1fecc6119..5cf369928 100644 --- a/l10n/cy_GB.json +++ b/l10n/cy_GB.json @@ -30,7 +30,6 @@ "An error occurred" : "Digwyddodd gwall", "Export" : "Allforio", "Today" : "Heddiw", - "Close" : "Cau", "Share" : "Rhannu", "Personal" : "Personol" },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" diff --git a/l10n/da.js b/l10n/da.js index 55c3fe3ac..72cb48944 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -242,12 +242,6 @@ OC.L10N.register( "No results found" : "Ingen resultater fundet", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Create card" : "Opret kort", - "Create a new card" : "Opret et nyt kort", - "Creating the new card …" : "Oprette det nye kort ...", - "Close" : "Luk", - "No upcoming cards" : "Ingen kommende kort", - "upcoming cards" : "kommende kort", - "New card" : "Nyt kort", "Link to a board" : "Link til tavle", "Link to a card" : "Link til et kort", "Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}", diff --git a/l10n/da.json b/l10n/da.json index 1b0024bf6..b9a8843eb 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -240,12 +240,6 @@ "No results found" : "Ingen resultater fundet", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Create card" : "Opret kort", - "Create a new card" : "Opret et nyt kort", - "Creating the new card …" : "Oprette det nye kort ...", - "Close" : "Luk", - "No upcoming cards" : "Ingen kommende kort", - "upcoming cards" : "kommende kort", - "New card" : "Nyt kort", "Link to a board" : "Link til tavle", "Link to a card" : "Link til et kort", "Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}", diff --git a/l10n/de.js b/l10n/de.js index 54d75ed97..ae3143552 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", - "Create a new card" : "Neue Karte erstellen", - "Card title" : "Titel der Karte", - "Creating the new card …" : "Neue Karte wird erstellt …", - "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", - "Open card" : "Karte öffnen", - "Close" : "Schließen", - "No upcoming cards" : "Keine anstehenden Karten", - "upcoming cards today" : "Heute anstehende Karten", - "upcoming cards tomorrow" : "Morgen anstehende Karten", - "upcoming cards" : "Anstehende Karten", - "New card" : "Neue Karte", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Etwas ist schiefgelaufen", "Failed to upload {name}" : "{name} konnte nicht hochgeladen werden", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", + "Card title" : "Titel der Karte", "Assigned users" : "Zugewiesene Benutzer", "Due date" : "Fälligkeitsdatum", "Error creating the share" : "Fehler beim Erstellen der Freigabe", diff --git a/l10n/de.json b/l10n/de.json index ec5482c5e..f4f667f5d 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -380,17 +380,6 @@ "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", - "Create a new card" : "Neue Karte erstellen", - "Card title" : "Titel der Karte", - "Creating the new card …" : "Neue Karte wird erstellt …", - "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", - "Open card" : "Karte öffnen", - "Close" : "Schließen", - "No upcoming cards" : "Keine anstehenden Karten", - "upcoming cards today" : "Heute anstehende Karten", - "upcoming cards tomorrow" : "Morgen anstehende Karten", - "upcoming cards" : "Anstehende Karten", - "New card" : "Neue Karte", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -398,6 +387,7 @@ "Something went wrong" : "Etwas ist schiefgelaufen", "Failed to upload {name}" : "{name} konnte nicht hochgeladen werden", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", + "Card title" : "Titel der Karte", "Assigned users" : "Zugewiesene Benutzer", "Due date" : "Fälligkeitsdatum", "Error creating the share" : "Fehler beim Erstellen der Freigabe", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index a9b582d8a..20bd52c0a 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", - "Create a new card" : "Neue Karte erstellen", - "Card title" : "Titel der Karte", - "Creating the new card …" : "Neue Karte wird erstellt …", - "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", - "Open card" : "Karte öffnen", - "Close" : "Schließen", - "No upcoming cards" : "Keine anstehenden Karten", - "upcoming cards today" : "Heute anstehende Karten", - "upcoming cards tomorrow" : "Morgen anstehende Karten", - "upcoming cards" : "Anstehende Karten", - "New card" : "Neue Karte", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Etwas ist schiefgelaufen", "Failed to upload {name}" : "{name} konnte nicht hochgeladen werden", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", + "Card title" : "Titel der Karte", "Assigned users" : "Zugewiesene Benutzer", "Due date" : "Fälligkeitsdatum", "Error creating the share" : "Fehler beim Erstellen der Freigabe", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 1f70f35ab..904f861d8 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -380,17 +380,6 @@ "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", - "Create a new card" : "Neue Karte erstellen", - "Card title" : "Titel der Karte", - "Creating the new card …" : "Neue Karte wird erstellt …", - "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", - "Open card" : "Karte öffnen", - "Close" : "Schließen", - "No upcoming cards" : "Keine anstehenden Karten", - "upcoming cards today" : "Heute anstehende Karten", - "upcoming cards tomorrow" : "Morgen anstehende Karten", - "upcoming cards" : "Anstehende Karten", - "New card" : "Neue Karte", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -398,6 +387,7 @@ "Something went wrong" : "Etwas ist schiefgelaufen", "Failed to upload {name}" : "{name} konnte nicht hochgeladen werden", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", + "Card title" : "Titel der Karte", "Assigned users" : "Zugewiesene Benutzer", "Due date" : "Fälligkeitsdatum", "Error creating the share" : "Fehler beim Erstellen der Freigabe", diff --git a/l10n/el.js b/l10n/el.js index b7bfae69c..ebffa9cf8 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -352,17 +352,6 @@ OC.L10N.register( "Click to expand description" : "Κλικ για επέκταση περιγραφής", "Click to expand comment" : "Κλικ για επέκταση σχολίου", "Create card" : "Δημιουργία καρτέλας", - "Create a new card" : "Δημιουργία νέας καρτέλας", - "Card title" : "Τίτλος καρτέλας", - "Creating the new card …" : "Γίνεται δημιουργία της νέας καρτέλας...", - "Card \"{card}\" was added to \"{board}\"" : "Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"", - "Open card" : "Άνοιγμα καρτέλας", - "Close" : "Κλείσιμο", - "No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες", - "upcoming cards today" : "επερχόμενες κάρτες σήμερα", - "upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο", - "upcoming cards" : "επερχόμενες καρτέλες", - "New card" : "Νέα κάρτα", "Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a card" : "Σύνδεσμος σε καρτέλα", "Create a card" : "Δημιουργία καρτέλας", @@ -370,6 +359,7 @@ OC.L10N.register( "Something went wrong" : "Κάτι πήγε στραβά", "Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {name}", "Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}", + "Card title" : "Τίτλος καρτέλας", "Due date" : "Προθεσμία", "Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης", "Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck", diff --git a/l10n/el.json b/l10n/el.json index 0e5344e7c..76632fa88 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -350,17 +350,6 @@ "Click to expand description" : "Κλικ για επέκταση περιγραφής", "Click to expand comment" : "Κλικ για επέκταση σχολίου", "Create card" : "Δημιουργία καρτέλας", - "Create a new card" : "Δημιουργία νέας καρτέλας", - "Card title" : "Τίτλος καρτέλας", - "Creating the new card …" : "Γίνεται δημιουργία της νέας καρτέλας...", - "Card \"{card}\" was added to \"{board}\"" : "Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"", - "Open card" : "Άνοιγμα καρτέλας", - "Close" : "Κλείσιμο", - "No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες", - "upcoming cards today" : "επερχόμενες κάρτες σήμερα", - "upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο", - "upcoming cards" : "επερχόμενες καρτέλες", - "New card" : "Νέα κάρτα", "Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a card" : "Σύνδεσμος σε καρτέλα", "Create a card" : "Δημιουργία καρτέλας", @@ -368,6 +357,7 @@ "Something went wrong" : "Κάτι πήγε στραβά", "Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {name}", "Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}", + "Card title" : "Τίτλος καρτέλας", "Due date" : "Προθεσμία", "Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης", "Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 228f8c7c5..cd2606dc8 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", - "Create a new card" : "Create a new card", - "Card title" : "Card title", - "Creating the new card …" : "Creating the new card …", - "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", - "Open card" : "Open card", - "Close" : "Close", - "No upcoming cards" : "No upcoming cards", - "upcoming cards today" : "upcoming cards today", - "upcoming cards tomorrow" : "upcoming cards tomorrow", - "upcoming cards" : "upcoming cards", - "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", + "Card title" : "Card title", "Assigned users" : "Assigned users", "Due date" : "Due date", "Error creating the share" : "Error creating the share", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index b3e85011b..2593cbcb9 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -380,17 +380,6 @@ "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", - "Create a new card" : "Create a new card", - "Card title" : "Card title", - "Creating the new card …" : "Creating the new card …", - "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", - "Open card" : "Open card", - "Close" : "Close", - "No upcoming cards" : "No upcoming cards", - "upcoming cards today" : "upcoming cards today", - "upcoming cards tomorrow" : "upcoming cards tomorrow", - "upcoming cards" : "upcoming cards", - "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -398,6 +387,7 @@ "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", + "Card title" : "Card title", "Assigned users" : "Assigned users", "Due date" : "Due date", "Error creating the share" : "Error creating the share", diff --git a/l10n/eo.js b/l10n/eo.js index 2d49494e3..bd87b5b70 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -122,7 +122,6 @@ OC.L10N.register( "Export" : "Eksporti", "Today" : "Hodiaŭ", "Tomorrow" : "Morgaŭ", - "Close" : "Malfermi", "Link to a board" : "Ligilo al tabulo", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Due date" : "Limdato", diff --git a/l10n/eo.json b/l10n/eo.json index 135111eb1..d36f0ed32 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -120,7 +120,6 @@ "Export" : "Eksporti", "Today" : "Hodiaŭ", "Tomorrow" : "Morgaŭ", - "Close" : "Malfermi", "Link to a board" : "Ligilo al tabulo", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Due date" : "Limdato", diff --git a/l10n/es.js b/l10n/es.js index 51de88233..2146da6e5 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -364,17 +364,6 @@ OC.L10N.register( "Click to expand description" : "Pulse para expandir la descripción", "Click to expand comment" : "Pulse para expandir el comentario", "Create card" : "Crear tarjeta", - "Create a new card" : "Crear una nueva tarjeta", - "Card title" : "Título de la tarjeta", - "Creating the new card …" : "Creando una nueva tarjeta …", - "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", - "Open card" : "Abrir tarjeta", - "Close" : "Cerrar", - "No upcoming cards" : "No hay tarjetas próximas", - "upcoming cards today" : "próximas tarjetas hoy", - "upcoming cards tomorrow" : "próximas tarjetas mañana", - "upcoming cards" : "próximas tarjetas", - "New card" : "Nueva tarjeta", "Link to a board" : "Enlace a un tablero", "Link to a card" : "Enlace a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -382,6 +371,7 @@ OC.L10N.register( "Something went wrong" : "Algo ha ido mal", "Failed to upload {name}" : "Error al subir {name}", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", + "Card title" : "Título de la tarjeta", "Due date" : "Fecha de fin", "Error creating the share" : "Error creando el recurso compartido", "Share with a Deck card" : "Compartir con una tarjeta de Deck", diff --git a/l10n/es.json b/l10n/es.json index 0b6f6186a..d8621bad6 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -362,17 +362,6 @@ "Click to expand description" : "Pulse para expandir la descripción", "Click to expand comment" : "Pulse para expandir el comentario", "Create card" : "Crear tarjeta", - "Create a new card" : "Crear una nueva tarjeta", - "Card title" : "Título de la tarjeta", - "Creating the new card …" : "Creando una nueva tarjeta …", - "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", - "Open card" : "Abrir tarjeta", - "Close" : "Cerrar", - "No upcoming cards" : "No hay tarjetas próximas", - "upcoming cards today" : "próximas tarjetas hoy", - "upcoming cards tomorrow" : "próximas tarjetas mañana", - "upcoming cards" : "próximas tarjetas", - "New card" : "Nueva tarjeta", "Link to a board" : "Enlace a un tablero", "Link to a card" : "Enlace a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -380,6 +369,7 @@ "Something went wrong" : "Algo ha ido mal", "Failed to upload {name}" : "Error al subir {name}", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", + "Card title" : "Título de la tarjeta", "Due date" : "Fecha de fin", "Error creating the share" : "Error creando el recurso compartido", "Share with a Deck card" : "Compartir con una tarjeta de Deck", diff --git a/l10n/es_419.js b/l10n/es_419.js index c8091fb79..b65f5af46 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -63,7 +63,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_419.json b/l10n/es_419.json index d5f7d6c10..4c7ecd7fb 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -61,7 +61,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_AR.js b/l10n/es_AR.js index d740fd668..faf3fe617 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -107,11 +107,7 @@ OC.L10N.register( "Tomorrow" : "Mañana", "No due" : "Sin finalizar", "Create card" : "Crear tarjeta", - "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", - "Creating the new card …" : "Creando una nueva tarjeta …", - "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 326972c50..386876fed 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -105,11 +105,7 @@ "Tomorrow" : "Mañana", "No due" : "Sin finalizar", "Create card" : "Crear tarjeta", - "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", - "Creating the new card …" : "Creando una nueva tarjeta …", - "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", diff --git a/l10n/es_CL.js b/l10n/es_CL.js index 0e962356d..3bc3a2cee 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -67,7 +67,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_CL.json b/l10n/es_CL.json index 2983bdd3e..c385610da 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -65,7 +65,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_CO.js b/l10n/es_CO.js index 8f671536c..507f5916f 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -67,7 +67,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_CO.json b/l10n/es_CO.json index a7a509b4e..a3dba5aa9 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -65,7 +65,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_CR.js b/l10n/es_CR.js index 8da6db112..a0f064fef 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -66,7 +66,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_CR.json b/l10n/es_CR.json index 00477a830..fc32e592b 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -64,7 +64,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_DO.js b/l10n/es_DO.js index 8da6db112..a0f064fef 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -66,7 +66,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_DO.json b/l10n/es_DO.json index 00477a830..fc32e592b 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -64,7 +64,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_EC.js b/l10n/es_EC.js index dacd95004..e10f093cf 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -297,15 +297,6 @@ OC.L10N.register( "Click to expand description" : "Haz clic para expandir la descripción", "Click to expand comment" : "Haz clic para expandir el comentario", "Create card" : "Crear tarjeta", - "Create a new card" : "Crear una nueva tarjeta", - "Card title" : "Título de la tarjeta", - "Creating the new card …" : "Creando la nueva tarjeta …", - "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" se ha añadido a \"{board}\"", - "Open card" : "Abrir tarjeta", - "Close" : "Cerrar", - "No upcoming cards" : "No hay tarjetas próximas", - "upcoming cards" : "tarjetas próximas", - "New card" : "Nueva tarjeta", "Link to a board" : "Vincular a un tablero", "Link to a card" : "Vincular a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -313,6 +304,7 @@ OC.L10N.register( "Something went wrong" : "Algo salió mal", "Failed to upload {name}" : "Error al subir {name}", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", + "Card title" : "Título de la tarjeta", "Due date" : "Fecha de vencimiento", "Error creating the share" : "Error al crear la compartición", "Share with a Deck card" : "Compartir con una tarjeta de Deck", diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 08d356dcb..424d0b526 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -295,15 +295,6 @@ "Click to expand description" : "Haz clic para expandir la descripción", "Click to expand comment" : "Haz clic para expandir el comentario", "Create card" : "Crear tarjeta", - "Create a new card" : "Crear una nueva tarjeta", - "Card title" : "Título de la tarjeta", - "Creating the new card …" : "Creando la nueva tarjeta …", - "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" se ha añadido a \"{board}\"", - "Open card" : "Abrir tarjeta", - "Close" : "Cerrar", - "No upcoming cards" : "No hay tarjetas próximas", - "upcoming cards" : "tarjetas próximas", - "New card" : "Nueva tarjeta", "Link to a board" : "Vincular a un tablero", "Link to a card" : "Vincular a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -311,6 +302,7 @@ "Something went wrong" : "Algo salió mal", "Failed to upload {name}" : "Error al subir {name}", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", + "Card title" : "Título de la tarjeta", "Due date" : "Fecha de vencimiento", "Error creating the share" : "Error al crear la compartición", "Share with a Deck card" : "Compartir con una tarjeta de Deck", diff --git a/l10n/es_GT.js b/l10n/es_GT.js index 528c35273..b5f505639 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -67,7 +67,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_GT.json b/l10n/es_GT.json index fb909d956..872f45b6a 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -65,7 +65,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_HN.js b/l10n/es_HN.js index f72878f6b..da28a8ee0 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -62,7 +62,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_HN.json b/l10n/es_HN.json index cbb8a77a3..c72751467 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -60,7 +60,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 6e3e42855..4ec7bcc0e 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -188,7 +188,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Error creating the share" : "Error creando el recurso compartido", "Share" : "Compartir", diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 9c88025a2..72f2562f7 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -186,7 +186,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Error creating the share" : "Error creando el recurso compartido", "Share" : "Compartir", diff --git a/l10n/es_NI.js b/l10n/es_NI.js index f72878f6b..da28a8ee0 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -62,7 +62,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_NI.json b/l10n/es_NI.json index cbb8a77a3..c72751467 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -60,7 +60,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PA.js b/l10n/es_PA.js index f72878f6b..da28a8ee0 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -62,7 +62,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PA.json b/l10n/es_PA.json index cbb8a77a3..c72751467 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -60,7 +60,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PE.js b/l10n/es_PE.js index 5fe4297c5..0352bdf83 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -64,7 +64,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PE.json b/l10n/es_PE.json index d17876203..407aaeb4b 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -62,7 +62,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PR.js b/l10n/es_PR.js index f72878f6b..da28a8ee0 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -62,7 +62,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PR.json b/l10n/es_PR.json index cbb8a77a3..c72751467 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -60,7 +60,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PY.js b/l10n/es_PY.js index ac1c735cf..d6604bb70 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -65,7 +65,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PY.json b/l10n/es_PY.json index 0753573dd..a3ca5e533 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -63,7 +63,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_SV.js b/l10n/es_SV.js index 8da6db112..a0f064fef 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -66,7 +66,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_SV.json b/l10n/es_SV.json index 00477a830..fc32e592b 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -64,7 +64,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_UY.js b/l10n/es_UY.js index f72878f6b..da28a8ee0 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -62,7 +62,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_UY.json b/l10n/es_UY.json index cbb8a77a3..c72751467 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -60,7 +60,6 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", - "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 627dd6ae3..f66640990 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -30,7 +30,9 @@ OC.L10N.register( "Failed to import board" : "Tahvli importimine ei õnnestunud", "Cards due today" : "Kaardid, mille tähtaeg on täna", "Cards due tomorrow" : "Kaardid, mille tähtaeg on homme", + "Upcoming cards" : "Tulevased kaardid", "Load more" : "Laadi veel", + "Welcome to Nextcloud Deck!" : "Tere tulemast kasutama kanbani rakendust Nextcloudi Deck!", "Deck board" : "Kanbani tahvel", "Owned by %1$s" : "Omanik: %1$s", "Create a new deck card" : "Koosta uus kanbani kaart", @@ -46,6 +48,7 @@ OC.L10N.register( "In Progress" : "Töös", "Done" : "Valmis", "Create your first card!" : "Koosta oma esimene kaart!", + "Card not found" : "Kaarti ei leidu", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Add board" : "Lisa tahvel", "Card details" : "Kaardi üksikasjad", @@ -64,6 +67,8 @@ OC.L10N.register( "This board is read only" : "See tahvle on vaid loetav", "Drop your files to upload" : "Üleslaadimiseks lohista failid siia", "File already exists" : "Fail on juba olemas", + "Add card" : "Lisa kaart", + "Archived cards" : "Arhiveeritud kaardid", "Add list" : "Lisa loend", "List name" : "Nimekirja nimi", "Active filters" : "Aktiivsed filtrid", @@ -73,6 +78,8 @@ OC.L10N.register( "Open" : "Ava", "Completed" : "Lõpetatud", "Overdue" : "Üle tähtaja", + "Next 7 days" : "Järgmise 7 päeva jooksul", + "Next 30 days" : "Järgmise 30 päeva jooksul", "No due date" : "Tähtaega pole", "Clear filter" : "Tühjenda filter", "Open details" : "Ava üksikasjad", @@ -132,8 +139,10 @@ OC.L10N.register( "Next week – {timeLocale}" : "Järgmisel nädalal – {timeLocale}", "Mark as done" : "Märgi tehtuks", "Not done" : "Pole valmis", + "Archive card" : "Arhiveeri kaart", "Select or create a tag…" : "Vali või koosta silt…", "(group)" : "(grupp)", + "{count} comments, {unread} unread" : "{count} kommentaari, neist {unread} lugemata", "Open link" : "Ava link", "Edit title" : "Muuda pealkirja", "Delete card" : "Kustuta kaart", @@ -146,13 +155,18 @@ OC.L10N.register( "Search" : "Otsi", "Open card details" : "Ava kaardi üksikasjad", "Edit the card title" : "Muuda kaardi pealkirja", + "Archived boards" : "Arhiveeritud tahvlid", "Shared with you" : "Sinuga jagatud", "Cancel edit" : "Loobu muutmisest", "Save board" : "Salvesta tahvel", "No reminder" : "Meeldetuletust pole", "An error occurred" : "Tekkis tõrge", "Exporting board..." : "Ekspordin tahvlit...", + "Edit board" : "Muuda tahvlit", + "Clone board" : "Tee tahvlist koopia", + "Archive board" : "Arhiveeri tahvel", "No notifications" : "Märguandeid pole", + "Delete board" : "Kustuta tahvel", "Importing board..." : "Impordin tahvlit...", "Board imported successfully" : "Tahvli importimine õnnestus", "Import board" : "Impordi tahvel", @@ -175,7 +189,6 @@ OC.L10N.register( "No results found" : "Otsingutulemusi ei leidu", "Due on {date}" : "Tähtaeg: {date}", "{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes", - "Close" : "Sulge", "Message from {author} in {conversationName}" : "Sõnum kasutajalt „{author}“ „{conversationName}“ vestluses", "Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud", "Assigned users" : "Ülesannetega kasutajad", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index c80eedf0e..e3dc05a6b 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -28,7 +28,9 @@ "Failed to import board" : "Tahvli importimine ei õnnestunud", "Cards due today" : "Kaardid, mille tähtaeg on täna", "Cards due tomorrow" : "Kaardid, mille tähtaeg on homme", + "Upcoming cards" : "Tulevased kaardid", "Load more" : "Laadi veel", + "Welcome to Nextcloud Deck!" : "Tere tulemast kasutama kanbani rakendust Nextcloudi Deck!", "Deck board" : "Kanbani tahvel", "Owned by %1$s" : "Omanik: %1$s", "Create a new deck card" : "Koosta uus kanbani kaart", @@ -44,6 +46,7 @@ "In Progress" : "Töös", "Done" : "Valmis", "Create your first card!" : "Koosta oma esimene kaart!", + "Card not found" : "Kaarti ei leidu", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Add board" : "Lisa tahvel", "Card details" : "Kaardi üksikasjad", @@ -62,6 +65,8 @@ "This board is read only" : "See tahvle on vaid loetav", "Drop your files to upload" : "Üleslaadimiseks lohista failid siia", "File already exists" : "Fail on juba olemas", + "Add card" : "Lisa kaart", + "Archived cards" : "Arhiveeritud kaardid", "Add list" : "Lisa loend", "List name" : "Nimekirja nimi", "Active filters" : "Aktiivsed filtrid", @@ -71,6 +76,8 @@ "Open" : "Ava", "Completed" : "Lõpetatud", "Overdue" : "Üle tähtaja", + "Next 7 days" : "Järgmise 7 päeva jooksul", + "Next 30 days" : "Järgmise 30 päeva jooksul", "No due date" : "Tähtaega pole", "Clear filter" : "Tühjenda filter", "Open details" : "Ava üksikasjad", @@ -130,8 +137,10 @@ "Next week – {timeLocale}" : "Järgmisel nädalal – {timeLocale}", "Mark as done" : "Märgi tehtuks", "Not done" : "Pole valmis", + "Archive card" : "Arhiveeri kaart", "Select or create a tag…" : "Vali või koosta silt…", "(group)" : "(grupp)", + "{count} comments, {unread} unread" : "{count} kommentaari, neist {unread} lugemata", "Open link" : "Ava link", "Edit title" : "Muuda pealkirja", "Delete card" : "Kustuta kaart", @@ -144,13 +153,18 @@ "Search" : "Otsi", "Open card details" : "Ava kaardi üksikasjad", "Edit the card title" : "Muuda kaardi pealkirja", + "Archived boards" : "Arhiveeritud tahvlid", "Shared with you" : "Sinuga jagatud", "Cancel edit" : "Loobu muutmisest", "Save board" : "Salvesta tahvel", "No reminder" : "Meeldetuletust pole", "An error occurred" : "Tekkis tõrge", "Exporting board..." : "Ekspordin tahvlit...", + "Edit board" : "Muuda tahvlit", + "Clone board" : "Tee tahvlist koopia", + "Archive board" : "Arhiveeri tahvel", "No notifications" : "Märguandeid pole", + "Delete board" : "Kustuta tahvel", "Importing board..." : "Impordin tahvlit...", "Board imported successfully" : "Tahvli importimine õnnestus", "Import board" : "Impordi tahvel", @@ -173,7 +187,6 @@ "No results found" : "Otsingutulemusi ei leidu", "Due on {date}" : "Tähtaeg: {date}", "{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes", - "Close" : "Sulge", "Message from {author} in {conversationName}" : "Sõnum kasutajalt „{author}“ „{conversationName}“ vestluses", "Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud", "Assigned users" : "Ülesannetega kasutajad", diff --git a/l10n/eu.js b/l10n/eu.js index c4377b27a..512f0c30e 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -355,17 +355,6 @@ OC.L10N.register( "Click to expand description" : "Egin klik deskribapena handitzeko", "Click to expand comment" : "Egin klik iruzkina handitzeko", "Create card" : "Sortu txartela", - "Create a new card" : "Sortu txartel berri bat", - "Card title" : "Txartelaren izenburua", - "Creating the new card …" : "Txartel berria sortzen...", - "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" txartela gehitu da \"{board}\" taulara", - "Open card" : "Ireki txartela", - "Close" : "Itxi", - "No upcoming cards" : "Ez dago hurrengo txartelik", - "upcoming cards today" : "hurrengo txartelak gaur", - "upcoming cards tomorrow" : "hurrengo txartelak bihar", - "upcoming cards" : "hurrengo txartelak", - "New card" : "Txartel berria", "Link to a board" : "Estekatu taula batera", "Link to a card" : "Estekatu txartel batera", "Create a card" : "Sortu txartela", @@ -373,6 +362,7 @@ OC.L10N.register( "Something went wrong" : "Zerbait gaizki joan da", "Failed to upload {name}" : "{name} igotzeak huts egin du", "Maximum file size of {size} exceeded" : "Fitxategiaren gehienezko {size} tamaina gainditu da", + "Card title" : "Txartelaren izenburua", "Due date" : "Epe-muga", "Error creating the share" : "Errorea partekatzea sortzean", "Share with a Deck card" : "Partekatu Deck txartel baten bidez", diff --git a/l10n/eu.json b/l10n/eu.json index cfe0989d3..e672aa88e 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -353,17 +353,6 @@ "Click to expand description" : "Egin klik deskribapena handitzeko", "Click to expand comment" : "Egin klik iruzkina handitzeko", "Create card" : "Sortu txartela", - "Create a new card" : "Sortu txartel berri bat", - "Card title" : "Txartelaren izenburua", - "Creating the new card …" : "Txartel berria sortzen...", - "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" txartela gehitu da \"{board}\" taulara", - "Open card" : "Ireki txartela", - "Close" : "Itxi", - "No upcoming cards" : "Ez dago hurrengo txartelik", - "upcoming cards today" : "hurrengo txartelak gaur", - "upcoming cards tomorrow" : "hurrengo txartelak bihar", - "upcoming cards" : "hurrengo txartelak", - "New card" : "Txartel berria", "Link to a board" : "Estekatu taula batera", "Link to a card" : "Estekatu txartel batera", "Create a card" : "Sortu txartela", @@ -371,6 +360,7 @@ "Something went wrong" : "Zerbait gaizki joan da", "Failed to upload {name}" : "{name} igotzeak huts egin du", "Maximum file size of {size} exceeded" : "Fitxategiaren gehienezko {size} tamaina gainditu da", + "Card title" : "Txartelaren izenburua", "Due date" : "Epe-muga", "Error creating the share" : "Errorea partekatzea sortzean", "Share with a Deck card" : "Partekatu Deck txartel baten bidez", diff --git a/l10n/fa.js b/l10n/fa.js index 31d338e2e..de20ada34 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -304,15 +304,6 @@ OC.L10N.register( "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "ایجاد برگه", - "Create a new card" : "یک برگهٔ جدید بسازید", - "Card title" : "عنوان برگه", - "Creating the new card …" : "ساختن برگهٔ جدید ...", - "Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد", - "Open card" : "بازکردن برگه", - "Close" : "بسته", - "No upcoming cards" : "No upcoming cards", - "upcoming cards" : "upcoming cards", - "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -320,6 +311,7 @@ OC.L10N.register( "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", + "Card title" : "عنوان برگه", "Due date" : "تاریخ سررسید", "Error creating the share" : "خطایی در ایجاد اشتراک", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/fa.json b/l10n/fa.json index 486fc0a51..3af5b12fe 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -302,15 +302,6 @@ "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "ایجاد برگه", - "Create a new card" : "یک برگهٔ جدید بسازید", - "Card title" : "عنوان برگه", - "Creating the new card …" : "ساختن برگهٔ جدید ...", - "Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد", - "Open card" : "بازکردن برگه", - "Close" : "بسته", - "No upcoming cards" : "No upcoming cards", - "upcoming cards" : "upcoming cards", - "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -318,6 +309,7 @@ "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", + "Card title" : "عنوان برگه", "Due date" : "تاریخ سررسید", "Error creating the share" : "خطایی در ایجاد اشتراک", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/fi.js b/l10n/fi.js index 4a018f0fa..2599920c9 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -262,21 +262,13 @@ OC.L10N.register( "Click to expand description" : "Laajenna kuvausta ", "Click to expand comment" : "Napsauta laajentaaksesi kommentin", "Create card" : "Luo kortti", - "Create a new card" : "Luo uusi kortti", - "Card title" : "Kortin otsikko", - "Creating the new card …" : "Luodaan uutta korttia…", - "Card \"{card}\" was added to \"{board}\"" : "Kortti \"{card}\" lisättiin taululle \"{board}\"", - "Open card" : "Avaa kortti", - "Close" : "Sulje", - "No upcoming cards" : "Ei tulevia kortteja", - "upcoming cards" : "tulevat kortit", - "New card" : "Uusi kortti", "Link to a board" : "Linkki taululle", "Link to a card" : "Linkitä korttiin", "Create a card" : "Luo kortti", "Something went wrong" : "Jokin meni vikaan", "Failed to upload {name}" : "Ei voitu lähettää {name}", "Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty", + "Card title" : "Kortin otsikko", "Due date" : "Eräpäivä", "Error creating the share" : "Virhe jakoa luotaessa", "Share" : "Jaa", diff --git a/l10n/fi.json b/l10n/fi.json index 2785d2292..5ee2dc064 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -260,21 +260,13 @@ "Click to expand description" : "Laajenna kuvausta ", "Click to expand comment" : "Napsauta laajentaaksesi kommentin", "Create card" : "Luo kortti", - "Create a new card" : "Luo uusi kortti", - "Card title" : "Kortin otsikko", - "Creating the new card …" : "Luodaan uutta korttia…", - "Card \"{card}\" was added to \"{board}\"" : "Kortti \"{card}\" lisättiin taululle \"{board}\"", - "Open card" : "Avaa kortti", - "Close" : "Sulje", - "No upcoming cards" : "Ei tulevia kortteja", - "upcoming cards" : "tulevat kortit", - "New card" : "Uusi kortti", "Link to a board" : "Linkki taululle", "Link to a card" : "Linkitä korttiin", "Create a card" : "Luo kortti", "Something went wrong" : "Jokin meni vikaan", "Failed to upload {name}" : "Ei voitu lähettää {name}", "Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty", + "Card title" : "Kortin otsikko", "Due date" : "Eräpäivä", "Error creating the share" : "Virhe jakoa luotaessa", "Share" : "Jaa", diff --git a/l10n/fr.js b/l10n/fr.js index 48aa2da0a..fdc2fa5f7 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Cliquer pour visualiser la description", "Click to expand comment" : "Cliquer pour déplier le commentaire", "Create card" : "Créer la carte", - "Create a new card" : "Créer une nouvelle carte", - "Card title" : "Titre de la carte", - "Creating the new card …" : "Création de la nouvelle carte…", - "Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »", - "Open card" : "Ouvrir la carte", - "Close" : "Fermer", - "No upcoming cards" : "Pas de cartes à venir", - "upcoming cards today" : "cartes à venir aujourd'hui", - "upcoming cards tomorrow" : "cartes à venir demain", - "upcoming cards" : "cartes à venir", - "New card" : "Nouvelle carte", "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Create a card" : "Créer une carte", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Quelque chose s'est mal passé", "Failed to upload {name}" : "Échec d'envoi de {name}", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée", + "Card title" : "Titre de la carte", "Assigned users" : "Utilisateurs assignés", "Due date" : "Date d'échéance", "Error creating the share" : "Erreur lors de la création du partage", diff --git a/l10n/fr.json b/l10n/fr.json index bf9152768..5a8eedd55 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -380,17 +380,6 @@ "Click to expand description" : "Cliquer pour visualiser la description", "Click to expand comment" : "Cliquer pour déplier le commentaire", "Create card" : "Créer la carte", - "Create a new card" : "Créer une nouvelle carte", - "Card title" : "Titre de la carte", - "Creating the new card …" : "Création de la nouvelle carte…", - "Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »", - "Open card" : "Ouvrir la carte", - "Close" : "Fermer", - "No upcoming cards" : "Pas de cartes à venir", - "upcoming cards today" : "cartes à venir aujourd'hui", - "upcoming cards tomorrow" : "cartes à venir demain", - "upcoming cards" : "cartes à venir", - "New card" : "Nouvelle carte", "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Create a card" : "Créer une carte", @@ -398,6 +387,7 @@ "Something went wrong" : "Quelque chose s'est mal passé", "Failed to upload {name}" : "Échec d'envoi de {name}", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée", + "Card title" : "Titre de la carte", "Assigned users" : "Utilisateurs assignés", "Due date" : "Date d'échéance", "Error creating the share" : "Erreur lors de la création du partage", diff --git a/l10n/ga.js b/l10n/ga.js index 795c68cd8..cea20bc0c 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Cliceáil chun cur síos a leathnú", "Click to expand comment" : "Cliceáil chun trácht a leathnú", "Create card" : "Cruthaigh cárta", - "Create a new card" : "Cruthaigh cárta nua", - "Card title" : "Teideal an chárta", - "Creating the new card …" : "Cárta nua á chruthú…", - "Card \"{card}\" was added to \"{board}\"" : "Cuireadh cárta \"{card}\" le \"{board}\"", - "Open card" : "Cárta oscailte", - "Close" : "Dún", - "No upcoming cards" : "Uimh cártaí le teacht", - "upcoming cards today" : "cártaí atá le teacht inniu", - "upcoming cards tomorrow" : "cártaí atá le teacht amárach", - "upcoming cards" : "cártaí atá le teacht", - "New card" : "Cárta nua", "Link to a board" : "Nasc le bord", "Link to a card" : "Nasc le cárta", "Create a card" : "Cruthaigh cárta", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Chuaigh rud eigin mícheart", "Failed to upload {name}" : "Theip ar uaslódáil {name}", "Maximum file size of {size} exceeded" : "Sáraíodh uasmhéid comhaid de {size}", + "Card title" : "Teideal an chárta", "Assigned users" : "Úsáideoirí sannta", "Due date" : "Dáta dlite", "Error creating the share" : "Earráid agus an sciar á cruthú", diff --git a/l10n/ga.json b/l10n/ga.json index 680b0ad05..51e337901 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -380,17 +380,6 @@ "Click to expand description" : "Cliceáil chun cur síos a leathnú", "Click to expand comment" : "Cliceáil chun trácht a leathnú", "Create card" : "Cruthaigh cárta", - "Create a new card" : "Cruthaigh cárta nua", - "Card title" : "Teideal an chárta", - "Creating the new card …" : "Cárta nua á chruthú…", - "Card \"{card}\" was added to \"{board}\"" : "Cuireadh cárta \"{card}\" le \"{board}\"", - "Open card" : "Cárta oscailte", - "Close" : "Dún", - "No upcoming cards" : "Uimh cártaí le teacht", - "upcoming cards today" : "cártaí atá le teacht inniu", - "upcoming cards tomorrow" : "cártaí atá le teacht amárach", - "upcoming cards" : "cártaí atá le teacht", - "New card" : "Cárta nua", "Link to a board" : "Nasc le bord", "Link to a card" : "Nasc le cárta", "Create a card" : "Cruthaigh cárta", @@ -398,6 +387,7 @@ "Something went wrong" : "Chuaigh rud eigin mícheart", "Failed to upload {name}" : "Theip ar uaslódáil {name}", "Maximum file size of {size} exceeded" : "Sáraíodh uasmhéid comhaid de {size}", + "Card title" : "Teideal an chárta", "Assigned users" : "Úsáideoirí sannta", "Due date" : "Dáta dlite", "Error creating the share" : "Earráid agus an sciar á cruthú", diff --git a/l10n/gd.js b/l10n/gd.js index 4b3c99a18..d6270188b 100644 --- a/l10n/gd.js +++ b/l10n/gd.js @@ -26,7 +26,6 @@ OC.L10N.register( "Search" : "Lorg", "No notifications" : "Gun bhrath", "Today" : "An-diugh", - "Close" : "Dùin", "Share" : "Co-roinn" }, "nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"); diff --git a/l10n/gd.json b/l10n/gd.json index b6981f246..b322a3e14 100644 --- a/l10n/gd.json +++ b/l10n/gd.json @@ -24,7 +24,6 @@ "Search" : "Lorg", "No notifications" : "Gun bhrath", "Today" : "An-diugh", - "Close" : "Dùin", "Share" : "Co-roinn" },"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js index f1bb01b47..3bcd96d18 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -372,17 +372,6 @@ OC.L10N.register( "Click to expand description" : "Prema para despregar a descrición", "Click to expand comment" : "Prema para despregar o comentario", "Create card" : "Crear tarxeta", - "Create a new card" : "Crear unha nova tarxeta", - "Card title" : "Título da tarxeta", - "Creating the new card …" : "Creando unha nova tarxeta…", - "Card \"{card}\" was added to \"{board}\"" : "A tarxeta «{card}» foi engdida a «{board}»", - "Open card" : "Abrir a tarxeta", - "Close" : "Pechar", - "No upcoming cards" : "Non hai tarxetas próximas", - "upcoming cards today" : "próximas tarxetas de hoxe", - "upcoming cards tomorrow" : "próximas tarxetas de mañá", - "upcoming cards" : "tarxetas próximas", - "New card" : "Nova tarxeta", "Link to a board" : "Ligazón a un taboleiro", "Link to a card" : "Ligazón a unha tarxeta", "Create a card" : "Crear unha tarxeta", @@ -390,6 +379,7 @@ OC.L10N.register( "Something went wrong" : "Algo foi mal", "Failed to upload {name}" : "Produciuse un fallo ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", + "Card title" : "Título da tarxeta", "Due date" : "Data de remate", "Error creating the share" : "Produciuse un erro ao crear a compartición", "Share with a Deck card" : "Compartir cunha tarxeta de Gabeta", diff --git a/l10n/gl.json b/l10n/gl.json index 916724d9e..ee40d6c1d 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -370,17 +370,6 @@ "Click to expand description" : "Prema para despregar a descrición", "Click to expand comment" : "Prema para despregar o comentario", "Create card" : "Crear tarxeta", - "Create a new card" : "Crear unha nova tarxeta", - "Card title" : "Título da tarxeta", - "Creating the new card …" : "Creando unha nova tarxeta…", - "Card \"{card}\" was added to \"{board}\"" : "A tarxeta «{card}» foi engdida a «{board}»", - "Open card" : "Abrir a tarxeta", - "Close" : "Pechar", - "No upcoming cards" : "Non hai tarxetas próximas", - "upcoming cards today" : "próximas tarxetas de hoxe", - "upcoming cards tomorrow" : "próximas tarxetas de mañá", - "upcoming cards" : "tarxetas próximas", - "New card" : "Nova tarxeta", "Link to a board" : "Ligazón a un taboleiro", "Link to a card" : "Ligazón a unha tarxeta", "Create a card" : "Crear unha tarxeta", @@ -388,6 +377,7 @@ "Something went wrong" : "Algo foi mal", "Failed to upload {name}" : "Produciuse un fallo ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", + "Card title" : "Título da tarxeta", "Due date" : "Data de remate", "Error creating the share" : "Produciuse un erro ao crear a compartición", "Share with a Deck card" : "Compartir cunha tarxeta de Gabeta", diff --git a/l10n/he.js b/l10n/he.js index 899964d87..aa592e982 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -253,9 +253,6 @@ OC.L10N.register( "No due" : "אין תאריך יעד", "No results found" : "לא נמצאו תוצאות", "Create card" : "יצירת כרטיס", - "Close" : "סגירה", - "No upcoming cards" : "אין כרטיסים עתידיים", - "upcoming cards" : "כרטיסים עתידיים", "Link to a board" : "קישור ללוח", "Link to a card" : "קישור לכרטיס", "Something went wrong" : "משהו השתבש", diff --git a/l10n/he.json b/l10n/he.json index faa919120..a794b134e 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -251,9 +251,6 @@ "No due" : "אין תאריך יעד", "No results found" : "לא נמצאו תוצאות", "Create card" : "יצירת כרטיס", - "Close" : "סגירה", - "No upcoming cards" : "אין כרטיסים עתידיים", - "upcoming cards" : "כרטיסים עתידיים", "Link to a board" : "קישור ללוח", "Link to a card" : "קישור לכרטיס", "Something went wrong" : "משהו השתבש", diff --git a/l10n/hr.js b/l10n/hr.js index d7ba4fff8..fda028e71 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -264,14 +264,6 @@ OC.L10N.register( "No results found" : "Nema rezultata", "{stack} in {board}" : "{stack} u {board}", "Create card" : "Stvori karticu", - "Create a new card" : "Stvori novu karticu", - "Card title" : "Naslov kartice", - "Creating the new card …" : "Stvaranje nove kartice…", - "Card \"{card}\" was added to \"{board}\"" : "Kartica „{card}” je dodana na „{board}”", - "Open card" : "Otvori karticu", - "Close" : "Zatvori", - "No upcoming cards" : "Nema nadolazećih kartica", - "upcoming cards" : "nadolazeće kartice", "Link to a board" : "Poveznica na ploču", "Link to a card" : "Poveznica na karticu", "Create a card" : "Stvori karticu", @@ -279,6 +271,7 @@ OC.L10N.register( "Something went wrong" : "Nešto je pošlo po krivu", "Failed to upload {name}" : "Neuspješno otpremanje {name}", "Maximum file size of {size} exceeded" : "Prekoračena je maksimalna veličina datoteke od {size}", + "Card title" : "Naslov kartice", "Due date" : "Datum dospijeća", "Error creating the share" : "Pogreška pri stvaranju dijeljenja", "Share with a Deck card" : "Dijeli s Deck karticom", diff --git a/l10n/hr.json b/l10n/hr.json index f50e77eb9..ef7292dcb 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -262,14 +262,6 @@ "No results found" : "Nema rezultata", "{stack} in {board}" : "{stack} u {board}", "Create card" : "Stvori karticu", - "Create a new card" : "Stvori novu karticu", - "Card title" : "Naslov kartice", - "Creating the new card …" : "Stvaranje nove kartice…", - "Card \"{card}\" was added to \"{board}\"" : "Kartica „{card}” je dodana na „{board}”", - "Open card" : "Otvori karticu", - "Close" : "Zatvori", - "No upcoming cards" : "Nema nadolazećih kartica", - "upcoming cards" : "nadolazeće kartice", "Link to a board" : "Poveznica na ploču", "Link to a card" : "Poveznica na karticu", "Create a card" : "Stvori karticu", @@ -277,6 +269,7 @@ "Something went wrong" : "Nešto je pošlo po krivu", "Failed to upload {name}" : "Neuspješno otpremanje {name}", "Maximum file size of {size} exceeded" : "Prekoračena je maksimalna veličina datoteke od {size}", + "Card title" : "Naslov kartice", "Due date" : "Datum dospijeća", "Error creating the share" : "Pogreška pri stvaranju dijeljenja", "Share with a Deck card" : "Dijeli s Deck karticom", diff --git a/l10n/hu.js b/l10n/hu.js index f04a39692..7a369faff 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -16,7 +16,7 @@ OC.L10N.register( "You have archived the board {board}" : "Archiválta a(z) {board} táblát", "{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát", "You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását", - "{user} has unarchived the board {before}" : "{user} visszavonta a(z) {board} tábla archiválását", + "{user} has unarchived the board {before}" : "{user} visszavonta a(z) {before} tábla archiválását", "You have created a new list {stack} on board {board}" : "Létrehozta az új {stack} listát a(z) {board} táblán", "{user} has created a new list {stack} on board {board}" : "{user} létrehozta az új {stack} listát a(z) {board} táblán", "You have renamed list {before} to {stack} on board {board}" : "Átnevezte a(z) {board} tábla {before} listát erre: {stack}", @@ -37,10 +37,14 @@ OC.L10N.register( "{user} has archived card {card} in list {stack} on board {board}" : "{user} archiválta a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán", "You have unarchived card {card} in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán", + "You have marked the card {card} as done in list {stack} on board {board}" : "Késznek jelölte a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán", + "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} késznek jelölte a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán", + "You have marked the card {card} as undone in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya késznek jelölését a(z) {stack} listában, a(z) {board} táblán", + "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya késznek jelölését a(z) {stack} listában, a(z) {board} táblán", "You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét", "{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét", - "You have set the due date of card {card} to {after}" : "Beállította a(z) {card} kártya esedékességét", - "{user} has set the due date of card {card} to {after}" : "{user} beállította a(z) {card} kártya esedékességét", + "You have set the due date of card {card} to {after}" : "Erre állította a(z) {card} kártya határidejét: {after}", + "{user} has set the due date of card {card} to {after}" : "{user} erre állította a(z) {card} kártya határidejét: {after}", "You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}", "{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}", "You have added the tag {label} to card {card} in list {stack} on board {board}" : "Hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} listában, a(z) {board} táblán", @@ -65,22 +69,26 @@ OC.L10N.register( "{user} has commented on card {card}" : "{user} hozzászólt a(z) {card} kártyához", "Deck" : "Kártyák", "Changes in the Deck app" : "Változások a Kártyák alkalmazásban", - "A board, list or card was changed" : "Egy tábla, lista vagy kártya megváltozott", + "A board, list or card was changed" : "Egy tábla, lista vagy kártya megváltozott", "A comment was created on a card" : "Egy hozzászólás lett létrehozva egy kártyán", "A card description has been changed" : "Egy kártyaleírás megváltozott", "The file was uploaded" : "A fájl fel lett töltve", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet", "The file was only partially uploaded" : "A fájl csak részlegesen lett feltöltve", "No file was uploaded" : "Nincs feltöltött fájl", "Missing a temporary folder" : "Átmeneti mappa hiányzik", "Could not write file to disk" : "Nem lehet a fájlt lemezre írni", "A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését", "No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s", + "Invalid file type. Only JSON files are allowed." : "Érvénytelen fájltípus. Csak a JSON fájlok engedélyezettek.", + "Invalid JSON data" : "Érvénytelen JSON adatok", + "Failed to import board" : "A tábla importálása sikertelen", "Cards due today" : "Kártya határideje: ma", "Cards due tomorrow" : "Kártya határideje: holnap", "Upcoming cards" : "Közelgő kártyák", "Load more" : "Továbbiak betöltése", + "Welcome to Nextcloud Deck!" : "Üdvözli a Nextcloud Kártyák!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.", "The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.", @@ -93,7 +101,7 @@ OC.L10N.register( "Owned by %1$s" : "Tulajdonos: %1$s", "Deck boards, cards and comments" : "Kártyatáblák, kártyák és megjegyzések", "From %1$s, in %2$s/%3$s, owned by %4$s" : "A következőtől: %1$s, ebben: %2$s/%3$s, tulajdonos: %4$s", - "Create a new deck card" : "Új kártyapakli létrehozása", + "Create a new deck card" : "Új kártya létrehozása", "Card comments" : "Kártya hozzászólásai", "%s on %s" : "%s ezen: %s", "Deck boards and cards" : "Kártyatáblák és kártyák", @@ -103,9 +111,16 @@ OC.L10N.register( "Action needed" : "Művelet szükséges", "Later" : "Később", "copy" : "másolat", + "Read more inside" : "Továbbolvasás", + "Custom lists - click to rename!" : "Egyéni listák – kattintson az átnevezéshez.", "To Do" : "Teendő", "In Progress" : "Folyamatban", "Done" : "Kész", + "1. Open to learn more about boards and cards" : "1. Nyissa meg, hogy többet tudjon meg a táblákról és kártyákról", + "2. Drag cards left and right, up and down" : "2. Húzza a kártyákat balra és jobbra, fel és le", + "3. Apply rich formatting and link content" : "3. Alkalmazzon gazdag formázást és hivatkozzon tartalomra", + "4. Share, comment and collaborate!" : "4. Osszon meg, szóljon hozzá és dolgozzanak együtt.", + "Create your first card!" : "Hozza létre az első kártyáját.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.", "Card not found" : "A kártya nem található", "Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával", @@ -117,10 +132,12 @@ OC.L10N.register( "Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni", "Search by board title" : "Keresés táblacím szerint", "Select board" : "Válasszon táblát", + "Move/copy card" : "Kártya áthelyezése/másolása", "Select a board" : "Válasszon egy táblát", "No lists available" : "Nincs elérhető lista", "Select a list" : "Válasszon listát", "Move card" : "Kártya áthelyezése", + "Copy card" : "Kártya másolása", "Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni", "Link to card" : "Hivatkozás egy kártyára", "Select a card" : "Válasszon egy kártyát", @@ -141,6 +158,8 @@ OC.L10N.register( "Filter by tag" : "Szűrés címke szerint", "Filter by assigned user" : "Szűrés hozzárendelt felhasználó szerint", "Unassigned" : "Nem hozzárendelt", + "Filter by status" : "Szűrés állapot szerint", + "Open and completed" : "Megnyitva és befejezve", "Open" : "Megnyitás", "Completed" : "Teljesített", "Filter by due date" : "Szűrés határidő szerint", @@ -150,13 +169,13 @@ OC.L10N.register( "Next 30 days" : "Következő 30 nap", "No due date" : "Nincs határidő", "Clear filter" : "Szűrő törlése", - "View Modes" : "Modellek megtekintése", - "Toggle View Modes" : "Nézetmód váltás", + "View Modes" : "Módok megtekintése", + "Toggle View Modes" : "Nézetmódváltás", "Hide archived cards" : "Archivált kártyák elrejtése", "Show archived cards" : "Archivált kártyák megjelenítése", "Toggle compact mode" : "Kompakt mód be/ki", - "Hide card cover images" : "Kártya borító képek elrejtése", - "Show card cover images" : "Kártya borító képek mutatása", + "Hide card cover images" : "Kártyaborítóképek elrejtése", + "Show card cover images" : "Kártyaborítóképek megjelenítése", "Open details" : "Részletek megnyitása", "Details" : "Részletek", "Currently present people" : "Jelenleg jelenlévő emberek", @@ -176,10 +195,12 @@ OC.L10N.register( "Transfer" : "Átadás", "The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres", "Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen", + "Share board with a user, group or team …" : "Tábla megosztása felhasználóval, csoporttal vagy csapattal…", "Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…", "No participants found" : "Nem találhatók résztvevők", "Board owner" : "Tábla tulajdonosa", "(Group)" : "(Csoport)", + "(Team)" : "(Csapat)", "Can edit" : "Szerkesztheti", "Can share" : "Megoszthatja", "Can manage" : "Kezelheti", @@ -199,7 +220,9 @@ OC.L10N.register( "Add a new tag" : "Új címke hozzáadása", "Board name" : "Tábla neve", "Members" : "Tagok", + "Assign to users/groups/team" : "Felhasználóhoz/csoporthoz/csapathoz rendelés", "Assign a user to this card…" : "Felhasználó rendelése ehhez a kártyához…", + "Select a user to assign to this card…" : "Válasszon kártyához rendelendő felhasználót…", "File to share" : "Fájl megosztása", "Invalid path selected" : "Érvénytelen útvonal kiválasztva", "Upload new files" : "Új fájlok feltöltése", @@ -246,34 +269,57 @@ OC.L10N.register( "Set due date for this weekend" : "Határidő beállítása erre a hétvégére", "Next week – {timeLocale}" : "Következő hét – {timeLocale}", "Set due date for next week" : "Határidő beállítása a következő hétre", - "Assign a due date to this card…" : "Határidő hozzárendelése ehhez a kártyához...", + "Assign a due date to this card…" : "Határidő rendelése ehhez a kártyához…", "Set a due date" : "Határidő beállítása", "Add due date" : "Határidő hozzáadása", "Choose a date" : "Válasszon dátumot", "Remove due date" : "Határidő eltávolítása", "Mark as done" : "Megjelölés készként", + "Due at:" : "Határidő:", "Not done" : "Nincs kész", "Unarchive card" : "Kártya archiválásának visszavonása", "Archive card" : "Kártya archiválása", "Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…", + "Select or create a tag…" : "Válasszon vagy hozzon létre egy címkét…", + "Create a new tag:" : "Új címke létrehozása:", "(group)" : "(csoport)", "{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan", "Todo items" : "Teendő elemek", "Edit card title" : "Kártyacím szerkesztése", + "Open link" : "Hivatkozás megnyitása", "Card deleted" : "Kártya törölve", "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", + "Mark as not done" : "Megjelölés nem készként", "Delete card" : "Kártya törlése", "seconds ago" : "másodperce", "Keyboard shortcuts" : "Gyorsbillentyűk", + "Boost your productivity using Deck with keyboard shortcuts." : "Növeljen a hatékonyságán a Kártyák gyorsbillentyűivel.", + "Board actions" : "Táblaműveletek", "Keyboard shortcut" : "Gyorsbillentyű", "Action" : "Művelet", "Shift" : "Shift", + "Scroll" : "Görgetés", + "Scroll sideways" : "Görgetés oldalra", + "Navigate between cards" : "Navigáció a kártyák közt", + "Esc" : "Esc", + "Close card details" : "Kártya részleteinek bezárása", "Ctrl" : "Ctrl", "Search" : "Keresés", + "Show card filters" : "Kártyaszűrők megjelenítése", + "Clear card filters" : "Kártyaszűrők törlése", + "Show help dialog" : "Súgó párbeszédablak megjelenítése", + "Card actions" : "Kártyaműveletek", + "The following actions can be triggered on the currently highlighted card" : "A következő műveletek válthatóak ki a jelenleg kiemelt kártyán", "Enter" : "Enter", "Space" : "Szóköz", + "Open card details" : "Kártya részleteinek megnyitása", + "Edit the card title" : "Kártya címének szerkesztése", + "Assign yourself to the current card" : "Saját maga hozzárendelése a jelenlegi kártyához", + "Archive/unarchive the current card" : "Jelenlegi kártya archiválása be/ki", + "Mark card as completed/not completed" : "Jelenlegi kártya késznek jelölése be/ki", + "Open card menu" : "Kártyamenü megnyitása", "All boards" : "Az összes tábla", "Archived boards" : "Archivált táblák", "Shared with you" : "Megosztva Önnel", @@ -281,15 +327,18 @@ OC.L10N.register( "Use bigger card view" : "Nagyobb kártyanézet használata", "Show card ID badge" : "Kártyaazonosító jelvény megjelenítése", "Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között", - "Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása", - "Cancel edit" : "Változások elvetése", - "Board {0} deleted" : "A(z) {board} tábla törölve", + "Limit board creation to some groups" : "A táblalétrehozás bizonyos csoportokra korlátozása", + "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Az ezeken a csoportokon kívüli felhasználók nem fogják tudni létrehozni a saját tábláikat, de dolgozhatnak azokon a táblákon, melyek meg lettek velük osztva.", + "Cancel edit" : "Szerkesztés elvetése", + "Save board" : "Tábla mentése", + "Board {0} deleted" : "A(z) {0} tábla törölve", "All cards" : "Összes kártya", "Only assigned cards" : "Csak hozzárendelt kártyák", "No reminder" : "Nincs emlékeztető", "An error occurred" : "Hiba történt", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.", "Delete the board?" : "Törli a táblát?", + "Exporting board..." : "Tábla exportálása…", "Board details" : "Tábla részletei", "Edit board" : "Tábla szerkesztése", "Clone board" : "Tábla klónozása", @@ -302,10 +351,22 @@ OC.L10N.register( "Assigned cards" : "Hozzárendelt kártyák", "No notifications" : "Nincsenek értesítések", "Delete board" : "Tábla törlése", + "Importing board..." : "Tábla importálása…", + "Board imported successfully" : "Tábla sikeresen importálva", + "Import board" : "Tábla importálása", + "Clone {boardTitle}" : "A(z) {boardTitle} klónozása", "Clone cards" : "Kártyák klónozása", + "Clone assignments" : "Hozzárendelések klónozása", + "Clone labels" : "Címkék klónozása", + "Clone due dates" : "Határidők klónozása", "Advanced options" : "Speciális beállítások", + "Move all cards to the first list" : "Összes kártya áthelyezése az első listára", + "Restore archived cards" : "Archivált kártyák helyreállítása", "Clone" : "Klónozás", + "Export {boardTitle}" : "A(z) {boardTitle} exportálása", + "Export as JSON" : "Exportálás JSON-ként", "Export as CSV" : "Exportálás CSV-ként", + "Note: Only the JSON format is supported for importing back into the Deck app." : "Megjegyzés: Csak a JSON formátum támogatott a Kártyák alkalmazásba való importáláskor.", "Export" : "Exportálás", "Loading filtered view" : "Szűrt nézet betöltése", "Today" : "Ma", @@ -321,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Kattintson a leírás kibontásához", "Click to expand comment" : "Kattintson a megjegyzés kibontásához", "Create card" : "Kártya létrehozása", - "Create a new card" : "Új kártya létrehozása", - "Card title" : "Kártya címe", - "Creating the new card …" : "Új kártya létrehozása…", - "Card \"{card}\" was added to \"{board}\"" : "A(z) „{card}” kártya hozzáadva a(z) „{board}” táblához", - "Open card" : "Kártya megnyitása", - "Close" : "Bezárás", - "No upcoming cards" : "Nincsenek közelgő kártyák", - "upcoming cards today" : "közelgő kártyák a mai napon", - "upcoming cards tomorrow" : "közelgő kártyák holnap", - "upcoming cards" : "közelgő kártyák", - "New card" : "Új kártya", "Link to a board" : "Hivatkozás egy táblához", "Link to a card" : "Hivatkozás egy kártyához", "Create a card" : "Kártya létrehozása", @@ -339,6 +389,8 @@ OC.L10N.register( "Something went wrong" : "Valami hiba történt", "Failed to upload {name}" : "Feltöltés sikertelen: {name}", "Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve", + "Card title" : "Kártya címe", + "Assigned users" : "Hozzárendelt felhasználók", "Due date" : "Határidő", "Error creating the share" : "Megosztás létrehozása sikertelen", "Share with a Deck card" : "Megosztás kártyával", diff --git a/l10n/hu.json b/l10n/hu.json index 688148612..c6e9468f7 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -14,7 +14,7 @@ "You have archived the board {board}" : "Archiválta a(z) {board} táblát", "{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát", "You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását", - "{user} has unarchived the board {before}" : "{user} visszavonta a(z) {board} tábla archiválását", + "{user} has unarchived the board {before}" : "{user} visszavonta a(z) {before} tábla archiválását", "You have created a new list {stack} on board {board}" : "Létrehozta az új {stack} listát a(z) {board} táblán", "{user} has created a new list {stack} on board {board}" : "{user} létrehozta az új {stack} listát a(z) {board} táblán", "You have renamed list {before} to {stack} on board {board}" : "Átnevezte a(z) {board} tábla {before} listát erre: {stack}", @@ -35,10 +35,14 @@ "{user} has archived card {card} in list {stack} on board {board}" : "{user} archiválta a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán", "You have unarchived card {card} in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán", "{user} has unarchived card {card} in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya archiválását a(z) {stack} listában, a(z) {board} táblán", + "You have marked the card {card} as done in list {stack} on board {board}" : "Késznek jelölte a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán", + "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} késznek jelölte a(z) {card} kártyát a(z) {stack} listában, a(z) {board} táblán", + "You have marked the card {card} as undone in list {stack} on board {board}" : "Visszavonta a(z) {card} kártya késznek jelölését a(z) {stack} listában, a(z) {board} táblán", + "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya késznek jelölését a(z) {stack} listában, a(z) {board} táblán", "You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét", "{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét", - "You have set the due date of card {card} to {after}" : "Beállította a(z) {card} kártya esedékességét", - "{user} has set the due date of card {card} to {after}" : "{user} beállította a(z) {card} kártya esedékességét", + "You have set the due date of card {card} to {after}" : "Erre állította a(z) {card} kártya határidejét: {after}", + "{user} has set the due date of card {card} to {after}" : "{user} erre állította a(z) {card} kártya határidejét: {after}", "You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}", "{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}", "You have added the tag {label} to card {card} in list {stack} on board {board}" : "Hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} listában, a(z) {board} táblán", @@ -63,22 +67,26 @@ "{user} has commented on card {card}" : "{user} hozzászólt a(z) {card} kártyához", "Deck" : "Kártyák", "Changes in the Deck app" : "Változások a Kártyák alkalmazásban", - "A board, list or card was changed" : "Egy tábla, lista vagy kártya megváltozott", + "A board, list or card was changed" : "Egy tábla, lista vagy kártya megváltozott", "A comment was created on a card" : "Egy hozzászólás lett létrehozva egy kártyán", "A card description has been changed" : "Egy kártyaleírás megváltozott", "The file was uploaded" : "A fájl fel lett töltve", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet", "The file was only partially uploaded" : "A fájl csak részlegesen lett feltöltve", "No file was uploaded" : "Nincs feltöltött fájl", "Missing a temporary folder" : "Átmeneti mappa hiányzik", "Could not write file to disk" : "Nem lehet a fájlt lemezre írni", "A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését", "No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s", + "Invalid file type. Only JSON files are allowed." : "Érvénytelen fájltípus. Csak a JSON fájlok engedélyezettek.", + "Invalid JSON data" : "Érvénytelen JSON adatok", + "Failed to import board" : "A tábla importálása sikertelen", "Cards due today" : "Kártya határideje: ma", "Cards due tomorrow" : "Kártya határideje: holnap", "Upcoming cards" : "Közelgő kártyák", "Load more" : "Továbbiak betöltése", + "Welcome to Nextcloud Deck!" : "Üdvözli a Nextcloud Kártyák!", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.", "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.", "The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.", @@ -91,7 +99,7 @@ "Owned by %1$s" : "Tulajdonos: %1$s", "Deck boards, cards and comments" : "Kártyatáblák, kártyák és megjegyzések", "From %1$s, in %2$s/%3$s, owned by %4$s" : "A következőtől: %1$s, ebben: %2$s/%3$s, tulajdonos: %4$s", - "Create a new deck card" : "Új kártyapakli létrehozása", + "Create a new deck card" : "Új kártya létrehozása", "Card comments" : "Kártya hozzászólásai", "%s on %s" : "%s ezen: %s", "Deck boards and cards" : "Kártyatáblák és kártyák", @@ -101,9 +109,16 @@ "Action needed" : "Művelet szükséges", "Later" : "Később", "copy" : "másolat", + "Read more inside" : "Továbbolvasás", + "Custom lists - click to rename!" : "Egyéni listák – kattintson az átnevezéshez.", "To Do" : "Teendő", "In Progress" : "Folyamatban", "Done" : "Kész", + "1. Open to learn more about boards and cards" : "1. Nyissa meg, hogy többet tudjon meg a táblákról és kártyákról", + "2. Drag cards left and right, up and down" : "2. Húzza a kártyákat balra és jobbra, fel és le", + "3. Apply rich formatting and link content" : "3. Alkalmazzon gazdag formázást és hivatkozzon tartalomra", + "4. Share, comment and collaborate!" : "4. Osszon meg, szóljon hozzá és dolgozzanak együtt.", + "Create your first card!" : "Hozza létre az első kártyáját.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.", "Card not found" : "A kártya nem található", "Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával", @@ -115,10 +130,12 @@ "Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni", "Search by board title" : "Keresés táblacím szerint", "Select board" : "Válasszon táblát", + "Move/copy card" : "Kártya áthelyezése/másolása", "Select a board" : "Válasszon egy táblát", "No lists available" : "Nincs elérhető lista", "Select a list" : "Válasszon listát", "Move card" : "Kártya áthelyezése", + "Copy card" : "Kártya másolása", "Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni", "Link to card" : "Hivatkozás egy kártyára", "Select a card" : "Válasszon egy kártyát", @@ -139,6 +156,8 @@ "Filter by tag" : "Szűrés címke szerint", "Filter by assigned user" : "Szűrés hozzárendelt felhasználó szerint", "Unassigned" : "Nem hozzárendelt", + "Filter by status" : "Szűrés állapot szerint", + "Open and completed" : "Megnyitva és befejezve", "Open" : "Megnyitás", "Completed" : "Teljesített", "Filter by due date" : "Szűrés határidő szerint", @@ -148,13 +167,13 @@ "Next 30 days" : "Következő 30 nap", "No due date" : "Nincs határidő", "Clear filter" : "Szűrő törlése", - "View Modes" : "Modellek megtekintése", - "Toggle View Modes" : "Nézetmód váltás", + "View Modes" : "Módok megtekintése", + "Toggle View Modes" : "Nézetmódváltás", "Hide archived cards" : "Archivált kártyák elrejtése", "Show archived cards" : "Archivált kártyák megjelenítése", "Toggle compact mode" : "Kompakt mód be/ki", - "Hide card cover images" : "Kártya borító képek elrejtése", - "Show card cover images" : "Kártya borító képek mutatása", + "Hide card cover images" : "Kártyaborítóképek elrejtése", + "Show card cover images" : "Kártyaborítóképek megjelenítése", "Open details" : "Részletek megnyitása", "Details" : "Részletek", "Currently present people" : "Jelenleg jelenlévő emberek", @@ -174,10 +193,12 @@ "Transfer" : "Átadás", "The board has been transferred to {user}" : "A tábla átadása {user} számára sikeres", "Failed to transfer the board to {user}" : "A tábla átadása {user} számára sikertelen", + "Share board with a user, group or team …" : "Tábla megosztása felhasználóval, csoporttal vagy csapattal…", "Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…", "No participants found" : "Nem találhatók résztvevők", "Board owner" : "Tábla tulajdonosa", "(Group)" : "(Csoport)", + "(Team)" : "(Csapat)", "Can edit" : "Szerkesztheti", "Can share" : "Megoszthatja", "Can manage" : "Kezelheti", @@ -197,7 +218,9 @@ "Add a new tag" : "Új címke hozzáadása", "Board name" : "Tábla neve", "Members" : "Tagok", + "Assign to users/groups/team" : "Felhasználóhoz/csoporthoz/csapathoz rendelés", "Assign a user to this card…" : "Felhasználó rendelése ehhez a kártyához…", + "Select a user to assign to this card…" : "Válasszon kártyához rendelendő felhasználót…", "File to share" : "Fájl megosztása", "Invalid path selected" : "Érvénytelen útvonal kiválasztva", "Upload new files" : "Új fájlok feltöltése", @@ -244,34 +267,57 @@ "Set due date for this weekend" : "Határidő beállítása erre a hétvégére", "Next week – {timeLocale}" : "Következő hét – {timeLocale}", "Set due date for next week" : "Határidő beállítása a következő hétre", - "Assign a due date to this card…" : "Határidő hozzárendelése ehhez a kártyához...", + "Assign a due date to this card…" : "Határidő rendelése ehhez a kártyához…", "Set a due date" : "Határidő beállítása", "Add due date" : "Határidő hozzáadása", "Choose a date" : "Válasszon dátumot", "Remove due date" : "Határidő eltávolítása", "Mark as done" : "Megjelölés készként", + "Due at:" : "Határidő:", "Not done" : "Nincs kész", "Unarchive card" : "Kártya archiválásának visszavonása", "Archive card" : "Kártya archiválása", "Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…", + "Select or create a tag…" : "Válasszon vagy hozzon létre egy címkét…", + "Create a new tag:" : "Új címke létrehozása:", "(group)" : "(csoport)", "{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan", "Todo items" : "Teendő elemek", "Edit card title" : "Kártyacím szerkesztése", + "Open link" : "Hivatkozás megnyitása", "Card deleted" : "Kártya törölve", "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", + "Mark as not done" : "Megjelölés nem készként", "Delete card" : "Kártya törlése", "seconds ago" : "másodperce", "Keyboard shortcuts" : "Gyorsbillentyűk", + "Boost your productivity using Deck with keyboard shortcuts." : "Növeljen a hatékonyságán a Kártyák gyorsbillentyűivel.", + "Board actions" : "Táblaműveletek", "Keyboard shortcut" : "Gyorsbillentyű", "Action" : "Művelet", "Shift" : "Shift", + "Scroll" : "Görgetés", + "Scroll sideways" : "Görgetés oldalra", + "Navigate between cards" : "Navigáció a kártyák közt", + "Esc" : "Esc", + "Close card details" : "Kártya részleteinek bezárása", "Ctrl" : "Ctrl", "Search" : "Keresés", + "Show card filters" : "Kártyaszűrők megjelenítése", + "Clear card filters" : "Kártyaszűrők törlése", + "Show help dialog" : "Súgó párbeszédablak megjelenítése", + "Card actions" : "Kártyaműveletek", + "The following actions can be triggered on the currently highlighted card" : "A következő műveletek válthatóak ki a jelenleg kiemelt kártyán", "Enter" : "Enter", "Space" : "Szóköz", + "Open card details" : "Kártya részleteinek megnyitása", + "Edit the card title" : "Kártya címének szerkesztése", + "Assign yourself to the current card" : "Saját maga hozzárendelése a jelenlegi kártyához", + "Archive/unarchive the current card" : "Jelenlegi kártya archiválása be/ki", + "Mark card as completed/not completed" : "Jelenlegi kártya késznek jelölése be/ki", + "Open card menu" : "Kártyamenü megnyitása", "All boards" : "Az összes tábla", "Archived boards" : "Archivált táblák", "Shared with you" : "Megosztva Önnel", @@ -279,15 +325,18 @@ "Use bigger card view" : "Nagyobb kártyanézet használata", "Show card ID badge" : "Kártyaazonosító jelvény megjelenítése", "Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között", - "Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása", - "Cancel edit" : "Változások elvetése", - "Board {0} deleted" : "A(z) {board} tábla törölve", + "Limit board creation to some groups" : "A táblalétrehozás bizonyos csoportokra korlátozása", + "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Az ezeken a csoportokon kívüli felhasználók nem fogják tudni létrehozni a saját tábláikat, de dolgozhatnak azokon a táblákon, melyek meg lettek velük osztva.", + "Cancel edit" : "Szerkesztés elvetése", + "Save board" : "Tábla mentése", + "Board {0} deleted" : "A(z) {0} tábla törölve", "All cards" : "Összes kártya", "Only assigned cards" : "Csak hozzárendelt kártyák", "No reminder" : "Nincs emlékeztető", "An error occurred" : "Hiba történt", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.", "Delete the board?" : "Törli a táblát?", + "Exporting board..." : "Tábla exportálása…", "Board details" : "Tábla részletei", "Edit board" : "Tábla szerkesztése", "Clone board" : "Tábla klónozása", @@ -300,10 +349,22 @@ "Assigned cards" : "Hozzárendelt kártyák", "No notifications" : "Nincsenek értesítések", "Delete board" : "Tábla törlése", + "Importing board..." : "Tábla importálása…", + "Board imported successfully" : "Tábla sikeresen importálva", + "Import board" : "Tábla importálása", + "Clone {boardTitle}" : "A(z) {boardTitle} klónozása", "Clone cards" : "Kártyák klónozása", + "Clone assignments" : "Hozzárendelések klónozása", + "Clone labels" : "Címkék klónozása", + "Clone due dates" : "Határidők klónozása", "Advanced options" : "Speciális beállítások", + "Move all cards to the first list" : "Összes kártya áthelyezése az első listára", + "Restore archived cards" : "Archivált kártyák helyreállítása", "Clone" : "Klónozás", + "Export {boardTitle}" : "A(z) {boardTitle} exportálása", + "Export as JSON" : "Exportálás JSON-ként", "Export as CSV" : "Exportálás CSV-ként", + "Note: Only the JSON format is supported for importing back into the Deck app." : "Megjegyzés: Csak a JSON formátum támogatott a Kártyák alkalmazásba való importáláskor.", "Export" : "Exportálás", "Loading filtered view" : "Szűrt nézet betöltése", "Today" : "Ma", @@ -319,17 +380,6 @@ "Click to expand description" : "Kattintson a leírás kibontásához", "Click to expand comment" : "Kattintson a megjegyzés kibontásához", "Create card" : "Kártya létrehozása", - "Create a new card" : "Új kártya létrehozása", - "Card title" : "Kártya címe", - "Creating the new card …" : "Új kártya létrehozása…", - "Card \"{card}\" was added to \"{board}\"" : "A(z) „{card}” kártya hozzáadva a(z) „{board}” táblához", - "Open card" : "Kártya megnyitása", - "Close" : "Bezárás", - "No upcoming cards" : "Nincsenek közelgő kártyák", - "upcoming cards today" : "közelgő kártyák a mai napon", - "upcoming cards tomorrow" : "közelgő kártyák holnap", - "upcoming cards" : "közelgő kártyák", - "New card" : "Új kártya", "Link to a board" : "Hivatkozás egy táblához", "Link to a card" : "Hivatkozás egy kártyához", "Create a card" : "Kártya létrehozása", @@ -337,6 +387,8 @@ "Something went wrong" : "Valami hiba történt", "Failed to upload {name}" : "Feltöltés sikertelen: {name}", "Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve", + "Card title" : "Kártya címe", + "Assigned users" : "Hozzárendelt felhasználók", "Due date" : "Határidő", "Error creating the share" : "Megosztás létrehozása sikertelen", "Share with a Deck card" : "Megosztás kártyával", diff --git a/l10n/hy.js b/l10n/hy.js index 051b99f81..c5d1b9e44 100644 --- a/l10n/hy.js +++ b/l10n/hy.js @@ -31,7 +31,6 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "Արտահանում", "Today" : "այսօր", - "Close" : "Փակել", "Share" : "Կիսվել", "Personal" : "Անձնական" }, diff --git a/l10n/hy.json b/l10n/hy.json index d739b2667..225d42af1 100644 --- a/l10n/hy.json +++ b/l10n/hy.json @@ -29,7 +29,6 @@ "Shared with you" : "Shared with you", "Export" : "Արտահանում", "Today" : "այսօր", - "Close" : "Փակել", "Share" : "Կիսվել", "Personal" : "Անձնական" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/ia.js b/l10n/ia.js index 5408c67dd..da120e60c 100644 --- a/l10n/ia.js +++ b/l10n/ia.js @@ -42,7 +42,6 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hodie", "Tomorrow" : "Deman", - "Close" : "Clauder", "Share" : "Compartir", "Personal" : "Personal" }, diff --git a/l10n/ia.json b/l10n/ia.json index b416d792f..b38179f50 100644 --- a/l10n/ia.json +++ b/l10n/ia.json @@ -40,7 +40,6 @@ "Export" : "Exportar", "Today" : "Hodie", "Tomorrow" : "Deman", - "Close" : "Clauder", "Share" : "Compartir", "Personal" : "Personal" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/id.js b/l10n/id.js index 21ffd311d..8b6b96dd9 100644 --- a/l10n/id.js +++ b/l10n/id.js @@ -215,9 +215,6 @@ OC.L10N.register( "Today" : "Hari ini", "Tomorrow" : "Besok", "Click to expand comment" : "Klik untuk membuka komentar", - "Close" : "Tutup", - "No upcoming cards" : "Tidak ada kartu berikut", - "upcoming cards" : "kartu berikut", "Link to a board" : "Tautan ke papan", "Link to a card" : "Tautan ke kartu", "Something went wrong" : "Ada yang salah", diff --git a/l10n/id.json b/l10n/id.json index b0fd860a2..52a813f3f 100644 --- a/l10n/id.json +++ b/l10n/id.json @@ -213,9 +213,6 @@ "Today" : "Hari ini", "Tomorrow" : "Besok", "Click to expand comment" : "Klik untuk membuka komentar", - "Close" : "Tutup", - "No upcoming cards" : "Tidak ada kartu berikut", - "upcoming cards" : "kartu berikut", "Link to a board" : "Tautan ke papan", "Link to a card" : "Tautan ke kartu", "Something went wrong" : "Ada yang salah", diff --git a/l10n/is.js b/l10n/is.js index 35cab7dd6..0f309c394 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -371,17 +371,6 @@ OC.L10N.register( "Click to expand description" : "Smelltu til að fella út lýsingu", "Click to expand comment" : "Smelltu til að fella út athugasemd", "Create card" : "Búa til spjald", - "Create a new card" : "Búa til nýtt spjald", - "Card title" : "Titill á spjaldi", - "Creating the new card …" : "Bý til nýja spjaldið …", - "Card \"{card}\" was added to \"{board}\"" : "Spjaldinu \"{card}\" var bætt á \"{board}\"", - "Open card" : "Opna spjald", - "Close" : "Loka", - "No upcoming cards" : "Engin spjöld á næstunni", - "upcoming cards today" : "spjöld væntanleg í dag", - "upcoming cards tomorrow" : "spjöld væntanleg á morgun", - "upcoming cards" : "væntanleg spjöld", - "New card" : "Nýtt spjald", "Link to a board" : "Tengill við borð", "Link to a card" : "Tengja við spjald", "Create a card" : "Búa til spjald", @@ -389,6 +378,7 @@ OC.L10N.register( "Something went wrong" : "Eitthvað fór úrskeiðis", "Failed to upload {name}" : "Mistókst að senda inn {name}", "Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}", + "Card title" : "Titill á spjaldi", "Due date" : "Skiladagur", "Error creating the share" : "Villa við að búa til sameignina", "Share with a Deck card" : "Deila með Deck-spjaldi", diff --git a/l10n/is.json b/l10n/is.json index 00895a1d7..b1abcc501 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -369,17 +369,6 @@ "Click to expand description" : "Smelltu til að fella út lýsingu", "Click to expand comment" : "Smelltu til að fella út athugasemd", "Create card" : "Búa til spjald", - "Create a new card" : "Búa til nýtt spjald", - "Card title" : "Titill á spjaldi", - "Creating the new card …" : "Bý til nýja spjaldið …", - "Card \"{card}\" was added to \"{board}\"" : "Spjaldinu \"{card}\" var bætt á \"{board}\"", - "Open card" : "Opna spjald", - "Close" : "Loka", - "No upcoming cards" : "Engin spjöld á næstunni", - "upcoming cards today" : "spjöld væntanleg í dag", - "upcoming cards tomorrow" : "spjöld væntanleg á morgun", - "upcoming cards" : "væntanleg spjöld", - "New card" : "Nýtt spjald", "Link to a board" : "Tengill við borð", "Link to a card" : "Tengja við spjald", "Create a card" : "Búa til spjald", @@ -387,6 +376,7 @@ "Something went wrong" : "Eitthvað fór úrskeiðis", "Failed to upload {name}" : "Mistókst að senda inn {name}", "Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}", + "Card title" : "Titill á spjaldi", "Due date" : "Skiladagur", "Error creating the share" : "Villa við að búa til sameignina", "Share with a Deck card" : "Deila með Deck-spjaldi", diff --git a/l10n/it.js b/l10n/it.js index 68cb372be..528eb3acc 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Fai clic per espandere la descrizione", "Click to expand comment" : "Fai clic per espandere il commento", "Create card" : "Crea scheda", - "Create a new card" : "Crea una nuova scheda", - "Card title" : "Titolo scheda", - "Creating the new card …" : "Creazione della nuova scheda...", - "Card \"{card}\" was added to \"{board}\"" : "La scheda \"{card}\" è stata aggiunta a \"{board}\"", - "Open card" : "Apri scheda", - "Close" : "Chiudi", - "No upcoming cards" : "Nessuna scheda rimasta", - "upcoming cards today" : "prossime schede oggi", - "upcoming cards tomorrow" : "prossime schede domani", - "upcoming cards" : "prossime schede", - "New card" : "Nuova scheda", "Link to a board" : "Collega a una lavagna", "Link to a card" : " Collega a una scheda", "Create a card" : "Crea una scheda", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Qualcosa non ha funzionato", "Failed to upload {name}" : "Caricamenti di {name} non riuscito", "Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata", + "Card title" : "Titolo scheda", "Assigned users" : "Utenti assegnati", "Due date" : "Data di scadenza", "Error creating the share" : "Errore durante la creazione della condivisione", diff --git a/l10n/it.json b/l10n/it.json index ab2782a72..568001a0e 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -380,17 +380,6 @@ "Click to expand description" : "Fai clic per espandere la descrizione", "Click to expand comment" : "Fai clic per espandere il commento", "Create card" : "Crea scheda", - "Create a new card" : "Crea una nuova scheda", - "Card title" : "Titolo scheda", - "Creating the new card …" : "Creazione della nuova scheda...", - "Card \"{card}\" was added to \"{board}\"" : "La scheda \"{card}\" è stata aggiunta a \"{board}\"", - "Open card" : "Apri scheda", - "Close" : "Chiudi", - "No upcoming cards" : "Nessuna scheda rimasta", - "upcoming cards today" : "prossime schede oggi", - "upcoming cards tomorrow" : "prossime schede domani", - "upcoming cards" : "prossime schede", - "New card" : "Nuova scheda", "Link to a board" : "Collega a una lavagna", "Link to a card" : " Collega a una scheda", "Create a card" : "Crea una scheda", @@ -398,6 +387,7 @@ "Something went wrong" : "Qualcosa non ha funzionato", "Failed to upload {name}" : "Caricamenti di {name} non riuscito", "Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata", + "Card title" : "Titolo scheda", "Assigned users" : "Utenti assegnati", "Due date" : "Data di scadenza", "Error creating the share" : "Errore durante la creazione della condivisione", diff --git a/l10n/ja.js b/l10n/ja.js index 367c9e0b2..3d8dfac1c 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -354,17 +354,6 @@ OC.L10N.register( "Click to expand description" : "説明を展開するにはクリックしてください", "Click to expand comment" : "コメントを展開するにはクリックしてください", "Create card" : "カードを作成", - "Create a new card" : "新しいカードを作成する", - "Card title" : "カードのタイトル", - "Creating the new card …" : "新しいカードを作成しています...", - "Card \"{card}\" was added to \"{board}\"" : "カード \"{card}\" が \"{board}\" に追加されました", - "Open card" : "カードを開く", - "Close" : "閉じる", - "No upcoming cards" : "今後のカードはありません", - "upcoming cards today" : "今日の予定のカード", - "upcoming cards tomorrow" : "明日の予定のカード", - "upcoming cards" : "今後のカード", - "New card" : "新しいカード", "Link to a board" : "ボードへのリンク", "Link to a card" : "カードへリンク", "Create a card" : "カードを作成", @@ -372,6 +361,7 @@ OC.L10N.register( "Something went wrong" : "何かがおかしいです", "Failed to upload {name}" : "{name}のアップロードに失敗しました", "Maximum file size of {size} exceeded" : "最大ファイルサイズ({size})を超えています", + "Card title" : "カードのタイトル", "Due date" : "期限", "Error creating the share" : "共有の作成中にエラーが発生しました", "Share with a Deck card" : "デッキのカードで共有する", diff --git a/l10n/ja.json b/l10n/ja.json index f63d1c56b..1ef44d530 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -352,17 +352,6 @@ "Click to expand description" : "説明を展開するにはクリックしてください", "Click to expand comment" : "コメントを展開するにはクリックしてください", "Create card" : "カードを作成", - "Create a new card" : "新しいカードを作成する", - "Card title" : "カードのタイトル", - "Creating the new card …" : "新しいカードを作成しています...", - "Card \"{card}\" was added to \"{board}\"" : "カード \"{card}\" が \"{board}\" に追加されました", - "Open card" : "カードを開く", - "Close" : "閉じる", - "No upcoming cards" : "今後のカードはありません", - "upcoming cards today" : "今日の予定のカード", - "upcoming cards tomorrow" : "明日の予定のカード", - "upcoming cards" : "今後のカード", - "New card" : "新しいカード", "Link to a board" : "ボードへのリンク", "Link to a card" : "カードへリンク", "Create a card" : "カードを作成", @@ -370,6 +359,7 @@ "Something went wrong" : "何かがおかしいです", "Failed to upload {name}" : "{name}のアップロードに失敗しました", "Maximum file size of {size} exceeded" : "最大ファイルサイズ({size})を超えています", + "Card title" : "カードのタイトル", "Due date" : "期限", "Error creating the share" : "共有の作成中にエラーが発生しました", "Share with a Deck card" : "デッキのカードで共有する", diff --git a/l10n/ka.js b/l10n/ka.js index 0676a54ce..1847d8732 100644 --- a/l10n/ka.js +++ b/l10n/ka.js @@ -340,17 +340,6 @@ OC.L10N.register( "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", - "Create a new card" : "Create a new card", - "Card title" : "Card title", - "Creating the new card …" : "Creating the new card …", - "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", - "Open card" : "Open card", - "Close" : "Close", - "No upcoming cards" : "No upcoming cards", - "upcoming cards today" : "upcoming cards today", - "upcoming cards tomorrow" : "upcoming cards tomorrow", - "upcoming cards" : "upcoming cards", - "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -358,6 +347,7 @@ OC.L10N.register( "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", + "Card title" : "Card title", "Due date" : "Due date", "Error creating the share" : "Error creating the share", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/ka.json b/l10n/ka.json index 4a5470a66..dc6bd067f 100644 --- a/l10n/ka.json +++ b/l10n/ka.json @@ -338,17 +338,6 @@ "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", - "Create a new card" : "Create a new card", - "Card title" : "Card title", - "Creating the new card …" : "Creating the new card …", - "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", - "Open card" : "Open card", - "Close" : "Close", - "No upcoming cards" : "No upcoming cards", - "upcoming cards today" : "upcoming cards today", - "upcoming cards tomorrow" : "upcoming cards tomorrow", - "upcoming cards" : "upcoming cards", - "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -356,6 +345,7 @@ "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", + "Card title" : "Card title", "Due date" : "Due date", "Error creating the share" : "Error creating the share", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js index 5b540e2bf..01e3cbe68 100644 --- a/l10n/ka_GE.js +++ b/l10n/ka_GE.js @@ -63,7 +63,6 @@ OC.L10N.register( "Export" : "ექსპორტი", "Today" : "დღეს", "Tomorrow" : "ხვალ", - "Close" : "დახურვა", "Due date" : "განპირობებულია თარიღისთვის", "Share" : "გაზიარება", "Personal" : "პირადი" diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json index ea36fdbfc..3512e438f 100644 --- a/l10n/ka_GE.json +++ b/l10n/ka_GE.json @@ -61,7 +61,6 @@ "Export" : "ექსპორტი", "Today" : "დღეს", "Tomorrow" : "ხვალ", - "Close" : "დახურვა", "Due date" : "განპირობებულია თარიღისთვის", "Share" : "გაზიარება", "Personal" : "პირადი" diff --git a/l10n/kab.js b/l10n/kab.js index 9d875fd6f..7b20b8d76 100644 --- a/l10n/kab.js +++ b/l10n/kab.js @@ -29,7 +29,6 @@ OC.L10N.register( "Cancel edit" : "Sefsex aseẓreg", "No notifications" : "Ulac tisezmal", "Today" : "Ass-a", - "Close" : "Mdel", "Share" : "Bḍu", "Personal" : "Udmawan" }, diff --git a/l10n/kab.json b/l10n/kab.json index bb7af85d5..fe7989282 100644 --- a/l10n/kab.json +++ b/l10n/kab.json @@ -27,7 +27,6 @@ "Cancel edit" : "Sefsex aseẓreg", "No notifications" : "Ulac tisezmal", "Today" : "Ass-a", - "Close" : "Mdel", "Share" : "Bḍu", "Personal" : "Udmawan" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/km.js b/l10n/km.js index 4bcf63c95..ac6593249 100644 --- a/l10n/km.js +++ b/l10n/km.js @@ -25,7 +25,6 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "នាំចេញ", "Today" : "ថ្ងៃ​នេះ", - "Close" : "បិទ", "Share" : "ចែក​រំលែក", "Personal" : "ផ្ទាល់​ខ្លួន" }, diff --git a/l10n/km.json b/l10n/km.json index fa5cc52f2..1cdc588c6 100644 --- a/l10n/km.json +++ b/l10n/km.json @@ -23,7 +23,6 @@ "Shared with you" : "Shared with you", "Export" : "នាំចេញ", "Today" : "ថ្ងៃ​នេះ", - "Close" : "បិទ", "Share" : "ចែក​រំលែក", "Personal" : "ផ្ទាល់​ខ្លួន" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/kn.js b/l10n/kn.js index 13508b00d..f9168a9b6 100644 --- a/l10n/kn.js +++ b/l10n/kn.js @@ -19,7 +19,6 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "ರಫ್ತು", "Today" : "Today", - "Close" : "ಮುಚ್ಚು", "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", "Personal" : "ವೈಯಕ್ತಿಕ" }, diff --git a/l10n/kn.json b/l10n/kn.json index 3343cef87..c3d453232 100644 --- a/l10n/kn.json +++ b/l10n/kn.json @@ -17,7 +17,6 @@ "Shared with you" : "Shared with you", "Export" : "ರಫ್ತು", "Today" : "Today", - "Close" : "ಮುಚ್ಚು", "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", "Personal" : "ವೈಯಕ್ತಿಕ" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/l10n/ko.js b/l10n/ko.js index 9bed8e8bd..f2c2ccafc 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -354,17 +354,6 @@ OC.L10N.register( "Click to expand description" : "설명을 더 보려면 클릭하세요.", "Click to expand comment" : "댓글을 더 보려면 클릭하세요.", "Create card" : "크레딧 카드", - "Create a new card" : "새로운 카드 생성", - "Card title" : "카드 제목", - "Creating the new card …" : "새로운 카드 생성 중...", - "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 카드가 \"{board}\"에 추가되었습니다.", - "Open card" : "카드 열기", - "Close" : "닫기", - "No upcoming cards" : "예정된 카드 없음", - "upcoming cards today" : "오늘 예정인 카드", - "upcoming cards tomorrow" : "내일 예정인 카드", - "upcoming cards" : "곧 있을 카드", - "New card" : "새로운 카드", "Link to a board" : "보드에 연결", "Link to a card" : "카드에 연결", "Create a card" : "카드 생성", @@ -372,6 +361,7 @@ OC.L10N.register( "Something went wrong" : "잘못된 접근", "Failed to upload {name}" : "{name}을(를) 업로드하지 못했습니다.", "Maximum file size of {size} exceeded" : "최대 파일 크기인 {size}을(를) 초과했습니다.", + "Card title" : "카드 제목", "Due date" : "만료 날짜", "Error creating the share" : "공유를 만드는 중 오류 발생", "Share with a Deck card" : "Deck 카드와 공유", diff --git a/l10n/ko.json b/l10n/ko.json index 008fcf1e0..106216815 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -352,17 +352,6 @@ "Click to expand description" : "설명을 더 보려면 클릭하세요.", "Click to expand comment" : "댓글을 더 보려면 클릭하세요.", "Create card" : "크레딧 카드", - "Create a new card" : "새로운 카드 생성", - "Card title" : "카드 제목", - "Creating the new card …" : "새로운 카드 생성 중...", - "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 카드가 \"{board}\"에 추가되었습니다.", - "Open card" : "카드 열기", - "Close" : "닫기", - "No upcoming cards" : "예정된 카드 없음", - "upcoming cards today" : "오늘 예정인 카드", - "upcoming cards tomorrow" : "내일 예정인 카드", - "upcoming cards" : "곧 있을 카드", - "New card" : "새로운 카드", "Link to a board" : "보드에 연결", "Link to a card" : "카드에 연결", "Create a card" : "카드 생성", @@ -370,6 +359,7 @@ "Something went wrong" : "잘못된 접근", "Failed to upload {name}" : "{name}을(를) 업로드하지 못했습니다.", "Maximum file size of {size} exceeded" : "최대 파일 크기인 {size}을(를) 초과했습니다.", + "Card title" : "카드 제목", "Due date" : "만료 날짜", "Error creating the share" : "공유를 만드는 중 오류 발생", "Share with a Deck card" : "Deck 카드와 공유", diff --git a/l10n/lb.js b/l10n/lb.js index f467fbbb4..9e5f9aba0 100644 --- a/l10n/lb.js +++ b/l10n/lb.js @@ -32,7 +32,6 @@ OC.L10N.register( "Export" : "Exportéieren", "Today" : "Haut", "Tomorrow" : "Muer", - "Close" : "Zoumaachen", "Share" : "Deelen", "Personal" : "Perséinlech" }, diff --git a/l10n/lb.json b/l10n/lb.json index c703e74c5..c1b195df5 100644 --- a/l10n/lb.json +++ b/l10n/lb.json @@ -30,7 +30,6 @@ "Export" : "Exportéieren", "Today" : "Haut", "Tomorrow" : "Muer", - "Close" : "Zoumaachen", "Share" : "Deelen", "Personal" : "Perséinlech" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/lo.js b/l10n/lo.js index d94e07a37..9ff5ca6fb 100644 --- a/l10n/lo.js +++ b/l10n/lo.js @@ -25,7 +25,6 @@ OC.L10N.register( "Shared with you" : "ແບ່ງປັບກັບທ່ານ", "No notifications" : "ບໍ່ມີການແຈ້ງເຕືອນ", "Today" : "ມື້ນີ້", - "Close" : "ປິດ", "Share" : "ແບ່ງປັນ", "Personal" : "ສ່ວນບຸກຄົນ" }, diff --git a/l10n/lo.json b/l10n/lo.json index ea792b88a..daa712089 100644 --- a/l10n/lo.json +++ b/l10n/lo.json @@ -23,7 +23,6 @@ "Shared with you" : "ແບ່ງປັບກັບທ່ານ", "No notifications" : "ບໍ່ມີການແຈ້ງເຕືອນ", "Today" : "ມື້ນີ້", - "Close" : "ປິດ", "Share" : "ແບ່ງປັນ", "Personal" : "ສ່ວນບຸກຄົນ" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 37d456a1b..93fede68b 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -267,18 +267,12 @@ OC.L10N.register( "Click to expand description" : "Spustelėkite norėdami išskleisti aprašą", "Click to expand comment" : "Spustelėkite norėdami išskleisti komentarą", "Create card" : "Sukurti kortelę", - "Create a new card" : "Sukurti naują kortelę", - "Card title" : "Kortelės pavadinimas", - "Creating the new card …" : "Kuriama nauja kortelė…", - "Card \"{card}\" was added to \"{board}\"" : "Kortelė „{card}“ buvo pridėta į lentą „{board}“", - "Open card" : "Atverti kortelę", - "Close" : "Užverti", - "New card" : "Nauja kortelė", "Link to a board" : "Susieti su lenta", "Link to a card" : "Susieti su kortele", "Create a card" : "Sukurti kortelę", "Something went wrong" : "Kažkas nutiko", "Maximum file size of {size} exceeded" : "Viršytas maksimalus {size} failo dydis", + "Card title" : "Kortelės pavadinimas", "Due date" : "Galutinio termino data", "Error creating the share" : "Klaida kuriant viešinį", "Share" : "Bendrinti", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index ac10a1619..3c3832252 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -265,18 +265,12 @@ "Click to expand description" : "Spustelėkite norėdami išskleisti aprašą", "Click to expand comment" : "Spustelėkite norėdami išskleisti komentarą", "Create card" : "Sukurti kortelę", - "Create a new card" : "Sukurti naują kortelę", - "Card title" : "Kortelės pavadinimas", - "Creating the new card …" : "Kuriama nauja kortelė…", - "Card \"{card}\" was added to \"{board}\"" : "Kortelė „{card}“ buvo pridėta į lentą „{board}“", - "Open card" : "Atverti kortelę", - "Close" : "Užverti", - "New card" : "Nauja kortelė", "Link to a board" : "Susieti su lenta", "Link to a card" : "Susieti su kortele", "Create a card" : "Sukurti kortelę", "Something went wrong" : "Kažkas nutiko", "Maximum file size of {size} exceeded" : "Viršytas maksimalus {size} failo dydis", + "Card title" : "Kortelės pavadinimas", "Due date" : "Galutinio termino data", "Error creating the share" : "Klaida kuriant viešinį", "Share" : "Bendrinti", diff --git a/l10n/lv.js b/l10n/lv.js index 2c831be33..49aef727a 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -79,7 +79,6 @@ OC.L10N.register( "Export" : "Izgūt", "Today" : "Šodien", "Tomorrow" : "Rīt", - "Close" : "Aizvērt", "Due date" : "Izpildes datums", "Share" : "Koplietot", "Personal" : "Personīgs" diff --git a/l10n/lv.json b/l10n/lv.json index 0cb583e47..52a28770b 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -77,7 +77,6 @@ "Export" : "Izgūt", "Today" : "Šodien", "Tomorrow" : "Rīt", - "Close" : "Aizvērt", "Due date" : "Izpildes datums", "Share" : "Koplietot", "Personal" : "Personīgs" diff --git a/l10n/mk.js b/l10n/mk.js index 3a0275273..bdb1f5e1b 100644 --- a/l10n/mk.js +++ b/l10n/mk.js @@ -256,12 +256,6 @@ OC.L10N.register( "No results found" : "Нема пронајдено резултати", "{stack} in {board}" : "{stack} во {board}", "Create card" : "Креирајте картица", - "Create a new card" : "Креирајте нова картица", - "Card title" : "Наслов на картицата", - "Open card" : "Отвори картица", - "Close" : "Затвори", - "No upcoming cards" : "Нема престојни картици", - "upcoming cards" : "престојни картици", "Link to a board" : "Линк до табла", "Link to a card" : "Линк до картица", "Create a card" : "Креирајте картица", @@ -269,6 +263,7 @@ OC.L10N.register( "Something went wrong" : "Нешто не е во ред", "Failed to upload {name}" : "Неуспешно прикачување {name}", "Maximum file size of {size} exceeded" : "Максималната големина на датотека од {size} е достигната", + "Card title" : "Наслов на картицата", "Due date" : "До датум", "Error creating the share" : "Грешка при креирање на споделување", "Share with a Deck card" : "Споделено со Deck картица", diff --git a/l10n/mk.json b/l10n/mk.json index d0af45ead..78937da18 100644 --- a/l10n/mk.json +++ b/l10n/mk.json @@ -254,12 +254,6 @@ "No results found" : "Нема пронајдено резултати", "{stack} in {board}" : "{stack} во {board}", "Create card" : "Креирајте картица", - "Create a new card" : "Креирајте нова картица", - "Card title" : "Наслов на картицата", - "Open card" : "Отвори картица", - "Close" : "Затвори", - "No upcoming cards" : "Нема престојни картици", - "upcoming cards" : "престојни картици", "Link to a board" : "Линк до табла", "Link to a card" : "Линк до картица", "Create a card" : "Креирајте картица", @@ -267,6 +261,7 @@ "Something went wrong" : "Нешто не е во ред", "Failed to upload {name}" : "Неуспешно прикачување {name}", "Maximum file size of {size} exceeded" : "Максималната големина на датотека од {size} е достигната", + "Card title" : "Наслов на картицата", "Due date" : "До датум", "Error creating the share" : "Грешка при креирање на споделување", "Share with a Deck card" : "Споделено со Deck картица", diff --git a/l10n/mn.js b/l10n/mn.js index 825a7fcda..277fb111b 100644 --- a/l10n/mn.js +++ b/l10n/mn.js @@ -44,7 +44,6 @@ OC.L10N.register( "Export" : "Экспорт", "Today" : "өнөөдөр", "Tomorrow" : "маргааш", - "Close" : "Хаах", "Share" : "Түгээх", "Personal" : "Хувийн" }, diff --git a/l10n/mn.json b/l10n/mn.json index 1f34bcd70..c7325182a 100644 --- a/l10n/mn.json +++ b/l10n/mn.json @@ -42,7 +42,6 @@ "Export" : "Экспорт", "Today" : "өнөөдөр", "Tomorrow" : "маргааш", - "Close" : "Хаах", "Share" : "Түгээх", "Personal" : "Хувийн" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js index 1980b9984..804faa636 100644 --- a/l10n/ms_MY.js +++ b/l10n/ms_MY.js @@ -22,7 +22,6 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "Eksport", "Today" : "Hari ini", - "Close" : "Tutup", "Share" : "Kongsi", "Personal" : "Peribadi" }, diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json index 64e23f4ce..d7169528b 100644 --- a/l10n/ms_MY.json +++ b/l10n/ms_MY.json @@ -20,7 +20,6 @@ "Shared with you" : "Shared with you", "Export" : "Eksport", "Today" : "Hari ini", - "Close" : "Tutup", "Share" : "Kongsi", "Personal" : "Peribadi" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/nb.js b/l10n/nb.js index 737c4870a..72fbb845a 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -355,17 +355,6 @@ OC.L10N.register( "Click to expand description" : "Klikk for å utvide beskrivelsen", "Click to expand comment" : "Klikk for å utvide kommentaren", "Create card" : "Opprett kort", - "Create a new card" : "Opprett et nytt kort", - "Card title" : "Kortittel", - "Creating the new card …" : "Oppretter det nye kortet ...", - "Card \"{card}\" was added to \"{board}\"" : "Kort \"{card}\" ble lagt til i \"{board}\"", - "Open card" : "Åpne kort", - "Close" : "Lukk", - "No upcoming cards" : "Ingen kommende kort", - "upcoming cards today" : "kommende kort i dag", - "upcoming cards tomorrow" : "kommende kort i morgen", - "upcoming cards" : "kommende kort", - "New card" : "Nytt kort", "Link to a board" : "Lenke til tavle", "Link to a card" : "Lenke til et kort", "Create a card" : "Opprett kort", @@ -373,6 +362,7 @@ OC.L10N.register( "Something went wrong" : "Noe gikk galt", "Failed to upload {name}" : "Klarte ikke laste opp {name}", "Maximum file size of {size} exceeded" : "Maksimal størrelse for filer på {size} er overskredet", + "Card title" : "Kortittel", "Due date" : "Forfallsdato", "Error creating the share" : "Feil ved oppretting av deling", "Share with a Deck card" : "Del med et Stokk-kort", diff --git a/l10n/nb.json b/l10n/nb.json index 274862043..766b106ed 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -353,17 +353,6 @@ "Click to expand description" : "Klikk for å utvide beskrivelsen", "Click to expand comment" : "Klikk for å utvide kommentaren", "Create card" : "Opprett kort", - "Create a new card" : "Opprett et nytt kort", - "Card title" : "Kortittel", - "Creating the new card …" : "Oppretter det nye kortet ...", - "Card \"{card}\" was added to \"{board}\"" : "Kort \"{card}\" ble lagt til i \"{board}\"", - "Open card" : "Åpne kort", - "Close" : "Lukk", - "No upcoming cards" : "Ingen kommende kort", - "upcoming cards today" : "kommende kort i dag", - "upcoming cards tomorrow" : "kommende kort i morgen", - "upcoming cards" : "kommende kort", - "New card" : "Nytt kort", "Link to a board" : "Lenke til tavle", "Link to a card" : "Lenke til et kort", "Create a card" : "Opprett kort", @@ -371,6 +360,7 @@ "Something went wrong" : "Noe gikk galt", "Failed to upload {name}" : "Klarte ikke laste opp {name}", "Maximum file size of {size} exceeded" : "Maksimal størrelse for filer på {size} er overskredet", + "Card title" : "Kortittel", "Due date" : "Forfallsdato", "Error creating the share" : "Feil ved oppretting av deling", "Share with a Deck card" : "Del med et Stokk-kort", diff --git a/l10n/nl.js b/l10n/nl.js index 786f9b532..c9f8b1605 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -325,17 +325,6 @@ OC.L10N.register( "Click to expand description" : "Klik om de beschrijving uit te vouwen", "Click to expand comment" : "Klik om de reactie uit te vouwen", "Create card" : "Aanmaken kaart", - "Create a new card" : "Maak een nieuwe kaart aan", - "Card title" : "Kaarttitel", - "Creating the new card …" : "Aanmaken nieuwe kaart...", - "Card \"{card}\" was added to \"{board}\"" : "Kaart \"{card}\" is toegevoegd aan \"{board}\"", - "Open card" : "Open kaart", - "Close" : "Sluiten", - "No upcoming cards" : "Geen aanstaande kaarten", - "upcoming cards today" : "aankomende kaarten vandaag", - "upcoming cards tomorrow" : "aanstaande kaarten morgen", - "upcoming cards" : "Aanstaande kaarten", - "New card" : "Nieuwe kaart", "Link to a board" : "Verbind met een bord", "Link to a card" : "Koppel met een kaart", "Create a card" : "Maak een kaart aan", @@ -343,6 +332,7 @@ OC.L10N.register( "Something went wrong" : "Er ging iets verkeerd", "Failed to upload {name}" : "Kon {name} niet uploaden", "Maximum file size of {size} exceeded" : "Maximale bestandsomvang van {size} overschreden", + "Card title" : "Kaarttitel", "Due date" : "Vervaldatum", "Error creating the share" : "Fout bij aanmaken share", "Share with a Deck card" : "Delen met een Deck kaart", diff --git a/l10n/nl.json b/l10n/nl.json index 171e8dc29..e1e982560 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -323,17 +323,6 @@ "Click to expand description" : "Klik om de beschrijving uit te vouwen", "Click to expand comment" : "Klik om de reactie uit te vouwen", "Create card" : "Aanmaken kaart", - "Create a new card" : "Maak een nieuwe kaart aan", - "Card title" : "Kaarttitel", - "Creating the new card …" : "Aanmaken nieuwe kaart...", - "Card \"{card}\" was added to \"{board}\"" : "Kaart \"{card}\" is toegevoegd aan \"{board}\"", - "Open card" : "Open kaart", - "Close" : "Sluiten", - "No upcoming cards" : "Geen aanstaande kaarten", - "upcoming cards today" : "aankomende kaarten vandaag", - "upcoming cards tomorrow" : "aanstaande kaarten morgen", - "upcoming cards" : "Aanstaande kaarten", - "New card" : "Nieuwe kaart", "Link to a board" : "Verbind met een bord", "Link to a card" : "Koppel met een kaart", "Create a card" : "Maak een kaart aan", @@ -341,6 +330,7 @@ "Something went wrong" : "Er ging iets verkeerd", "Failed to upload {name}" : "Kon {name} niet uploaden", "Maximum file size of {size} exceeded" : "Maximale bestandsomvang van {size} overschreden", + "Card title" : "Kaarttitel", "Due date" : "Vervaldatum", "Error creating the share" : "Fout bij aanmaken share", "Share with a Deck card" : "Delen met een Deck kaart", diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js index 6ece337c4..cfb8f5c4b 100644 --- a/l10n/nn_NO.js +++ b/l10n/nn_NO.js @@ -34,7 +34,6 @@ OC.L10N.register( "An error occurred" : "Det oppstod ein feil.", "Export" : "Eksporter", "Today" : "I dag", - "Close" : "Lukk", "Share" : "Del", "Personal" : "Personleg" }, diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json index 42af0d363..a47a53104 100644 --- a/l10n/nn_NO.json +++ b/l10n/nn_NO.json @@ -32,7 +32,6 @@ "An error occurred" : "Det oppstod ein feil.", "Export" : "Eksporter", "Today" : "I dag", - "Close" : "Lukk", "Share" : "Del", "Personal" : "Personleg" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/oc.js b/l10n/oc.js index e8d6e856b..e2b57008f 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -60,8 +60,6 @@ OC.L10N.register( "Tomorrow" : "Deman", "{stack} in {board}" : "{stack} dins {board}", "Create card" : "Crear una carta", - "Create a new card" : "Crear una carta novèla", - "Close" : "Tampar", "Create a card" : "Crear una carta", "Share" : "Partejar", "Personal" : "Personal" diff --git a/l10n/oc.json b/l10n/oc.json index 942d955e7..6242fcb2a 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -58,8 +58,6 @@ "Tomorrow" : "Deman", "{stack} in {board}" : "{stack} dins {board}", "Create card" : "Crear una carta", - "Create a new card" : "Crear una carta novèla", - "Close" : "Tampar", "Create a card" : "Crear una carta", "Share" : "Partejar", "Personal" : "Personal" diff --git a/l10n/pl.js b/l10n/pl.js index 5fe74ec8f..32f1248f2 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -326,17 +326,6 @@ OC.L10N.register( "Click to expand description" : "Kliknij, aby rozwinąć opis", "Click to expand comment" : "Kliknij, aby rozwinąć komentarz", "Create card" : "Utwórz kartę", - "Create a new card" : "Utwórz nową kartę", - "Card title" : "Tytuł karty", - "Creating the new card …" : "Tworzenie nowej karty…", - "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" została dodana do \"{board}\"", - "Open card" : "Otwórz kartę", - "Close" : "Zamknij", - "No upcoming cards" : "Brak nadchodzących kart", - "upcoming cards today" : "nadchodzące karty dzisiaj", - "upcoming cards tomorrow" : "nadchodzące karty jutro", - "upcoming cards" : "nadchodzące karty", - "New card" : "Nowa karta", "Link to a board" : "Link do tablicy", "Link to a card" : "Link do karty", "Create a card" : "Utwórz kartę", @@ -344,6 +333,7 @@ OC.L10N.register( "Something went wrong" : "Coś poszło nie tak", "Failed to upload {name}" : "Nie udało się wysłać {name}", "Maximum file size of {size} exceeded" : "Przekroczono maksymalny rozmiar pliku {size}", + "Card title" : "Tytuł karty", "Due date" : "Data realizacji", "Error creating the share" : "Błąd podczas tworzenia udostępnienia", "Share with a Deck card" : "Udostępnij za pomocą karty Tablicy", diff --git a/l10n/pl.json b/l10n/pl.json index afc1d1c0b..3f791d199 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -324,17 +324,6 @@ "Click to expand description" : "Kliknij, aby rozwinąć opis", "Click to expand comment" : "Kliknij, aby rozwinąć komentarz", "Create card" : "Utwórz kartę", - "Create a new card" : "Utwórz nową kartę", - "Card title" : "Tytuł karty", - "Creating the new card …" : "Tworzenie nowej karty…", - "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" została dodana do \"{board}\"", - "Open card" : "Otwórz kartę", - "Close" : "Zamknij", - "No upcoming cards" : "Brak nadchodzących kart", - "upcoming cards today" : "nadchodzące karty dzisiaj", - "upcoming cards tomorrow" : "nadchodzące karty jutro", - "upcoming cards" : "nadchodzące karty", - "New card" : "Nowa karta", "Link to a board" : "Link do tablicy", "Link to a card" : "Link do karty", "Create a card" : "Utwórz kartę", @@ -342,6 +331,7 @@ "Something went wrong" : "Coś poszło nie tak", "Failed to upload {name}" : "Nie udało się wysłać {name}", "Maximum file size of {size} exceeded" : "Przekroczono maksymalny rozmiar pliku {size}", + "Card title" : "Tytuł karty", "Due date" : "Data realizacji", "Error creating the share" : "Błąd podczas tworzenia udostępnienia", "Share with a Deck card" : "Udostępnij za pomocą karty Tablicy", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 5ce694cd9..8214f5870 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Clique para expandir a descrição", "Click to expand comment" : "Clique para expandir o comentário", "Create card" : "Criar cartão", - "Create a new card" : "Criar um novo cartão", - "Card title" : "Título do cartão", - "Creating the new card …" : "Criando o novo cartão…", - "Card \"{card}\" was added to \"{board}\"" : "O cartão \"{card}\" foi adicionado a \"{board}\" ", - "Open card" : "Abrir o cartão", - "Close" : "Fechar", - "No upcoming cards" : "Não há mais cartões", - "upcoming cards today" : "próximos cartões hoje", - "upcoming cards tomorrow" : "próximos cartões amanhã", - "upcoming cards" : "próximos cartões", - "New card" : "Novo cartão", "Link to a board" : "Vincular a um painel", "Link to a card" : "Vincular a um cartão", "Create a card" : "Criar um cartão", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Algo deu errado", "Failed to upload {name}" : "Falha ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeu o tamanho máximo de arquivo de {size}", + "Card title" : "Título do cartão", "Assigned users" : "Usuários atribuídos", "Due date" : "Data de vencimento", "Error creating the share" : "Erro ao criar o compartilhamento", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index e32896a72..5bb5f057c 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -380,17 +380,6 @@ "Click to expand description" : "Clique para expandir a descrição", "Click to expand comment" : "Clique para expandir o comentário", "Create card" : "Criar cartão", - "Create a new card" : "Criar um novo cartão", - "Card title" : "Título do cartão", - "Creating the new card …" : "Criando o novo cartão…", - "Card \"{card}\" was added to \"{board}\"" : "O cartão \"{card}\" foi adicionado a \"{board}\" ", - "Open card" : "Abrir o cartão", - "Close" : "Fechar", - "No upcoming cards" : "Não há mais cartões", - "upcoming cards today" : "próximos cartões hoje", - "upcoming cards tomorrow" : "próximos cartões amanhã", - "upcoming cards" : "próximos cartões", - "New card" : "Novo cartão", "Link to a board" : "Vincular a um painel", "Link to a card" : "Vincular a um cartão", "Create a card" : "Criar um cartão", @@ -398,6 +387,7 @@ "Something went wrong" : "Algo deu errado", "Failed to upload {name}" : "Falha ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeu o tamanho máximo de arquivo de {size}", + "Card title" : "Título do cartão", "Assigned users" : "Usuários atribuídos", "Due date" : "Data de vencimento", "Error creating the share" : "Erro ao criar o compartilhamento", diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index 91436b0d1..41abfd39f 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -163,7 +163,6 @@ OC.L10N.register( "No results found" : "No results found", "Due on {date}" : "Due on {date}", "Create card" : "Criar cartão", - "Close" : "Fechar", "Failed to upload {name}" : "Failed to upload {name}", "Due date" : "Data limite", "Share" : "Partilhar", diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index 6a94ef12b..bd06f9360 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -161,7 +161,6 @@ "No results found" : "No results found", "Due on {date}" : "Due on {date}", "Create card" : "Criar cartão", - "Close" : "Fechar", "Failed to upload {name}" : "Failed to upload {name}", "Due date" : "Data limite", "Share" : "Partilhar", diff --git a/l10n/ro.js b/l10n/ro.js index 35e8d1247..2eaa8d899 100644 --- a/l10n/ro.js +++ b/l10n/ro.js @@ -320,17 +320,6 @@ OC.L10N.register( "Click to expand description" : "Click pentru a extinde descrierea", "Click to expand comment" : "Click pentru extindere comentariu", "Create card" : "Creează card", - "Create a new card" : "Creează un card", - "Card title" : "Titlu card", - "Creating the new card …" : "Se creează un nou card ...", - "Card \"{card}\" was added to \"{board}\"" : "Cardul \"{card}\" a fost adăugat la \"{board}\"", - "Open card" : "Deschide cardul", - "Close" : "Închide", - "No upcoming cards" : "Niciun card următor", - "upcoming cards today" : "cardurile următoare astăzi", - "upcoming cards tomorrow" : "cardurile următoare de mâine", - "upcoming cards" : "carduri care urmează", - "New card" : "Card nou", "Link to a board" : "Legătură la panou", "Link to a card" : "Legătură la card", "Create a card" : "Creează un card", @@ -338,6 +327,7 @@ OC.L10N.register( "Something went wrong" : "A apărut o eroare", "Failed to upload {name}" : "Eroare la încărcarea {name}", "Maximum file size of {size} exceeded" : "A fost depășită mărimea maximă de {size}", + "Card title" : "Titlu card", "Due date" : "Data scadenței", "Error creating the share" : "Eroare la crearea partajării", "Share with a Deck card" : "Partajează cu un card Deck", diff --git a/l10n/ro.json b/l10n/ro.json index 796a2d12b..9697d4484 100644 --- a/l10n/ro.json +++ b/l10n/ro.json @@ -318,17 +318,6 @@ "Click to expand description" : "Click pentru a extinde descrierea", "Click to expand comment" : "Click pentru extindere comentariu", "Create card" : "Creează card", - "Create a new card" : "Creează un card", - "Card title" : "Titlu card", - "Creating the new card …" : "Se creează un nou card ...", - "Card \"{card}\" was added to \"{board}\"" : "Cardul \"{card}\" a fost adăugat la \"{board}\"", - "Open card" : "Deschide cardul", - "Close" : "Închide", - "No upcoming cards" : "Niciun card următor", - "upcoming cards today" : "cardurile următoare astăzi", - "upcoming cards tomorrow" : "cardurile următoare de mâine", - "upcoming cards" : "carduri care urmează", - "New card" : "Card nou", "Link to a board" : "Legătură la panou", "Link to a card" : "Legătură la card", "Create a card" : "Creează un card", @@ -336,6 +325,7 @@ "Something went wrong" : "A apărut o eroare", "Failed to upload {name}" : "Eroare la încărcarea {name}", "Maximum file size of {size} exceeded" : "A fost depășită mărimea maximă de {size}", + "Card title" : "Titlu card", "Due date" : "Data scadenței", "Error creating the share" : "Eroare la crearea partajării", "Share with a Deck card" : "Partajează cu un card Deck", diff --git a/l10n/ru.js b/l10n/ru.js index 1c75e7371..4748dd355 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -355,17 +355,6 @@ OC.L10N.register( "Click to expand description" : "Нажмите, чтобы развернуть поле описания", "Click to expand comment" : "Нажмите, чтобы развернуть комментарии", "Create card" : "Создать карточку", - "Create a new card" : "Создать карточку", - "Card title" : "Заголовок карточки", - "Creating the new card …" : "Создание новой карточки...", - "Card \"{card}\" was added to \"{board}\"" : "Карточка «{card}» была добавлена в «{board}»", - "Open card" : "Открыть карточку", - "Close" : "Закрыть", - "No upcoming cards" : "Отсутствуют карточки, ожидающие выполнения", - "upcoming cards today" : "карточки, которые должны быть выполнены сегодня", - "upcoming cards tomorrow" : "карточки, которые должны быть выполнены до завтра", - "upcoming cards" : "карточки, ожидающие выполнения", - "New card" : "Новая карточка", "Link to a board" : "Ссылка на доску", "Link to a card" : "Ссылка на карточку", "Create a card" : "Создать карточку", @@ -373,6 +362,7 @@ OC.L10N.register( "Something went wrong" : "Неизвестная ошибка", "Failed to upload {name}" : "Не удалось передать на сервер {name}", "Maximum file size of {size} exceeded" : "Превышен максимально разрешённый размер файла в {size}", + "Card title" : "Заголовок карточки", "Due date" : "Дата исполнения", "Error creating the share" : "Не удалось опубликовать", "Share with a Deck card" : "Опубликовать в приложении Карточки", diff --git a/l10n/ru.json b/l10n/ru.json index d7cd30514..468c6220f 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -353,17 +353,6 @@ "Click to expand description" : "Нажмите, чтобы развернуть поле описания", "Click to expand comment" : "Нажмите, чтобы развернуть комментарии", "Create card" : "Создать карточку", - "Create a new card" : "Создать карточку", - "Card title" : "Заголовок карточки", - "Creating the new card …" : "Создание новой карточки...", - "Card \"{card}\" was added to \"{board}\"" : "Карточка «{card}» была добавлена в «{board}»", - "Open card" : "Открыть карточку", - "Close" : "Закрыть", - "No upcoming cards" : "Отсутствуют карточки, ожидающие выполнения", - "upcoming cards today" : "карточки, которые должны быть выполнены сегодня", - "upcoming cards tomorrow" : "карточки, которые должны быть выполнены до завтра", - "upcoming cards" : "карточки, ожидающие выполнения", - "New card" : "Новая карточка", "Link to a board" : "Ссылка на доску", "Link to a card" : "Ссылка на карточку", "Create a card" : "Создать карточку", @@ -371,6 +360,7 @@ "Something went wrong" : "Неизвестная ошибка", "Failed to upload {name}" : "Не удалось передать на сервер {name}", "Maximum file size of {size} exceeded" : "Превышен максимально разрешённый размер файла в {size}", + "Card title" : "Заголовок карточки", "Due date" : "Дата исполнения", "Error creating the share" : "Не удалось опубликовать", "Share with a Deck card" : "Опубликовать в приложении Карточки", diff --git a/l10n/sc.js b/l10n/sc.js index 58ac05acd..8cfd7f1e1 100644 --- a/l10n/sc.js +++ b/l10n/sc.js @@ -265,15 +265,6 @@ OC.L10N.register( "No results found" : "Perunu resurtadu agatadu", "{stack} in {board}" : "{stack} in {board}", "Create card" : "Crea ischeda", - "Create a new card" : "Crea un'ischeda noa", - "Card title" : "Tìtulu ischeda", - "Creating the new card …" : "Creende s'ischeda noa ...", - "Card \"{card}\" was added to \"{board}\"" : "S'ischeda \"{card}\" est istada agiunta a \"{board}\"", - "Open card" : "Aberi ischeda", - "Close" : "Serra", - "No upcoming cards" : "Peruna ischeda abarrada", - "upcoming cards" : "ischedas abarradas", - "New card" : "Carta noa", "Link to a board" : "Collega a una tabella", "Link to a card" : "Collega a un'ischeda", "Create a card" : "Crea un'ischeda", @@ -281,6 +272,7 @@ OC.L10N.register( "Something went wrong" : "Ddoe at àpidu un'errore", "Failed to upload {name}" : "No at fatu a agiornare {name}", "Maximum file size of {size} exceeded" : "Mannària màssima de s'archìviu de {size} superada", + "Card title" : "Tìtulu ischeda", "Due date" : "Data de fine", "Error creating the share" : "Errore in sa creatzione de sa cumpatzidura", "Share with a Deck card" : "Cumpartzi cun un'ischeda deck", diff --git a/l10n/sc.json b/l10n/sc.json index 71af979bb..7e9c52595 100644 --- a/l10n/sc.json +++ b/l10n/sc.json @@ -263,15 +263,6 @@ "No results found" : "Perunu resurtadu agatadu", "{stack} in {board}" : "{stack} in {board}", "Create card" : "Crea ischeda", - "Create a new card" : "Crea un'ischeda noa", - "Card title" : "Tìtulu ischeda", - "Creating the new card …" : "Creende s'ischeda noa ...", - "Card \"{card}\" was added to \"{board}\"" : "S'ischeda \"{card}\" est istada agiunta a \"{board}\"", - "Open card" : "Aberi ischeda", - "Close" : "Serra", - "No upcoming cards" : "Peruna ischeda abarrada", - "upcoming cards" : "ischedas abarradas", - "New card" : "Carta noa", "Link to a board" : "Collega a una tabella", "Link to a card" : "Collega a un'ischeda", "Create a card" : "Crea un'ischeda", @@ -279,6 +270,7 @@ "Something went wrong" : "Ddoe at àpidu un'errore", "Failed to upload {name}" : "No at fatu a agiornare {name}", "Maximum file size of {size} exceeded" : "Mannària màssima de s'archìviu de {size} superada", + "Card title" : "Tìtulu ischeda", "Due date" : "Data de fine", "Error creating the share" : "Errore in sa creatzione de sa cumpatzidura", "Share with a Deck card" : "Cumpartzi cun un'ischeda deck", diff --git a/l10n/si.js b/l10n/si.js index 21f51abd8..5ec51726d 100644 --- a/l10n/si.js +++ b/l10n/si.js @@ -28,7 +28,6 @@ OC.L10N.register( "Search" : "සොයන්න", "Today" : "අද", "Tomorrow" : "හෙට", - "Close" : "වසන්න", "Share" : "බෙදාගන්න", "Personal" : "පුද්ගලික", "Example Task 3" : "උදාහරණ කාර්යය 3", diff --git a/l10n/si.json b/l10n/si.json index 5d325b2e2..9168508d9 100644 --- a/l10n/si.json +++ b/l10n/si.json @@ -26,7 +26,6 @@ "Search" : "සොයන්න", "Today" : "අද", "Tomorrow" : "හෙට", - "Close" : "වසන්න", "Share" : "බෙදාගන්න", "Personal" : "පුද්ගලික", "Example Task 3" : "උදාහරණ කාර්යය 3", diff --git a/l10n/sk.js b/l10n/sk.js index bf312319a..17e744172 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Kliknite pre rozšírenie popisu", "Click to expand comment" : "Kliknite pre zobrazenie komentára", "Create card" : "Vytvoriť kartu", - "Create a new card" : "Vytvoriť novú kartu", - "Card title" : "Meno karty", - "Creating the new card …" : "Vytváram novú kartu ...", - "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" bola pridaná na \"{board}\"", - "Open card" : "Otvoriť kartu", - "Close" : "Zatvoriť", - "No upcoming cards" : "Žiadne nadchádzajúce karty", - "upcoming cards today" : "Nadchádzajúce karty na dnes", - "upcoming cards tomorrow" : "Nadchádzajúce karty na zajtra", - "upcoming cards" : "nadchádzajúce karty", - "New card" : "Nová karta", "Link to a board" : "Odkaz na nástenku", "Link to a card" : "Prepojiť s kartou", "Create a card" : "Vytvoriť kartu", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Niečo sa pokazilo", "Failed to upload {name}" : "Zlyhalo nahrávanie {name}", "Maximum file size of {size} exceeded" : "Bola prekročená maximálna veľkosť súboru {size}", + "Card title" : "Meno karty", "Assigned users" : "Priradený užívatelia", "Due date" : "Termín dokončenia", "Error creating the share" : "Chyba pri vytváraní zdieľania", diff --git a/l10n/sk.json b/l10n/sk.json index 0d289cc9b..37d5309d4 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -380,17 +380,6 @@ "Click to expand description" : "Kliknite pre rozšírenie popisu", "Click to expand comment" : "Kliknite pre zobrazenie komentára", "Create card" : "Vytvoriť kartu", - "Create a new card" : "Vytvoriť novú kartu", - "Card title" : "Meno karty", - "Creating the new card …" : "Vytváram novú kartu ...", - "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" bola pridaná na \"{board}\"", - "Open card" : "Otvoriť kartu", - "Close" : "Zatvoriť", - "No upcoming cards" : "Žiadne nadchádzajúce karty", - "upcoming cards today" : "Nadchádzajúce karty na dnes", - "upcoming cards tomorrow" : "Nadchádzajúce karty na zajtra", - "upcoming cards" : "nadchádzajúce karty", - "New card" : "Nová karta", "Link to a board" : "Odkaz na nástenku", "Link to a card" : "Prepojiť s kartou", "Create a card" : "Vytvoriť kartu", @@ -398,6 +387,7 @@ "Something went wrong" : "Niečo sa pokazilo", "Failed to upload {name}" : "Zlyhalo nahrávanie {name}", "Maximum file size of {size} exceeded" : "Bola prekročená maximálna veľkosť súboru {size}", + "Card title" : "Meno karty", "Assigned users" : "Priradený užívatelia", "Due date" : "Termín dokončenia", "Error creating the share" : "Chyba pri vytváraní zdieľania", diff --git a/l10n/sl.js b/l10n/sl.js index ae7a85279..e904436e8 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -305,15 +305,6 @@ OC.L10N.register( "{stack} in {board}" : "{stack} v {board}", "Click to expand comment" : "Kliknite za razširitev opombe", "Create card" : "Ustvari nalogo", - "Create a new card" : "Ustvari novo nalogo", - "Card title" : "Naslov naloge", - "Creating the new card …" : "Poteka ustvarjanje nove naloge ...", - "Card \"{card}\" was added to \"{board}\"" : "Naloga »{card}« je dodana v zbirko »{board}«.", - "Open card" : "Odpri nalogo", - "Close" : "Zapri", - "No upcoming cards" : "Ni prihajajočih nalog", - "upcoming cards" : "prihajajoče naloge", - "New card" : "Nova naloga", "Link to a board" : "Povezava do zbirke", "Link to a card" : "Povezava do naloge", "Create a card" : "Ustvari nalogo", @@ -321,6 +312,7 @@ OC.L10N.register( "Something went wrong" : "Prišlo je do napake ...", "Failed to upload {name}" : "Pošiljanje {name} je spodletelo", "Maximum file size of {size} exceeded" : "Omejitev velikosti datoteke {size} je prekoračena.", + "Card title" : "Naslov naloge", "Due date" : "Datum preteka", "Error creating the share" : "Napaka ustvarjanja mesta souporabe", "Share with a Deck card" : "Poveži z nalogo Deck", diff --git a/l10n/sl.json b/l10n/sl.json index 10e776c91..ae376453a 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -303,15 +303,6 @@ "{stack} in {board}" : "{stack} v {board}", "Click to expand comment" : "Kliknite za razširitev opombe", "Create card" : "Ustvari nalogo", - "Create a new card" : "Ustvari novo nalogo", - "Card title" : "Naslov naloge", - "Creating the new card …" : "Poteka ustvarjanje nove naloge ...", - "Card \"{card}\" was added to \"{board}\"" : "Naloga »{card}« je dodana v zbirko »{board}«.", - "Open card" : "Odpri nalogo", - "Close" : "Zapri", - "No upcoming cards" : "Ni prihajajočih nalog", - "upcoming cards" : "prihajajoče naloge", - "New card" : "Nova naloga", "Link to a board" : "Povezava do zbirke", "Link to a card" : "Povezava do naloge", "Create a card" : "Ustvari nalogo", @@ -319,6 +310,7 @@ "Something went wrong" : "Prišlo je do napake ...", "Failed to upload {name}" : "Pošiljanje {name} je spodletelo", "Maximum file size of {size} exceeded" : "Omejitev velikosti datoteke {size} je prekoračena.", + "Card title" : "Naslov naloge", "Due date" : "Datum preteka", "Error creating the share" : "Napaka ustvarjanja mesta souporabe", "Share with a Deck card" : "Poveži z nalogo Deck", diff --git a/l10n/sq.js b/l10n/sq.js index 107135f09..f9de6ca7d 100644 --- a/l10n/sq.js +++ b/l10n/sq.js @@ -64,7 +64,6 @@ OC.L10N.register( "Export" : "Eksport", "Today" : "Sot", "Tomorrow" : "Nesër", - "Close" : "Mbylleni", "Due date" : "Data e vendosur", "Share" : "Shpërndaje", "Personal" : "Personale", diff --git a/l10n/sq.json b/l10n/sq.json index 6cac6f81d..b64fe33e3 100644 --- a/l10n/sq.json +++ b/l10n/sq.json @@ -62,7 +62,6 @@ "Export" : "Eksport", "Today" : "Sot", "Tomorrow" : "Nesër", - "Close" : "Mbylleni", "Due date" : "Data e vendosur", "Share" : "Shpërndaje", "Personal" : "Personale", diff --git a/l10n/sr.js b/l10n/sr.js index 72d31407c..5b0165897 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Кликните да проширите опис", "Click to expand comment" : "Кликните да проширите коментар", "Create card" : "Направите картицу", - "Create a new card" : "Креирај нову картицу", - "Card title" : "Наслов картицњ", - "Creating the new card …" : "Креира се нова картица ...", - "Card \"{card}\" was added to \"{board}\"" : "Картица „{card}” је додта на „{board}", - "Open card" : "Отвори картицу", - "Close" : "Затвори", - "No upcoming cards" : "Нема предстојећих картица", - "upcoming cards today" : "предстојеће картице данас", - "upcoming cards tomorrow" : "предстојеће картице сутра", - "upcoming cards" : "предстојеће картице", - "New card" : "Нова картица", "Link to a board" : "Веза ка табли", "Link to a card" : "Веза ка картици", "Create a card" : "Креирај картицу", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Нешто је пошло наопако", "Failed to upload {name}" : "Није успело отпремање {name}", "Maximum file size of {size} exceeded" : "Премашена максимална величина фајла од {size}", + "Card title" : "Наслов картицњ", "Assigned users" : "Додељени корисници", "Due date" : "Рок", "Error creating the share" : "Грешка при прављењу дељења", diff --git a/l10n/sr.json b/l10n/sr.json index c1b6a0568..12c8bba5b 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -380,17 +380,6 @@ "Click to expand description" : "Кликните да проширите опис", "Click to expand comment" : "Кликните да проширите коментар", "Create card" : "Направите картицу", - "Create a new card" : "Креирај нову картицу", - "Card title" : "Наслов картицњ", - "Creating the new card …" : "Креира се нова картица ...", - "Card \"{card}\" was added to \"{board}\"" : "Картица „{card}” је додта на „{board}", - "Open card" : "Отвори картицу", - "Close" : "Затвори", - "No upcoming cards" : "Нема предстојећих картица", - "upcoming cards today" : "предстојеће картице данас", - "upcoming cards tomorrow" : "предстојеће картице сутра", - "upcoming cards" : "предстојеће картице", - "New card" : "Нова картица", "Link to a board" : "Веза ка табли", "Link to a card" : "Веза ка картици", "Create a card" : "Креирај картицу", @@ -398,6 +387,7 @@ "Something went wrong" : "Нешто је пошло наопако", "Failed to upload {name}" : "Није успело отпремање {name}", "Maximum file size of {size} exceeded" : "Премашена максимална величина фајла од {size}", + "Card title" : "Наслов картицњ", "Assigned users" : "Додељени корисници", "Due date" : "Рок", "Error creating the share" : "Грешка при прављењу дељења", diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js index 93cd27829..428177420 100644 --- a/l10n/sr@latin.js +++ b/l10n/sr@latin.js @@ -44,7 +44,6 @@ OC.L10N.register( "No notifications" : "Nema obaveštenja", "Delete board" : "Izbriši tablu", "Today" : "Danas", - "Close" : "Zatvori", "Due date" : "Rok", "Share" : "Podeli" }, diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json index 31a885d19..9a6472767 100644 --- a/l10n/sr@latin.json +++ b/l10n/sr@latin.json @@ -42,7 +42,6 @@ "No notifications" : "Nema obaveštenja", "Delete board" : "Izbriši tablu", "Today" : "Danas", - "Close" : "Zatvori", "Due date" : "Rok", "Share" : "Podeli" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/l10n/sv.js b/l10n/sv.js index 4ea2ae0c9..f73f699e9 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Klicka för att utöka beskrivningen", "Click to expand comment" : "Klicka för att utöka kommentaren", "Create card" : "Skapa kort", - "Create a new card" : "Skapa ett nytt kort", - "Card title" : "Kort-titel", - "Creating the new card …" : "Skapar det nya kortet ...", - "Card \"{card}\" was added to \"{board}\"" : "kortet \"{card}\" lades till i \"{board}\"", - "Open card" : "Öppna kort", - "Close" : "Stäng", - "No upcoming cards" : "Inga kommande kort", - "upcoming cards today" : "kommande kort idag", - "upcoming cards tomorrow" : "kommande kort imorgon", - "upcoming cards" : "kommande kort", - "New card" : "Nytt kort", "Link to a board" : "Länka till en tavla", "Link to a card" : "Länka till ett kort", "Create a card" : "Skapa ett kort", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Något gick fel", "Failed to upload {name}" : "Kunde inte ladda upp {name}", "Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden", + "Card title" : "Kort-titel", "Assigned users" : "Tilldelade användare", "Due date" : "Slutdatum", "Error creating the share" : "Kunde inte skapa delning", diff --git a/l10n/sv.json b/l10n/sv.json index afd83f4a4..5e4a0f239 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -380,17 +380,6 @@ "Click to expand description" : "Klicka för att utöka beskrivningen", "Click to expand comment" : "Klicka för att utöka kommentaren", "Create card" : "Skapa kort", - "Create a new card" : "Skapa ett nytt kort", - "Card title" : "Kort-titel", - "Creating the new card …" : "Skapar det nya kortet ...", - "Card \"{card}\" was added to \"{board}\"" : "kortet \"{card}\" lades till i \"{board}\"", - "Open card" : "Öppna kort", - "Close" : "Stäng", - "No upcoming cards" : "Inga kommande kort", - "upcoming cards today" : "kommande kort idag", - "upcoming cards tomorrow" : "kommande kort imorgon", - "upcoming cards" : "kommande kort", - "New card" : "Nytt kort", "Link to a board" : "Länka till en tavla", "Link to a card" : "Länka till ett kort", "Create a card" : "Skapa ett kort", @@ -398,6 +387,7 @@ "Something went wrong" : "Något gick fel", "Failed to upload {name}" : "Kunde inte ladda upp {name}", "Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden", + "Card title" : "Kort-titel", "Assigned users" : "Tilldelade användare", "Due date" : "Slutdatum", "Error creating the share" : "Kunde inte skapa delning", diff --git a/l10n/sw.js b/l10n/sw.js index e31ec55a1..820bf0311 100644 --- a/l10n/sw.js +++ b/l10n/sw.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Bonyeza kupanua maelezo", "Click to expand comment" : "Bonyeza kupanua maoni", "Create card" : "Tengeneza kadi", - "Create a new card" : "Tengeneza kadi mpya ", - "Card title" : "Kichwa cha habari cha kadi", - "Creating the new card …" : "Inatengeneza kadi mpya", - "Card \"{card}\" was added to \"{board}\"" : "Kadi \"{card}\" iliongezwa katika \"{board}\"", - "Open card" : "Fungua kadi", - "Close" : "Funga", - "No upcoming cards" : "Hakuna kadi zijazo", - "upcoming cards today" : "Kadi zijazo leo", - "upcoming cards tomorrow" : "Kadi zijazo kesho", - "upcoming cards" : "Kadi zijazo", - "New card" : "Kadi mpya", "Link to a board" : "Unga kwenye bodi", "Link to a card" : "Unga kwenye kadi", "Create a card" : "Tengeneza kadi", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Kitu fulani kimeenda vibaya", "Failed to upload {name}" : "Imeshindwa kupakia {name}", "Maximum file size of {size} exceeded" : "Kiwango cha juu cha ukubwa wa faili {size}kimezidi", + "Card title" : "Kichwa cha habari cha kadi", "Assigned users" : "Watumiaji waliokabidhiwa", "Due date" : "Tarehe ya ukomo", "Error creating the share" : "Hitilafu katika kutengeneza ushiriki", diff --git a/l10n/sw.json b/l10n/sw.json index 0948daef4..9e052466a 100644 --- a/l10n/sw.json +++ b/l10n/sw.json @@ -380,17 +380,6 @@ "Click to expand description" : "Bonyeza kupanua maelezo", "Click to expand comment" : "Bonyeza kupanua maoni", "Create card" : "Tengeneza kadi", - "Create a new card" : "Tengeneza kadi mpya ", - "Card title" : "Kichwa cha habari cha kadi", - "Creating the new card …" : "Inatengeneza kadi mpya", - "Card \"{card}\" was added to \"{board}\"" : "Kadi \"{card}\" iliongezwa katika \"{board}\"", - "Open card" : "Fungua kadi", - "Close" : "Funga", - "No upcoming cards" : "Hakuna kadi zijazo", - "upcoming cards today" : "Kadi zijazo leo", - "upcoming cards tomorrow" : "Kadi zijazo kesho", - "upcoming cards" : "Kadi zijazo", - "New card" : "Kadi mpya", "Link to a board" : "Unga kwenye bodi", "Link to a card" : "Unga kwenye kadi", "Create a card" : "Tengeneza kadi", @@ -398,6 +387,7 @@ "Something went wrong" : "Kitu fulani kimeenda vibaya", "Failed to upload {name}" : "Imeshindwa kupakia {name}", "Maximum file size of {size} exceeded" : "Kiwango cha juu cha ukubwa wa faili {size}kimezidi", + "Card title" : "Kichwa cha habari cha kadi", "Assigned users" : "Watumiaji waliokabidhiwa", "Due date" : "Tarehe ya ukomo", "Error creating the share" : "Hitilafu katika kutengeneza ushiriki", diff --git a/l10n/ta.js b/l10n/ta.js index 6d9b0d663..80178389e 100644 --- a/l10n/ta.js +++ b/l10n/ta.js @@ -26,7 +26,6 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "ஏற்றுமதி", "Today" : "இன்று", - "Close" : "மூடுக", "Share" : "பகிர்வு", "Personal" : "தனிப்பட்ட" }, diff --git a/l10n/ta.json b/l10n/ta.json index d537704f7..56e1da3d3 100644 --- a/l10n/ta.json +++ b/l10n/ta.json @@ -24,7 +24,6 @@ "Shared with you" : "Shared with you", "Export" : "ஏற்றுமதி", "Today" : "இன்று", - "Close" : "மூடுக", "Share" : "பகிர்வு", "Personal" : "தனிப்பட்ட" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/th.js b/l10n/th.js index 5502c9223..bf206f05b 100644 --- a/l10n/th.js +++ b/l10n/th.js @@ -57,7 +57,6 @@ OC.L10N.register( "Export" : "ส่งออก", "Today" : "วันนี้", "Tomorrow" : "พรุ่งนี้", - "Close" : "ปิด", "Due date" : "วันที่ครบกำหนด", "Share" : "แชร์", "Personal" : "ส่วนตัว" diff --git a/l10n/th.json b/l10n/th.json index 1c4d27051..5bb4f3edc 100644 --- a/l10n/th.json +++ b/l10n/th.json @@ -55,7 +55,6 @@ "Export" : "ส่งออก", "Today" : "วันนี้", "Tomorrow" : "พรุ่งนี้", - "Close" : "ปิด", "Due date" : "วันที่ครบกำหนด", "Share" : "แชร์", "Personal" : "ส่วนตัว" diff --git a/l10n/tr.js b/l10n/tr.js index 934946fd7..ec9b9eb13 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -372,17 +372,6 @@ OC.L10N.register( "Click to expand description" : "Açıklamayı genişletmek için tıklayın", "Click to expand comment" : "Yorumu genişletmek için tıklayın", "Create card" : "Kart ekle", - "Create a new card" : "Yeni kart ekle", - "Card title" : "Kart başlığı", - "Creating the new card …" : "Yeni kart ekleniyor …", - "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" kartı \"{board}\" panosuna eklendi", - "Open card" : "Kartı aç", - "Close" : "Kapat", - "No upcoming cards" : "Yaklaşan bir kart yok", - "upcoming cards today" : "bugün tamamlanması gereken kartlar", - "upcoming cards tomorrow" : "yarın tamamlanması gereken kartlar", - "upcoming cards" : "yaklaşan kartlar", - "New card" : "Kart ekle", "Link to a board" : "Bir pano bağlantısı", "Link to a card" : "Bir kart bağlantısı", "Create a card" : "Bir kart ekle", @@ -390,6 +379,7 @@ OC.L10N.register( "Something went wrong" : "Bir şeyler ters gitti", "Failed to upload {name}" : "{name} yüklenemedi", "Maximum file size of {size} exceeded" : "{size} olan en büyük dosya boyutu sınırı aşıldı", + "Card title" : "Kart başlığı", "Due date" : "Bitiş tarihi", "Error creating the share" : "Paylaşım oluşturulurken sorun çıktı", "Share with a Deck card" : "Bir tahta kartı ile paylaş", diff --git a/l10n/tr.json b/l10n/tr.json index 173281526..0bb3f1726 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -370,17 +370,6 @@ "Click to expand description" : "Açıklamayı genişletmek için tıklayın", "Click to expand comment" : "Yorumu genişletmek için tıklayın", "Create card" : "Kart ekle", - "Create a new card" : "Yeni kart ekle", - "Card title" : "Kart başlığı", - "Creating the new card …" : "Yeni kart ekleniyor …", - "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" kartı \"{board}\" panosuna eklendi", - "Open card" : "Kartı aç", - "Close" : "Kapat", - "No upcoming cards" : "Yaklaşan bir kart yok", - "upcoming cards today" : "bugün tamamlanması gereken kartlar", - "upcoming cards tomorrow" : "yarın tamamlanması gereken kartlar", - "upcoming cards" : "yaklaşan kartlar", - "New card" : "Kart ekle", "Link to a board" : "Bir pano bağlantısı", "Link to a card" : "Bir kart bağlantısı", "Create a card" : "Bir kart ekle", @@ -388,6 +377,7 @@ "Something went wrong" : "Bir şeyler ters gitti", "Failed to upload {name}" : "{name} yüklenemedi", "Maximum file size of {size} exceeded" : "{size} olan en büyük dosya boyutu sınırı aşıldı", + "Card title" : "Kart başlığı", "Due date" : "Bitiş tarihi", "Error creating the share" : "Paylaşım oluşturulurken sorun çıktı", "Share with a Deck card" : "Bir tahta kartı ile paylaş", diff --git a/l10n/ug.js b/l10n/ug.js index 75f6ab2ef..68005f31f 100644 --- a/l10n/ug.js +++ b/l10n/ug.js @@ -356,17 +356,6 @@ OC.L10N.register( "Click to expand description" : "چۈشەندۈرۈشنى كېڭەيتىش ئۈچۈن چېكىڭ", "Click to expand comment" : "ئىنكاسنى كېڭەيتىش ئۈچۈن چېكىڭ", "Create card" : "كارتا قۇرۇش", - "Create a new card" : "يېڭى كارتا قۇرۇڭ", - "Card title" : "كارتا ئىسمى", - "Creating the new card …" : "يېڭى كارتا قۇرۇش…", - "Card \"{card}\" was added to \"{board}\"" : "كارتا \"{card}\" \"{board}\" غا قوشۇلدى", - "Open card" : "ئوچۇق كارتا", - "Close" : "ياپ", - "No upcoming cards" : "كەلگۈسىدىكى كارتا يوق", - "upcoming cards today" : "بۈگۈن كېلىدىغان كارتىلار", - "upcoming cards tomorrow" : "ئەتە كارتىلار", - "upcoming cards" : "كەلگۈسىدىكى كارتىلار", - "New card" : "يېڭى كارتا", "Link to a board" : "تاختايغا ئۇلىنىش", "Link to a card" : "كارتىغا ئۇلىنىش", "Create a card" : "كارتا ياساڭ", @@ -374,6 +363,7 @@ OC.L10N.register( "Something went wrong" : "چاتاق چىقتى", "Failed to upload {name}" : "{name} نى يۈكلىيەلمىدى", "Maximum file size of {size} exceeded" : "ھۆججەتنىڭ ئەڭ چوڭ چوڭلۇقى {size} دىن ئېشىپ كەتتى", + "Card title" : "كارتا ئىسمى", "Due date" : "قەرەلى توشقان ۋاقىت", "Error creating the share" : "ھەمبەھىرلەشتە خاتالىق", "Share with a Deck card" : "پالۋان كارتىسى بىلەن ئورتاقلىشىڭ", diff --git a/l10n/ug.json b/l10n/ug.json index 3dd9e8a8d..98da68dbc 100644 --- a/l10n/ug.json +++ b/l10n/ug.json @@ -354,17 +354,6 @@ "Click to expand description" : "چۈشەندۈرۈشنى كېڭەيتىش ئۈچۈن چېكىڭ", "Click to expand comment" : "ئىنكاسنى كېڭەيتىش ئۈچۈن چېكىڭ", "Create card" : "كارتا قۇرۇش", - "Create a new card" : "يېڭى كارتا قۇرۇڭ", - "Card title" : "كارتا ئىسمى", - "Creating the new card …" : "يېڭى كارتا قۇرۇش…", - "Card \"{card}\" was added to \"{board}\"" : "كارتا \"{card}\" \"{board}\" غا قوشۇلدى", - "Open card" : "ئوچۇق كارتا", - "Close" : "ياپ", - "No upcoming cards" : "كەلگۈسىدىكى كارتا يوق", - "upcoming cards today" : "بۈگۈن كېلىدىغان كارتىلار", - "upcoming cards tomorrow" : "ئەتە كارتىلار", - "upcoming cards" : "كەلگۈسىدىكى كارتىلار", - "New card" : "يېڭى كارتا", "Link to a board" : "تاختايغا ئۇلىنىش", "Link to a card" : "كارتىغا ئۇلىنىش", "Create a card" : "كارتا ياساڭ", @@ -372,6 +361,7 @@ "Something went wrong" : "چاتاق چىقتى", "Failed to upload {name}" : "{name} نى يۈكلىيەلمىدى", "Maximum file size of {size} exceeded" : "ھۆججەتنىڭ ئەڭ چوڭ چوڭلۇقى {size} دىن ئېشىپ كەتتى", + "Card title" : "كارتا ئىسمى", "Due date" : "قەرەلى توشقان ۋاقىت", "Error creating the share" : "ھەمبەھىرلەشتە خاتالىق", "Share with a Deck card" : "پالۋان كارتىسى بىلەن ئورتاقلىشىڭ", diff --git a/l10n/uk.js b/l10n/uk.js index 5e4f6a7cf..faa0271f8 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -225,16 +225,12 @@ OC.L10N.register( "Tomorrow" : "Завтра", "No due" : "Без призначеної дати", "Due on {date}" : "До {date}", - "Create a new card" : "Створити нову картку", - "Card title" : "Заголовок картки", - "Close" : "закрити", - "No upcoming cards" : "Немає майбутніх завдань", - "upcoming cards" : "очікують на виконання", "Link to a board" : "Прив'язати до дошки", "Link to a card" : "Прив'язати до картки", "Message from {author} in {conversationName}" : "Повідомлення від {author} у {conversationName}", "Something went wrong" : "От халепа!", "Maximum file size of {size} exceeded" : "Досягнуто максимальний розмір файлу {size}", + "Card title" : "Заголовок картки", "Due date" : "Дата виконання", "Error creating the share" : "Помилка створення спільного доступу", "Share" : "Спільний доступ", diff --git a/l10n/uk.json b/l10n/uk.json index 8c7e05eea..9e3c0e7e2 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -223,16 +223,12 @@ "Tomorrow" : "Завтра", "No due" : "Без призначеної дати", "Due on {date}" : "До {date}", - "Create a new card" : "Створити нову картку", - "Card title" : "Заголовок картки", - "Close" : "закрити", - "No upcoming cards" : "Немає майбутніх завдань", - "upcoming cards" : "очікують на виконання", "Link to a board" : "Прив'язати до дошки", "Link to a card" : "Прив'язати до картки", "Message from {author} in {conversationName}" : "Повідомлення від {author} у {conversationName}", "Something went wrong" : "От халепа!", "Maximum file size of {size} exceeded" : "Досягнуто максимальний розмір файлу {size}", + "Card title" : "Заголовок картки", "Due date" : "Дата виконання", "Error creating the share" : "Помилка створення спільного доступу", "Share" : "Спільний доступ", diff --git a/l10n/uz.js b/l10n/uz.js index e5fbb1aaf..16362547d 100644 --- a/l10n/uz.js +++ b/l10n/uz.js @@ -69,7 +69,6 @@ OC.L10N.register( "Today" : "Today", "Tomorrow" : "Ertaga", "No results found" : "Hech qanday natija topilmadi", - "Close" : "Close", "Due date" : "Muddati", "Share" : "Ulashish", "Personal" : "Personal" diff --git a/l10n/uz.json b/l10n/uz.json index 54c5cf862..87854948f 100644 --- a/l10n/uz.json +++ b/l10n/uz.json @@ -67,7 +67,6 @@ "Today" : "Today", "Tomorrow" : "Ertaga", "No results found" : "Hech qanday natija topilmadi", - "Close" : "Close", "Due date" : "Muddati", "Share" : "Ulashish", "Personal" : "Personal" diff --git a/l10n/vi.js b/l10n/vi.js index c190ed3ab..d40b1d148 100644 --- a/l10n/vi.js +++ b/l10n/vi.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "Nhấp để xem thêm mô tả", "Click to expand comment" : "Nhấp để xem thêm bình luận", "Create card" : "Tạo thẻ", - "Create a new card" : "Tạo một thẻ mới", - "Card title" : "Tiêu đề thẻ", - "Creating the new card …" : "Đang tạo thẻ mới ...", - "Card \"{card}\" was added to \"{board}\"" : "Thẻ \"{card}\" đã được thêm vào bảng \"{board}\"", - "Open card" : "Mở thẻ", - "Close" : "Đóng", - "No upcoming cards" : "Không có thẻ hết hạn sắp tới", - "upcoming cards today" : "thẻ sắp hết hạn hôm nay", - "upcoming cards tomorrow" : "thẻ sắp hết hạn vào ngày mai", - "upcoming cards" : "thẻ sắp đến hạn", - "New card" : "Thẻ mới", "Link to a board" : "Liên kết đến một bảng", "Link to a card" : "Liên kết đến một thẻ", "Create a card" : "Tạo thẻ", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "Có lỗi đã xảy ra", "Failed to upload {name}" : "Tải lên {name} thất bại", "Maximum file size of {size} exceeded" : "Đã vượt quá kích thước {size} tối đa tập tin", + "Card title" : "Tiêu đề thẻ", "Assigned users" : "Người dùng được phân công", "Due date" : "Thời hạn", "Error creating the share" : "Lỗi khi đang chia sẻ", diff --git a/l10n/vi.json b/l10n/vi.json index 4cbc6afdd..e90a6c9a1 100644 --- a/l10n/vi.json +++ b/l10n/vi.json @@ -380,17 +380,6 @@ "Click to expand description" : "Nhấp để xem thêm mô tả", "Click to expand comment" : "Nhấp để xem thêm bình luận", "Create card" : "Tạo thẻ", - "Create a new card" : "Tạo một thẻ mới", - "Card title" : "Tiêu đề thẻ", - "Creating the new card …" : "Đang tạo thẻ mới ...", - "Card \"{card}\" was added to \"{board}\"" : "Thẻ \"{card}\" đã được thêm vào bảng \"{board}\"", - "Open card" : "Mở thẻ", - "Close" : "Đóng", - "No upcoming cards" : "Không có thẻ hết hạn sắp tới", - "upcoming cards today" : "thẻ sắp hết hạn hôm nay", - "upcoming cards tomorrow" : "thẻ sắp hết hạn vào ngày mai", - "upcoming cards" : "thẻ sắp đến hạn", - "New card" : "Thẻ mới", "Link to a board" : "Liên kết đến một bảng", "Link to a card" : "Liên kết đến một thẻ", "Create a card" : "Tạo thẻ", @@ -398,6 +387,7 @@ "Something went wrong" : "Có lỗi đã xảy ra", "Failed to upload {name}" : "Tải lên {name} thất bại", "Maximum file size of {size} exceeded" : "Đã vượt quá kích thước {size} tối đa tập tin", + "Card title" : "Tiêu đề thẻ", "Assigned users" : "Người dùng được phân công", "Due date" : "Thời hạn", "Error creating the share" : "Lỗi khi đang chia sẻ", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 00998afdc..d80c8cfe4 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "点击展开描述", "Click to expand comment" : "点击展开评论", "Create card" : "创建卡片", - "Create a new card" : "创建一张新卡片", - "Card title" : "卡片标题", - "Creating the new card …" : "正在创建新卡片… ", - "Card \"{card}\" was added to \"{board}\"" : "卡片 \"{card}\" 被添加至看板 \"{board}\"", - "Open card" : "打开卡片", - "Close" : "关闭", - "No upcoming cards" : "没有即将到来的卡片", - "upcoming cards today" : "今天即将推出的卡片", - "upcoming cards tomorrow" : "明天即将推出的卡片", - "upcoming cards" : "即将到来的卡片", - "New card" : "新卡片", "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", "Create a card" : "创建一张卡片", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "发生了错误", "Failed to upload {name}" : "未能上传{name}", "Maximum file size of {size} exceeded" : "文件容量已超过 {size} 的上限", + "Card title" : "卡片标题", "Assigned users" : "已指派的用户", "Due date" : "截止日期", "Error creating the share" : "创建分享出错", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 84a6f5536..d8716af3e 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -380,17 +380,6 @@ "Click to expand description" : "点击展开描述", "Click to expand comment" : "点击展开评论", "Create card" : "创建卡片", - "Create a new card" : "创建一张新卡片", - "Card title" : "卡片标题", - "Creating the new card …" : "正在创建新卡片… ", - "Card \"{card}\" was added to \"{board}\"" : "卡片 \"{card}\" 被添加至看板 \"{board}\"", - "Open card" : "打开卡片", - "Close" : "关闭", - "No upcoming cards" : "没有即将到来的卡片", - "upcoming cards today" : "今天即将推出的卡片", - "upcoming cards tomorrow" : "明天即将推出的卡片", - "upcoming cards" : "即将到来的卡片", - "New card" : "新卡片", "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", "Create a card" : "创建一张卡片", @@ -398,6 +387,7 @@ "Something went wrong" : "发生了错误", "Failed to upload {name}" : "未能上传{name}", "Maximum file size of {size} exceeded" : "文件容量已超过 {size} 的上限", + "Card title" : "卡片标题", "Assigned users" : "已指派的用户", "Due date" : "截止日期", "Error creating the share" : "创建分享出错", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 2fc5a9b59..886e8ddb5 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開評論", "Create card" : "建立卡片", - "Create a new card" : "建立新卡片", - "Card title" : "卡片標題", - "Creating the new card …" : "正在建立新卡片...", - "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 已添加到 \"{board}\"", - "Open card" : "打開卡片", - "Close" : "關閉", - "No upcoming cards" : "沒有快將到期的卡片", - "upcoming cards today" : "今天接下來的卡片", - "upcoming cards tomorrow" : "明天接下來的卡片", - "upcoming cards" : "快將到期的卡片", - "New card" : "新卡片", "Link to a board" : "連結到面板", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "發生錯誤了", "Failed to upload {name}" : "上傳 {name} 失敗", "Maximum file size of {size} exceeded" : "檔案大小 {size} 超出最大限制", + "Card title" : "卡片標題", "Assigned users" : "指派的用戶", "Due date" : "到期日期", "Error creating the share" : "創建分享出錯", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index ef9ac1ede..1f6ee43ca 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -380,17 +380,6 @@ "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開評論", "Create card" : "建立卡片", - "Create a new card" : "建立新卡片", - "Card title" : "卡片標題", - "Creating the new card …" : "正在建立新卡片...", - "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 已添加到 \"{board}\"", - "Open card" : "打開卡片", - "Close" : "關閉", - "No upcoming cards" : "沒有快將到期的卡片", - "upcoming cards today" : "今天接下來的卡片", - "upcoming cards tomorrow" : "明天接下來的卡片", - "upcoming cards" : "快將到期的卡片", - "New card" : "新卡片", "Link to a board" : "連結到面板", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -398,6 +387,7 @@ "Something went wrong" : "發生錯誤了", "Failed to upload {name}" : "上傳 {name} 失敗", "Maximum file size of {size} exceeded" : "檔案大小 {size} 超出最大限制", + "Card title" : "卡片標題", "Assigned users" : "指派的用戶", "Due date" : "到期日期", "Error creating the share" : "創建分享出錯", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 939fe1ff8..da7d98cd6 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -382,17 +382,6 @@ OC.L10N.register( "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開留言", "Create card" : "建立卡片", - "Create a new card" : "建立新卡片", - "Card title" : "卡片標題", - "Creating the new card …" : "正在建立新卡片……", - "Card \"{card}\" was added to \"{board}\"" : "卡片「{card}」已新增至「{board}」", - "Open card" : "開啟卡片", - "Close" : "關閉", - "No upcoming cards" : "無接下來的卡片", - "upcoming cards today" : "今天接下來的卡片", - "upcoming cards tomorrow" : "明天接下來的卡片", - "upcoming cards" : "接下來的卡片", - "New card" : "新卡片", "Link to a board" : "連結到佈告欄", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -400,6 +389,7 @@ OC.L10N.register( "Something went wrong" : "出了點問題", "Failed to upload {name}" : "上傳 {name} 失敗", "Maximum file size of {size} exceeded" : "超過最大的檔案大小 {size} ", + "Card title" : "卡片標題", "Assigned users" : "已分派的使用者 ", "Due date" : "到期日", "Error creating the share" : "建立分享時發生錯誤", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index c2dae776f..16b28092b 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -380,17 +380,6 @@ "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開留言", "Create card" : "建立卡片", - "Create a new card" : "建立新卡片", - "Card title" : "卡片標題", - "Creating the new card …" : "正在建立新卡片……", - "Card \"{card}\" was added to \"{board}\"" : "卡片「{card}」已新增至「{board}」", - "Open card" : "開啟卡片", - "Close" : "關閉", - "No upcoming cards" : "無接下來的卡片", - "upcoming cards today" : "今天接下來的卡片", - "upcoming cards tomorrow" : "明天接下來的卡片", - "upcoming cards" : "接下來的卡片", - "New card" : "新卡片", "Link to a board" : "連結到佈告欄", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -398,6 +387,7 @@ "Something went wrong" : "出了點問題", "Failed to upload {name}" : "上傳 {name} 失敗", "Maximum file size of {size} exceeded" : "超過最大的檔案大小 {size} ", + "Card title" : "卡片標題", "Assigned users" : "已分派的使用者 ", "Due date" : "到期日", "Error creating the share" : "建立分享時發生錯誤", From 08756b6c5d64c6af9f1334ad3da5c1d5521a2a90 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 28 Jun 2025 00:29:06 +0000 Subject: [PATCH 06/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/kn.js | 25 ------------------------- l10n/kn.json | 23 ----------------------- 2 files changed, 48 deletions(-) delete mode 100644 l10n/kn.js delete mode 100644 l10n/kn.json diff --git a/l10n/kn.js b/l10n/kn.js deleted file mode 100644 index f9168a9b6..000000000 --- a/l10n/kn.js +++ /dev/null @@ -1,25 +0,0 @@ -OC.L10N.register( - "deck", - { - "No file was uploaded" : "ವರ್ಗಾವಣೆಗೆ ಯಾವುದೇ ಕಡತಗಳು ಕಂಡುಬಂದಿಲ್ಲ", - "Missing a temporary folder" : "ತಾತ್ಕಾಲಿಕ ಕಡತಕೋಶ ದೊರೆಕುತ್ತಿಲ್ಲ", - "Done" : "Done", - "Cancel" : "ರದ್ದು", - "Open" : "ತೆರೆಯಿರಿ", - "Sharing" : "ಹಂಚಿಕೆ", - "Can edit" : "Can edit", - "Can share" : "Can share", - "Owner" : "Owner", - "Delete" : "ಅಳಿಸಿ", - "Edit" : "ಸಂಪಾದಿಸು", - "Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ", - "Modified" : "ಬದಲಾಯಿಸಿದ", - "Save" : "ಉಳಿಸಿ", - "Search" : "Search", - "Shared with you" : "Shared with you", - "Export" : "ರಫ್ತು", - "Today" : "Today", - "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", - "Personal" : "ವೈಯಕ್ತಿಕ" -}, -"nplurals=2; plural=(n > 1);"); diff --git a/l10n/kn.json b/l10n/kn.json deleted file mode 100644 index c3d453232..000000000 --- a/l10n/kn.json +++ /dev/null @@ -1,23 +0,0 @@ -{ "translations": { - "No file was uploaded" : "ವರ್ಗಾವಣೆಗೆ ಯಾವುದೇ ಕಡತಗಳು ಕಂಡುಬಂದಿಲ್ಲ", - "Missing a temporary folder" : "ತಾತ್ಕಾಲಿಕ ಕಡತಕೋಶ ದೊರೆಕುತ್ತಿಲ್ಲ", - "Done" : "Done", - "Cancel" : "ರದ್ದು", - "Open" : "ತೆರೆಯಿರಿ", - "Sharing" : "ಹಂಚಿಕೆ", - "Can edit" : "Can edit", - "Can share" : "Can share", - "Owner" : "Owner", - "Delete" : "ಅಳಿಸಿ", - "Edit" : "ಸಂಪಾದಿಸು", - "Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ", - "Modified" : "ಬದಲಾಯಿಸಿದ", - "Save" : "ಉಳಿಸಿ", - "Search" : "Search", - "Shared with you" : "Shared with you", - "Export" : "ರಫ್ತು", - "Today" : "Today", - "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", - "Personal" : "ವೈಯಕ್ತಿಕ" -},"pluralForm" :"nplurals=2; plural=(n > 1);" -} \ No newline at end of file From 002bac60b1deb17181436d105871e1d34b09ab27 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 29 Jun 2025 00:27:40 +0000 Subject: [PATCH 07/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/et_EE.js | 20 ++++++++++++++++++++ l10n/et_EE.json | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/l10n/et_EE.js b/l10n/et_EE.js index f66640990..d595ac1c9 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -15,6 +15,10 @@ OC.L10N.register( "{user} has renamed the board {before} to {board}" : "{user} on muutnud tahvli nime: {before} → {board}", "You have archived the board {board}" : "Sa oled {board} tahvli arhiveerinud", "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", + "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", + "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", + "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", + "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "Deck" : "Deck", "The file was uploaded" : "Fail laaditi üles", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", @@ -82,6 +86,10 @@ OC.L10N.register( "Next 30 days" : "Järgmise 30 päeva jooksul", "No due date" : "Tähtaega pole", "Clear filter" : "Tühjenda filter", + "View Modes" : "Vaadete liigid", + "Toggle View Modes" : "Lülita vaadete liike sisse/välja", + "Hide card cover images" : "Peida kaardi kaanepildid", + "Show card cover images" : "Näita kaardi kaanepilte", "Open details" : "Ava üksikasjad", "Details" : "Üksikasjad", "Sharing" : "Jagamine", @@ -134,25 +142,37 @@ OC.L10N.register( "Formatting help" : "Abiteave vorminduse kohta", "Edit description" : "Muuda kirjeldust", "Later today – {timeLocale}" : "Täna hiljem – {timeLocale}", + "Set due date for later today" : "Määra tähtaeg tänaseks hilisemaks ajaks", "Tomorrow – {timeLocale}" : "Homme – {timeLocale}", + "Set due date for tomorrow" : "Määra tähtaeg homseks", "This weekend – {timeLocale}" : "Sel nädalavahetusel – {timeLocale}", + "Set due date for this weekend" : "Määra tähtaeg selleks nädalavahetuseks", "Next week – {timeLocale}" : "Järgmisel nädalal – {timeLocale}", + "Set due date for next week" : "Määra tähtaeg järgmiseks nädalaks", + "Assign a due date to this card…" : "Määra sellele kaardile tähtaeg…", + "Add due date" : "Lisa tähtaeg", + "Choose a date" : "Vali kuupäev", "Mark as done" : "Märgi tehtuks", + "Due at:" : "Tähtaeg:", "Not done" : "Pole valmis", "Archive card" : "Arhiveeri kaart", "Select or create a tag…" : "Vali või koosta silt…", + "Create a new tag:" : "Lisa uus silt:", "(group)" : "(grupp)", "{count} comments, {unread} unread" : "{count} kommentaari, neist {unread} lugemata", "Open link" : "Ava link", "Edit title" : "Muuda pealkirja", + "Mark as not done" : "Märgi mittetehtuks", "Delete card" : "Kustuta kaart", "seconds ago" : "sekundit tagasi", "Keyboard shortcuts" : "Klaviatuuri otseteed", + "Board actions" : "Tegevused tahvliga", "Keyboard shortcut" : "Klaviatuuri otsetee", "Action" : "Tegevus", "Shift" : "Nihuta", "Ctrl" : "Ctrl", "Search" : "Otsi", + "Card actions" : "Tegevused kaardiga", "Open card details" : "Ava kaardi üksikasjad", "Edit the card title" : "Muuda kaardi pealkirja", "Archived boards" : "Arhiveeritud tahvlid", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index e3dc05a6b..a33af3a3a 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -13,6 +13,10 @@ "{user} has renamed the board {before} to {board}" : "{user} on muutnud tahvli nime: {before} → {board}", "You have archived the board {board}" : "Sa oled {board} tahvli arhiveerinud", "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", + "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", + "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", + "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", + "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "Deck" : "Deck", "The file was uploaded" : "Fail laaditi üles", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", @@ -80,6 +84,10 @@ "Next 30 days" : "Järgmise 30 päeva jooksul", "No due date" : "Tähtaega pole", "Clear filter" : "Tühjenda filter", + "View Modes" : "Vaadete liigid", + "Toggle View Modes" : "Lülita vaadete liike sisse/välja", + "Hide card cover images" : "Peida kaardi kaanepildid", + "Show card cover images" : "Näita kaardi kaanepilte", "Open details" : "Ava üksikasjad", "Details" : "Üksikasjad", "Sharing" : "Jagamine", @@ -132,25 +140,37 @@ "Formatting help" : "Abiteave vorminduse kohta", "Edit description" : "Muuda kirjeldust", "Later today – {timeLocale}" : "Täna hiljem – {timeLocale}", + "Set due date for later today" : "Määra tähtaeg tänaseks hilisemaks ajaks", "Tomorrow – {timeLocale}" : "Homme – {timeLocale}", + "Set due date for tomorrow" : "Määra tähtaeg homseks", "This weekend – {timeLocale}" : "Sel nädalavahetusel – {timeLocale}", + "Set due date for this weekend" : "Määra tähtaeg selleks nädalavahetuseks", "Next week – {timeLocale}" : "Järgmisel nädalal – {timeLocale}", + "Set due date for next week" : "Määra tähtaeg järgmiseks nädalaks", + "Assign a due date to this card…" : "Määra sellele kaardile tähtaeg…", + "Add due date" : "Lisa tähtaeg", + "Choose a date" : "Vali kuupäev", "Mark as done" : "Märgi tehtuks", + "Due at:" : "Tähtaeg:", "Not done" : "Pole valmis", "Archive card" : "Arhiveeri kaart", "Select or create a tag…" : "Vali või koosta silt…", + "Create a new tag:" : "Lisa uus silt:", "(group)" : "(grupp)", "{count} comments, {unread} unread" : "{count} kommentaari, neist {unread} lugemata", "Open link" : "Ava link", "Edit title" : "Muuda pealkirja", + "Mark as not done" : "Märgi mittetehtuks", "Delete card" : "Kustuta kaart", "seconds ago" : "sekundit tagasi", "Keyboard shortcuts" : "Klaviatuuri otseteed", + "Board actions" : "Tegevused tahvliga", "Keyboard shortcut" : "Klaviatuuri otsetee", "Action" : "Tegevus", "Shift" : "Nihuta", "Ctrl" : "Ctrl", "Search" : "Otsi", + "Card actions" : "Tegevused kaardiga", "Open card details" : "Ava kaardi üksikasjad", "Edit the card title" : "Muuda kaardi pealkirja", "Archived boards" : "Arhiveeritud tahvlid", From d80c9b3eecf3c444ec2b74e75dd64710e2914f0c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 30 Jun 2025 00:27:42 +0000 Subject: [PATCH 08/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/et_EE.js | 123 ++++++++++++++++++++++++++++++++++++++++++++++-- l10n/et_EE.json | 123 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 240 insertions(+), 6 deletions(-) diff --git a/l10n/et_EE.js b/l10n/et_EE.js index d595ac1c9..0efdf06da 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -15,11 +15,17 @@ OC.L10N.register( "{user} has renamed the board {before} to {board}" : "{user} on muutnud tahvli nime: {before} → {board}", "You have archived the board {board}" : "Sa oled {board} tahvli arhiveerinud", "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", + "You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud", + "{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud", "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "Deck" : "Deck", + "Changes in the Deck app" : "Muudatused Kanbani rakenduses", + "A board, list or card was changed" : "Tahvel, loend või kaart on muutunud", + "A comment was created on a card" : "Kaardile on lisatudkommentaar", + "A card description has been changed" : "Kaardi kirjeldus on muutunud", "The file was uploaded" : "Fail laaditi üles", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis", @@ -39,6 +45,7 @@ OC.L10N.register( "Welcome to Nextcloud Deck!" : "Tere tulemast kasutama kanbani rakendust Nextcloudi Deck!", "Deck board" : "Kanbani tahvel", "Owned by %1$s" : "Omanik: %1$s", + "Deck boards, cards and comments" : "Kanbani tahvlid, kaardid ja kommentaarid", "Create a new deck card" : "Koosta uus kanbani kaart", "Card comments" : "Kaardi kommentaarid", "%s on %s" : "%s %s-l", @@ -46,16 +53,20 @@ OC.L10N.register( "No data was provided to create an attachment." : "Polnud andmeid, millest luua manust.", "Finished" : "Lõpetatud", "To review" : "Ülevaatamiseks", + "Action needed" : "Tegevus on vajalik", "Later" : "Hiljem", "copy" : "koopia", "To Do" : "Tegemiseks", "In Progress" : "Töös", "Done" : "Valmis", "Create your first card!" : "Koosta oma esimene kaart!", + "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", "Card not found" : "Kaarti ei leidu", + "Path is already shared with this card" : "Asukoht on juba selle kaardiga jagatud", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Add board" : "Lisa tahvel", "Card details" : "Kaardi üksikasjad", + "Select the board to link to a project" : "Vali projektiga seotav tahvel", "Search by board title" : "Otsi tahvli pealkirja alusel", "Select board" : "Vali tahvel", "Move/copy card" : "Teisalda või kopeeri kaart", @@ -71,37 +82,60 @@ OC.L10N.register( "This board is read only" : "See tahvle on vaid loetav", "Drop your files to upload" : "Üleslaadimiseks lohista failid siia", "File already exists" : "Fail on juba olemas", + "A file with the name {filename} already exists." : "„{filename}“ nimega fail on juba olemas.", + "Do you want to overwrite it?" : "Kas sa sooviksid ta üle kirjutada?", + "Overwrite file" : "Kirjuta fail üle", + "Keep existing file" : "Säilita olemasolev fail", "Add card" : "Lisa kaart", "Archived cards" : "Arhiveeritud kaardid", "Add list" : "Lisa loend", "List name" : "Nimekirja nimi", "Active filters" : "Aktiivsed filtrid", + "Apply filter" : "Rakenda filtrit", + "Filter by tag" : "Filtreeri sildi alusel", + "Filter by assigned user" : "Filtreeri täitja alusel", "Unassigned" : "Täitja on määramata", "Filter by status" : "Filtreeri oleku järgi", "Open and completed" : "Avatud ja lõpetatud", "Open" : "Ava", "Completed" : "Lõpetatud", + "Filter by due date" : "Filtreeri tähtaja alusel", "Overdue" : "Üle tähtaja", + "Next 24 hours" : "Järgmise 24 tunni jooksul", "Next 7 days" : "Järgmise 7 päeva jooksul", "Next 30 days" : "Järgmise 30 päeva jooksul", "No due date" : "Tähtaega pole", "Clear filter" : "Tühjenda filter", "View Modes" : "Vaadete liigid", "Toggle View Modes" : "Lülita vaadete liike sisse/välja", + "Hide archived cards" : "Peida arhiveeritud kaardid", + "Show archived cards" : "Näita arhiveeritud kaarte", + "Toggle compact mode" : "Lülita kompaktne vaade sisse/välja", "Hide card cover images" : "Peida kaardi kaanepildid", "Show card cover images" : "Näita kaardi kaanepilte", "Open details" : "Ava üksikasjad", "Details" : "Üksikasjad", + "Currently present people" : "Hetkel kohalolevad inimesed", + "Loading board" : "Laadin tahvlit", + "Board not found" : "Tahvlit ei leidu", + "Create a new list to add cards to this board" : "Kaartide lisamiseks sellele tahvlile koosta uus loend", "Sharing" : "Jagamine", "Tags" : "Sildid", "Deleted items" : "Kustutatud kirjed", "Activity" : "Tegevus", "Deleted lists" : "Kustutatud loendis", "Undo" : "Tühista", + "Deleted cards" : "Kustutatud kaart", + "Failed to create share with {displayName}" : "Jagamine ei õnnestunud: {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Kas oled kindel et tahad „{title}“ tahvli omandi üle anda kasutajale „{user}“?", + "Transfer the board." : "Anna omand üle.", "Transfer" : "Teisalda", + "The board has been transferred to {user}" : "Tahvli omand on üle antud kasutajale {user}", + "Failed to transfer the board to {user}" : "Tahvli omandi üleandmine kasutajale {user} ei õnnestunud", "Share board with a user, group or team …" : "Jaga tahvlit kasutaja, grupi või tiimidega…", "Searching for users, groups and teams …" : "Otsin kasutajaid, gruppe või tiime…", "No participants found" : "Osalejaid ei leidu", + "Board owner" : "Tahvli omanik", "(Group)" : "(Grupp)", "(Team)" : "(Tiim)", "Can edit" : "Võib muuta", @@ -111,9 +145,20 @@ OC.L10N.register( "Delete" : "Kustuta", "List deleted" : "Loend on kustutatud", "Edit list title" : "Muuda loendi pealkirja", + "Archive all cards" : "Arhiveeri kõik kaardid", + "Unarchive all cards" : "Eemalda kõik kaardid arhiivist", "Delete list" : "Kustuta loend", - "Edit" : "Redigeeri", + "Archive all cards in this list" : "Arhiveeri kõik selle loendi kaardid", + "Unarchive all cards in this list" : "Eemalda kõik selle loendi kaardid arhiivist", + "Add a new card" : "Lisa uus kaart", + "Card name" : "Kaardi nimi", + "title and color value must be provided" : "Minimaalselt on vajalik pealkiri ja kaardi värv", + "Edit" : "Muuda", + "Add a new tag" : "Lisa uus silt", + "Board name" : "Tahvli nimi", "Members" : "Liikmed", + "Assign to users/groups/team" : "Anna täitmiseks kasutajale/grupile/tiimile", + "Assign a user to this card…" : "Anna kaart kasutajale täitmiseks…", "Select a user to assign to this card…" : "Vali kasutaja, kellele sa tahad selle kaardi ülesandeks anda…", "File to share" : "Jagatav fail", "Invalid path selected" : "Vigane asukoht on valitud", @@ -133,14 +178,26 @@ OC.L10N.register( "Open in bigger view" : "Ava suuremas vaates", "Attachments" : "Manused", "Comments" : "Kommentaarid", + "Failed to load comments" : "Kommentaaride laadimine ei õnnestunud", + "No comments yet. Begin the discussion!" : "Kommentaare veel pole. Asu aga keskustelema!", + "The comment cannot be empty." : "Kommentaar ei saa olla tühi.", + "The comment cannot be longer than 1000 characters." : "Kommentaar ei või olla pikem, kui 1000 tähemärki", "Save" : "Salvesta", "Created:" : "Loodud:", + "In reply to" : "Vastuseks:", "Cancel reply" : "Katkesta vastamine", "Reply" : "Vasta", "Update" : "Uuenda", + "Write a description …" : "Koosta kirjeldus…", "Description" : "Kirjeldus", + "(Unsaved)" : "(Salvestamata)", + "(Saving…)" : "(Salvestan…)", "Formatting help" : "Abiteave vorminduse kohta", "Edit description" : "Muuda kirjeldust", + "View description" : "Vaata kirjeldust", + "Add Attachment" : "Lisa manus", + "Choose attachment" : "Vali manus", + "Select Date" : "Vali kuupäev", "Later today – {timeLocale}" : "Täna hiljem – {timeLocale}", "Set due date for later today" : "Määra tähtaeg tänaseks hilisemaks ajaks", "Tomorrow – {timeLocale}" : "Homme – {timeLocale}", @@ -150,41 +207,83 @@ OC.L10N.register( "Next week – {timeLocale}" : "Järgmisel nädalal – {timeLocale}", "Set due date for next week" : "Määra tähtaeg järgmiseks nädalaks", "Assign a due date to this card…" : "Määra sellele kaardile tähtaeg…", + "Set a due date" : "Määra tähtaeg", "Add due date" : "Lisa tähtaeg", "Choose a date" : "Vali kuupäev", + "Remove due date" : "Eemalda tähtaeg", "Mark as done" : "Märgi tehtuks", "Due at:" : "Tähtaeg:", "Not done" : "Pole valmis", + "Unarchive card" : "Eemalda kaart arhiivist", "Archive card" : "Arhiveeri kaart", + "Assign a tag to this card…" : "Lisa sellele kaardile silt…", "Select or create a tag…" : "Vali või koosta silt…", "Create a new tag:" : "Lisa uus silt:", "(group)" : "(grupp)", "{count} comments, {unread} unread" : "{count} kommentaari, neist {unread} lugemata", + "Todo items" : "Ülesanded", + "Edit card title" : "Muuda kaardi pealkirja", "Open link" : "Ava link", + "Card deleted" : "Kaart on kustutatud", "Edit title" : "Muuda pealkirja", + "Assign to me" : "Anna täitmiseks mulle", + "Unassign myself" : "Võta minult see ülesanne ära", "Mark as not done" : "Märgi mittetehtuks", "Delete card" : "Kustuta kaart", "seconds ago" : "sekundit tagasi", "Keyboard shortcuts" : "Klaviatuuri otseteed", + "Boost your productivity using Deck with keyboard shortcuts." : "Kasuta kiirklahvide abil seda kanbani rakendust tõhusamalt", "Board actions" : "Tegevused tahvliga", "Keyboard shortcut" : "Klaviatuuri otsetee", "Action" : "Tegevus", "Shift" : "Nihuta", + "Navigate between cards" : "Liigu kaartide vahel", + "Esc" : "Esc", + "Close card details" : "Sulge kaardi üksikasjad", "Ctrl" : "Ctrl", "Search" : "Otsi", + "Show card filters" : "Näita kaartide filtreid", + "Clear card filters" : "Tühjenda kaartide filtrid", + "Show help dialog" : "Näita abiteavet", "Card actions" : "Tegevused kaardiga", + "The following actions can be triggered on the currently highlighted card" : "Hetkel esiletõstetud kaardiga saab teha järgmisi toiminguid", + "Enter" : "Sisestusklahv", + "Space" : "Tühikuklahv", "Open card details" : "Ava kaardi üksikasjad", "Edit the card title" : "Muuda kaardi pealkirja", + "Assign yourself to the current card" : "Anna see kaart endale täitmiseks", + "Archive/unarchive the current card" : "Lisa see kaart arhiivi või eemalda sealt", + "Mark card as completed/not completed" : "Märgi lõpetatuks/pooleli olevaks", + "Open card menu" : "Ava kaardi menüü", + "All boards" : "Kõik tahvlid", "Archived boards" : "Arhiveeritud tahvlid", "Shared with you" : "Sinuga jagatud", + "Deck settings" : "Kanbani rakenduse seadistused", + "Use bigger card view" : "Kasuta suuremat kaardivaadet", + "Show card ID badge" : "Näita silti kaardi tunnusega", + "Show boards in calendar/tasks" : "Näita tahvleid kalendrite ja ülesannete vaates", + "Limit board creation to some groups" : "Piira tahvlite loomise õigus mõnede gruppidega", + "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Kasutajad, kes pole nende gruppide liikmed, ei saa oma tahvleid luua, kuid saavad töötada tahvlitega, mida neile on jagatud.", "Cancel edit" : "Loobu muutmisest", "Save board" : "Salvesta tahvel", + "Board {0} deleted" : "„{0}“ tahvel on kustutatud", + "All cards" : "Kõik kaardid", + "Only assigned cards" : "Vaid kaardid, kellel on täitja olemas", "No reminder" : "Meeldetuletust pole", - "An error occurred" : "Tekkis tõrge", + "An error occurred" : "Tekkis viga", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Kas oled kindel, et soovid „{title}“ tahvli kustutada. Sellega saavad kustutatud kõik selle tahvli andmed, sealhulgas arhiveeritud kaardid.", + "Delete the board?" : "Kas kustutame selle tahvli?", "Exporting board..." : "Ekspordin tahvlit...", + "Board details" : "Tahvli üksikasjad", "Edit board" : "Muuda tahvlit", "Clone board" : "Tee tahvlist koopia", + "Unarchive board" : "Eemalda tahvel arhiivist", "Archive board" : "Arhiveeri tahvel", + "Export board" : "Ekspordi tahvel", + "Turn on due date reminders" : "Kasuta tähtaja meeldetuletusi", + "Turn off due date reminders" : "Ära kasuta tähtaja meeldetuletusi", + "Due date reminders" : "Tähtaja meeldetuletused", + "Assigned cards" : "Kaardid, millel on täitja olemas", "No notifications" : "Märguandeid pole", "Delete board" : "Kustuta tahvel", "Importing board..." : "Impordin tahvlit...", @@ -204,17 +303,35 @@ OC.L10N.register( "Export as CSV" : "Ekspordi CSV-failina", "Note: Only the JSON format is supported for importing back into the Deck app." : "Märkus: vaid JSON-vorming on toetatud tagasi importimiseks kanbani-rakendusse.", "Export" : "Ekspordi", + "Loading filtered view" : "Laadin filtreeritud vaadet", "Today" : "Täna", "Tomorrow" : "Homme", "No results found" : "Otsingutulemusi ei leidu", "Due on {date}" : "Tähtaeg: {date}", "{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes", + "Click to expand description" : "Klõpsi kogu kirjelduse vaatamiseks", + "Click to expand comment" : "Klõpsi kogu kommentaari vaatamiseks", + "Create card" : "Koosta kaart", + "Link to a board" : "Lisa link tahvlile", + "Link to a card" : "Lisa link kaardile", + "Create a card" : "Koosta kaart", "Message from {author} in {conversationName}" : "Sõnum kasutajalt „{author}“ „{conversationName}“ vestluses", + "Something went wrong" : "Midagi läks valesti", "Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud", + "Maximum file size of {size} exceeded" : "Failide maksimaalne lubatud suurus {size} on ületatud", + "Card title" : "Kaardi pealkiri", "Assigned users" : "Ülesannetega kasutajad", "Due date" : "Tähtaeg", "Error creating the share" : "Viga jaosmeedia loomisel", + "Share with a Deck card" : "Jaga kanbani kaardiga", + "Share {file} with a Deck card" : "Jaga „{file}“ faili kanbani kaardiga", "Share" : "Jaga", - "Personal" : "Isiklik" + "Personal" : "Isiklik", + "To do" : "Tegemiseks", + "Doing" : "Tegemisel", + "Example Task 3" : "Näidisülesanne 3", + "Example Task 2" : "Näidisülesanne 2", + "Example Task 1" : "Näidisülesanne 1", + "Move card to another board" : "Tõsta kaart teisele tahvlile" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/et_EE.json b/l10n/et_EE.json index a33af3a3a..6a9f5508b 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -13,11 +13,17 @@ "{user} has renamed the board {before} to {board}" : "{user} on muutnud tahvli nime: {before} → {board}", "You have archived the board {board}" : "Sa oled {board} tahvli arhiveerinud", "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", + "You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud", + "{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud", "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "Deck" : "Deck", + "Changes in the Deck app" : "Muudatused Kanbani rakenduses", + "A board, list or card was changed" : "Tahvel, loend või kaart on muutunud", + "A comment was created on a card" : "Kaardile on lisatudkommentaar", + "A card description has been changed" : "Kaardi kirjeldus on muutunud", "The file was uploaded" : "Fail laaditi üles", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis", @@ -37,6 +43,7 @@ "Welcome to Nextcloud Deck!" : "Tere tulemast kasutama kanbani rakendust Nextcloudi Deck!", "Deck board" : "Kanbani tahvel", "Owned by %1$s" : "Omanik: %1$s", + "Deck boards, cards and comments" : "Kanbani tahvlid, kaardid ja kommentaarid", "Create a new deck card" : "Koosta uus kanbani kaart", "Card comments" : "Kaardi kommentaarid", "%s on %s" : "%s %s-l", @@ -44,16 +51,20 @@ "No data was provided to create an attachment." : "Polnud andmeid, millest luua manust.", "Finished" : "Lõpetatud", "To review" : "Ülevaatamiseks", + "Action needed" : "Tegevus on vajalik", "Later" : "Hiljem", "copy" : "koopia", "To Do" : "Tegemiseks", "In Progress" : "Töös", "Done" : "Valmis", "Create your first card!" : "Koosta oma esimene kaart!", + "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", "Card not found" : "Kaarti ei leidu", + "Path is already shared with this card" : "Asukoht on juba selle kaardiga jagatud", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Add board" : "Lisa tahvel", "Card details" : "Kaardi üksikasjad", + "Select the board to link to a project" : "Vali projektiga seotav tahvel", "Search by board title" : "Otsi tahvli pealkirja alusel", "Select board" : "Vali tahvel", "Move/copy card" : "Teisalda või kopeeri kaart", @@ -69,37 +80,60 @@ "This board is read only" : "See tahvle on vaid loetav", "Drop your files to upload" : "Üleslaadimiseks lohista failid siia", "File already exists" : "Fail on juba olemas", + "A file with the name {filename} already exists." : "„{filename}“ nimega fail on juba olemas.", + "Do you want to overwrite it?" : "Kas sa sooviksid ta üle kirjutada?", + "Overwrite file" : "Kirjuta fail üle", + "Keep existing file" : "Säilita olemasolev fail", "Add card" : "Lisa kaart", "Archived cards" : "Arhiveeritud kaardid", "Add list" : "Lisa loend", "List name" : "Nimekirja nimi", "Active filters" : "Aktiivsed filtrid", + "Apply filter" : "Rakenda filtrit", + "Filter by tag" : "Filtreeri sildi alusel", + "Filter by assigned user" : "Filtreeri täitja alusel", "Unassigned" : "Täitja on määramata", "Filter by status" : "Filtreeri oleku järgi", "Open and completed" : "Avatud ja lõpetatud", "Open" : "Ava", "Completed" : "Lõpetatud", + "Filter by due date" : "Filtreeri tähtaja alusel", "Overdue" : "Üle tähtaja", + "Next 24 hours" : "Järgmise 24 tunni jooksul", "Next 7 days" : "Järgmise 7 päeva jooksul", "Next 30 days" : "Järgmise 30 päeva jooksul", "No due date" : "Tähtaega pole", "Clear filter" : "Tühjenda filter", "View Modes" : "Vaadete liigid", "Toggle View Modes" : "Lülita vaadete liike sisse/välja", + "Hide archived cards" : "Peida arhiveeritud kaardid", + "Show archived cards" : "Näita arhiveeritud kaarte", + "Toggle compact mode" : "Lülita kompaktne vaade sisse/välja", "Hide card cover images" : "Peida kaardi kaanepildid", "Show card cover images" : "Näita kaardi kaanepilte", "Open details" : "Ava üksikasjad", "Details" : "Üksikasjad", + "Currently present people" : "Hetkel kohalolevad inimesed", + "Loading board" : "Laadin tahvlit", + "Board not found" : "Tahvlit ei leidu", + "Create a new list to add cards to this board" : "Kaartide lisamiseks sellele tahvlile koosta uus loend", "Sharing" : "Jagamine", "Tags" : "Sildid", "Deleted items" : "Kustutatud kirjed", "Activity" : "Tegevus", "Deleted lists" : "Kustutatud loendis", "Undo" : "Tühista", + "Deleted cards" : "Kustutatud kaart", + "Failed to create share with {displayName}" : "Jagamine ei õnnestunud: {displayName}", + "Are you sure you want to transfer the board {title} to {user}?" : "Kas oled kindel et tahad „{title}“ tahvli omandi üle anda kasutajale „{user}“?", + "Transfer the board." : "Anna omand üle.", "Transfer" : "Teisalda", + "The board has been transferred to {user}" : "Tahvli omand on üle antud kasutajale {user}", + "Failed to transfer the board to {user}" : "Tahvli omandi üleandmine kasutajale {user} ei õnnestunud", "Share board with a user, group or team …" : "Jaga tahvlit kasutaja, grupi või tiimidega…", "Searching for users, groups and teams …" : "Otsin kasutajaid, gruppe või tiime…", "No participants found" : "Osalejaid ei leidu", + "Board owner" : "Tahvli omanik", "(Group)" : "(Grupp)", "(Team)" : "(Tiim)", "Can edit" : "Võib muuta", @@ -109,9 +143,20 @@ "Delete" : "Kustuta", "List deleted" : "Loend on kustutatud", "Edit list title" : "Muuda loendi pealkirja", + "Archive all cards" : "Arhiveeri kõik kaardid", + "Unarchive all cards" : "Eemalda kõik kaardid arhiivist", "Delete list" : "Kustuta loend", - "Edit" : "Redigeeri", + "Archive all cards in this list" : "Arhiveeri kõik selle loendi kaardid", + "Unarchive all cards in this list" : "Eemalda kõik selle loendi kaardid arhiivist", + "Add a new card" : "Lisa uus kaart", + "Card name" : "Kaardi nimi", + "title and color value must be provided" : "Minimaalselt on vajalik pealkiri ja kaardi värv", + "Edit" : "Muuda", + "Add a new tag" : "Lisa uus silt", + "Board name" : "Tahvli nimi", "Members" : "Liikmed", + "Assign to users/groups/team" : "Anna täitmiseks kasutajale/grupile/tiimile", + "Assign a user to this card…" : "Anna kaart kasutajale täitmiseks…", "Select a user to assign to this card…" : "Vali kasutaja, kellele sa tahad selle kaardi ülesandeks anda…", "File to share" : "Jagatav fail", "Invalid path selected" : "Vigane asukoht on valitud", @@ -131,14 +176,26 @@ "Open in bigger view" : "Ava suuremas vaates", "Attachments" : "Manused", "Comments" : "Kommentaarid", + "Failed to load comments" : "Kommentaaride laadimine ei õnnestunud", + "No comments yet. Begin the discussion!" : "Kommentaare veel pole. Asu aga keskustelema!", + "The comment cannot be empty." : "Kommentaar ei saa olla tühi.", + "The comment cannot be longer than 1000 characters." : "Kommentaar ei või olla pikem, kui 1000 tähemärki", "Save" : "Salvesta", "Created:" : "Loodud:", + "In reply to" : "Vastuseks:", "Cancel reply" : "Katkesta vastamine", "Reply" : "Vasta", "Update" : "Uuenda", + "Write a description …" : "Koosta kirjeldus…", "Description" : "Kirjeldus", + "(Unsaved)" : "(Salvestamata)", + "(Saving…)" : "(Salvestan…)", "Formatting help" : "Abiteave vorminduse kohta", "Edit description" : "Muuda kirjeldust", + "View description" : "Vaata kirjeldust", + "Add Attachment" : "Lisa manus", + "Choose attachment" : "Vali manus", + "Select Date" : "Vali kuupäev", "Later today – {timeLocale}" : "Täna hiljem – {timeLocale}", "Set due date for later today" : "Määra tähtaeg tänaseks hilisemaks ajaks", "Tomorrow – {timeLocale}" : "Homme – {timeLocale}", @@ -148,41 +205,83 @@ "Next week – {timeLocale}" : "Järgmisel nädalal – {timeLocale}", "Set due date for next week" : "Määra tähtaeg järgmiseks nädalaks", "Assign a due date to this card…" : "Määra sellele kaardile tähtaeg…", + "Set a due date" : "Määra tähtaeg", "Add due date" : "Lisa tähtaeg", "Choose a date" : "Vali kuupäev", + "Remove due date" : "Eemalda tähtaeg", "Mark as done" : "Märgi tehtuks", "Due at:" : "Tähtaeg:", "Not done" : "Pole valmis", + "Unarchive card" : "Eemalda kaart arhiivist", "Archive card" : "Arhiveeri kaart", + "Assign a tag to this card…" : "Lisa sellele kaardile silt…", "Select or create a tag…" : "Vali või koosta silt…", "Create a new tag:" : "Lisa uus silt:", "(group)" : "(grupp)", "{count} comments, {unread} unread" : "{count} kommentaari, neist {unread} lugemata", + "Todo items" : "Ülesanded", + "Edit card title" : "Muuda kaardi pealkirja", "Open link" : "Ava link", + "Card deleted" : "Kaart on kustutatud", "Edit title" : "Muuda pealkirja", + "Assign to me" : "Anna täitmiseks mulle", + "Unassign myself" : "Võta minult see ülesanne ära", "Mark as not done" : "Märgi mittetehtuks", "Delete card" : "Kustuta kaart", "seconds ago" : "sekundit tagasi", "Keyboard shortcuts" : "Klaviatuuri otseteed", + "Boost your productivity using Deck with keyboard shortcuts." : "Kasuta kiirklahvide abil seda kanbani rakendust tõhusamalt", "Board actions" : "Tegevused tahvliga", "Keyboard shortcut" : "Klaviatuuri otsetee", "Action" : "Tegevus", "Shift" : "Nihuta", + "Navigate between cards" : "Liigu kaartide vahel", + "Esc" : "Esc", + "Close card details" : "Sulge kaardi üksikasjad", "Ctrl" : "Ctrl", "Search" : "Otsi", + "Show card filters" : "Näita kaartide filtreid", + "Clear card filters" : "Tühjenda kaartide filtrid", + "Show help dialog" : "Näita abiteavet", "Card actions" : "Tegevused kaardiga", + "The following actions can be triggered on the currently highlighted card" : "Hetkel esiletõstetud kaardiga saab teha järgmisi toiminguid", + "Enter" : "Sisestusklahv", + "Space" : "Tühikuklahv", "Open card details" : "Ava kaardi üksikasjad", "Edit the card title" : "Muuda kaardi pealkirja", + "Assign yourself to the current card" : "Anna see kaart endale täitmiseks", + "Archive/unarchive the current card" : "Lisa see kaart arhiivi või eemalda sealt", + "Mark card as completed/not completed" : "Märgi lõpetatuks/pooleli olevaks", + "Open card menu" : "Ava kaardi menüü", + "All boards" : "Kõik tahvlid", "Archived boards" : "Arhiveeritud tahvlid", "Shared with you" : "Sinuga jagatud", + "Deck settings" : "Kanbani rakenduse seadistused", + "Use bigger card view" : "Kasuta suuremat kaardivaadet", + "Show card ID badge" : "Näita silti kaardi tunnusega", + "Show boards in calendar/tasks" : "Näita tahvleid kalendrite ja ülesannete vaates", + "Limit board creation to some groups" : "Piira tahvlite loomise õigus mõnede gruppidega", + "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Kasutajad, kes pole nende gruppide liikmed, ei saa oma tahvleid luua, kuid saavad töötada tahvlitega, mida neile on jagatud.", "Cancel edit" : "Loobu muutmisest", "Save board" : "Salvesta tahvel", + "Board {0} deleted" : "„{0}“ tahvel on kustutatud", + "All cards" : "Kõik kaardid", + "Only assigned cards" : "Vaid kaardid, kellel on täitja olemas", "No reminder" : "Meeldetuletust pole", - "An error occurred" : "Tekkis tõrge", + "An error occurred" : "Tekkis viga", + "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Kas oled kindel, et soovid „{title}“ tahvli kustutada. Sellega saavad kustutatud kõik selle tahvli andmed, sealhulgas arhiveeritud kaardid.", + "Delete the board?" : "Kas kustutame selle tahvli?", "Exporting board..." : "Ekspordin tahvlit...", + "Board details" : "Tahvli üksikasjad", "Edit board" : "Muuda tahvlit", "Clone board" : "Tee tahvlist koopia", + "Unarchive board" : "Eemalda tahvel arhiivist", "Archive board" : "Arhiveeri tahvel", + "Export board" : "Ekspordi tahvel", + "Turn on due date reminders" : "Kasuta tähtaja meeldetuletusi", + "Turn off due date reminders" : "Ära kasuta tähtaja meeldetuletusi", + "Due date reminders" : "Tähtaja meeldetuletused", + "Assigned cards" : "Kaardid, millel on täitja olemas", "No notifications" : "Märguandeid pole", "Delete board" : "Kustuta tahvel", "Importing board..." : "Impordin tahvlit...", @@ -202,17 +301,35 @@ "Export as CSV" : "Ekspordi CSV-failina", "Note: Only the JSON format is supported for importing back into the Deck app." : "Märkus: vaid JSON-vorming on toetatud tagasi importimiseks kanbani-rakendusse.", "Export" : "Ekspordi", + "Loading filtered view" : "Laadin filtreeritud vaadet", "Today" : "Täna", "Tomorrow" : "Homme", "No results found" : "Otsingutulemusi ei leidu", "Due on {date}" : "Tähtaeg: {date}", "{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes", + "Click to expand description" : "Klõpsi kogu kirjelduse vaatamiseks", + "Click to expand comment" : "Klõpsi kogu kommentaari vaatamiseks", + "Create card" : "Koosta kaart", + "Link to a board" : "Lisa link tahvlile", + "Link to a card" : "Lisa link kaardile", + "Create a card" : "Koosta kaart", "Message from {author} in {conversationName}" : "Sõnum kasutajalt „{author}“ „{conversationName}“ vestluses", + "Something went wrong" : "Midagi läks valesti", "Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud", + "Maximum file size of {size} exceeded" : "Failide maksimaalne lubatud suurus {size} on ületatud", + "Card title" : "Kaardi pealkiri", "Assigned users" : "Ülesannetega kasutajad", "Due date" : "Tähtaeg", "Error creating the share" : "Viga jaosmeedia loomisel", + "Share with a Deck card" : "Jaga kanbani kaardiga", + "Share {file} with a Deck card" : "Jaga „{file}“ faili kanbani kaardiga", "Share" : "Jaga", - "Personal" : "Isiklik" + "Personal" : "Isiklik", + "To do" : "Tegemiseks", + "Doing" : "Tegemisel", + "Example Task 3" : "Näidisülesanne 3", + "Example Task 2" : "Näidisülesanne 2", + "Example Task 1" : "Näidisülesanne 1", + "Move card to another board" : "Tõsta kaart teisele tahvlile" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file From 32f0852a232186fdbedfd05caed71967b41b8ce2 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 1 Jul 2025 00:28:28 +0000 Subject: [PATCH 09/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/tr.js | 11 +++++++++++ l10n/tr.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/l10n/tr.js b/l10n/tr.js index ec9b9eb13..c04552336 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -81,6 +81,9 @@ OC.L10N.register( "Could not write file to disk" : "Dosya diske yazılamadı", "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "No file uploaded or file size exceeds maximum of %s" : "Herhangi bir dosya yüklenmedi ya da %s olan en büyük dosya boyutu sınırı aşıldı", + "Invalid file type. Only JSON files are allowed." : "Dosya türü geçersiz. Yalnızca JSON dosyaları kullanılabilir.", + "Invalid JSON data" : "JSON verileri geçersiz", + "Failed to import board" : "Pano içe aktarılamadı", "Cards due today" : "Bitiş tarihi bugün olan kartlar", "Cards due tomorrow" : "Bitiş tarihi yarın olan kartlar", "Upcoming cards" : "Yaklaşan kartlar", @@ -335,6 +338,7 @@ OC.L10N.register( "An error occurred" : "Bir sorun çıktı", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} panosunu silmek istediğinize emin misiniz? Bu işlem, bu panodaki ve arşivlenmiş kartlarındaki tüm verileri silecek.", "Delete the board?" : "Pano silinsin mi?", + "Exporting board..." : "Pano dışa aktarılıyor...", "Board details" : "Pano ayrıntıları", "Edit board" : "Panoyu sil", "Clone board" : "Panoyu kopyala", @@ -347,6 +351,9 @@ OC.L10N.register( "Assigned cards" : "Atanmış kartlar", "No notifications" : "Bildirim yok", "Delete board" : "Panoyu sil", + "Importing board..." : "Pano içe aktarılıyor...", + "Board imported successfully" : "Pano içe aktarıldı", + "Import board" : "Panoyu içe aktar", "Clone {boardTitle}" : "{boardTitle} çoğaltılsın", "Clone cards" : "Kartları kopyala", "Clone assignments" : "Atamalar çoğaltılsın", @@ -356,7 +363,10 @@ OC.L10N.register( "Move all cards to the first list" : "Tüm kartları ilk listeye taşı", "Restore archived cards" : "Arşivlenmiş kartları geri yükle", "Clone" : "Kopyala", + "Export {boardTitle}" : "{boardTitle} panosunu dışa aktar", + "Export as JSON" : "JSON olarak dışa aktar", "Export as CSV" : "CSV olarak dışa aktar", + "Note: Only the JSON format is supported for importing back into the Deck app." : "Not: Yeniden Tahta uygulaması içine aktarmak için yalnızca JSON biçimi desteklenir.", "Export" : "Dışa aktar", "Loading filtered view" : "Süzülmüş görünüm yükleniyor", "Today" : "Bugün", @@ -380,6 +390,7 @@ OC.L10N.register( "Failed to upload {name}" : "{name} yüklenemedi", "Maximum file size of {size} exceeded" : "{size} olan en büyük dosya boyutu sınırı aşıldı", "Card title" : "Kart başlığı", + "Assigned users" : "Atanmış kullanıcılar", "Due date" : "Bitiş tarihi", "Error creating the share" : "Paylaşım oluşturulurken sorun çıktı", "Share with a Deck card" : "Bir tahta kartı ile paylaş", diff --git a/l10n/tr.json b/l10n/tr.json index 0bb3f1726..4db62c489 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -79,6 +79,9 @@ "Could not write file to disk" : "Dosya diske yazılamadı", "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "No file uploaded or file size exceeds maximum of %s" : "Herhangi bir dosya yüklenmedi ya da %s olan en büyük dosya boyutu sınırı aşıldı", + "Invalid file type. Only JSON files are allowed." : "Dosya türü geçersiz. Yalnızca JSON dosyaları kullanılabilir.", + "Invalid JSON data" : "JSON verileri geçersiz", + "Failed to import board" : "Pano içe aktarılamadı", "Cards due today" : "Bitiş tarihi bugün olan kartlar", "Cards due tomorrow" : "Bitiş tarihi yarın olan kartlar", "Upcoming cards" : "Yaklaşan kartlar", @@ -333,6 +336,7 @@ "An error occurred" : "Bir sorun çıktı", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "{title} panosunu silmek istediğinize emin misiniz? Bu işlem, bu panodaki ve arşivlenmiş kartlarındaki tüm verileri silecek.", "Delete the board?" : "Pano silinsin mi?", + "Exporting board..." : "Pano dışa aktarılıyor...", "Board details" : "Pano ayrıntıları", "Edit board" : "Panoyu sil", "Clone board" : "Panoyu kopyala", @@ -345,6 +349,9 @@ "Assigned cards" : "Atanmış kartlar", "No notifications" : "Bildirim yok", "Delete board" : "Panoyu sil", + "Importing board..." : "Pano içe aktarılıyor...", + "Board imported successfully" : "Pano içe aktarıldı", + "Import board" : "Panoyu içe aktar", "Clone {boardTitle}" : "{boardTitle} çoğaltılsın", "Clone cards" : "Kartları kopyala", "Clone assignments" : "Atamalar çoğaltılsın", @@ -354,7 +361,10 @@ "Move all cards to the first list" : "Tüm kartları ilk listeye taşı", "Restore archived cards" : "Arşivlenmiş kartları geri yükle", "Clone" : "Kopyala", + "Export {boardTitle}" : "{boardTitle} panosunu dışa aktar", + "Export as JSON" : "JSON olarak dışa aktar", "Export as CSV" : "CSV olarak dışa aktar", + "Note: Only the JSON format is supported for importing back into the Deck app." : "Not: Yeniden Tahta uygulaması içine aktarmak için yalnızca JSON biçimi desteklenir.", "Export" : "Dışa aktar", "Loading filtered view" : "Süzülmüş görünüm yükleniyor", "Today" : "Bugün", @@ -378,6 +388,7 @@ "Failed to upload {name}" : "{name} yüklenemedi", "Maximum file size of {size} exceeded" : "{size} olan en büyük dosya boyutu sınırı aşıldı", "Card title" : "Kart başlığı", + "Assigned users" : "Atanmış kullanıcılar", "Due date" : "Bitiş tarihi", "Error creating the share" : "Paylaşım oluşturulurken sorun çıktı", "Share with a Deck card" : "Bir tahta kartı ile paylaş", From 5f73d97e4e60e254a9b2cdd66c8b622639c8ae22 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 2 Jul 2025 00:29:11 +0000 Subject: [PATCH 10/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ar.js | 4 ++-- l10n/ar.json | 4 ++-- l10n/bg.js | 4 ++-- l10n/bg.json | 4 ++-- l10n/ca.js | 6 ++++-- l10n/ca.json | 6 ++++-- l10n/cs.js | 6 ++++-- l10n/cs.json | 6 ++++-- l10n/cy_GB.js | 1 + l10n/cy_GB.json | 1 + l10n/da.js | 4 +++- l10n/da.json | 4 +++- l10n/de.js | 8 ++++++-- l10n/de.json | 8 ++++++-- l10n/de_DE.js | 8 ++++++-- l10n/de_DE.json | 8 ++++++-- l10n/el.js | 8 ++++++-- l10n/el.json | 8 ++++++-- l10n/en_GB.js | 10 ++++++++-- l10n/en_GB.json | 10 ++++++++-- l10n/eo.js | 4 +++- l10n/eo.json | 4 +++- l10n/es.js | 10 ++++++++-- l10n/es.json | 10 ++++++++-- l10n/es_419.js | 2 ++ l10n/es_419.json | 2 ++ l10n/es_AR.js | 6 +++++- l10n/es_AR.json | 6 +++++- l10n/es_CL.js | 1 + l10n/es_CL.json | 1 + l10n/es_CO.js | 2 ++ l10n/es_CO.json | 2 ++ l10n/es_CR.js | 1 + l10n/es_CR.json | 1 + l10n/es_DO.js | 2 ++ l10n/es_DO.json | 2 ++ l10n/es_EC.js | 12 ++++++++++-- l10n/es_EC.json | 12 ++++++++++-- l10n/es_GT.js | 1 + l10n/es_GT.json | 1 + l10n/es_HN.js | 2 ++ l10n/es_HN.json | 2 ++ l10n/es_MX.js | 4 +++- l10n/es_MX.json | 4 +++- l10n/es_NI.js | 2 ++ l10n/es_NI.json | 2 ++ l10n/es_PA.js | 2 ++ l10n/es_PA.json | 2 ++ l10n/es_PE.js | 2 ++ l10n/es_PE.json | 2 ++ l10n/es_PR.js | 2 ++ l10n/es_PR.json | 2 ++ l10n/es_PY.js | 2 ++ l10n/es_PY.json | 2 ++ l10n/es_SV.js | 2 ++ l10n/es_SV.json | 2 ++ l10n/es_UY.js | 1 + l10n/es_UY.json | 1 + l10n/et_EE.js | 7 +++++-- l10n/et_EE.json | 7 +++++-- l10n/eu.js | 15 +++++++++++++-- l10n/eu.json | 15 +++++++++++++-- l10n/fa.js | 13 +++++++++++-- l10n/fa.json | 13 +++++++++++-- l10n/fi.js | 13 +++++++++++-- l10n/fi.json | 13 +++++++++++-- l10n/fr.js | 15 +++++++++++++-- l10n/fr.json | 15 +++++++++++++-- l10n/ga.js | 15 +++++++++++++-- l10n/ga.json | 15 +++++++++++++-- l10n/gd.js | 2 ++ l10n/gd.json | 2 ++ l10n/gl.js | 15 +++++++++++++-- l10n/gl.json | 15 +++++++++++++-- l10n/he.js | 6 +++++- l10n/he.json | 6 +++++- l10n/hr.js | 12 ++++++++++-- l10n/hr.json | 12 ++++++++++-- l10n/hu.js | 15 +++++++++++++-- l10n/hu.json | 15 +++++++++++++-- l10n/hy.js | 1 + l10n/hy.json | 1 + l10n/ia.js | 3 ++- l10n/ia.json | 3 ++- l10n/id.js | 5 ++++- l10n/id.json | 5 ++++- l10n/is.js | 14 ++++++++++++-- l10n/is.json | 14 ++++++++++++-- l10n/it.js | 15 +++++++++++++-- l10n/it.json | 15 +++++++++++++-- l10n/ja.js | 15 +++++++++++++-- l10n/ja.json | 15 +++++++++++++-- l10n/ka.js | 15 +++++++++++++-- l10n/ka.json | 15 +++++++++++++-- l10n/ka_GE.js | 2 ++ l10n/ka_GE.json | 2 ++ l10n/kab.js | 4 +++- l10n/kab.json | 4 +++- l10n/km.js | 2 ++ l10n/km.json | 2 ++ l10n/ko.js | 15 +++++++++++++-- l10n/ko.json | 15 +++++++++++++-- l10n/lb.js | 1 + l10n/lb.json | 1 + l10n/lo.js | 2 ++ l10n/lo.json | 2 ++ l10n/lt_LT.js | 11 +++++++++-- l10n/lt_LT.json | 11 +++++++++-- l10n/lv.js | 4 +++- l10n/lv.json | 4 +++- l10n/mk.js | 10 ++++++++-- l10n/mk.json | 10 ++++++++-- l10n/mn.js | 2 +- l10n/mn.json | 2 +- l10n/ms_MY.js | 1 + l10n/ms_MY.json | 1 + l10n/nb.js | 15 +++++++++++++-- l10n/nb.json | 15 +++++++++++++-- l10n/nl.js | 15 +++++++++++++-- l10n/nl.json | 15 +++++++++++++-- l10n/nn_NO.js | 2 ++ l10n/nn_NO.json | 2 ++ l10n/oc.js | 3 +++ l10n/oc.json | 3 +++ l10n/pl.js | 15 +++++++++++++-- l10n/pl.json | 15 +++++++++++++-- l10n/pt_BR.js | 15 +++++++++++++-- l10n/pt_BR.json | 15 +++++++++++++-- l10n/pt_PT.js | 4 +++- l10n/pt_PT.json | 4 +++- l10n/ro.js | 15 +++++++++++++-- l10n/ro.json | 15 +++++++++++++-- l10n/ru.js | 15 +++++++++++++-- l10n/ru.json | 15 +++++++++++++-- l10n/sc.js | 13 +++++++++++-- l10n/sc.json | 13 +++++++++++-- l10n/si.js | 4 +++- l10n/si.json | 4 +++- l10n/sk.js | 15 +++++++++++++-- l10n/sk.json | 15 +++++++++++++-- l10n/sl.js | 13 +++++++++++-- l10n/sl.json | 13 +++++++++++-- l10n/sq.js | 4 +++- l10n/sq.json | 4 +++- l10n/sr.js | 15 +++++++++++++-- l10n/sr.json | 15 +++++++++++++-- l10n/sr@latin.js | 4 +++- l10n/sr@latin.json | 4 +++- l10n/sv.js | 15 +++++++++++++-- l10n/sv.json | 15 +++++++++++++-- l10n/sw.js | 15 +++++++++++++-- l10n/sw.json | 15 +++++++++++++-- l10n/ta.js | 2 ++ l10n/ta.json | 2 ++ l10n/th.js | 4 +++- l10n/th.json | 4 +++- l10n/tr.js | 15 +++++++++++++-- l10n/tr.json | 15 +++++++++++++-- l10n/ug.js | 15 +++++++++++++-- l10n/ug.json | 15 +++++++++++++-- l10n/uk.js | 9 +++++++-- l10n/uk.json | 9 +++++++-- l10n/uz.js | 4 +++- l10n/uz.json | 4 +++- l10n/vi.js | 15 +++++++++++++-- l10n/vi.json | 15 +++++++++++++-- l10n/zh_CN.js | 15 +++++++++++++-- l10n/zh_CN.json | 15 +++++++++++++-- l10n/zh_HK.js | 15 +++++++++++++-- l10n/zh_HK.json | 15 +++++++++++++-- l10n/zh_TW.js | 15 +++++++++++++-- l10n/zh_TW.json | 15 +++++++++++++-- 172 files changed, 1138 insertions(+), 212 deletions(-) diff --git a/l10n/ar.js b/l10n/ar.js index 155dce511..bc630fb60 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -119,6 +119,7 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!", "Create your first card!" : "أنشِئ بطاقتك الأولى!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : " هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.", + "Attachments" : "المرفقات", "Card not found" : "لم يتم العثور على البطاقة ", "Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ", "Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD", @@ -236,7 +237,6 @@ OC.L10N.register( "The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.", "Open in sidebar view" : "فتح في الشريط الجانبي ", "Open in bigger view" : "فتح في نافذة أكبر ", - "Attachments" : "المرفقات", "Comments" : "تعليقات", "Failed to load comments" : "فشل في تحميل التعليقات ", "No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!", @@ -372,6 +372,7 @@ OC.L10N.register( "Click to expand description" : "إضعط للتوسّع في الوصف", "Click to expand comment" : "إضغط للتوسع في الملاحظات", "Create card" : "أنشى بطاقة ", + "Card title" : "عنوان البطاقة ", "Link to a board" : "ربط بلوح", "Link to a card" : "ربط ببطاقة", "Create a card" : "أنشى بطاقة ", @@ -379,7 +380,6 @@ OC.L10N.register( "Something went wrong" : "حدث خطأ ما", "Failed to upload {name}" : "فشل في رفع {اسم}", "Maximum file size of {size} exceeded" : " تجاوز الملف الحد الاقصى {size} بالحجم المسموح ", - "Card title" : "عنوان البطاقة ", "Due date" : "تاريخ الاكتمال", "Error creating the share" : "خطأ في إنشاء المشاركة", "Share with a Deck card" : "مشاركة مع بطاقة Deck", diff --git a/l10n/ar.json b/l10n/ar.json index f3c1c94a2..b5b21ea75 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -117,6 +117,7 @@ "4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!", "Create your first card!" : "أنشِئ بطاقتك الأولى!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : " هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.", + "Attachments" : "المرفقات", "Card not found" : "لم يتم العثور على البطاقة ", "Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ", "Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD", @@ -234,7 +235,6 @@ "The title cannot be empty." : "لا يمكن ترك العنوان فارغًا.", "Open in sidebar view" : "فتح في الشريط الجانبي ", "Open in bigger view" : "فتح في نافذة أكبر ", - "Attachments" : "المرفقات", "Comments" : "تعليقات", "Failed to load comments" : "فشل في تحميل التعليقات ", "No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!", @@ -370,6 +370,7 @@ "Click to expand description" : "إضعط للتوسّع في الوصف", "Click to expand comment" : "إضغط للتوسع في الملاحظات", "Create card" : "أنشى بطاقة ", + "Card title" : "عنوان البطاقة ", "Link to a board" : "ربط بلوح", "Link to a card" : "ربط ببطاقة", "Create a card" : "أنشى بطاقة ", @@ -377,7 +378,6 @@ "Something went wrong" : "حدث خطأ ما", "Failed to upload {name}" : "فشل في رفع {اسم}", "Maximum file size of {size} exceeded" : " تجاوز الملف الحد الاقصى {size} بالحجم المسموح ", - "Card title" : "عنوان البطاقة ", "Due date" : "تاريخ الاكتمال", "Error creating the share" : "خطأ في إنشاء المشاركة", "Share with a Deck card" : "مشاركة مع بطاقة Deck", diff --git a/l10n/bg.js b/l10n/bg.js index 764fb6394..16f669259 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -104,6 +104,7 @@ OC.L10N.register( "To Do" : "Задачи", "Done" : "Завършено", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Този коментар има повече от %s знака.\nДобавено като прикачен файл към картата с име %s.\nДостъпно на URL: %s.", + "Attachments" : "Прикачени файлове", "Card not found" : "Катртата не е намерена", "Path is already shared with this card" : "Пътят вече е споделен с тази карта", "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", @@ -208,7 +209,6 @@ OC.L10N.register( "The title cannot be empty." : "Заглавието не може да бъде празно.", "Open in sidebar view" : "Отваряне в изгледа на страничната лента", "Open in bigger view" : "Отваря се в по-голям изглед", - "Attachments" : "Прикачени файлове", "Comments" : "Коментари", "Failed to load comments" : "Неуспешно зареждане на коментари", "No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!", @@ -305,6 +305,7 @@ OC.L10N.register( "Click to expand description" : "Кликване за разширяване на описанието", "Click to expand comment" : "Кликване за разширяване на коментара", "Create card" : "Създаване на карта", + "Card title" : "Заглавие на карта", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", @@ -312,7 +313,6 @@ OC.L10N.register( "Something went wrong" : "Нещо се обърка", "Failed to upload {name}" : " Неуспешно качване на {name}", "Maximum file size of {size} exceeded" : "Максималният размер на файла от {size} е надвишен", - "Card title" : "Заглавие на карта", "Due date" : "Крайна дата", "Error creating the share" : "Грешка при създаване на споделяне", "Share with a Deck card" : "Споделяне с Deck карта", diff --git a/l10n/bg.json b/l10n/bg.json index 7cf7c479b..72d13e275 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -102,6 +102,7 @@ "To Do" : "Задачи", "Done" : "Завършено", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Този коментар има повече от %s знака.\nДобавено като прикачен файл към картата с име %s.\nДостъпно на URL: %s.", + "Attachments" : "Прикачени файлове", "Card not found" : "Катртата не е намерена", "Path is already shared with this card" : "Пътят вече е споделен с тази карта", "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", @@ -206,7 +207,6 @@ "The title cannot be empty." : "Заглавието не може да бъде празно.", "Open in sidebar view" : "Отваряне в изгледа на страничната лента", "Open in bigger view" : "Отваря се в по-голям изглед", - "Attachments" : "Прикачени файлове", "Comments" : "Коментари", "Failed to load comments" : "Неуспешно зареждане на коментари", "No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!", @@ -303,6 +303,7 @@ "Click to expand description" : "Кликване за разширяване на описанието", "Click to expand comment" : "Кликване за разширяване на коментара", "Create card" : "Създаване на карта", + "Card title" : "Заглавие на карта", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", @@ -310,7 +311,6 @@ "Something went wrong" : "Нещо се обърка", "Failed to upload {name}" : " Неуспешно качване на {name}", "Maximum file size of {size} exceeded" : "Максималният размер на файла от {size} е надвишен", - "Card title" : "Заглавие на карта", "Due date" : "Крайна дата", "Error creating the share" : "Грешка при създаване на споделяне", "Share with a Deck card" : "Споделяне с Deck карта", diff --git a/l10n/ca.js b/l10n/ca.js index c3bc42060..f81600cc2 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -119,6 +119,7 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!", "Create your first card!" : "Crea la teva primera targeta!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.", + "Attachments" : "Adjunts", "Card not found" : "No s'ha trobat la targeta", "Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta", "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD", @@ -236,7 +237,6 @@ OC.L10N.register( "The title cannot be empty." : "El títol no pot estar buit.", "Open in sidebar view" : "Obre a la vista de la barra lateral", "Open in bigger view" : "Obre a la vista més gran", - "Attachments" : "Adjunts", "Comments" : "Comentaris", "Failed to load comments" : "No s'han pogut carregar els comentaris", "No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!", @@ -372,6 +372,9 @@ OC.L10N.register( "Click to expand description" : "Feu clic per ampliar la descripció", "Click to expand comment" : "Feu clic per ampliar el comentari", "Create card" : "Crea una targeta", + "Card title" : "Títol de la targeta", + "Creating the new card …" : "Creant la nova targeta …", + "upcoming cards tomorrow" : "properes targetes demà", "Link to a board" : "Enllaça a un tauler", "Link to a card" : "Enllaç una targeta", "Create a card" : "Crea una targeta", @@ -379,7 +382,6 @@ OC.L10N.register( "Something went wrong" : "Alguna cosa ha anat malament", "Failed to upload {name}" : "No s'ha pogut pujar {name}", "Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}", - "Card title" : "Títol de la targeta", "Due date" : "Data de caducitat", "Error creating the share" : "S'ha produït un error en crear la compartició", "Share with a Deck card" : "Compartir amb una targeta de Deck", diff --git a/l10n/ca.json b/l10n/ca.json index f736b5495..a51362299 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -117,6 +117,7 @@ "4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!", "Create your first card!" : "Crea la teva primera targeta!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.", + "Attachments" : "Adjunts", "Card not found" : "No s'ha trobat la targeta", "Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta", "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD", @@ -234,7 +235,6 @@ "The title cannot be empty." : "El títol no pot estar buit.", "Open in sidebar view" : "Obre a la vista de la barra lateral", "Open in bigger view" : "Obre a la vista més gran", - "Attachments" : "Adjunts", "Comments" : "Comentaris", "Failed to load comments" : "No s'han pogut carregar els comentaris", "No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!", @@ -370,6 +370,9 @@ "Click to expand description" : "Feu clic per ampliar la descripció", "Click to expand comment" : "Feu clic per ampliar el comentari", "Create card" : "Crea una targeta", + "Card title" : "Títol de la targeta", + "Creating the new card …" : "Creant la nova targeta …", + "upcoming cards tomorrow" : "properes targetes demà", "Link to a board" : "Enllaça a un tauler", "Link to a card" : "Enllaç una targeta", "Create a card" : "Crea una targeta", @@ -377,7 +380,6 @@ "Something went wrong" : "Alguna cosa ha anat malament", "Failed to upload {name}" : "No s'ha pogut pujar {name}", "Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}", - "Card title" : "Títol de la targeta", "Due date" : "Data de caducitat", "Error creating the share" : "S'ha produït un error en crear la compartició", "Share with a Deck card" : "Compartir amb una targeta de Deck", diff --git a/l10n/cs.js b/l10n/cs.js index 6d9238da6..0a193f3c0 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -122,6 +122,7 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Sdílejte, komentujte a spolupracujte!", "Create your first card!" : "Vytvořte svou první kartu!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.", + "Attachments" : "Přílohy", "Card not found" : "Karta nebyla nalezena", "Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno", "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD", @@ -239,7 +240,6 @@ OC.L10N.register( "The title cannot be empty." : "Nadpis je třeba vyplnit.", "Open in sidebar view" : "Otevřít v zobrazení v postranním panelu", "Open in bigger view" : "Otevřít ve větším zobrazení", - "Attachments" : "Přílohy", "Comments" : "Komentáře", "Failed to load comments" : "Načtení komentářů se nezdařilo", "No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!", @@ -382,6 +382,9 @@ OC.L10N.register( "Click to expand description" : "Popis rozbalíte kliknutím", "Click to expand comment" : "Komentář rozbalíte kliknutím", "Create card" : "Vytvořit kartu", + "Card title" : "Název karty", + "Creating the new card …" : "Vytváření nové karty…", + "upcoming cards tomorrow" : "nadcházející karty na zítřek", "Link to a board" : "Propojit s tabulí", "Link to a card" : "Propojit s kartou", "Create a card" : "Vytvořit kartu", @@ -389,7 +392,6 @@ OC.L10N.register( "Something went wrong" : "Něco se pokazilo", "Failed to upload {name}" : "Nepodařilo se nahrát {name}", "Maximum file size of {size} exceeded" : "Překročena nejvyšší umožněná velikost souboru {size}", - "Card title" : "Název karty", "Assigned users" : "Přiřazení uživatelé", "Due date" : "Datum termínu", "Error creating the share" : "Chyba při vytváření sdílení", diff --git a/l10n/cs.json b/l10n/cs.json index 52aa77e0d..232520d64 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -120,6 +120,7 @@ "4. Share, comment and collaborate!" : "4. Sdílejte, komentujte a spolupracujte!", "Create your first card!" : "Vytvořte svou první kartu!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.", + "Attachments" : "Přílohy", "Card not found" : "Karta nebyla nalezena", "Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno", "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD", @@ -237,7 +238,6 @@ "The title cannot be empty." : "Nadpis je třeba vyplnit.", "Open in sidebar view" : "Otevřít v zobrazení v postranním panelu", "Open in bigger view" : "Otevřít ve větším zobrazení", - "Attachments" : "Přílohy", "Comments" : "Komentáře", "Failed to load comments" : "Načtení komentářů se nezdařilo", "No comments yet. Begin the discussion!" : "Zatím bez komentářů. Zahajte diskuzi!", @@ -380,6 +380,9 @@ "Click to expand description" : "Popis rozbalíte kliknutím", "Click to expand comment" : "Komentář rozbalíte kliknutím", "Create card" : "Vytvořit kartu", + "Card title" : "Název karty", + "Creating the new card …" : "Vytváření nové karty…", + "upcoming cards tomorrow" : "nadcházející karty na zítřek", "Link to a board" : "Propojit s tabulí", "Link to a card" : "Propojit s kartou", "Create a card" : "Vytvořit kartu", @@ -387,7 +390,6 @@ "Something went wrong" : "Něco se pokazilo", "Failed to upload {name}" : "Nepodařilo se nahrát {name}", "Maximum file size of {size} exceeded" : "Překročena nejvyšší umožněná velikost souboru {size}", - "Card title" : "Název karty", "Assigned users" : "Přiřazení uživatelé", "Due date" : "Datum termínu", "Error creating the share" : "Chyba při vytváření sdílení", diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js index 981d156d5..5d9fecd34 100644 --- a/l10n/cy_GB.js +++ b/l10n/cy_GB.js @@ -32,6 +32,7 @@ OC.L10N.register( "An error occurred" : "Digwyddodd gwall", "Export" : "Allforio", "Today" : "Heddiw", + "Close" : "Cau", "Share" : "Rhannu", "Personal" : "Personol" }, diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json index 5cf369928..1fecc6119 100644 --- a/l10n/cy_GB.json +++ b/l10n/cy_GB.json @@ -30,6 +30,7 @@ "An error occurred" : "Digwyddodd gwall", "Export" : "Allforio", "Today" : "Heddiw", + "Close" : "Cau", "Share" : "Rhannu", "Personal" : "Personol" },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" diff --git a/l10n/da.js b/l10n/da.js index 72cb48944..e30642b71 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -64,6 +64,7 @@ OC.L10N.register( "To Do" : "To-do liste", "In Progress" : "I gang", "Done" : "Afsluttet", + "Attachments" : "Vedhæftede filer", "Card not found" : "Kort ikke fundet.", "Path is already shared with this card" : "Stien er allerede delt med dette kort.", "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD", @@ -157,7 +158,6 @@ OC.L10N.register( "The title cannot be empty." : "Titlen må ikke være tom", "Open in sidebar view" : "Åben i sidebjælke visning", "Open in bigger view" : "Åben i større visning", - "Attachments" : "Vedhæftede filer", "Comments" : "Kommentarer", "No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!", "The comment cannot be empty." : "Kommentaren må ikke være tom.", @@ -242,6 +242,8 @@ OC.L10N.register( "No results found" : "Ingen resultater fundet", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Create card" : "Opret kort", + "Creating the new card …" : "Oprette det nye kort ...", + "Close" : "Luk", "Link to a board" : "Link til tavle", "Link to a card" : "Link til et kort", "Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}", diff --git a/l10n/da.json b/l10n/da.json index b9a8843eb..b331a6b0c 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -62,6 +62,7 @@ "To Do" : "To-do liste", "In Progress" : "I gang", "Done" : "Afsluttet", + "Attachments" : "Vedhæftede filer", "Card not found" : "Kort ikke fundet.", "Path is already shared with this card" : "Stien er allerede delt med dette kort.", "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD", @@ -155,7 +156,6 @@ "The title cannot be empty." : "Titlen må ikke være tom", "Open in sidebar view" : "Åben i sidebjælke visning", "Open in bigger view" : "Åben i større visning", - "Attachments" : "Vedhæftede filer", "Comments" : "Kommentarer", "No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!", "The comment cannot be empty." : "Kommentaren må ikke være tom.", @@ -240,6 +240,8 @@ "No results found" : "Ingen resultater fundet", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Create card" : "Opret kort", + "Creating the new card …" : "Oprette det nye kort ...", + "Close" : "Luk", "Link to a board" : "Link til tavle", "Link to a card" : "Link til et kort", "Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}", diff --git a/l10n/de.js b/l10n/de.js index ae3143552..430f1f5c9 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -122,6 +122,7 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", "Create your first card!" : "Erstelle Deine erste Karte!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", + "Attachments" : "Anhänge", "Card not found" : "Karte nicht gefunden", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", @@ -239,7 +240,6 @@ OC.L10N.register( "The title cannot be empty." : "Der Titel darf nicht leer sein.", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", - "Attachments" : "Anhänge", "Comments" : "Kommentare", "Failed to load comments" : "Laden der Kommentare ist fehlgeschlagen", "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!", @@ -382,6 +382,11 @@ OC.L10N.register( "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", + "Card title" : "Titel der Karte", + "Creating the new card …" : "Neue Karte wird erstellt …", + "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", + "Close" : "Schließen", + "upcoming cards tomorrow" : "Morgen anstehende Karten", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -389,7 +394,6 @@ OC.L10N.register( "Something went wrong" : "Etwas ist schiefgelaufen", "Failed to upload {name}" : "{name} konnte nicht hochgeladen werden", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", - "Card title" : "Titel der Karte", "Assigned users" : "Zugewiesene Benutzer", "Due date" : "Fälligkeitsdatum", "Error creating the share" : "Fehler beim Erstellen der Freigabe", diff --git a/l10n/de.json b/l10n/de.json index f4f667f5d..4419a4e8b 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -120,6 +120,7 @@ "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", "Create your first card!" : "Erstelle Deine erste Karte!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", + "Attachments" : "Anhänge", "Card not found" : "Karte nicht gefunden", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", @@ -237,7 +238,6 @@ "The title cannot be empty." : "Der Titel darf nicht leer sein.", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", - "Attachments" : "Anhänge", "Comments" : "Kommentare", "Failed to load comments" : "Laden der Kommentare ist fehlgeschlagen", "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginne die Diskussion!", @@ -380,6 +380,11 @@ "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", + "Card title" : "Titel der Karte", + "Creating the new card …" : "Neue Karte wird erstellt …", + "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", + "Close" : "Schließen", + "upcoming cards tomorrow" : "Morgen anstehende Karten", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -387,7 +392,6 @@ "Something went wrong" : "Etwas ist schiefgelaufen", "Failed to upload {name}" : "{name} konnte nicht hochgeladen werden", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", - "Card title" : "Titel der Karte", "Assigned users" : "Zugewiesene Benutzer", "Due date" : "Fälligkeitsdatum", "Error creating the share" : "Fehler beim Erstellen der Freigabe", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 20bd52c0a..d53b062d0 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -122,6 +122,7 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", "Create your first card!" : "Erstellen Sie Ihre erste Karte!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", + "Attachments" : "Anhänge", "Card not found" : "Karte nicht gefunden", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", @@ -239,7 +240,6 @@ OC.L10N.register( "The title cannot be empty." : "Der Titel darf nicht leer sein.", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", - "Attachments" : "Anhänge", "Comments" : "Kommentare", "Failed to load comments" : "Kommentare konnten nicht geladen werden", "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!", @@ -382,6 +382,11 @@ OC.L10N.register( "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", + "Card title" : "Titel der Karte", + "Creating the new card …" : "Neue Karte wird erstellt …", + "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", + "Close" : "Schließen", + "upcoming cards tomorrow" : "Morgen anstehende Karten", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -389,7 +394,6 @@ OC.L10N.register( "Something went wrong" : "Etwas ist schiefgelaufen", "Failed to upload {name}" : "{name} konnte nicht hochgeladen werden", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", - "Card title" : "Titel der Karte", "Assigned users" : "Zugewiesene Benutzer", "Due date" : "Fälligkeitsdatum", "Error creating the share" : "Fehler beim Erstellen der Freigabe", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 904f861d8..3e1ec896e 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -120,6 +120,7 @@ "4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!", "Create your first card!" : "Erstellen Sie Ihre erste Karte!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", + "Attachments" : "Anhänge", "Card not found" : "Karte nicht gefunden", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", @@ -237,7 +238,6 @@ "The title cannot be empty." : "Der Titel darf nicht leer sein.", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", - "Attachments" : "Anhänge", "Comments" : "Kommentare", "Failed to load comments" : "Kommentare konnten nicht geladen werden", "No comments yet. Begin the discussion!" : "Bislang keine Kommentare. Beginnen Sie die Diskussion!", @@ -380,6 +380,11 @@ "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", + "Card title" : "Titel der Karte", + "Creating the new card …" : "Neue Karte wird erstellt …", + "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", + "Close" : "Schließen", + "upcoming cards tomorrow" : "Morgen anstehende Karten", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", @@ -387,7 +392,6 @@ "Something went wrong" : "Etwas ist schiefgelaufen", "Failed to upload {name}" : "{name} konnte nicht hochgeladen werden", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", - "Card title" : "Titel der Karte", "Assigned users" : "Zugewiesene Benutzer", "Due date" : "Fälligkeitsdatum", "Error creating the share" : "Fehler beim Erstellen der Freigabe", diff --git a/l10n/el.js b/l10n/el.js index ebffa9cf8..631dea0c4 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -109,6 +109,7 @@ OC.L10N.register( "To Do" : "Προς Ενέργεια", "Done" : "Ολοκληρώθηκε", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Αυτό το σχόλιο έχει περισσότερους από %s χαρακτήρες.\nΠροστέθηκε ως συνημμένο στην καρτέλα με όνομα %s .\nΠροσβάσιμο στη διεύθυνση URL: %s.", + "Attachments" : "Συνημμένα", "Card not found" : "Η καρτέλα δεν βρέθηκε", "Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την καρτέλα", "Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ", @@ -224,7 +225,6 @@ OC.L10N.register( "The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.", "Open in sidebar view" : "Άνοιγμα σε προβολή πλευρικής στήλης", "Open in bigger view" : "Άνοιγμα σε μεγαλύτερη προβολή", - "Attachments" : "Συνημμένα", "Comments" : "Σχόλια", "Failed to load comments" : "Αποτυχία φόρτωσης σχολίων", "No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!", @@ -352,6 +352,11 @@ OC.L10N.register( "Click to expand description" : "Κλικ για επέκταση περιγραφής", "Click to expand comment" : "Κλικ για επέκταση σχολίου", "Create card" : "Δημιουργία καρτέλας", + "Card title" : "Τίτλος καρτέλας", + "Creating the new card …" : "Γίνεται δημιουργία της νέας καρτέλας...", + "Card \"{card}\" was added to \"{board}\"" : "Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"", + "Close" : "Κλείσιμο", + "upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο", "Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a card" : "Σύνδεσμος σε καρτέλα", "Create a card" : "Δημιουργία καρτέλας", @@ -359,7 +364,6 @@ OC.L10N.register( "Something went wrong" : "Κάτι πήγε στραβά", "Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {name}", "Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}", - "Card title" : "Τίτλος καρτέλας", "Due date" : "Προθεσμία", "Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης", "Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck", diff --git a/l10n/el.json b/l10n/el.json index 76632fa88..399d286d8 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -107,6 +107,7 @@ "To Do" : "Προς Ενέργεια", "Done" : "Ολοκληρώθηκε", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Αυτό το σχόλιο έχει περισσότερους από %s χαρακτήρες.\nΠροστέθηκε ως συνημμένο στην καρτέλα με όνομα %s .\nΠροσβάσιμο στη διεύθυνση URL: %s.", + "Attachments" : "Συνημμένα", "Card not found" : "Η καρτέλα δεν βρέθηκε", "Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την καρτέλα", "Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ", @@ -222,7 +223,6 @@ "The title cannot be empty." : "Ο τίτλος δεν μπορεί να είναι κενός.", "Open in sidebar view" : "Άνοιγμα σε προβολή πλευρικής στήλης", "Open in bigger view" : "Άνοιγμα σε μεγαλύτερη προβολή", - "Attachments" : "Συνημμένα", "Comments" : "Σχόλια", "Failed to load comments" : "Αποτυχία φόρτωσης σχολίων", "No comments yet. Begin the discussion!" : "Χωρίς σχόλια ακόμη. Ξεκινήστε την συζήτηση!", @@ -350,6 +350,11 @@ "Click to expand description" : "Κλικ για επέκταση περιγραφής", "Click to expand comment" : "Κλικ για επέκταση σχολίου", "Create card" : "Δημιουργία καρτέλας", + "Card title" : "Τίτλος καρτέλας", + "Creating the new card …" : "Γίνεται δημιουργία της νέας καρτέλας...", + "Card \"{card}\" was added to \"{board}\"" : "Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"", + "Close" : "Κλείσιμο", + "upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο", "Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a card" : "Σύνδεσμος σε καρτέλα", "Create a card" : "Δημιουργία καρτέλας", @@ -357,7 +362,6 @@ "Something went wrong" : "Κάτι πήγε στραβά", "Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {name}", "Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}", - "Card title" : "Τίτλος καρτέλας", "Due date" : "Προθεσμία", "Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης", "Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index cd2606dc8..ff9591490 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Share, comment and collaborate!", "Create your first card!" : "Create your first card!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", + "Attachments" : "Attachments", + "File" : "File", "Card not found" : "Card not found", "Path is already shared with this card" : "Path is already shared with this card", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "The title cannot be empty.", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", - "Attachments" : "Attachments", "Comments" : "Comments", "Failed to load comments" : "Failed to load comments", "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", @@ -382,6 +383,12 @@ OC.L10N.register( "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", + "Card title" : "Card title", + "Creating the new card …" : "Creating the new card …", + "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", + "Close" : "Close", + "No upcoming cards" : "No upcoming cards", + "upcoming cards tomorrow" : "upcoming cards tomorrow", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -389,7 +396,6 @@ OC.L10N.register( "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", - "Card title" : "Card title", "Assigned users" : "Assigned users", "Due date" : "Due date", "Error creating the share" : "Error creating the share", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 2593cbcb9..82011ceee 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Share, comment and collaborate!", "Create your first card!" : "Create your first card!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", + "Attachments" : "Attachments", + "File" : "File", "Card not found" : "Card not found", "Path is already shared with this card" : "Path is already shared with this card", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "The title cannot be empty.", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", - "Attachments" : "Attachments", "Comments" : "Comments", "Failed to load comments" : "Failed to load comments", "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", @@ -380,6 +381,12 @@ "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", + "Card title" : "Card title", + "Creating the new card …" : "Creating the new card …", + "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", + "Close" : "Close", + "No upcoming cards" : "No upcoming cards", + "upcoming cards tomorrow" : "upcoming cards tomorrow", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -387,7 +394,6 @@ "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", - "Card title" : "Card title", "Assigned users" : "Assigned users", "Due date" : "Due date", "Error creating the share" : "Error creating the share", diff --git a/l10n/eo.js b/l10n/eo.js index bd87b5b70..6b3851eb5 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -63,6 +63,8 @@ OC.L10N.register( "Later" : "Poste", "copy" : "kopio", "Done" : "Farita", + "Attachments" : "Dosieraj aldonaĵoj", + "File" : "Dosiero", "Invalid date, date format must be YYYY-MM-DD" : "Nevalida dato; datoformo estu JJJJ-MM-TT", "Select the board to link to a project" : "Elekti la tabulon ligotan al projekto", "Select board" : "Elekti tabulon", @@ -93,7 +95,6 @@ OC.L10N.register( "Download" : "Elŝuti", "Modified" : "Modifita", "Created" : "Kreita", - "Attachments" : "Dosieraj aldonaĵoj", "Comments" : "Komentoj", "Save" : "Konservi", "Created:" : "Kreita:", @@ -122,6 +123,7 @@ OC.L10N.register( "Export" : "Eksporti", "Today" : "Hodiaŭ", "Tomorrow" : "Morgaŭ", + "Close" : "Malfermi", "Link to a board" : "Ligilo al tabulo", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Due date" : "Limdato", diff --git a/l10n/eo.json b/l10n/eo.json index d36f0ed32..cdb13ee0e 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -61,6 +61,8 @@ "Later" : "Poste", "copy" : "kopio", "Done" : "Farita", + "Attachments" : "Dosieraj aldonaĵoj", + "File" : "Dosiero", "Invalid date, date format must be YYYY-MM-DD" : "Nevalida dato; datoformo estu JJJJ-MM-TT", "Select the board to link to a project" : "Elekti la tabulon ligotan al projekto", "Select board" : "Elekti tabulon", @@ -91,7 +93,6 @@ "Download" : "Elŝuti", "Modified" : "Modifita", "Created" : "Kreita", - "Attachments" : "Dosieraj aldonaĵoj", "Comments" : "Komentoj", "Save" : "Konservi", "Created:" : "Kreita:", @@ -120,6 +121,7 @@ "Export" : "Eksporti", "Today" : "Hodiaŭ", "Tomorrow" : "Morgaŭ", + "Close" : "Malfermi", "Link to a board" : "Ligilo al tabulo", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Due date" : "Limdato", diff --git a/l10n/es.js b/l10n/es.js index 2146da6e5..585d52ca2 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "En progreso", "Done" : "Hecho", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\nAñadido como adjunto a la tarjeta con el nombre %s.\nAccesible en la URL: %s.", + "Attachments" : "Adjuntos", + "File" : "Archivo", "Card not found" : "Tarjeta no encontrada", "Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta", "Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD", @@ -228,7 +230,6 @@ OC.L10N.register( "The title cannot be empty." : "El título no puede estar vacío.", "Open in sidebar view" : "Abrir en vista de barra lateral", "Open in bigger view" : "Abrir en vista más grande", - "Attachments" : "Adjuntos", "Comments" : "Comentarios", "Failed to load comments" : "Fallo al cargar los comentarios", "No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!", @@ -364,6 +365,12 @@ OC.L10N.register( "Click to expand description" : "Pulse para expandir la descripción", "Click to expand comment" : "Pulse para expandir el comentario", "Create card" : "Crear tarjeta", + "Card title" : "Título de la tarjeta", + "Creating the new card …" : "Creando una nueva tarjeta …", + "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", + "Close" : "Cerrar", + "No upcoming cards" : "No hay tarjetas próximas", + "upcoming cards tomorrow" : "próximas tarjetas mañana", "Link to a board" : "Enlace a un tablero", "Link to a card" : "Enlace a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -371,7 +378,6 @@ OC.L10N.register( "Something went wrong" : "Algo ha ido mal", "Failed to upload {name}" : "Error al subir {name}", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", - "Card title" : "Título de la tarjeta", "Due date" : "Fecha de fin", "Error creating the share" : "Error creando el recurso compartido", "Share with a Deck card" : "Compartir con una tarjeta de Deck", diff --git a/l10n/es.json b/l10n/es.json index d8621bad6..b9b73a785 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -109,6 +109,8 @@ "In Progress" : "En progreso", "Done" : "Hecho", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\nAñadido como adjunto a la tarjeta con el nombre %s.\nAccesible en la URL: %s.", + "Attachments" : "Adjuntos", + "File" : "Archivo", "Card not found" : "Tarjeta no encontrada", "Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta", "Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD", @@ -226,7 +228,6 @@ "The title cannot be empty." : "El título no puede estar vacío.", "Open in sidebar view" : "Abrir en vista de barra lateral", "Open in bigger view" : "Abrir en vista más grande", - "Attachments" : "Adjuntos", "Comments" : "Comentarios", "Failed to load comments" : "Fallo al cargar los comentarios", "No comments yet. Begin the discussion!" : "Todavía no hay comentarios. ¡Comienza la discusión!", @@ -362,6 +363,12 @@ "Click to expand description" : "Pulse para expandir la descripción", "Click to expand comment" : "Pulse para expandir el comentario", "Create card" : "Crear tarjeta", + "Card title" : "Título de la tarjeta", + "Creating the new card …" : "Creando una nueva tarjeta …", + "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", + "Close" : "Cerrar", + "No upcoming cards" : "No hay tarjetas próximas", + "upcoming cards tomorrow" : "próximas tarjetas mañana", "Link to a board" : "Enlace a un tablero", "Link to a card" : "Enlace a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -369,7 +376,6 @@ "Something went wrong" : "Algo ha ido mal", "Failed to upload {name}" : "Error al subir {name}", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", - "Card title" : "Título de la tarjeta", "Due date" : "Fecha de fin", "Error creating the share" : "Error creando el recurso compartido", "Share with a Deck card" : "Compartir con una tarjeta de Deck", diff --git a/l10n/es_419.js b/l10n/es_419.js index b65f5af46..7b55fafba 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -14,6 +14,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -63,6 +64,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_419.json b/l10n/es_419.json index 4c7ecd7fb..66e756a37 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -12,6 +12,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -61,6 +62,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_AR.js b/l10n/es_AR.js index faf3fe617..1a7770f6d 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -42,6 +42,8 @@ OC.L10N.register( "copy" : "copiar", "In Progress" : "En progreso", "Done" : "Hecho", + "Attachments" : "Adjuntos", + "File" : "Archivo", "Card not found" : "Tarjeta no encontrada", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto", @@ -76,7 +78,6 @@ OC.L10N.register( "Download" : "Descargar", "Modified" : "Modificado", "Created" : "Creado", - "Attachments" : "Adjuntos", "Comments" : "Comentarios", "Save" : "Guardar", "Created:" : "Creado:", @@ -108,6 +109,9 @@ OC.L10N.register( "No due" : "Sin finalizar", "Create card" : "Crear tarjeta", "Card title" : "Título de la tarjeta", + "Creating the new card …" : "Creando una nueva tarjeta …", + "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 386876fed..9491a6a13 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -40,6 +40,8 @@ "copy" : "copiar", "In Progress" : "En progreso", "Done" : "Hecho", + "Attachments" : "Adjuntos", + "File" : "Archivo", "Card not found" : "Tarjeta no encontrada", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto", @@ -74,7 +76,6 @@ "Download" : "Descargar", "Modified" : "Modificado", "Created" : "Creado", - "Attachments" : "Adjuntos", "Comments" : "Comentarios", "Save" : "Guardar", "Created:" : "Creado:", @@ -106,6 +107,9 @@ "No due" : "Sin finalizar", "Create card" : "Crear tarjeta", "Card title" : "Título de la tarjeta", + "Creating the new card …" : "Creando una nueva tarjeta …", + "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", diff --git a/l10n/es_CL.js b/l10n/es_CL.js index 3bc3a2cee..0e650e0e4 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -19,6 +19,7 @@ OC.L10N.register( "Later" : "Después", "In Progress" : "En progreso", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", diff --git a/l10n/es_CL.json b/l10n/es_CL.json index c385610da..614276a8f 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -17,6 +17,7 @@ "Later" : "Después", "In Progress" : "En progreso", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", diff --git a/l10n/es_CO.js b/l10n/es_CO.js index 507f5916f..28844c767 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -19,6 +19,7 @@ OC.L10N.register( "Later" : "Después", "copy" : "Copiar", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -67,6 +68,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_CO.json b/l10n/es_CO.json index a3dba5aa9..2b98f4133 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -17,6 +17,7 @@ "Later" : "Después", "copy" : "Copiar", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -65,6 +66,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_CR.js b/l10n/es_CR.js index a0f064fef..242a4edf8 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -18,6 +18,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", diff --git a/l10n/es_CR.json b/l10n/es_CR.json index fc32e592b..739986925 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -16,6 +16,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", diff --git a/l10n/es_DO.js b/l10n/es_DO.js index a0f064fef..f4d7ba807 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -18,6 +18,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -66,6 +67,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_DO.json b/l10n/es_DO.json index fc32e592b..ef68df0ba 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -16,6 +16,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -64,6 +65,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_EC.js b/l10n/es_EC.js index e10f093cf..dd65da1c4 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -101,6 +101,8 @@ OC.L10N.register( "To Do" : "Por hacer", "Done" : "Terminado", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\n Añadido como un archivo adjunto a la tarjeta con el nombre %s.\n Accesible en la URL: %s.", + "Attachments" : "Adjuntos", + "File" : "Archivo", "Card not found" : "No se encontró la tarjeta", "Path is already shared with this card" : "La ruta ya está compartida con esta tarjeta", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", @@ -205,7 +207,6 @@ OC.L10N.register( "The title cannot be empty." : "El título no puede estar vacío.", "Open in sidebar view" : "Abrir en vista de barra lateral", "Open in bigger view" : "Abrir en vista más grande", - "Attachments" : "Adjuntos", "Comments" : "Comentarios", "Failed to load comments" : "Error al cargar los comentarios", "No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!", @@ -297,6 +298,14 @@ OC.L10N.register( "Click to expand description" : "Haz clic para expandir la descripción", "Click to expand comment" : "Haz clic para expandir el comentario", "Create card" : "Crear tarjeta", + "Create a new card" : "Crear una nueva tarjeta", + "Card title" : "Título de la tarjeta", + "Creating the new card …" : "Creando la nueva tarjeta …", + "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" se ha añadido a \"{board}\"", + "Close" : "Cerrar", + "No upcoming cards" : "No hay tarjetas próximas", + "upcoming cards" : "tarjetas próximas", + "New card" : "Nueva tarjeta", "Link to a board" : "Vincular a un tablero", "Link to a card" : "Vincular a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -304,7 +313,6 @@ OC.L10N.register( "Something went wrong" : "Algo salió mal", "Failed to upload {name}" : "Error al subir {name}", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", - "Card title" : "Título de la tarjeta", "Due date" : "Fecha de vencimiento", "Error creating the share" : "Error al crear la compartición", "Share with a Deck card" : "Compartir con una tarjeta de Deck", diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 424d0b526..2afb5e564 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -99,6 +99,8 @@ "To Do" : "Por hacer", "Done" : "Terminado", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\n Añadido como un archivo adjunto a la tarjeta con el nombre %s.\n Accesible en la URL: %s.", + "Attachments" : "Adjuntos", + "File" : "Archivo", "Card not found" : "No se encontró la tarjeta", "Path is already shared with this card" : "La ruta ya está compartida con esta tarjeta", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", @@ -203,7 +205,6 @@ "The title cannot be empty." : "El título no puede estar vacío.", "Open in sidebar view" : "Abrir en vista de barra lateral", "Open in bigger view" : "Abrir en vista más grande", - "Attachments" : "Adjuntos", "Comments" : "Comentarios", "Failed to load comments" : "Error al cargar los comentarios", "No comments yet. Begin the discussion!" : "Aún no hay comentarios. ¡Inicia la discusión!", @@ -295,6 +296,14 @@ "Click to expand description" : "Haz clic para expandir la descripción", "Click to expand comment" : "Haz clic para expandir el comentario", "Create card" : "Crear tarjeta", + "Create a new card" : "Crear una nueva tarjeta", + "Card title" : "Título de la tarjeta", + "Creating the new card …" : "Creando la nueva tarjeta …", + "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" se ha añadido a \"{board}\"", + "Close" : "Cerrar", + "No upcoming cards" : "No hay tarjetas próximas", + "upcoming cards" : "tarjetas próximas", + "New card" : "Nueva tarjeta", "Link to a board" : "Vincular a un tablero", "Link to a card" : "Vincular a una tarjeta", "Create a card" : "Crear una tarjeta", @@ -302,7 +311,6 @@ "Something went wrong" : "Algo salió mal", "Failed to upload {name}" : "Error al subir {name}", "Maximum file size of {size} exceeded" : "Tamaño máximo de archivo de {size} excedido", - "Card title" : "Título de la tarjeta", "Due date" : "Fecha de vencimiento", "Error creating the share" : "Error al crear la compartición", "Share with a Deck card" : "Compartir con una tarjeta de Deck", diff --git a/l10n/es_GT.js b/l10n/es_GT.js index b5f505639..ff9c1e4af 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -19,6 +19,7 @@ OC.L10N.register( "Later" : "Después", "To Do" : "Por hacer", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", diff --git a/l10n/es_GT.json b/l10n/es_GT.json index 872f45b6a..1141f0218 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -17,6 +17,7 @@ "Later" : "Después", "To Do" : "Por hacer", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", diff --git a/l10n/es_HN.js b/l10n/es_HN.js index da28a8ee0..a97db5d77 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -14,6 +14,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -62,6 +63,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_HN.json b/l10n/es_HN.json index c72751467..be64c54b2 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -12,6 +12,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -60,6 +61,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 4ec7bcc0e..d4e1d5458 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -97,6 +97,8 @@ OC.L10N.register( "To Do" : "Pendiente", "In Progress" : "En proceso", "Done" : "Terminado", + "Attachments" : "Adjuntos", + "File" : "Archivo", "Card not found" : "No se encontró la tarjeta", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Add board" : "Añadir pizarra", @@ -146,7 +148,6 @@ OC.L10N.register( "Download" : "Descargar", "Modified" : "Modificado", "Created" : "Creado", - "Attachments" : "Adjuntos", "Comments" : "Comentarios", "Save" : "Guardar", "Created:" : "Creado:", @@ -188,6 +189,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Error creating the share" : "Error creando el recurso compartido", "Share" : "Compartir", diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 72f2562f7..4429c0a7d 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -95,6 +95,8 @@ "To Do" : "Pendiente", "In Progress" : "En proceso", "Done" : "Terminado", + "Attachments" : "Adjuntos", + "File" : "Archivo", "Card not found" : "No se encontró la tarjeta", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Add board" : "Añadir pizarra", @@ -144,7 +146,6 @@ "Download" : "Descargar", "Modified" : "Modificado", "Created" : "Creado", - "Attachments" : "Adjuntos", "Comments" : "Comentarios", "Save" : "Guardar", "Created:" : "Creado:", @@ -186,6 +187,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Error creating the share" : "Error creando el recurso compartido", "Share" : "Compartir", diff --git a/l10n/es_NI.js b/l10n/es_NI.js index da28a8ee0..a97db5d77 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -14,6 +14,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -62,6 +63,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_NI.json b/l10n/es_NI.json index c72751467..be64c54b2 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -12,6 +12,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -60,6 +61,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PA.js b/l10n/es_PA.js index da28a8ee0..a97db5d77 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -14,6 +14,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -62,6 +63,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PA.json b/l10n/es_PA.json index c72751467..be64c54b2 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -12,6 +12,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -60,6 +61,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PE.js b/l10n/es_PE.js index 0352bdf83..beceaf44e 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -15,6 +15,7 @@ OC.L10N.register( "Later" : "Después", "copy" : "copiar", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -64,6 +65,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PE.json b/l10n/es_PE.json index 407aaeb4b..41d3fe7f7 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -13,6 +13,7 @@ "Later" : "Después", "copy" : "copiar", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -62,6 +63,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PR.js b/l10n/es_PR.js index da28a8ee0..a97db5d77 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -14,6 +14,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -62,6 +63,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PR.json b/l10n/es_PR.json index c72751467..be64c54b2 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -12,6 +12,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -60,6 +61,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PY.js b/l10n/es_PY.js index d6604bb70..6b6d12fb8 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -15,6 +15,7 @@ OC.L10N.register( "Later" : "Después", "copy" : "copiar", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -65,6 +66,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_PY.json b/l10n/es_PY.json index a3ca5e533..819afb0eb 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -13,6 +13,7 @@ "Later" : "Después", "copy" : "copiar", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -63,6 +64,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_SV.js b/l10n/es_SV.js index a0f064fef..f4d7ba807 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -18,6 +18,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -66,6 +67,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_SV.json b/l10n/es_SV.json index fc32e592b..ef68df0ba 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -16,6 +16,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", @@ -64,6 +65,7 @@ "Export" : "Exportar", "Today" : "Hoy", "Tomorrow" : "Mañana", + "Close" : "Cerrar", "Due date" : "Fecha de vencimiento", "Share" : "Compartir", "Personal" : "Personal" diff --git a/l10n/es_UY.js b/l10n/es_UY.js index da28a8ee0..2173c06ff 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -14,6 +14,7 @@ OC.L10N.register( "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", diff --git a/l10n/es_UY.json b/l10n/es_UY.json index c72751467..8c57215b5 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -12,6 +12,7 @@ "Action needed" : "Acción requerida", "Later" : "Después", "Done" : "Terminado", + "File" : "Archivo", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Cancel" : "Cancelar", "File already exists" : "El archivo ya existe", diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 0efdf06da..fd4ec363f 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -61,6 +61,8 @@ OC.L10N.register( "Done" : "Valmis", "Create your first card!" : "Koosta oma esimene kaart!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", + "Attachments" : "Manused", + "File" : "Fail", "Card not found" : "Kaarti ei leidu", "Path is already shared with this card" : "Asukoht on juba selle kaardiga jagatud", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", @@ -176,7 +178,6 @@ OC.L10N.register( "The title cannot be empty." : "Pealkiri ei saa olla tühi.", "Open in sidebar view" : "Ava külgriba vaates", "Open in bigger view" : "Ava suuremas vaates", - "Attachments" : "Manused", "Comments" : "Kommentaarid", "Failed to load comments" : "Kommentaaride laadimine ei õnnestunud", "No comments yet. Begin the discussion!" : "Kommentaare veel pole. Asu aga keskustelema!", @@ -312,6 +313,9 @@ OC.L10N.register( "Click to expand description" : "Klõpsi kogu kirjelduse vaatamiseks", "Click to expand comment" : "Klõpsi kogu kommentaari vaatamiseks", "Create card" : "Koosta kaart", + "Card title" : "Kaardi pealkiri", + "Creating the new card …" : "Uus kaart on loomisel...", + "Close" : "Sulge", "Link to a board" : "Lisa link tahvlile", "Link to a card" : "Lisa link kaardile", "Create a card" : "Koosta kaart", @@ -319,7 +323,6 @@ OC.L10N.register( "Something went wrong" : "Midagi läks valesti", "Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud", "Maximum file size of {size} exceeded" : "Failide maksimaalne lubatud suurus {size} on ületatud", - "Card title" : "Kaardi pealkiri", "Assigned users" : "Ülesannetega kasutajad", "Due date" : "Tähtaeg", "Error creating the share" : "Viga jaosmeedia loomisel", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 6a9f5508b..acb9f9979 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -59,6 +59,8 @@ "Done" : "Valmis", "Create your first card!" : "Koosta oma esimene kaart!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", + "Attachments" : "Manused", + "File" : "Fail", "Card not found" : "Kaarti ei leidu", "Path is already shared with this card" : "Asukoht on juba selle kaardiga jagatud", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", @@ -174,7 +176,6 @@ "The title cannot be empty." : "Pealkiri ei saa olla tühi.", "Open in sidebar view" : "Ava külgriba vaates", "Open in bigger view" : "Ava suuremas vaates", - "Attachments" : "Manused", "Comments" : "Kommentaarid", "Failed to load comments" : "Kommentaaride laadimine ei õnnestunud", "No comments yet. Begin the discussion!" : "Kommentaare veel pole. Asu aga keskustelema!", @@ -310,6 +311,9 @@ "Click to expand description" : "Klõpsi kogu kirjelduse vaatamiseks", "Click to expand comment" : "Klõpsi kogu kommentaari vaatamiseks", "Create card" : "Koosta kaart", + "Card title" : "Kaardi pealkiri", + "Creating the new card …" : "Uus kaart on loomisel...", + "Close" : "Sulge", "Link to a board" : "Lisa link tahvlile", "Link to a card" : "Lisa link kaardile", "Create a card" : "Koosta kaart", @@ -317,7 +321,6 @@ "Something went wrong" : "Midagi läks valesti", "Failed to upload {name}" : "„{name}“ üleslaadimine ei õnnestunud", "Maximum file size of {size} exceeded" : "Failide maksimaalne lubatud suurus {size} on ületatud", - "Card title" : "Kaardi pealkiri", "Assigned users" : "Ülesannetega kasutajad", "Due date" : "Tähtaeg", "Error creating the share" : "Viga jaosmeedia loomisel", diff --git a/l10n/eu.js b/l10n/eu.js index 512f0c30e..85d4f6a6a 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "Abian", "Done" : "Egina", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Iruzkin honek %s karaktere baino gehiago ditu.\n%s izena duen txartelari eranskin gisa gehitu da.\nURLan eskura daiteke: %s.", + "Attachments" : "Eranskinak", + "File" : "Fitxategia", "Card not found" : "Txartela ez da aurkitu", "Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin", "Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du", @@ -226,7 +228,6 @@ OC.L10N.register( "The title cannot be empty." : "Izenburua ezin da hutsik egon.", "Open in sidebar view" : "Ireki alboko barraren ikuspegian", "Open in bigger view" : "Ireki ikuspegi handiago batean", - "Attachments" : "Eranskinak", "Comments" : "Iruzkinak", "Failed to load comments" : "Iruzkinen kargatzeak huts egin du.", "No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!", @@ -355,6 +356,17 @@ OC.L10N.register( "Click to expand description" : "Egin klik deskribapena handitzeko", "Click to expand comment" : "Egin klik iruzkina handitzeko", "Create card" : "Sortu txartela", + "Create a new card" : "Sortu txartel berri bat", + "Card title" : "Txartelaren izenburua", + "Creating the new card …" : "Txartel berria sortzen...", + "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" txartela gehitu da \"{board}\" taulara", + "Open card" : "Ireki txartela", + "Close" : "Itxi", + "No upcoming cards" : "Ez dago hurrengo txartelik", + "upcoming cards today" : "hurrengo txartelak gaur", + "upcoming cards tomorrow" : "hurrengo txartelak bihar", + "upcoming cards" : "hurrengo txartelak", + "New card" : "Txartel berria", "Link to a board" : "Estekatu taula batera", "Link to a card" : "Estekatu txartel batera", "Create a card" : "Sortu txartela", @@ -362,7 +374,6 @@ OC.L10N.register( "Something went wrong" : "Zerbait gaizki joan da", "Failed to upload {name}" : "{name} igotzeak huts egin du", "Maximum file size of {size} exceeded" : "Fitxategiaren gehienezko {size} tamaina gainditu da", - "Card title" : "Txartelaren izenburua", "Due date" : "Epe-muga", "Error creating the share" : "Errorea partekatzea sortzean", "Share with a Deck card" : "Partekatu Deck txartel baten bidez", diff --git a/l10n/eu.json b/l10n/eu.json index e672aa88e..3ff70277f 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -109,6 +109,8 @@ "In Progress" : "Abian", "Done" : "Egina", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Iruzkin honek %s karaktere baino gehiago ditu.\n%s izena duen txartelari eranskin gisa gehitu da.\nURLan eskura daiteke: %s.", + "Attachments" : "Eranskinak", + "File" : "Fitxategia", "Card not found" : "Txartela ez da aurkitu", "Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin", "Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du", @@ -224,7 +226,6 @@ "The title cannot be empty." : "Izenburua ezin da hutsik egon.", "Open in sidebar view" : "Ireki alboko barraren ikuspegian", "Open in bigger view" : "Ireki ikuspegi handiago batean", - "Attachments" : "Eranskinak", "Comments" : "Iruzkinak", "Failed to load comments" : "Iruzkinen kargatzeak huts egin du.", "No comments yet. Begin the discussion!" : "Ez dago iruzkinik oraindik. Hasi eztabaidatzen!", @@ -353,6 +354,17 @@ "Click to expand description" : "Egin klik deskribapena handitzeko", "Click to expand comment" : "Egin klik iruzkina handitzeko", "Create card" : "Sortu txartela", + "Create a new card" : "Sortu txartel berri bat", + "Card title" : "Txartelaren izenburua", + "Creating the new card …" : "Txartel berria sortzen...", + "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" txartela gehitu da \"{board}\" taulara", + "Open card" : "Ireki txartela", + "Close" : "Itxi", + "No upcoming cards" : "Ez dago hurrengo txartelik", + "upcoming cards today" : "hurrengo txartelak gaur", + "upcoming cards tomorrow" : "hurrengo txartelak bihar", + "upcoming cards" : "hurrengo txartelak", + "New card" : "Txartel berria", "Link to a board" : "Estekatu taula batera", "Link to a card" : "Estekatu txartel batera", "Create a card" : "Sortu txartela", @@ -360,7 +372,6 @@ "Something went wrong" : "Zerbait gaizki joan da", "Failed to upload {name}" : "{name} igotzeak huts egin du", "Maximum file size of {size} exceeded" : "Fitxategiaren gehienezko {size} tamaina gainditu da", - "Card title" : "Txartelaren izenburua", "Due date" : "Epe-muga", "Error creating the share" : "Errorea partekatzea sortzean", "Share with a Deck card" : "Partekatu Deck txartel baten bidez", diff --git a/l10n/fa.js b/l10n/fa.js index de20ada34..7bc5c501e 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -102,6 +102,8 @@ OC.L10N.register( "To Do" : "To Do", "Done" : "انجام شد", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", + "Attachments" : "پیوست‌ها", + "File" : "پرونده", "Card not found" : "برگه یافت نشد", "Path is already shared with this card" : "مسیر قبلاً با این برگه به اشتراک گذاشته شده است", "Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد", @@ -206,7 +208,6 @@ OC.L10N.register( "The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.", "Open in sidebar view" : "در نمای نوار کناری باز کنید", "Open in bigger view" : "در نمای بزرگتر باز کنید", - "Attachments" : "پیوست‌ها", "Comments" : "نظرات", "Failed to load comments" : "نظرات بارگیری نشد", "No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!", @@ -304,6 +305,15 @@ OC.L10N.register( "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "ایجاد برگه", + "Create a new card" : "یک برگهٔ جدید بسازید", + "Card title" : "عنوان برگه", + "Creating the new card …" : "ساختن برگهٔ جدید ...", + "Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد", + "Open card" : "بازکردن برگه", + "Close" : "بستن", + "No upcoming cards" : "No upcoming cards", + "upcoming cards" : "upcoming cards", + "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -311,7 +321,6 @@ OC.L10N.register( "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", - "Card title" : "عنوان برگه", "Due date" : "تاریخ سررسید", "Error creating the share" : "خطایی در ایجاد اشتراک", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/fa.json b/l10n/fa.json index 3af5b12fe..91db67d5f 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -100,6 +100,8 @@ "To Do" : "To Do", "Done" : "انجام شد", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", + "Attachments" : "پیوست‌ها", + "File" : "پرونده", "Card not found" : "برگه یافت نشد", "Path is already shared with this card" : "مسیر قبلاً با این برگه به اشتراک گذاشته شده است", "Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد", @@ -204,7 +206,6 @@ "The title cannot be empty." : "عنوان نمی‌تواند خالی باشد.", "Open in sidebar view" : "در نمای نوار کناری باز کنید", "Open in bigger view" : "در نمای بزرگتر باز کنید", - "Attachments" : "پیوست‌ها", "Comments" : "نظرات", "Failed to load comments" : "نظرات بارگیری نشد", "No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!", @@ -302,6 +303,15 @@ "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "ایجاد برگه", + "Create a new card" : "یک برگهٔ جدید بسازید", + "Card title" : "عنوان برگه", + "Creating the new card …" : "ساختن برگهٔ جدید ...", + "Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد", + "Open card" : "بازکردن برگه", + "Close" : "بستن", + "No upcoming cards" : "No upcoming cards", + "upcoming cards" : "upcoming cards", + "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -309,7 +319,6 @@ "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", - "Card title" : "عنوان برگه", "Due date" : "تاریخ سررسید", "Error creating the share" : "خطایی در ایجاد اشتراک", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/fi.js b/l10n/fi.js index 2599920c9..8c0d3bd5f 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -81,6 +81,8 @@ OC.L10N.register( "copy" : "kopioi", "To Do" : "Tehtävä", "Done" : "Valmis", + "Attachments" : "Liitteet", + "File" : "Tiedosto", "Card not found" : "Korttia ei löydy", "Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa", "Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD", @@ -178,7 +180,6 @@ OC.L10N.register( "Created" : "Luotu", "The title cannot be empty." : "Otsikko ei voi olla tyhjä.", "Open in sidebar view" : "Avaa sivupalkkinäkymään", - "Attachments" : "Liitteet", "Comments" : "Kommentit", "Failed to load comments" : "Kommenttien lataaminen epäonnistui", "No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!", @@ -262,13 +263,21 @@ OC.L10N.register( "Click to expand description" : "Laajenna kuvausta ", "Click to expand comment" : "Napsauta laajentaaksesi kommentin", "Create card" : "Luo kortti", + "Create a new card" : "Luo uusi kortti", + "Card title" : "Kortin otsikko", + "Creating the new card …" : "Luodaan uutta korttia…", + "Card \"{card}\" was added to \"{board}\"" : "Kortti \"{card}\" lisättiin taululle \"{board}\"", + "Open card" : "Avaa kortti", + "Close" : "Sulje", + "No upcoming cards" : "Ei tulevia kortteja", + "upcoming cards" : "tulevat kortit", + "New card" : "Uusi kortti", "Link to a board" : "Linkki taululle", "Link to a card" : "Linkitä korttiin", "Create a card" : "Luo kortti", "Something went wrong" : "Jokin meni vikaan", "Failed to upload {name}" : "Ei voitu lähettää {name}", "Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty", - "Card title" : "Kortin otsikko", "Due date" : "Eräpäivä", "Error creating the share" : "Virhe jakoa luotaessa", "Share" : "Jaa", diff --git a/l10n/fi.json b/l10n/fi.json index 5ee2dc064..9174b06bc 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -79,6 +79,8 @@ "copy" : "kopioi", "To Do" : "Tehtävä", "Done" : "Valmis", + "Attachments" : "Liitteet", + "File" : "Tiedosto", "Card not found" : "Korttia ei löydy", "Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa", "Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD", @@ -176,7 +178,6 @@ "Created" : "Luotu", "The title cannot be empty." : "Otsikko ei voi olla tyhjä.", "Open in sidebar view" : "Avaa sivupalkkinäkymään", - "Attachments" : "Liitteet", "Comments" : "Kommentit", "Failed to load comments" : "Kommenttien lataaminen epäonnistui", "No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!", @@ -260,13 +261,21 @@ "Click to expand description" : "Laajenna kuvausta ", "Click to expand comment" : "Napsauta laajentaaksesi kommentin", "Create card" : "Luo kortti", + "Create a new card" : "Luo uusi kortti", + "Card title" : "Kortin otsikko", + "Creating the new card …" : "Luodaan uutta korttia…", + "Card \"{card}\" was added to \"{board}\"" : "Kortti \"{card}\" lisättiin taululle \"{board}\"", + "Open card" : "Avaa kortti", + "Close" : "Sulje", + "No upcoming cards" : "Ei tulevia kortteja", + "upcoming cards" : "tulevat kortit", + "New card" : "Uusi kortti", "Link to a board" : "Linkki taululle", "Link to a card" : "Linkitä korttiin", "Create a card" : "Luo kortti", "Something went wrong" : "Jokin meni vikaan", "Failed to upload {name}" : "Ei voitu lähettää {name}", "Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty", - "Card title" : "Kortin otsikko", "Due date" : "Eräpäivä", "Error creating the share" : "Virhe jakoa luotaessa", "Share" : "Jaa", diff --git a/l10n/fr.js b/l10n/fr.js index fdc2fa5f7..7357e45e1 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !", "Create your first card!" : "Créez votre première carte !", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.", + "Attachments" : "Pièces jointes", + "File" : "Fichier", "Card not found" : "Carte introuvable", "Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte", "Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Le titre ne peut pas être vide.", "Open in sidebar view" : "Ouvrir dans le panneau latéral", "Open in bigger view" : "Ouvrir dans la vue large", - "Attachments" : "Pièces jointes", "Comments" : "Commentaires", "Failed to load comments" : "Échec du chargement des commentaires", "No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Cliquer pour visualiser la description", "Click to expand comment" : "Cliquer pour déplier le commentaire", "Create card" : "Créer la carte", + "Create a new card" : "Créer une nouvelle carte", + "Card title" : "Titre de la carte", + "Creating the new card …" : "Création de la nouvelle carte…", + "Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »", + "Open card" : "Ouvrir la carte", + "Close" : "Fermer", + "No upcoming cards" : "Pas de cartes à venir", + "upcoming cards today" : "cartes à venir aujourd'hui", + "upcoming cards tomorrow" : "cartes à venir demain", + "upcoming cards" : "cartes à venir", + "New card" : "Nouvelle carte", "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Create a card" : "Créer une carte", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Quelque chose s'est mal passé", "Failed to upload {name}" : "Échec d'envoi de {name}", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée", - "Card title" : "Titre de la carte", "Assigned users" : "Utilisateurs assignés", "Due date" : "Date d'échéance", "Error creating the share" : "Erreur lors de la création du partage", diff --git a/l10n/fr.json b/l10n/fr.json index 5a8eedd55..1206288b7 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !", "Create your first card!" : "Créez votre première carte !", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.", + "Attachments" : "Pièces jointes", + "File" : "Fichier", "Card not found" : "Carte introuvable", "Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte", "Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Le titre ne peut pas être vide.", "Open in sidebar view" : "Ouvrir dans le panneau latéral", "Open in bigger view" : "Ouvrir dans la vue large", - "Attachments" : "Pièces jointes", "Comments" : "Commentaires", "Failed to load comments" : "Échec du chargement des commentaires", "No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant. Commencez la discussion !", @@ -380,6 +381,17 @@ "Click to expand description" : "Cliquer pour visualiser la description", "Click to expand comment" : "Cliquer pour déplier le commentaire", "Create card" : "Créer la carte", + "Create a new card" : "Créer une nouvelle carte", + "Card title" : "Titre de la carte", + "Creating the new card …" : "Création de la nouvelle carte…", + "Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »", + "Open card" : "Ouvrir la carte", + "Close" : "Fermer", + "No upcoming cards" : "Pas de cartes à venir", + "upcoming cards today" : "cartes à venir aujourd'hui", + "upcoming cards tomorrow" : "cartes à venir demain", + "upcoming cards" : "cartes à venir", + "New card" : "Nouvelle carte", "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Create a card" : "Créer une carte", @@ -387,7 +399,6 @@ "Something went wrong" : "Quelque chose s'est mal passé", "Failed to upload {name}" : "Échec d'envoi de {name}", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée", - "Card title" : "Titre de la carte", "Assigned users" : "Utilisateurs assignés", "Due date" : "Date d'échéance", "Error creating the share" : "Erreur lors de la création du partage", diff --git a/l10n/ga.js b/l10n/ga.js index cea20bc0c..cdceb62ca 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!", "Create your first card!" : "Cruthaigh do chéad chárta!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.", + "Attachments" : "Ceangaltáin", + "File" : "Comhad", "Card not found" : "Cárta gan aimsiú", "Path is already shared with this card" : "Tá an chonair roinnte leis an gcárta seo cheana féin", "Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", "Open in sidebar view" : "Oscail san amharc barra taoibh", "Open in bigger view" : "Oscail i radharc níos mó", - "Attachments" : "Ceangaltáin", "Comments" : "Tuairimí", "Failed to load comments" : "Theip ar lódáil nótaí", "No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Cliceáil chun cur síos a leathnú", "Click to expand comment" : "Cliceáil chun trácht a leathnú", "Create card" : "Cruthaigh cárta", + "Create a new card" : "Cruthaigh cárta nua", + "Card title" : "Teideal an chárta", + "Creating the new card …" : "Cárta nua á chruthú…", + "Card \"{card}\" was added to \"{board}\"" : "Cuireadh cárta \"{card}\" le \"{board}\"", + "Open card" : "Cárta oscailte", + "Close" : "Dún", + "No upcoming cards" : "Uimh cártaí le teacht", + "upcoming cards today" : "cártaí atá le teacht inniu", + "upcoming cards tomorrow" : "cártaí atá le teacht amárach", + "upcoming cards" : "cártaí atá le teacht", + "New card" : "Cárta nua", "Link to a board" : "Nasc le bord", "Link to a card" : "Nasc le cárta", "Create a card" : "Cruthaigh cárta", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Chuaigh rud eigin mícheart", "Failed to upload {name}" : "Theip ar uaslódáil {name}", "Maximum file size of {size} exceeded" : "Sáraíodh uasmhéid comhaid de {size}", - "Card title" : "Teideal an chárta", "Assigned users" : "Úsáideoirí sannta", "Due date" : "Dáta dlite", "Error creating the share" : "Earráid agus an sciar á cruthú", diff --git a/l10n/ga.json b/l10n/ga.json index 51e337901..167398a04 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!", "Create your first card!" : "Cruthaigh do chéad chárta!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.", + "Attachments" : "Ceangaltáin", + "File" : "Comhad", "Card not found" : "Cárta gan aimsiú", "Path is already shared with this card" : "Tá an chonair roinnte leis an gcárta seo cheana féin", "Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", "Open in sidebar view" : "Oscail san amharc barra taoibh", "Open in bigger view" : "Oscail i radharc níos mó", - "Attachments" : "Ceangaltáin", "Comments" : "Tuairimí", "Failed to load comments" : "Theip ar lódáil nótaí", "No comments yet. Begin the discussion!" : "Níl trácht ar bith fós. Cuir tús leis an bplé!", @@ -380,6 +381,17 @@ "Click to expand description" : "Cliceáil chun cur síos a leathnú", "Click to expand comment" : "Cliceáil chun trácht a leathnú", "Create card" : "Cruthaigh cárta", + "Create a new card" : "Cruthaigh cárta nua", + "Card title" : "Teideal an chárta", + "Creating the new card …" : "Cárta nua á chruthú…", + "Card \"{card}\" was added to \"{board}\"" : "Cuireadh cárta \"{card}\" le \"{board}\"", + "Open card" : "Cárta oscailte", + "Close" : "Dún", + "No upcoming cards" : "Uimh cártaí le teacht", + "upcoming cards today" : "cártaí atá le teacht inniu", + "upcoming cards tomorrow" : "cártaí atá le teacht amárach", + "upcoming cards" : "cártaí atá le teacht", + "New card" : "Cárta nua", "Link to a board" : "Nasc le bord", "Link to a card" : "Nasc le cárta", "Create a card" : "Cruthaigh cárta", @@ -387,7 +399,6 @@ "Something went wrong" : "Chuaigh rud eigin mícheart", "Failed to upload {name}" : "Theip ar uaslódáil {name}", "Maximum file size of {size} exceeded" : "Sáraíodh uasmhéid comhaid de {size}", - "Card title" : "Teideal an chárta", "Assigned users" : "Úsáideoirí sannta", "Due date" : "Dáta dlite", "Error creating the share" : "Earráid agus an sciar á cruthú", diff --git a/l10n/gd.js b/l10n/gd.js index d6270188b..7d5907efb 100644 --- a/l10n/gd.js +++ b/l10n/gd.js @@ -10,6 +10,7 @@ OC.L10N.register( "Could not write file to disk" : "Cha b’ urrainn dhuinn am faidhle a sgrìobhadh dhan diosg", "A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle", "Finished" : "Deiseil", + "File" : "Faidhle", "Cancel" : "Sguir dheth", "Completed" : "Coileanta", "Details" : "Mion-fhiosrachadh", @@ -26,6 +27,7 @@ OC.L10N.register( "Search" : "Lorg", "No notifications" : "Gun bhrath", "Today" : "An-diugh", + "Close" : "Dùin", "Share" : "Co-roinn" }, "nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"); diff --git a/l10n/gd.json b/l10n/gd.json index b322a3e14..6860a40a4 100644 --- a/l10n/gd.json +++ b/l10n/gd.json @@ -8,6 +8,7 @@ "Could not write file to disk" : "Cha b’ urrainn dhuinn am faidhle a sgrìobhadh dhan diosg", "A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle", "Finished" : "Deiseil", + "File" : "Faidhle", "Cancel" : "Sguir dheth", "Completed" : "Coileanta", "Details" : "Mion-fhiosrachadh", @@ -24,6 +25,7 @@ "Search" : "Lorg", "No notifications" : "Gun bhrath", "Today" : "An-diugh", + "Close" : "Dùin", "Share" : "Co-roinn" },"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js index 3bcd96d18..edbb9db5c 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -119,6 +119,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!", "Create your first card!" : "Crear a primeira tarxeta:", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario ten máis de %s caracteres.\nEngadido como anexo á tarxeta co nome %s.\nAccesíbel no URL: %s.", + "Attachments" : "Anexos", + "File" : "Ficheiro", "Card not found" : "Non se atopou a tarxeta", "Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta", "Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD", @@ -236,7 +238,6 @@ OC.L10N.register( "The title cannot be empty." : "O título non pode estar baleiro.", "Open in sidebar view" : "Abrir na vista da barra lateral", "Open in bigger view" : "Abrir nunha vista máis grande", - "Attachments" : "Anexos", "Comments" : "Comentarios", "Failed to load comments" : "Produciuse un fallo ao cargar os comentarios", "No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!", @@ -372,6 +373,17 @@ OC.L10N.register( "Click to expand description" : "Prema para despregar a descrición", "Click to expand comment" : "Prema para despregar o comentario", "Create card" : "Crear tarxeta", + "Create a new card" : "Crear unha nova tarxeta", + "Card title" : "Título da tarxeta", + "Creating the new card …" : "Creando unha nova tarxeta…", + "Card \"{card}\" was added to \"{board}\"" : "A tarxeta «{card}» foi engdida a «{board}»", + "Open card" : "Abrir a tarxeta", + "Close" : "Pechar", + "No upcoming cards" : "Non hai tarxetas próximas", + "upcoming cards today" : "próximas tarxetas de hoxe", + "upcoming cards tomorrow" : "próximas tarxetas de mañá", + "upcoming cards" : "tarxetas próximas", + "New card" : "Nova tarxeta", "Link to a board" : "Ligazón a un taboleiro", "Link to a card" : "Ligazón a unha tarxeta", "Create a card" : "Crear unha tarxeta", @@ -379,7 +391,6 @@ OC.L10N.register( "Something went wrong" : "Algo foi mal", "Failed to upload {name}" : "Produciuse un fallo ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", - "Card title" : "Título da tarxeta", "Due date" : "Data de remate", "Error creating the share" : "Produciuse un erro ao crear a compartición", "Share with a Deck card" : "Compartir cunha tarxeta de Gabeta", diff --git a/l10n/gl.json b/l10n/gl.json index ee40d6c1d..83058569f 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -117,6 +117,8 @@ "4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!", "Create your first card!" : "Crear a primeira tarxeta:", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario ten máis de %s caracteres.\nEngadido como anexo á tarxeta co nome %s.\nAccesíbel no URL: %s.", + "Attachments" : "Anexos", + "File" : "Ficheiro", "Card not found" : "Non se atopou a tarxeta", "Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta", "Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD", @@ -234,7 +236,6 @@ "The title cannot be empty." : "O título non pode estar baleiro.", "Open in sidebar view" : "Abrir na vista da barra lateral", "Open in bigger view" : "Abrir nunha vista máis grande", - "Attachments" : "Anexos", "Comments" : "Comentarios", "Failed to load comments" : "Produciuse un fallo ao cargar os comentarios", "No comments yet. Begin the discussion!" : "Aínda non hai comentarios. Comece o debate!", @@ -370,6 +371,17 @@ "Click to expand description" : "Prema para despregar a descrición", "Click to expand comment" : "Prema para despregar o comentario", "Create card" : "Crear tarxeta", + "Create a new card" : "Crear unha nova tarxeta", + "Card title" : "Título da tarxeta", + "Creating the new card …" : "Creando unha nova tarxeta…", + "Card \"{card}\" was added to \"{board}\"" : "A tarxeta «{card}» foi engdida a «{board}»", + "Open card" : "Abrir a tarxeta", + "Close" : "Pechar", + "No upcoming cards" : "Non hai tarxetas próximas", + "upcoming cards today" : "próximas tarxetas de hoxe", + "upcoming cards tomorrow" : "próximas tarxetas de mañá", + "upcoming cards" : "tarxetas próximas", + "New card" : "Nova tarxeta", "Link to a board" : "Ligazón a un taboleiro", "Link to a card" : "Ligazón a unha tarxeta", "Create a card" : "Crear unha tarxeta", @@ -377,7 +389,6 @@ "Something went wrong" : "Algo foi mal", "Failed to upload {name}" : "Produciuse un fallo ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", - "Card title" : "Título da tarxeta", "Due date" : "Data de remate", "Error creating the share" : "Produciuse un erro ao crear a compartición", "Share with a Deck card" : "Compartir cunha tarxeta de Gabeta", diff --git a/l10n/he.js b/l10n/he.js index aa592e982..56ed17234 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -93,6 +93,8 @@ OC.L10N.register( "copy" : "עותק", "To Do" : "מטלות", "Done" : "הסתיים", + "Attachments" : "קבצים מצורפים", + "File" : "קובץ", "Card not found" : "כרטיס לא נמצא", "Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה", "Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD", @@ -185,7 +187,6 @@ OC.L10N.register( "The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.", "Open in sidebar view" : "פתח בתצוגת סרגל הצד", "Open in bigger view" : "פתח בתצוגה גדולה יותר", - "Attachments" : "קבצים מצורפים", "Comments" : "תגובות", "No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!", "The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.", @@ -253,6 +254,9 @@ OC.L10N.register( "No due" : "אין תאריך יעד", "No results found" : "לא נמצאו תוצאות", "Create card" : "יצירת כרטיס", + "Close" : "סגירה", + "No upcoming cards" : "אין כרטיסים עתידיים", + "upcoming cards" : "כרטיסים עתידיים", "Link to a board" : "קישור ללוח", "Link to a card" : "קישור לכרטיס", "Something went wrong" : "משהו השתבש", diff --git a/l10n/he.json b/l10n/he.json index a794b134e..ff6d909be 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -91,6 +91,8 @@ "copy" : "עותק", "To Do" : "מטלות", "Done" : "הסתיים", + "Attachments" : "קבצים מצורפים", + "File" : "קובץ", "Card not found" : "כרטיס לא נמצא", "Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה", "Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD", @@ -183,7 +185,6 @@ "The title cannot be empty." : "הכותרת לא יכולה להיות ריקה.", "Open in sidebar view" : "פתח בתצוגת סרגל הצד", "Open in bigger view" : "פתח בתצוגה גדולה יותר", - "Attachments" : "קבצים מצורפים", "Comments" : "תגובות", "No comments yet. Begin the discussion!" : "אין עדיין הערות. אפשר להתחיל לדון!", "The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.", @@ -251,6 +252,9 @@ "No due" : "אין תאריך יעד", "No results found" : "לא נמצאו תוצאות", "Create card" : "יצירת כרטיס", + "Close" : "סגירה", + "No upcoming cards" : "אין כרטיסים עתידיים", + "upcoming cards" : "כרטיסים עתידיים", "Link to a board" : "קישור ללוח", "Link to a card" : "קישור לכרטיס", "Something went wrong" : "משהו השתבש", diff --git a/l10n/hr.js b/l10n/hr.js index fda028e71..34ccc0f5c 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -96,6 +96,8 @@ OC.L10N.register( "copy" : "kopiraj", "To Do" : "Zadatak", "Done" : "Gotovo", + "Attachments" : "Privici", + "File" : "Datoteka", "Card not found" : "Kartica nije pronađena", "Path is already shared with this card" : "Put je već podijeljen s ovom karticom", "Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD", @@ -188,7 +190,6 @@ OC.L10N.register( "The title cannot be empty." : "Naslov ne može biti prazan.", "Open in sidebar view" : "Otvori u bočnom prikazu", "Open in bigger view" : "Otvori u većem prikazu", - "Attachments" : "Privici", "Comments" : "Komentari", "Failed to load comments" : "Učitavanje komentara nije uspjelo", "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", @@ -264,6 +265,14 @@ OC.L10N.register( "No results found" : "Nema rezultata", "{stack} in {board}" : "{stack} u {board}", "Create card" : "Stvori karticu", + "Create a new card" : "Stvori novu karticu", + "Card title" : "Naslov kartice", + "Creating the new card …" : "Stvaranje nove kartice…", + "Card \"{card}\" was added to \"{board}\"" : "Kartica „{card}” je dodana na „{board}”", + "Open card" : "Otvori karticu", + "Close" : "Zatvori", + "No upcoming cards" : "Nema nadolazećih kartica", + "upcoming cards" : "nadolazeće kartice", "Link to a board" : "Poveznica na ploču", "Link to a card" : "Poveznica na karticu", "Create a card" : "Stvori karticu", @@ -271,7 +280,6 @@ OC.L10N.register( "Something went wrong" : "Nešto je pošlo po krivu", "Failed to upload {name}" : "Neuspješno otpremanje {name}", "Maximum file size of {size} exceeded" : "Prekoračena je maksimalna veličina datoteke od {size}", - "Card title" : "Naslov kartice", "Due date" : "Datum dospijeća", "Error creating the share" : "Pogreška pri stvaranju dijeljenja", "Share with a Deck card" : "Dijeli s Deck karticom", diff --git a/l10n/hr.json b/l10n/hr.json index ef7292dcb..d3d9fd121 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -94,6 +94,8 @@ "copy" : "kopiraj", "To Do" : "Zadatak", "Done" : "Gotovo", + "Attachments" : "Privici", + "File" : "Datoteka", "Card not found" : "Kartica nije pronađena", "Path is already shared with this card" : "Put je već podijeljen s ovom karticom", "Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD", @@ -186,7 +188,6 @@ "The title cannot be empty." : "Naslov ne može biti prazan.", "Open in sidebar view" : "Otvori u bočnom prikazu", "Open in bigger view" : "Otvori u većem prikazu", - "Attachments" : "Privici", "Comments" : "Komentari", "Failed to load comments" : "Učitavanje komentara nije uspjelo", "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", @@ -262,6 +263,14 @@ "No results found" : "Nema rezultata", "{stack} in {board}" : "{stack} u {board}", "Create card" : "Stvori karticu", + "Create a new card" : "Stvori novu karticu", + "Card title" : "Naslov kartice", + "Creating the new card …" : "Stvaranje nove kartice…", + "Card \"{card}\" was added to \"{board}\"" : "Kartica „{card}” je dodana na „{board}”", + "Open card" : "Otvori karticu", + "Close" : "Zatvori", + "No upcoming cards" : "Nema nadolazećih kartica", + "upcoming cards" : "nadolazeće kartice", "Link to a board" : "Poveznica na ploču", "Link to a card" : "Poveznica na karticu", "Create a card" : "Stvori karticu", @@ -269,7 +278,6 @@ "Something went wrong" : "Nešto je pošlo po krivu", "Failed to upload {name}" : "Neuspješno otpremanje {name}", "Maximum file size of {size} exceeded" : "Prekoračena je maksimalna veličina datoteke od {size}", - "Card title" : "Naslov kartice", "Due date" : "Datum dospijeća", "Error creating the share" : "Pogreška pri stvaranju dijeljenja", "Share with a Deck card" : "Dijeli s Deck karticom", diff --git a/l10n/hu.js b/l10n/hu.js index 7a369faff..fd6f2c78f 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Osszon meg, szóljon hozzá és dolgozzanak együtt.", "Create your first card!" : "Hozza létre az első kártyáját.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.", + "Attachments" : "Mellékletek", + "File" : "Fájl", "Card not found" : "A kártya nem található", "Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával", "Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "A cím nem lehet üres.", "Open in sidebar view" : "Oldalsáv nézet megnyitása", "Open in bigger view" : "Megtekintés nagyobb nézetben", - "Attachments" : "Mellékletek", "Comments" : "Hozzászólások", "Failed to load comments" : "A hozzászólások betöltése sikertelen", "No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Kattintson a leírás kibontásához", "Click to expand comment" : "Kattintson a megjegyzés kibontásához", "Create card" : "Kártya létrehozása", + "Create a new card" : "Új kártya létrehozása", + "Card title" : "Kártya címe", + "Creating the new card …" : "Új kártya létrehozása…", + "Card \"{card}\" was added to \"{board}\"" : "A(z) „{card}” kártya hozzáadva a(z) „{board}” táblához", + "Open card" : "Kártya megnyitása", + "Close" : "Bezárás", + "No upcoming cards" : "Nincsenek közelgő kártyák", + "upcoming cards today" : "közelgő kártyák a mai napon", + "upcoming cards tomorrow" : "közelgő kártyák holnap", + "upcoming cards" : "közelgő kártyák", + "New card" : "Új kártya", "Link to a board" : "Hivatkozás egy táblához", "Link to a card" : "Hivatkozás egy kártyához", "Create a card" : "Kártya létrehozása", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Valami hiba történt", "Failed to upload {name}" : "Feltöltés sikertelen: {name}", "Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve", - "Card title" : "Kártya címe", "Assigned users" : "Hozzárendelt felhasználók", "Due date" : "Határidő", "Error creating the share" : "Megosztás létrehozása sikertelen", diff --git a/l10n/hu.json b/l10n/hu.json index c6e9468f7..0f5064b63 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Osszon meg, szóljon hozzá és dolgozzanak együtt.", "Create your first card!" : "Hozza létre az első kártyáját.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.", + "Attachments" : "Mellékletek", + "File" : "Fájl", "Card not found" : "A kártya nem található", "Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával", "Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie", @@ -237,7 +239,6 @@ "The title cannot be empty." : "A cím nem lehet üres.", "Open in sidebar view" : "Oldalsáv nézet megnyitása", "Open in bigger view" : "Megtekintés nagyobb nézetben", - "Attachments" : "Mellékletek", "Comments" : "Hozzászólások", "Failed to load comments" : "A hozzászólások betöltése sikertelen", "No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!", @@ -380,6 +381,17 @@ "Click to expand description" : "Kattintson a leírás kibontásához", "Click to expand comment" : "Kattintson a megjegyzés kibontásához", "Create card" : "Kártya létrehozása", + "Create a new card" : "Új kártya létrehozása", + "Card title" : "Kártya címe", + "Creating the new card …" : "Új kártya létrehozása…", + "Card \"{card}\" was added to \"{board}\"" : "A(z) „{card}” kártya hozzáadva a(z) „{board}” táblához", + "Open card" : "Kártya megnyitása", + "Close" : "Bezárás", + "No upcoming cards" : "Nincsenek közelgő kártyák", + "upcoming cards today" : "közelgő kártyák a mai napon", + "upcoming cards tomorrow" : "közelgő kártyák holnap", + "upcoming cards" : "közelgő kártyák", + "New card" : "Új kártya", "Link to a board" : "Hivatkozás egy táblához", "Link to a card" : "Hivatkozás egy kártyához", "Create a card" : "Kártya létrehozása", @@ -387,7 +399,6 @@ "Something went wrong" : "Valami hiba történt", "Failed to upload {name}" : "Feltöltés sikertelen: {name}", "Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve", - "Card title" : "Kártya címe", "Assigned users" : "Hozzárendelt felhasználók", "Due date" : "Határidő", "Error creating the share" : "Megosztás létrehozása sikertelen", diff --git a/l10n/hy.js b/l10n/hy.js index c5d1b9e44..051b99f81 100644 --- a/l10n/hy.js +++ b/l10n/hy.js @@ -31,6 +31,7 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "Արտահանում", "Today" : "այսօր", + "Close" : "Փակել", "Share" : "Կիսվել", "Personal" : "Անձնական" }, diff --git a/l10n/hy.json b/l10n/hy.json index 225d42af1..d739b2667 100644 --- a/l10n/hy.json +++ b/l10n/hy.json @@ -29,6 +29,7 @@ "Shared with you" : "Shared with you", "Export" : "Արտահանում", "Today" : "այսօր", + "Close" : "Փակել", "Share" : "Կիսվել", "Personal" : "Անձնական" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/ia.js b/l10n/ia.js index da120e60c..3c2e0b098 100644 --- a/l10n/ia.js +++ b/l10n/ia.js @@ -9,6 +9,7 @@ OC.L10N.register( "Action needed" : "Action necessari", "Later" : "Depost", "Done" : "Preste", + "Attachments" : "Attachamentos", "Cancel" : "Cancellar", "Completed" : "Completate", "Details" : "Detalios", @@ -24,7 +25,6 @@ OC.L10N.register( "Members" : "Membros", "Download" : "Discargar", "Modified" : "Modificate", - "Attachments" : "Attachamentos", "Comments" : "Commentarios", "Save" : "Salveguardar", "Created:" : "Create:", @@ -42,6 +42,7 @@ OC.L10N.register( "Export" : "Exportar", "Today" : "Hodie", "Tomorrow" : "Deman", + "Close" : "Clauder", "Share" : "Compartir", "Personal" : "Personal" }, diff --git a/l10n/ia.json b/l10n/ia.json index b38179f50..e3f0ee8d7 100644 --- a/l10n/ia.json +++ b/l10n/ia.json @@ -7,6 +7,7 @@ "Action needed" : "Action necessari", "Later" : "Depost", "Done" : "Preste", + "Attachments" : "Attachamentos", "Cancel" : "Cancellar", "Completed" : "Completate", "Details" : "Detalios", @@ -22,7 +23,6 @@ "Members" : "Membros", "Download" : "Discargar", "Modified" : "Modificate", - "Attachments" : "Attachamentos", "Comments" : "Commentarios", "Save" : "Salveguardar", "Created:" : "Create:", @@ -40,6 +40,7 @@ "Export" : "Exportar", "Today" : "Hodie", "Tomorrow" : "Deman", + "Close" : "Clauder", "Share" : "Compartir", "Personal" : "Personal" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/id.js b/l10n/id.js index 8b6b96dd9..347b60313 100644 --- a/l10n/id.js +++ b/l10n/id.js @@ -89,6 +89,7 @@ OC.L10N.register( "copy" : "salin", "In Progress" : "Sedang Berlangsung", "Done" : "Selesai", + "Attachments" : "Lampiran", "Card not found" : "Kartu tidak ditemukan", "Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH", "Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim", @@ -162,7 +163,6 @@ OC.L10N.register( "Restore Attachment" : "Pulihkan Lampiran", "Modified" : "Dimodifikasi", "Created" : "Dibuat", - "Attachments" : "Lampiran", "Comments" : "Komentar", "No comments yet. Begin the discussion!" : "Belum ada komentar. Mulai berdiskusi!", "The comment cannot be empty." : "Komentar tidak dapat kosong.", @@ -215,6 +215,9 @@ OC.L10N.register( "Today" : "Hari ini", "Tomorrow" : "Besok", "Click to expand comment" : "Klik untuk membuka komentar", + "Close" : "Tutup", + "No upcoming cards" : "Tidak ada kartu berikut", + "upcoming cards" : "kartu berikut", "Link to a board" : "Tautan ke papan", "Link to a card" : "Tautan ke kartu", "Something went wrong" : "Ada yang salah", diff --git a/l10n/id.json b/l10n/id.json index 52a813f3f..ffc0fa99a 100644 --- a/l10n/id.json +++ b/l10n/id.json @@ -87,6 +87,7 @@ "copy" : "salin", "In Progress" : "Sedang Berlangsung", "Done" : "Selesai", + "Attachments" : "Lampiran", "Card not found" : "Kartu tidak ditemukan", "Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH", "Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim", @@ -160,7 +161,6 @@ "Restore Attachment" : "Pulihkan Lampiran", "Modified" : "Dimodifikasi", "Created" : "Dibuat", - "Attachments" : "Lampiran", "Comments" : "Komentar", "No comments yet. Begin the discussion!" : "Belum ada komentar. Mulai berdiskusi!", "The comment cannot be empty." : "Komentar tidak dapat kosong.", @@ -213,6 +213,9 @@ "Today" : "Hari ini", "Tomorrow" : "Besok", "Click to expand comment" : "Klik untuk membuka komentar", + "Close" : "Tutup", + "No upcoming cards" : "Tidak ada kartu berikut", + "upcoming cards" : "kartu berikut", "Link to a board" : "Tautan ke papan", "Link to a card" : "Tautan ke kartu", "Something went wrong" : "Ada yang salah", diff --git a/l10n/is.js b/l10n/is.js index 0f309c394..01c90ca74 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -119,6 +119,7 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Deildu, gerðu athugasemdir og eigðu í samstarfi!", "Create your first card!" : "Útbúðu fyrsta spjaldið þitt!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Þessi athugasemd er lengri en %s stafir.\nBætt við sem viðhengi á spjald með heitinu %s.\nAðgengileg á slóðinni: %s.", + "Attachments" : "Viðhengi", "Card not found" : "Spjald fannst ekki", "Path is already shared with this card" : "Slóðinni er þegar deilt með þessu spjaldi", "Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD", @@ -236,7 +237,6 @@ OC.L10N.register( "The title cannot be empty." : "Titill getur ekki verið auður.", "Open in sidebar view" : "Opna í hliðarspjaldssýn", "Open in bigger view" : "Opna í stærri sýn", - "Attachments" : "Viðhengi", "Comments" : "Athugasemdir", "Failed to load comments" : "Mistókst að hlaða inn athugasemdum", "No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!", @@ -371,6 +371,17 @@ OC.L10N.register( "Click to expand description" : "Smelltu til að fella út lýsingu", "Click to expand comment" : "Smelltu til að fella út athugasemd", "Create card" : "Búa til spjald", + "Create a new card" : "Búa til nýtt spjald", + "Card title" : "Titill á spjaldi", + "Creating the new card …" : "Bý til nýja spjaldið …", + "Card \"{card}\" was added to \"{board}\"" : "Spjaldinu \"{card}\" var bætt á \"{board}\"", + "Open card" : "Opna spjald", + "Close" : "Loka", + "No upcoming cards" : "Engin spjöld á næstunni", + "upcoming cards today" : "spjöld væntanleg í dag", + "upcoming cards tomorrow" : "spjöld væntanleg á morgun", + "upcoming cards" : "væntanleg spjöld", + "New card" : "Nýtt spjald", "Link to a board" : "Tengill við borð", "Link to a card" : "Tengja við spjald", "Create a card" : "Búa til spjald", @@ -378,7 +389,6 @@ OC.L10N.register( "Something went wrong" : "Eitthvað fór úrskeiðis", "Failed to upload {name}" : "Mistókst að senda inn {name}", "Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}", - "Card title" : "Titill á spjaldi", "Due date" : "Skiladagur", "Error creating the share" : "Villa við að búa til sameignina", "Share with a Deck card" : "Deila með Deck-spjaldi", diff --git a/l10n/is.json b/l10n/is.json index b1abcc501..311c8808f 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -117,6 +117,7 @@ "4. Share, comment and collaborate!" : "4. Deildu, gerðu athugasemdir og eigðu í samstarfi!", "Create your first card!" : "Útbúðu fyrsta spjaldið þitt!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Þessi athugasemd er lengri en %s stafir.\nBætt við sem viðhengi á spjald með heitinu %s.\nAðgengileg á slóðinni: %s.", + "Attachments" : "Viðhengi", "Card not found" : "Spjald fannst ekki", "Path is already shared with this card" : "Slóðinni er þegar deilt með þessu spjaldi", "Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD", @@ -234,7 +235,6 @@ "The title cannot be empty." : "Titill getur ekki verið auður.", "Open in sidebar view" : "Opna í hliðarspjaldssýn", "Open in bigger view" : "Opna í stærri sýn", - "Attachments" : "Viðhengi", "Comments" : "Athugasemdir", "Failed to load comments" : "Mistókst að hlaða inn athugasemdum", "No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!", @@ -369,6 +369,17 @@ "Click to expand description" : "Smelltu til að fella út lýsingu", "Click to expand comment" : "Smelltu til að fella út athugasemd", "Create card" : "Búa til spjald", + "Create a new card" : "Búa til nýtt spjald", + "Card title" : "Titill á spjaldi", + "Creating the new card …" : "Bý til nýja spjaldið …", + "Card \"{card}\" was added to \"{board}\"" : "Spjaldinu \"{card}\" var bætt á \"{board}\"", + "Open card" : "Opna spjald", + "Close" : "Loka", + "No upcoming cards" : "Engin spjöld á næstunni", + "upcoming cards today" : "spjöld væntanleg í dag", + "upcoming cards tomorrow" : "spjöld væntanleg á morgun", + "upcoming cards" : "væntanleg spjöld", + "New card" : "Nýtt spjald", "Link to a board" : "Tengill við borð", "Link to a card" : "Tengja við spjald", "Create a card" : "Búa til spjald", @@ -376,7 +387,6 @@ "Something went wrong" : "Eitthvað fór úrskeiðis", "Failed to upload {name}" : "Mistókst að senda inn {name}", "Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}", - "Card title" : "Titill á spjaldi", "Due date" : "Skiladagur", "Error creating the share" : "Villa við að búa til sameignina", "Share with a Deck card" : "Deila með Deck-spjaldi", diff --git a/l10n/it.js b/l10n/it.js index 528eb3acc..c6f4b55f9 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Condividi, commenta e collabora!", "Create your first card!" : "Crea la tua prima scheda!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Questo commento contiene più di %s caratteri.\nAggiunto come allegato alla scheda con nome %s.\nAccessibile su URL: %s.", + "Attachments" : "Allegati", + "File" : "File", "Card not found" : "Scheda non trovata", "Path is already shared with this card" : "Il percorso è già condiviso con questa scheda", "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Il titolo non può essere vuoto.", "Open in sidebar view" : "Apri nella barra laterale", "Open in bigger view" : "Apri in una vista più grande", - "Attachments" : "Allegati", "Comments" : "Commenti", "Failed to load comments" : "Caricamento commenti non riuscito", "No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione.", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Fai clic per espandere la descrizione", "Click to expand comment" : "Fai clic per espandere il commento", "Create card" : "Crea scheda", + "Create a new card" : "Crea una nuova scheda", + "Card title" : "Titolo scheda", + "Creating the new card …" : "Creazione della nuova scheda...", + "Card \"{card}\" was added to \"{board}\"" : "La scheda \"{card}\" è stata aggiunta a \"{board}\"", + "Open card" : "Apri scheda", + "Close" : "Chiudi", + "No upcoming cards" : "Nessuna scheda rimasta", + "upcoming cards today" : "prossime schede oggi", + "upcoming cards tomorrow" : "prossime schede domani", + "upcoming cards" : "prossime schede", + "New card" : "Nuova scheda", "Link to a board" : "Collega a una lavagna", "Link to a card" : " Collega a una scheda", "Create a card" : "Crea una scheda", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Qualcosa non ha funzionato", "Failed to upload {name}" : "Caricamenti di {name} non riuscito", "Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata", - "Card title" : "Titolo scheda", "Assigned users" : "Utenti assegnati", "Due date" : "Data di scadenza", "Error creating the share" : "Errore durante la creazione della condivisione", diff --git a/l10n/it.json b/l10n/it.json index 568001a0e..bf4d07558 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Condividi, commenta e collabora!", "Create your first card!" : "Crea la tua prima scheda!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Questo commento contiene più di %s caratteri.\nAggiunto come allegato alla scheda con nome %s.\nAccessibile su URL: %s.", + "Attachments" : "Allegati", + "File" : "File", "Card not found" : "Scheda non trovata", "Path is already shared with this card" : "Il percorso è già condiviso con questa scheda", "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Il titolo non può essere vuoto.", "Open in sidebar view" : "Apri nella barra laterale", "Open in bigger view" : "Apri in una vista più grande", - "Attachments" : "Allegati", "Comments" : "Commenti", "Failed to load comments" : "Caricamento commenti non riuscito", "No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione.", @@ -380,6 +381,17 @@ "Click to expand description" : "Fai clic per espandere la descrizione", "Click to expand comment" : "Fai clic per espandere il commento", "Create card" : "Crea scheda", + "Create a new card" : "Crea una nuova scheda", + "Card title" : "Titolo scheda", + "Creating the new card …" : "Creazione della nuova scheda...", + "Card \"{card}\" was added to \"{board}\"" : "La scheda \"{card}\" è stata aggiunta a \"{board}\"", + "Open card" : "Apri scheda", + "Close" : "Chiudi", + "No upcoming cards" : "Nessuna scheda rimasta", + "upcoming cards today" : "prossime schede oggi", + "upcoming cards tomorrow" : "prossime schede domani", + "upcoming cards" : "prossime schede", + "New card" : "Nuova scheda", "Link to a board" : "Collega a una lavagna", "Link to a card" : " Collega a una scheda", "Create a card" : "Crea una scheda", @@ -387,7 +399,6 @@ "Something went wrong" : "Qualcosa non ha funzionato", "Failed to upload {name}" : "Caricamenti di {name} non riuscito", "Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata", - "Card title" : "Titolo scheda", "Assigned users" : "Utenti assegnati", "Due date" : "Data di scadenza", "Error creating the share" : "Errore durante la creazione della condivisione", diff --git a/l10n/ja.js b/l10n/ja.js index 3d8dfac1c..d7016bafd 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "進行中", "Done" : "完了", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "このコメントは、%s 文字以上含まれています。\n%sという名前で、カードに添付ファイルとして追加しました。\n次のURLでアクセス可能です: %s", + "Attachments" : "添付ファイル", + "File" : "ファイル", "Card not found" : "カードが見つかりません", "Path is already shared with this card" : "パスは既にこのカードで共有されています", "Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります", @@ -226,7 +228,6 @@ OC.L10N.register( "The title cannot be empty." : "タイトルを空にすることはできません。", "Open in sidebar view" : "サイドバービューで開く", "Open in bigger view" : "拡大表示で開く", - "Attachments" : "添付ファイル", "Comments" : "コメント", "Failed to load comments" : "コメントの読み込みに失敗しました", "No comments yet. Begin the discussion!" : "まだコメントはありません。議論を始めましょう!", @@ -354,6 +355,17 @@ OC.L10N.register( "Click to expand description" : "説明を展開するにはクリックしてください", "Click to expand comment" : "コメントを展開するにはクリックしてください", "Create card" : "カードを作成", + "Create a new card" : "新しいカードを作成する", + "Card title" : "カードのタイトル", + "Creating the new card …" : "新しいカードを作成しています...", + "Card \"{card}\" was added to \"{board}\"" : "カード \"{card}\" が \"{board}\" に追加されました", + "Open card" : "カードを開く", + "Close" : "閉じる", + "No upcoming cards" : "今後のカードはありません", + "upcoming cards today" : "今日の予定のカード", + "upcoming cards tomorrow" : "明日の予定のカード", + "upcoming cards" : "今後のカード", + "New card" : "新しいカード", "Link to a board" : "ボードへのリンク", "Link to a card" : "カードへリンク", "Create a card" : "カードを作成", @@ -361,7 +373,6 @@ OC.L10N.register( "Something went wrong" : "何かがおかしいです", "Failed to upload {name}" : "{name}のアップロードに失敗しました", "Maximum file size of {size} exceeded" : "最大ファイルサイズ({size})を超えています", - "Card title" : "カードのタイトル", "Due date" : "期限", "Error creating the share" : "共有の作成中にエラーが発生しました", "Share with a Deck card" : "デッキのカードで共有する", diff --git a/l10n/ja.json b/l10n/ja.json index 1ef44d530..66bef8793 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -109,6 +109,8 @@ "In Progress" : "進行中", "Done" : "完了", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "このコメントは、%s 文字以上含まれています。\n%sという名前で、カードに添付ファイルとして追加しました。\n次のURLでアクセス可能です: %s", + "Attachments" : "添付ファイル", + "File" : "ファイル", "Card not found" : "カードが見つかりません", "Path is already shared with this card" : "パスは既にこのカードで共有されています", "Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります", @@ -224,7 +226,6 @@ "The title cannot be empty." : "タイトルを空にすることはできません。", "Open in sidebar view" : "サイドバービューで開く", "Open in bigger view" : "拡大表示で開く", - "Attachments" : "添付ファイル", "Comments" : "コメント", "Failed to load comments" : "コメントの読み込みに失敗しました", "No comments yet. Begin the discussion!" : "まだコメントはありません。議論を始めましょう!", @@ -352,6 +353,17 @@ "Click to expand description" : "説明を展開するにはクリックしてください", "Click to expand comment" : "コメントを展開するにはクリックしてください", "Create card" : "カードを作成", + "Create a new card" : "新しいカードを作成する", + "Card title" : "カードのタイトル", + "Creating the new card …" : "新しいカードを作成しています...", + "Card \"{card}\" was added to \"{board}\"" : "カード \"{card}\" が \"{board}\" に追加されました", + "Open card" : "カードを開く", + "Close" : "閉じる", + "No upcoming cards" : "今後のカードはありません", + "upcoming cards today" : "今日の予定のカード", + "upcoming cards tomorrow" : "明日の予定のカード", + "upcoming cards" : "今後のカード", + "New card" : "新しいカード", "Link to a board" : "ボードへのリンク", "Link to a card" : "カードへリンク", "Create a card" : "カードを作成", @@ -359,7 +371,6 @@ "Something went wrong" : "何かがおかしいです", "Failed to upload {name}" : "{name}のアップロードに失敗しました", "Maximum file size of {size} exceeded" : "最大ファイルサイズ({size})を超えています", - "Card title" : "カードのタイトル", "Due date" : "期限", "Error creating the share" : "共有の作成中にエラーが発生しました", "Share with a Deck card" : "デッキのカードで共有する", diff --git a/l10n/ka.js b/l10n/ka.js index 1847d8732..f9ff2f1d4 100644 --- a/l10n/ka.js +++ b/l10n/ka.js @@ -110,6 +110,8 @@ OC.L10N.register( "To Do" : "To Do", "Done" : "Done", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", + "Attachments" : "Attachments", + "File" : "ფაილი", "Card not found" : "Card not found", "Path is already shared with this card" : "Path is already shared with this card", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", @@ -218,7 +220,6 @@ OC.L10N.register( "The title cannot be empty." : "The title cannot be empty.", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", - "Attachments" : "Attachments", "Comments" : "Comments", "Failed to load comments" : "Failed to load comments", "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", @@ -340,6 +341,17 @@ OC.L10N.register( "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", + "Create a new card" : "Create a new card", + "Card title" : "Card title", + "Creating the new card …" : "Creating the new card …", + "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", + "Open card" : "Open card", + "Close" : "Close", + "No upcoming cards" : "No upcoming cards", + "upcoming cards today" : "upcoming cards today", + "upcoming cards tomorrow" : "upcoming cards tomorrow", + "upcoming cards" : "upcoming cards", + "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -347,7 +359,6 @@ OC.L10N.register( "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", - "Card title" : "Card title", "Due date" : "Due date", "Error creating the share" : "Error creating the share", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/ka.json b/l10n/ka.json index dc6bd067f..773069679 100644 --- a/l10n/ka.json +++ b/l10n/ka.json @@ -108,6 +108,8 @@ "To Do" : "To Do", "Done" : "Done", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", + "Attachments" : "Attachments", + "File" : "ფაილი", "Card not found" : "Card not found", "Path is already shared with this card" : "Path is already shared with this card", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", @@ -216,7 +218,6 @@ "The title cannot be empty." : "The title cannot be empty.", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", - "Attachments" : "Attachments", "Comments" : "Comments", "Failed to load comments" : "Failed to load comments", "No comments yet. Begin the discussion!" : "No comments yet. Begin the discussion!", @@ -338,6 +339,17 @@ "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", + "Create a new card" : "Create a new card", + "Card title" : "Card title", + "Creating the new card …" : "Creating the new card …", + "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", + "Open card" : "Open card", + "Close" : "Close", + "No upcoming cards" : "No upcoming cards", + "upcoming cards today" : "upcoming cards today", + "upcoming cards tomorrow" : "upcoming cards tomorrow", + "upcoming cards" : "upcoming cards", + "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", @@ -345,7 +357,6 @@ "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", - "Card title" : "Card title", "Due date" : "Due date", "Error creating the share" : "Error creating the share", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js index 01e3cbe68..9f1bf679f 100644 --- a/l10n/ka_GE.js +++ b/l10n/ka_GE.js @@ -14,6 +14,7 @@ OC.L10N.register( "Action needed" : "საჭიროა ქმედება", "Later" : "მოგვიანებით", "Done" : "დასრულებულია", + "File" : "ფაილი", "Invalid date, date format must be YYYY-MM-DD" : "არასწორი თარიღი, თარიღის ფორმატი უნდა იყოს წწწწ-თთ-დდ", "Cancel" : "უარყოფა", "File already exists" : "ფაილი უკვე არსებობს", @@ -63,6 +64,7 @@ OC.L10N.register( "Export" : "ექსპორტი", "Today" : "დღეს", "Tomorrow" : "ხვალ", + "Close" : "დახურვა", "Due date" : "განპირობებულია თარიღისთვის", "Share" : "გაზიარება", "Personal" : "პირადი" diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json index 3512e438f..68683184c 100644 --- a/l10n/ka_GE.json +++ b/l10n/ka_GE.json @@ -12,6 +12,7 @@ "Action needed" : "საჭიროა ქმედება", "Later" : "მოგვიანებით", "Done" : "დასრულებულია", + "File" : "ფაილი", "Invalid date, date format must be YYYY-MM-DD" : "არასწორი თარიღი, თარიღის ფორმატი უნდა იყოს წწწწ-თთ-დდ", "Cancel" : "უარყოფა", "File already exists" : "ფაილი უკვე არსებობს", @@ -61,6 +62,7 @@ "Export" : "ექსპორტი", "Today" : "დღეს", "Tomorrow" : "ხვალ", + "Close" : "დახურვა", "Due date" : "განპირობებულია თარიღისთვის", "Share" : "გაზიარება", "Personal" : "პირადი" diff --git a/l10n/kab.js b/l10n/kab.js index 7b20b8d76..9744c2d29 100644 --- a/l10n/kab.js +++ b/l10n/kab.js @@ -7,6 +7,8 @@ OC.L10N.register( "Missing a temporary folder" : "Ixuṣ ukaram akudan", "Finished" : "Immed", "Done" : "Immed", + "Attachments" : "Ticeqqufin", + "File" : "Afaylu", "Cancel" : "Sefsex", "Open" : "Ldi", "Completed" : "Yemmed", @@ -20,7 +22,6 @@ OC.L10N.register( "Download" : "Sider", "Modified" : "Yettwabeddel", "Created" : "Yettwarna.", - "Attachments" : "Ticeqqufin", "Comments" : "Commentaires", "Save" : "Sekles", "Cancel reply" : "Semmet tiririt.", @@ -29,6 +30,7 @@ OC.L10N.register( "Cancel edit" : "Sefsex aseẓreg", "No notifications" : "Ulac tisezmal", "Today" : "Ass-a", + "Close" : "Mdel", "Share" : "Bḍu", "Personal" : "Udmawan" }, diff --git a/l10n/kab.json b/l10n/kab.json index fe7989282..bcc4bd76b 100644 --- a/l10n/kab.json +++ b/l10n/kab.json @@ -5,6 +5,8 @@ "Missing a temporary folder" : "Ixuṣ ukaram akudan", "Finished" : "Immed", "Done" : "Immed", + "Attachments" : "Ticeqqufin", + "File" : "Afaylu", "Cancel" : "Sefsex", "Open" : "Ldi", "Completed" : "Yemmed", @@ -18,7 +20,6 @@ "Download" : "Sider", "Modified" : "Yettwabeddel", "Created" : "Yettwarna.", - "Attachments" : "Ticeqqufin", "Comments" : "Commentaires", "Save" : "Sekles", "Cancel reply" : "Semmet tiririt.", @@ -27,6 +28,7 @@ "Cancel edit" : "Sefsex aseẓreg", "No notifications" : "Ulac tisezmal", "Today" : "Ass-a", + "Close" : "Mdel", "Share" : "Bḍu", "Personal" : "Udmawan" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/km.js b/l10n/km.js index ac6593249..185710b35 100644 --- a/l10n/km.js +++ b/l10n/km.js @@ -3,6 +3,7 @@ OC.L10N.register( { "copy" : "ចម្លង", "Done" : "Done", + "File" : "ឯកសារ", "Cancel" : "បោះបង់", "Details" : "ព័ត៌មាន​លម្អិត", "Sharing" : "ការ​ចែក​រំលែក", @@ -25,6 +26,7 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "នាំចេញ", "Today" : "ថ្ងៃ​នេះ", + "Close" : "បិទ", "Share" : "ចែក​រំលែក", "Personal" : "ផ្ទាល់​ខ្លួន" }, diff --git a/l10n/km.json b/l10n/km.json index 1cdc588c6..443e43bff 100644 --- a/l10n/km.json +++ b/l10n/km.json @@ -1,6 +1,7 @@ { "translations": { "copy" : "ចម្លង", "Done" : "Done", + "File" : "ឯកសារ", "Cancel" : "បោះបង់", "Details" : "ព័ត៌មាន​លម្អិត", "Sharing" : "ការ​ចែក​រំលែក", @@ -23,6 +24,7 @@ "Shared with you" : "Shared with you", "Export" : "នាំចេញ", "Today" : "ថ្ងៃ​នេះ", + "Close" : "បិទ", "Share" : "ចែក​រំលែក", "Personal" : "ផ្ទាល់​ខ្លួន" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/ko.js b/l10n/ko.js index f2c2ccafc..5a95539dc 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "진행 중", "Done" : "완료", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "이 댓글에는 %s자 이상이 있습니다.\n이름이 %s인 카드에 첨부 파일로 추가되었습니다.\nURL에서 액세스 가능: %s.", + "Attachments" : "첨부파일", + "File" : "파일", "Card not found" : "카드 없음", "Path is already shared with this card" : "경로가 이미 이 카드와 공유되어 있습니다.", "Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.", @@ -226,7 +228,6 @@ OC.L10N.register( "The title cannot be empty." : "제목은 공백일 수 없습니다.", "Open in sidebar view" : "사이드바 보기에서 열기", "Open in bigger view" : "더 크게 보기", - "Attachments" : "첨부파일", "Comments" : "댓글", "Failed to load comments" : "댓글을 불러오지 못했습니다.", "No comments yet. Begin the discussion!" : "아직 댓글이 없습니다. 토론을 시작하세요!", @@ -354,6 +355,17 @@ OC.L10N.register( "Click to expand description" : "설명을 더 보려면 클릭하세요.", "Click to expand comment" : "댓글을 더 보려면 클릭하세요.", "Create card" : "크레딧 카드", + "Create a new card" : "새로운 카드 생성", + "Card title" : "카드 제목", + "Creating the new card …" : "새로운 카드 생성 중...", + "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 카드가 \"{board}\"에 추가되었습니다.", + "Open card" : "카드 열기", + "Close" : "닫기", + "No upcoming cards" : "예정된 카드 없음", + "upcoming cards today" : "오늘 예정인 카드", + "upcoming cards tomorrow" : "내일 예정인 카드", + "upcoming cards" : "곧 있을 카드", + "New card" : "새로운 카드", "Link to a board" : "보드에 연결", "Link to a card" : "카드에 연결", "Create a card" : "카드 생성", @@ -361,7 +373,6 @@ OC.L10N.register( "Something went wrong" : "잘못된 접근", "Failed to upload {name}" : "{name}을(를) 업로드하지 못했습니다.", "Maximum file size of {size} exceeded" : "최대 파일 크기인 {size}을(를) 초과했습니다.", - "Card title" : "카드 제목", "Due date" : "만료 날짜", "Error creating the share" : "공유를 만드는 중 오류 발생", "Share with a Deck card" : "Deck 카드와 공유", diff --git a/l10n/ko.json b/l10n/ko.json index 106216815..246df4c79 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -109,6 +109,8 @@ "In Progress" : "진행 중", "Done" : "완료", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "이 댓글에는 %s자 이상이 있습니다.\n이름이 %s인 카드에 첨부 파일로 추가되었습니다.\nURL에서 액세스 가능: %s.", + "Attachments" : "첨부파일", + "File" : "파일", "Card not found" : "카드 없음", "Path is already shared with this card" : "경로가 이미 이 카드와 공유되어 있습니다.", "Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.", @@ -224,7 +226,6 @@ "The title cannot be empty." : "제목은 공백일 수 없습니다.", "Open in sidebar view" : "사이드바 보기에서 열기", "Open in bigger view" : "더 크게 보기", - "Attachments" : "첨부파일", "Comments" : "댓글", "Failed to load comments" : "댓글을 불러오지 못했습니다.", "No comments yet. Begin the discussion!" : "아직 댓글이 없습니다. 토론을 시작하세요!", @@ -352,6 +353,17 @@ "Click to expand description" : "설명을 더 보려면 클릭하세요.", "Click to expand comment" : "댓글을 더 보려면 클릭하세요.", "Create card" : "크레딧 카드", + "Create a new card" : "새로운 카드 생성", + "Card title" : "카드 제목", + "Creating the new card …" : "새로운 카드 생성 중...", + "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 카드가 \"{board}\"에 추가되었습니다.", + "Open card" : "카드 열기", + "Close" : "닫기", + "No upcoming cards" : "예정된 카드 없음", + "upcoming cards today" : "오늘 예정인 카드", + "upcoming cards tomorrow" : "내일 예정인 카드", + "upcoming cards" : "곧 있을 카드", + "New card" : "새로운 카드", "Link to a board" : "보드에 연결", "Link to a card" : "카드에 연결", "Create a card" : "카드 생성", @@ -359,7 +371,6 @@ "Something went wrong" : "잘못된 접근", "Failed to upload {name}" : "{name}을(를) 업로드하지 못했습니다.", "Maximum file size of {size} exceeded" : "최대 파일 크기인 {size}을(를) 초과했습니다.", - "Card title" : "카드 제목", "Due date" : "만료 날짜", "Error creating the share" : "공유를 만드는 중 오류 발생", "Share with a Deck card" : "Deck 카드와 공유", diff --git a/l10n/lb.js b/l10n/lb.js index 9e5f9aba0..f467fbbb4 100644 --- a/l10n/lb.js +++ b/l10n/lb.js @@ -32,6 +32,7 @@ OC.L10N.register( "Export" : "Exportéieren", "Today" : "Haut", "Tomorrow" : "Muer", + "Close" : "Zoumaachen", "Share" : "Deelen", "Personal" : "Perséinlech" }, diff --git a/l10n/lb.json b/l10n/lb.json index c1b195df5..c703e74c5 100644 --- a/l10n/lb.json +++ b/l10n/lb.json @@ -30,6 +30,7 @@ "Export" : "Exportéieren", "Today" : "Haut", "Tomorrow" : "Muer", + "Close" : "Zoumaachen", "Share" : "Deelen", "Personal" : "Perséinlech" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/lo.js b/l10n/lo.js index 9ff5ca6fb..6e679ca8c 100644 --- a/l10n/lo.js +++ b/l10n/lo.js @@ -5,6 +5,7 @@ OC.L10N.register( "No file was uploaded" : "ບໍ່ມີການອັບໂຫລດຟາຍ", "Finished" : "ສຳເລັດ", "Done" : "ສໍາເລັດ", + "File" : "ຟາຍ", "Cancel" : "ຍົກເລີກ", "Completed" : "ສຳເລັດ", "Details" : "ລາຍລະອຽດ", @@ -25,6 +26,7 @@ OC.L10N.register( "Shared with you" : "ແບ່ງປັບກັບທ່ານ", "No notifications" : "ບໍ່ມີການແຈ້ງເຕືອນ", "Today" : "ມື້ນີ້", + "Close" : "ປິດ", "Share" : "ແບ່ງປັນ", "Personal" : "ສ່ວນບຸກຄົນ" }, diff --git a/l10n/lo.json b/l10n/lo.json index daa712089..b7a235727 100644 --- a/l10n/lo.json +++ b/l10n/lo.json @@ -3,6 +3,7 @@ "No file was uploaded" : "ບໍ່ມີການອັບໂຫລດຟາຍ", "Finished" : "ສຳເລັດ", "Done" : "ສໍາເລັດ", + "File" : "ຟາຍ", "Cancel" : "ຍົກເລີກ", "Completed" : "ສຳເລັດ", "Details" : "ລາຍລະອຽດ", @@ -23,6 +24,7 @@ "Shared with you" : "ແບ່ງປັບກັບທ່ານ", "No notifications" : "ບໍ່ມີການແຈ້ງເຕືອນ", "Today" : "ມື້ນີ້", + "Close" : "ປິດ", "Share" : "ແບ່ງປັນ", "Personal" : "ສ່ວນບຸກຄົນ" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 93fede68b..ad07de7a3 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -88,6 +88,8 @@ OC.L10N.register( "Later" : "Vėliau", "copy" : "kopija", "Done" : "Atlikta", + "Attachments" : "Priedai", + "File" : "Failas", "Card not found" : "Kortelė nerasta", "Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele", "Invalid date, date format must be YYYY-MM-DD" : "Netinkama data, datos formatas privalo būti MMMM-mm-dd", @@ -185,7 +187,6 @@ OC.L10N.register( "The title cannot be empty." : "Pavadinimas negali būti tuščias.", "Open in sidebar view" : "Atverti šoninės juostos rodinyje", "Open in bigger view" : "Atverti didesniame rodinyje", - "Attachments" : "Priedai", "Comments" : "Komentarai", "Failed to load comments" : "Nepavyko įkelti komentarų", "No comments yet. Begin the discussion!" : "Kol kas komentarų nėra. Pradėkite diskusiją!", @@ -267,12 +268,18 @@ OC.L10N.register( "Click to expand description" : "Spustelėkite norėdami išskleisti aprašą", "Click to expand comment" : "Spustelėkite norėdami išskleisti komentarą", "Create card" : "Sukurti kortelę", + "Create a new card" : "Sukurti naują kortelę", + "Card title" : "Kortelės pavadinimas", + "Creating the new card …" : "Kuriama nauja kortelė…", + "Card \"{card}\" was added to \"{board}\"" : "Kortelė „{card}“ buvo pridėta į lentą „{board}“", + "Open card" : "Atverti kortelę", + "Close" : "Užverti", + "New card" : "Nauja kortelė", "Link to a board" : "Susieti su lenta", "Link to a card" : "Susieti su kortele", "Create a card" : "Sukurti kortelę", "Something went wrong" : "Kažkas nutiko", "Maximum file size of {size} exceeded" : "Viršytas maksimalus {size} failo dydis", - "Card title" : "Kortelės pavadinimas", "Due date" : "Galutinio termino data", "Error creating the share" : "Klaida kuriant viešinį", "Share" : "Bendrinti", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 3c3832252..58e52f7b7 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -86,6 +86,8 @@ "Later" : "Vėliau", "copy" : "kopija", "Done" : "Atlikta", + "Attachments" : "Priedai", + "File" : "Failas", "Card not found" : "Kortelė nerasta", "Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele", "Invalid date, date format must be YYYY-MM-DD" : "Netinkama data, datos formatas privalo būti MMMM-mm-dd", @@ -183,7 +185,6 @@ "The title cannot be empty." : "Pavadinimas negali būti tuščias.", "Open in sidebar view" : "Atverti šoninės juostos rodinyje", "Open in bigger view" : "Atverti didesniame rodinyje", - "Attachments" : "Priedai", "Comments" : "Komentarai", "Failed to load comments" : "Nepavyko įkelti komentarų", "No comments yet. Begin the discussion!" : "Kol kas komentarų nėra. Pradėkite diskusiją!", @@ -265,12 +266,18 @@ "Click to expand description" : "Spustelėkite norėdami išskleisti aprašą", "Click to expand comment" : "Spustelėkite norėdami išskleisti komentarą", "Create card" : "Sukurti kortelę", + "Create a new card" : "Sukurti naują kortelę", + "Card title" : "Kortelės pavadinimas", + "Creating the new card …" : "Kuriama nauja kortelė…", + "Card \"{card}\" was added to \"{board}\"" : "Kortelė „{card}“ buvo pridėta į lentą „{board}“", + "Open card" : "Atverti kortelę", + "Close" : "Užverti", + "New card" : "Nauja kortelė", "Link to a board" : "Susieti su lenta", "Link to a card" : "Susieti su kortele", "Create a card" : "Sukurti kortelę", "Something went wrong" : "Kažkas nutiko", "Maximum file size of {size} exceeded" : "Viršytas maksimalus {size} failo dydis", - "Card title" : "Kortelės pavadinimas", "Due date" : "Galutinio termino data", "Error creating the share" : "Klaida kuriant viešinį", "Share" : "Bendrinti", diff --git a/l10n/lv.js b/l10n/lv.js index 49aef727a..cacdec922 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -25,6 +25,8 @@ OC.L10N.register( "copy" : "kopēt", "Custom lists - click to rename!" : "Pielāgoti saraksti - klikšķināt, lai pārdēvētu.", "Done" : "Pabeigts", + "Attachments" : "Pielikumi", + "File" : "Datne", "Invalid date, date format must be YYYY-MM-DD" : "Nederīgs datums, datuma formātam jābūt YYYY-MM-DD", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ir kanban veida organizēšanas rīks, kas paredzēts personīgai plānošanai un projektu orgenizēšanai komandām, kas ir iekļauts Nextcloud.\n\n\n- 📥 Uzdevumu pievienošana kartītēm un to sakārtošana\n- 📄 Papildu piezīmes var pierakstīt ar Markdown\n- 🔖 Vēl labākai pārraudzībai var piešķirt iezīmes\n- 👥 Koplietošana ar savu komandu, draugiem vai ģimeni\n- 📎 Datņu pievienošana un iekļaušana Markdown aprakstā\n- 💬 Apspriešana ar savu komandu ar piebildēm\n- ⚡ Izmaiņu izsekošana darbību plūsmā\n- 🚀 Sava projekta sakārtošana", "Cancel" : "Atcelt", @@ -55,7 +57,6 @@ OC.L10N.register( "Modified" : "Mainīts", "Created" : "Izveidots", "Open in sidebar view" : "Atvērt sānjoslas skatā", - "Attachments" : "Pielikumi", "Comments" : "Piebildes", "Save" : "Saglabāt", "Created:" : "Izveidots:", @@ -79,6 +80,7 @@ OC.L10N.register( "Export" : "Izgūt", "Today" : "Šodien", "Tomorrow" : "Rīt", + "Close" : "Aizvērt", "Due date" : "Izpildes datums", "Share" : "Koplietot", "Personal" : "Personīgs" diff --git a/l10n/lv.json b/l10n/lv.json index 52a28770b..5bf9fecfc 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -23,6 +23,8 @@ "copy" : "kopēt", "Custom lists - click to rename!" : "Pielāgoti saraksti - klikšķināt, lai pārdēvētu.", "Done" : "Pabeigts", + "Attachments" : "Pielikumi", + "File" : "Datne", "Invalid date, date format must be YYYY-MM-DD" : "Nederīgs datums, datuma formātam jābūt YYYY-MM-DD", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ir kanban veida organizēšanas rīks, kas paredzēts personīgai plānošanai un projektu orgenizēšanai komandām, kas ir iekļauts Nextcloud.\n\n\n- 📥 Uzdevumu pievienošana kartītēm un to sakārtošana\n- 📄 Papildu piezīmes var pierakstīt ar Markdown\n- 🔖 Vēl labākai pārraudzībai var piešķirt iezīmes\n- 👥 Koplietošana ar savu komandu, draugiem vai ģimeni\n- 📎 Datņu pievienošana un iekļaušana Markdown aprakstā\n- 💬 Apspriešana ar savu komandu ar piebildēm\n- ⚡ Izmaiņu izsekošana darbību plūsmā\n- 🚀 Sava projekta sakārtošana", "Cancel" : "Atcelt", @@ -53,7 +55,6 @@ "Modified" : "Mainīts", "Created" : "Izveidots", "Open in sidebar view" : "Atvērt sānjoslas skatā", - "Attachments" : "Pielikumi", "Comments" : "Piebildes", "Save" : "Saglabāt", "Created:" : "Izveidots:", @@ -77,6 +78,7 @@ "Export" : "Izgūt", "Today" : "Šodien", "Tomorrow" : "Rīt", + "Close" : "Aizvērt", "Due date" : "Izpildes datums", "Share" : "Koplietot", "Personal" : "Personīgs" diff --git a/l10n/mk.js b/l10n/mk.js index bdb1f5e1b..ad29b50b8 100644 --- a/l10n/mk.js +++ b/l10n/mk.js @@ -89,6 +89,8 @@ OC.L10N.register( "copy" : "копирај", "To Do" : "За правење", "Done" : "Готово", + "Attachments" : "Прилози", + "File" : "Датотека", "Card not found" : "Картицата не е пронајдена", "Path is already shared with this card" : "Патеката веќе е споделена со оваа картица", "Invalid date, date format must be YYYY-MM-DD" : "Невалиден датум, форматот мора да биде ГГГГ-ММ-ДД", @@ -181,7 +183,6 @@ OC.L10N.register( "The title cannot be empty." : "Насловот неможе да биде празен.", "Open in sidebar view" : "Отвори страничен поглед", "Open in bigger view" : "Отвори на голем екран", - "Attachments" : "Прилози", "Comments" : "Коментари", "No comments yet. Begin the discussion!" : "Сеуште нема коментари. Започни дискусија!", "The comment cannot be empty." : "Коментарот неможе да биде празен.", @@ -256,6 +257,12 @@ OC.L10N.register( "No results found" : "Нема пронајдено резултати", "{stack} in {board}" : "{stack} во {board}", "Create card" : "Креирајте картица", + "Create a new card" : "Креирајте нова картица", + "Card title" : "Наслов на картицата", + "Open card" : "Отвори картица", + "Close" : "Затвори", + "No upcoming cards" : "Нема престојни картици", + "upcoming cards" : "престојни картици", "Link to a board" : "Линк до табла", "Link to a card" : "Линк до картица", "Create a card" : "Креирајте картица", @@ -263,7 +270,6 @@ OC.L10N.register( "Something went wrong" : "Нешто не е во ред", "Failed to upload {name}" : "Неуспешно прикачување {name}", "Maximum file size of {size} exceeded" : "Максималната големина на датотека од {size} е достигната", - "Card title" : "Наслов на картицата", "Due date" : "До датум", "Error creating the share" : "Грешка при креирање на споделување", "Share with a Deck card" : "Споделено со Deck картица", diff --git a/l10n/mk.json b/l10n/mk.json index 78937da18..b66ed45a8 100644 --- a/l10n/mk.json +++ b/l10n/mk.json @@ -87,6 +87,8 @@ "copy" : "копирај", "To Do" : "За правење", "Done" : "Готово", + "Attachments" : "Прилози", + "File" : "Датотека", "Card not found" : "Картицата не е пронајдена", "Path is already shared with this card" : "Патеката веќе е споделена со оваа картица", "Invalid date, date format must be YYYY-MM-DD" : "Невалиден датум, форматот мора да биде ГГГГ-ММ-ДД", @@ -179,7 +181,6 @@ "The title cannot be empty." : "Насловот неможе да биде празен.", "Open in sidebar view" : "Отвори страничен поглед", "Open in bigger view" : "Отвори на голем екран", - "Attachments" : "Прилози", "Comments" : "Коментари", "No comments yet. Begin the discussion!" : "Сеуште нема коментари. Започни дискусија!", "The comment cannot be empty." : "Коментарот неможе да биде празен.", @@ -254,6 +255,12 @@ "No results found" : "Нема пронајдено резултати", "{stack} in {board}" : "{stack} во {board}", "Create card" : "Креирајте картица", + "Create a new card" : "Креирајте нова картица", + "Card title" : "Наслов на картицата", + "Open card" : "Отвори картица", + "Close" : "Затвори", + "No upcoming cards" : "Нема престојни картици", + "upcoming cards" : "престојни картици", "Link to a board" : "Линк до табла", "Link to a card" : "Линк до картица", "Create a card" : "Креирајте картица", @@ -261,7 +268,6 @@ "Something went wrong" : "Нешто не е во ред", "Failed to upload {name}" : "Неуспешно прикачување {name}", "Maximum file size of {size} exceeded" : "Максималната големина на датотека од {size} е достигната", - "Card title" : "Наслов на картицата", "Due date" : "До датум", "Error creating the share" : "Грешка при креирање на споделување", "Share with a Deck card" : "Споделено со Deck картица", diff --git a/l10n/mn.js b/l10n/mn.js index 277fb111b..3b6077095 100644 --- a/l10n/mn.js +++ b/l10n/mn.js @@ -8,6 +8,7 @@ OC.L10N.register( "Later" : "Хойшлуулах", "copy" : "Хуулах ", "Done" : "Хийсэн", + "Attachments" : "Хавсралт", "Cancel" : "болиулах", "Open" : "Нээх", "Completed" : "Гүйцэтгэгдсэн", @@ -27,7 +28,6 @@ OC.L10N.register( "Download" : "Татах", "Modified" : "Өөрчлөгдсөн", "Created" : "Үүсгэсэн", - "Attachments" : "Хавсралт", "Comments" : "Сэтгэгдлүүд", "Save" : "Хадгалах", "Created:" : "Үүсгэсэн:", diff --git a/l10n/mn.json b/l10n/mn.json index c7325182a..055d638c2 100644 --- a/l10n/mn.json +++ b/l10n/mn.json @@ -6,6 +6,7 @@ "Later" : "Хойшлуулах", "copy" : "Хуулах ", "Done" : "Хийсэн", + "Attachments" : "Хавсралт", "Cancel" : "болиулах", "Open" : "Нээх", "Completed" : "Гүйцэтгэгдсэн", @@ -25,7 +26,6 @@ "Download" : "Татах", "Modified" : "Өөрчлөгдсөн", "Created" : "Үүсгэсэн", - "Attachments" : "Хавсралт", "Comments" : "Сэтгэгдлүүд", "Save" : "Хадгалах", "Created:" : "Үүсгэсэн:", diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js index 804faa636..1980b9984 100644 --- a/l10n/ms_MY.js +++ b/l10n/ms_MY.js @@ -22,6 +22,7 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "Eksport", "Today" : "Hari ini", + "Close" : "Tutup", "Share" : "Kongsi", "Personal" : "Peribadi" }, diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json index d7169528b..64e23f4ce 100644 --- a/l10n/ms_MY.json +++ b/l10n/ms_MY.json @@ -20,6 +20,7 @@ "Shared with you" : "Shared with you", "Export" : "Eksport", "Today" : "Hari ini", + "Close" : "Tutup", "Share" : "Kongsi", "Personal" : "Peribadi" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/nb.js b/l10n/nb.js index 72fbb845a..0a3f36671 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "Pågår", "Done" : "Ferdig", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Denne kommentaren har enn %s tegn.\nLa til som vedlegg til kortet med navnet %s.\nTilgjengelig på URL: %s.", + "Attachments" : "Vedlegg", + "File" : "Fil", "Card not found" : "Kort ikke funnet", "Path is already shared with this card" : "Stien er allerede delt med dette kortet", "Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD", @@ -226,7 +228,6 @@ OC.L10N.register( "The title cannot be empty." : "Tittel kan ikke være tom", "Open in sidebar view" : "Åpne med sidepanel", "Open in bigger view" : "Åpen i større visning", - "Attachments" : "Vedlegg", "Comments" : "Kommentarer", "Failed to load comments" : "Feil i lasting av kommentarer", "No comments yet. Begin the discussion!" : "Ingen kommentarer ennå. Start diskusjonen!", @@ -355,6 +356,17 @@ OC.L10N.register( "Click to expand description" : "Klikk for å utvide beskrivelsen", "Click to expand comment" : "Klikk for å utvide kommentaren", "Create card" : "Opprett kort", + "Create a new card" : "Opprett et nytt kort", + "Card title" : "Kortittel", + "Creating the new card …" : "Oppretter det nye kortet ...", + "Card \"{card}\" was added to \"{board}\"" : "Kort \"{card}\" ble lagt til i \"{board}\"", + "Open card" : "Åpne kort", + "Close" : "Lukk", + "No upcoming cards" : "Ingen kommende kort", + "upcoming cards today" : "kommende kort i dag", + "upcoming cards tomorrow" : "kommende kort i morgen", + "upcoming cards" : "kommende kort", + "New card" : "Nytt kort", "Link to a board" : "Lenke til tavle", "Link to a card" : "Lenke til et kort", "Create a card" : "Opprett kort", @@ -362,7 +374,6 @@ OC.L10N.register( "Something went wrong" : "Noe gikk galt", "Failed to upload {name}" : "Klarte ikke laste opp {name}", "Maximum file size of {size} exceeded" : "Maksimal størrelse for filer på {size} er overskredet", - "Card title" : "Kortittel", "Due date" : "Forfallsdato", "Error creating the share" : "Feil ved oppretting av deling", "Share with a Deck card" : "Del med et Stokk-kort", diff --git a/l10n/nb.json b/l10n/nb.json index 766b106ed..eaeb4774e 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -109,6 +109,8 @@ "In Progress" : "Pågår", "Done" : "Ferdig", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Denne kommentaren har enn %s tegn.\nLa til som vedlegg til kortet med navnet %s.\nTilgjengelig på URL: %s.", + "Attachments" : "Vedlegg", + "File" : "Fil", "Card not found" : "Kort ikke funnet", "Path is already shared with this card" : "Stien er allerede delt med dette kortet", "Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD", @@ -224,7 +226,6 @@ "The title cannot be empty." : "Tittel kan ikke være tom", "Open in sidebar view" : "Åpne med sidepanel", "Open in bigger view" : "Åpen i større visning", - "Attachments" : "Vedlegg", "Comments" : "Kommentarer", "Failed to load comments" : "Feil i lasting av kommentarer", "No comments yet. Begin the discussion!" : "Ingen kommentarer ennå. Start diskusjonen!", @@ -353,6 +354,17 @@ "Click to expand description" : "Klikk for å utvide beskrivelsen", "Click to expand comment" : "Klikk for å utvide kommentaren", "Create card" : "Opprett kort", + "Create a new card" : "Opprett et nytt kort", + "Card title" : "Kortittel", + "Creating the new card …" : "Oppretter det nye kortet ...", + "Card \"{card}\" was added to \"{board}\"" : "Kort \"{card}\" ble lagt til i \"{board}\"", + "Open card" : "Åpne kort", + "Close" : "Lukk", + "No upcoming cards" : "Ingen kommende kort", + "upcoming cards today" : "kommende kort i dag", + "upcoming cards tomorrow" : "kommende kort i morgen", + "upcoming cards" : "kommende kort", + "New card" : "Nytt kort", "Link to a board" : "Lenke til tavle", "Link to a card" : "Lenke til et kort", "Create a card" : "Opprett kort", @@ -360,7 +372,6 @@ "Something went wrong" : "Noe gikk galt", "Failed to upload {name}" : "Klarte ikke laste opp {name}", "Maximum file size of {size} exceeded" : "Maksimal størrelse for filer på {size} er overskredet", - "Card title" : "Kortittel", "Due date" : "Forfallsdato", "Error creating the share" : "Feil ved oppretting av deling", "Share with a Deck card" : "Del med et Stokk-kort", diff --git a/l10n/nl.js b/l10n/nl.js index c9f8b1605..0b75436a4 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "Bezig", "Done" : "Klaar", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Deze opmerking heeft meer dan %s tekens.\nAls bijlage toegevoegd aan de kaart met naam %s.\nToegankelijk op URL: %s.", + "Attachments" : "Bijlagen", + "File" : "Bestand", "Card not found" : "Kaart niet gevonden", "Path is already shared with this card" : "Pad is al gedeeld met deze kaart", "Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD", @@ -219,7 +221,6 @@ OC.L10N.register( "The title cannot be empty." : "De titel kan niet leeg zijn.", "Open in sidebar view" : "Open in zijbalk", "Open in bigger view" : "Open in grotere weergave", - "Attachments" : "Bijlagen", "Comments" : "Reacties", "Failed to load comments" : "Kon reacties niet laden.", "No comments yet. Begin the discussion!" : "Nog geen reacties. Begin de discussie!", @@ -325,6 +326,17 @@ OC.L10N.register( "Click to expand description" : "Klik om de beschrijving uit te vouwen", "Click to expand comment" : "Klik om de reactie uit te vouwen", "Create card" : "Aanmaken kaart", + "Create a new card" : "Maak een nieuwe kaart aan", + "Card title" : "Kaarttitel", + "Creating the new card …" : "Aanmaken nieuwe kaart...", + "Card \"{card}\" was added to \"{board}\"" : "Kaart \"{card}\" is toegevoegd aan \"{board}\"", + "Open card" : "Open kaart", + "Close" : "Sluiten", + "No upcoming cards" : "Geen aanstaande kaarten", + "upcoming cards today" : "aankomende kaarten vandaag", + "upcoming cards tomorrow" : "aanstaande kaarten morgen", + "upcoming cards" : "Aanstaande kaarten", + "New card" : "Nieuwe kaart", "Link to a board" : "Verbind met een bord", "Link to a card" : "Koppel met een kaart", "Create a card" : "Maak een kaart aan", @@ -332,7 +344,6 @@ OC.L10N.register( "Something went wrong" : "Er ging iets verkeerd", "Failed to upload {name}" : "Kon {name} niet uploaden", "Maximum file size of {size} exceeded" : "Maximale bestandsomvang van {size} overschreden", - "Card title" : "Kaarttitel", "Due date" : "Vervaldatum", "Error creating the share" : "Fout bij aanmaken share", "Share with a Deck card" : "Delen met een Deck kaart", diff --git a/l10n/nl.json b/l10n/nl.json index e1e982560..da132c32b 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -109,6 +109,8 @@ "In Progress" : "Bezig", "Done" : "Klaar", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Deze opmerking heeft meer dan %s tekens.\nAls bijlage toegevoegd aan de kaart met naam %s.\nToegankelijk op URL: %s.", + "Attachments" : "Bijlagen", + "File" : "Bestand", "Card not found" : "Kaart niet gevonden", "Path is already shared with this card" : "Pad is al gedeeld met deze kaart", "Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD", @@ -217,7 +219,6 @@ "The title cannot be empty." : "De titel kan niet leeg zijn.", "Open in sidebar view" : "Open in zijbalk", "Open in bigger view" : "Open in grotere weergave", - "Attachments" : "Bijlagen", "Comments" : "Reacties", "Failed to load comments" : "Kon reacties niet laden.", "No comments yet. Begin the discussion!" : "Nog geen reacties. Begin de discussie!", @@ -323,6 +324,17 @@ "Click to expand description" : "Klik om de beschrijving uit te vouwen", "Click to expand comment" : "Klik om de reactie uit te vouwen", "Create card" : "Aanmaken kaart", + "Create a new card" : "Maak een nieuwe kaart aan", + "Card title" : "Kaarttitel", + "Creating the new card …" : "Aanmaken nieuwe kaart...", + "Card \"{card}\" was added to \"{board}\"" : "Kaart \"{card}\" is toegevoegd aan \"{board}\"", + "Open card" : "Open kaart", + "Close" : "Sluiten", + "No upcoming cards" : "Geen aanstaande kaarten", + "upcoming cards today" : "aankomende kaarten vandaag", + "upcoming cards tomorrow" : "aanstaande kaarten morgen", + "upcoming cards" : "Aanstaande kaarten", + "New card" : "Nieuwe kaart", "Link to a board" : "Verbind met een bord", "Link to a card" : "Koppel met een kaart", "Create a card" : "Maak een kaart aan", @@ -330,7 +342,6 @@ "Something went wrong" : "Er ging iets verkeerd", "Failed to upload {name}" : "Kon {name} niet uploaden", "Maximum file size of {size} exceeded" : "Maximale bestandsomvang van {size} overschreden", - "Card title" : "Kaarttitel", "Due date" : "Vervaldatum", "Error creating the share" : "Fout bij aanmaken share", "Share with a Deck card" : "Delen met een Deck kaart", diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js index cfb8f5c4b..fb0628ca8 100644 --- a/l10n/nn_NO.js +++ b/l10n/nn_NO.js @@ -5,6 +5,7 @@ OC.L10N.register( "No file was uploaded" : "Ingen filer vart lasta opp", "Missing a temporary folder" : "Manglar ei mellombels mappe", "Done" : "Ferdig", + "File" : "Fil", "Cancel" : "Avbryt", "Completed" : "Fullført", "Details" : "Detaljar", @@ -34,6 +35,7 @@ OC.L10N.register( "An error occurred" : "Det oppstod ein feil.", "Export" : "Eksporter", "Today" : "I dag", + "Close" : "Lat att", "Share" : "Del", "Personal" : "Personleg" }, diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json index a47a53104..cc2fa4ea9 100644 --- a/l10n/nn_NO.json +++ b/l10n/nn_NO.json @@ -3,6 +3,7 @@ "No file was uploaded" : "Ingen filer vart lasta opp", "Missing a temporary folder" : "Manglar ei mellombels mappe", "Done" : "Ferdig", + "File" : "Fil", "Cancel" : "Avbryt", "Completed" : "Fullført", "Details" : "Detaljar", @@ -32,6 +33,7 @@ "An error occurred" : "Det oppstod ein feil.", "Export" : "Eksporter", "Today" : "I dag", + "Close" : "Lat att", "Share" : "Del", "Personal" : "Personleg" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/oc.js b/l10n/oc.js index e2b57008f..8b3fb8858 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -11,6 +11,7 @@ OC.L10N.register( "A PHP extension stopped the file upload" : "Una extension PHP a arrestat lo mandadís de fichièr", "copy" : "copiar", "Done" : "Done", + "File" : "Fichier", "Invalid date, date format must be YYYY-MM-DD" : "Invalida data, lo format de data deu èsser YYYY-MM-DD", "Cancel" : "Anullar", "Drop your files to upload" : "Depausatz los fichièrs d’enviar", @@ -60,6 +61,8 @@ OC.L10N.register( "Tomorrow" : "Deman", "{stack} in {board}" : "{stack} dins {board}", "Create card" : "Crear una carta", + "Create a new card" : "Crear una carta novèla", + "Close" : "Plegar", "Create a card" : "Crear una carta", "Share" : "Partejar", "Personal" : "Personal" diff --git a/l10n/oc.json b/l10n/oc.json index 6242fcb2a..66b0240b6 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -9,6 +9,7 @@ "A PHP extension stopped the file upload" : "Una extension PHP a arrestat lo mandadís de fichièr", "copy" : "copiar", "Done" : "Done", + "File" : "Fichier", "Invalid date, date format must be YYYY-MM-DD" : "Invalida data, lo format de data deu èsser YYYY-MM-DD", "Cancel" : "Anullar", "Drop your files to upload" : "Depausatz los fichièrs d’enviar", @@ -58,6 +59,8 @@ "Tomorrow" : "Deman", "{stack} in {board}" : "{stack} dins {board}", "Create card" : "Crear una carta", + "Create a new card" : "Crear una carta novèla", + "Close" : "Plegar", "Create a card" : "Crear una carta", "Share" : "Partejar", "Personal" : "Personal" diff --git a/l10n/pl.js b/l10n/pl.js index 32f1248f2..d95644d7e 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "W trakcie", "Done" : "Zrobione", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ten komentarz ma więcej niż %s znaków.\nDodany jako załącznik do karty o nazwie %s.\nDostępne pod adresem URL: %s.", + "Attachments" : "Załączniki", + "File" : "Plik", "Card not found" : "Nie znaleziono karty", "Path is already shared with this card" : "Ścieżka jest już udostępniona dla tej karty", "Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD", @@ -219,7 +221,6 @@ OC.L10N.register( "The title cannot be empty." : "Tytuł nie może być pusty.", "Open in sidebar view" : "Otwórz w widoku paska bocznego", "Open in bigger view" : "Otwórz w dużym widoku", - "Attachments" : "Załączniki", "Comments" : "Komentarze", "Failed to load comments" : "Nie udało się wczytać komentarzy", "No comments yet. Begin the discussion!" : "Brak komentarzy. Rozpocznij dyskusję!", @@ -326,6 +327,17 @@ OC.L10N.register( "Click to expand description" : "Kliknij, aby rozwinąć opis", "Click to expand comment" : "Kliknij, aby rozwinąć komentarz", "Create card" : "Utwórz kartę", + "Create a new card" : "Utwórz nową kartę", + "Card title" : "Tytuł karty", + "Creating the new card …" : "Tworzenie nowej karty…", + "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" została dodana do \"{board}\"", + "Open card" : "Otwórz kartę", + "Close" : "Zamknij", + "No upcoming cards" : "Brak nadchodzących kart", + "upcoming cards today" : "nadchodzące karty dzisiaj", + "upcoming cards tomorrow" : "nadchodzące karty jutro", + "upcoming cards" : "nadchodzące karty", + "New card" : "Nowa karta", "Link to a board" : "Link do tablicy", "Link to a card" : "Link do karty", "Create a card" : "Utwórz kartę", @@ -333,7 +345,6 @@ OC.L10N.register( "Something went wrong" : "Coś poszło nie tak", "Failed to upload {name}" : "Nie udało się wysłać {name}", "Maximum file size of {size} exceeded" : "Przekroczono maksymalny rozmiar pliku {size}", - "Card title" : "Tytuł karty", "Due date" : "Data realizacji", "Error creating the share" : "Błąd podczas tworzenia udostępnienia", "Share with a Deck card" : "Udostępnij za pomocą karty Tablicy", diff --git a/l10n/pl.json b/l10n/pl.json index 3f791d199..d0966e6da 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -109,6 +109,8 @@ "In Progress" : "W trakcie", "Done" : "Zrobione", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ten komentarz ma więcej niż %s znaków.\nDodany jako załącznik do karty o nazwie %s.\nDostępne pod adresem URL: %s.", + "Attachments" : "Załączniki", + "File" : "Plik", "Card not found" : "Nie znaleziono karty", "Path is already shared with this card" : "Ścieżka jest już udostępniona dla tej karty", "Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD", @@ -217,7 +219,6 @@ "The title cannot be empty." : "Tytuł nie może być pusty.", "Open in sidebar view" : "Otwórz w widoku paska bocznego", "Open in bigger view" : "Otwórz w dużym widoku", - "Attachments" : "Załączniki", "Comments" : "Komentarze", "Failed to load comments" : "Nie udało się wczytać komentarzy", "No comments yet. Begin the discussion!" : "Brak komentarzy. Rozpocznij dyskusję!", @@ -324,6 +325,17 @@ "Click to expand description" : "Kliknij, aby rozwinąć opis", "Click to expand comment" : "Kliknij, aby rozwinąć komentarz", "Create card" : "Utwórz kartę", + "Create a new card" : "Utwórz nową kartę", + "Card title" : "Tytuł karty", + "Creating the new card …" : "Tworzenie nowej karty…", + "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" została dodana do \"{board}\"", + "Open card" : "Otwórz kartę", + "Close" : "Zamknij", + "No upcoming cards" : "Brak nadchodzących kart", + "upcoming cards today" : "nadchodzące karty dzisiaj", + "upcoming cards tomorrow" : "nadchodzące karty jutro", + "upcoming cards" : "nadchodzące karty", + "New card" : "Nowa karta", "Link to a board" : "Link do tablicy", "Link to a card" : "Link do karty", "Create a card" : "Utwórz kartę", @@ -331,7 +343,6 @@ "Something went wrong" : "Coś poszło nie tak", "Failed to upload {name}" : "Nie udało się wysłać {name}", "Maximum file size of {size} exceeded" : "Przekroczono maksymalny rozmiar pliku {size}", - "Card title" : "Tytuł karty", "Due date" : "Data realizacji", "Error creating the share" : "Błąd podczas tworzenia udostępnienia", "Share with a Deck card" : "Udostępnij za pomocą karty Tablicy", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 8214f5870..cd9729d72 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Compartilhe, comente e colabore!", "Create your first card!" : "Crie seu primeiro cartão!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentário tem mais de %s caracteres.\nEle foi adicionado como um anexo ao cartão de nome %s.\nAcessível na URL: %s.", + "Attachments" : "Anexos", + "File" : "Arquivo", "Card not found" : "Cartão não encontrado", "Path is already shared with this card" : "O caminho já é compartilhado com este cartão", "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "O título não pode ficar em branco.", "Open in sidebar view" : "Abrir em visualização da barra lateral", "Open in bigger view" : "Abrir em visualização ampliada", - "Attachments" : "Anexos", "Comments" : "Comentários", "Failed to load comments" : "Não foi possível carregar os comentários", "No comments yet. Begin the discussion!" : "Nenhum comentário ainda. Inicie a conversa!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Clique para expandir a descrição", "Click to expand comment" : "Clique para expandir o comentário", "Create card" : "Criar cartão", + "Create a new card" : "Criar um novo cartão", + "Card title" : "Título do cartão", + "Creating the new card …" : "Criando o novo cartão…", + "Card \"{card}\" was added to \"{board}\"" : "O cartão \"{card}\" foi adicionado a \"{board}\" ", + "Open card" : "Abrir o cartão", + "Close" : "Fechar", + "No upcoming cards" : "Não há mais cartões", + "upcoming cards today" : "próximos cartões hoje", + "upcoming cards tomorrow" : "próximos cartões amanhã", + "upcoming cards" : "próximos cartões", + "New card" : "Novo cartão", "Link to a board" : "Vincular a um painel", "Link to a card" : "Vincular a um cartão", "Create a card" : "Criar um cartão", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Algo deu errado", "Failed to upload {name}" : "Falha ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeu o tamanho máximo de arquivo de {size}", - "Card title" : "Título do cartão", "Assigned users" : "Usuários atribuídos", "Due date" : "Data de vencimento", "Error creating the share" : "Erro ao criar o compartilhamento", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 5bb5f057c..b442ca9ea 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Compartilhe, comente e colabore!", "Create your first card!" : "Crie seu primeiro cartão!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentário tem mais de %s caracteres.\nEle foi adicionado como um anexo ao cartão de nome %s.\nAcessível na URL: %s.", + "Attachments" : "Anexos", + "File" : "Arquivo", "Card not found" : "Cartão não encontrado", "Path is already shared with this card" : "O caminho já é compartilhado com este cartão", "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "O título não pode ficar em branco.", "Open in sidebar view" : "Abrir em visualização da barra lateral", "Open in bigger view" : "Abrir em visualização ampliada", - "Attachments" : "Anexos", "Comments" : "Comentários", "Failed to load comments" : "Não foi possível carregar os comentários", "No comments yet. Begin the discussion!" : "Nenhum comentário ainda. Inicie a conversa!", @@ -380,6 +381,17 @@ "Click to expand description" : "Clique para expandir a descrição", "Click to expand comment" : "Clique para expandir o comentário", "Create card" : "Criar cartão", + "Create a new card" : "Criar um novo cartão", + "Card title" : "Título do cartão", + "Creating the new card …" : "Criando o novo cartão…", + "Card \"{card}\" was added to \"{board}\"" : "O cartão \"{card}\" foi adicionado a \"{board}\" ", + "Open card" : "Abrir o cartão", + "Close" : "Fechar", + "No upcoming cards" : "Não há mais cartões", + "upcoming cards today" : "próximos cartões hoje", + "upcoming cards tomorrow" : "próximos cartões amanhã", + "upcoming cards" : "próximos cartões", + "New card" : "Novo cartão", "Link to a board" : "Vincular a um painel", "Link to a card" : "Vincular a um cartão", "Create a card" : "Criar um cartão", @@ -387,7 +399,6 @@ "Something went wrong" : "Algo deu errado", "Failed to upload {name}" : "Falha ao enviar {name}", "Maximum file size of {size} exceeded" : "Excedeu o tamanho máximo de arquivo de {size}", - "Card title" : "Título do cartão", "Assigned users" : "Usuários atribuídos", "Due date" : "Data de vencimento", "Error creating the share" : "Erro ao criar o compartilhamento", diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index 41abfd39f..f7ddeea84 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -96,6 +96,8 @@ OC.L10N.register( "To Do" : "A fazer", "Done" : "Concluído", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentário tem mais de %s caracteres.\nAdicionado como um anexo ao cartão com o nome %s.\nAcessível no URL: %s.", + "Attachments" : "Anexos", + "File" : "Ficheiro", "Card not found" : "Cartão não encontrado", "Path is already shared with this card" : "O caminho já é partilhado com este cartão", "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", @@ -129,7 +131,6 @@ OC.L10N.register( "Download" : "Transferir", "Modified" : "Modificado", "Created" : "Criado", - "Attachments" : "Anexos", "Comments" : "Comentários", "Save" : "Guardar", "Created:" : "Criado:", @@ -163,6 +164,7 @@ OC.L10N.register( "No results found" : "No results found", "Due on {date}" : "Due on {date}", "Create card" : "Criar cartão", + "Close" : "Fechar", "Failed to upload {name}" : "Failed to upload {name}", "Due date" : "Data limite", "Share" : "Partilhar", diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index bd06f9360..97265c66a 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -94,6 +94,8 @@ "To Do" : "A fazer", "Done" : "Concluído", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentário tem mais de %s caracteres.\nAdicionado como um anexo ao cartão com o nome %s.\nAcessível no URL: %s.", + "Attachments" : "Anexos", + "File" : "Ficheiro", "Card not found" : "Cartão não encontrado", "Path is already shared with this card" : "O caminho já é partilhado com este cartão", "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", @@ -127,7 +129,6 @@ "Download" : "Transferir", "Modified" : "Modificado", "Created" : "Criado", - "Attachments" : "Anexos", "Comments" : "Comentários", "Save" : "Guardar", "Created:" : "Criado:", @@ -161,6 +162,7 @@ "No results found" : "No results found", "Due on {date}" : "Due on {date}", "Create card" : "Criar cartão", + "Close" : "Fechar", "Failed to upload {name}" : "Failed to upload {name}", "Due date" : "Data limite", "Share" : "Partilhar", diff --git a/l10n/ro.js b/l10n/ro.js index 2eaa8d899..bcc5fc7f7 100644 --- a/l10n/ro.js +++ b/l10n/ro.js @@ -110,6 +110,8 @@ OC.L10N.register( "In Progress" : "În curs de desfășurare", "Done" : "Realizat", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Comentariul are mai mult de %s caractere.\nA fost adăugat ca atașament la card cu numele %s.\nAccesibil la URL: %s.", + "Attachments" : "Atașamente ", + "File" : "Fișier", "Card not found" : "Card negăsit ", "Path is already shared with this card" : "Calea este deja partajată cu acest card", "Invalid date, date format must be YYYY-MM-DD" : "Dată invalidă, formatul trebuie să fie AAAA-LL-ZZ", @@ -218,7 +220,6 @@ OC.L10N.register( "The title cannot be empty." : "Titlul nu poate fi gol.", "Open in sidebar view" : "Deschide în vederea laterală", "Open in bigger view" : "Deschide în vedere mărită", - "Attachments" : "Atașamente ", "Comments" : "Comentarii", "Failed to load comments" : "Eroare la încărcarea comentariilor", "No comments yet. Begin the discussion!" : "Niciun comentariu încă. Începeți discuția!", @@ -320,6 +321,17 @@ OC.L10N.register( "Click to expand description" : "Click pentru a extinde descrierea", "Click to expand comment" : "Click pentru extindere comentariu", "Create card" : "Creează card", + "Create a new card" : "Creează un card", + "Card title" : "Titlu card", + "Creating the new card …" : "Se creează un nou card ...", + "Card \"{card}\" was added to \"{board}\"" : "Cardul \"{card}\" a fost adăugat la \"{board}\"", + "Open card" : "Deschide cardul", + "Close" : "Închide", + "No upcoming cards" : "Niciun card următor", + "upcoming cards today" : "cardurile următoare astăzi", + "upcoming cards tomorrow" : "cardurile următoare de mâine", + "upcoming cards" : "carduri care urmează", + "New card" : "Card nou", "Link to a board" : "Legătură la panou", "Link to a card" : "Legătură la card", "Create a card" : "Creează un card", @@ -327,7 +339,6 @@ OC.L10N.register( "Something went wrong" : "A apărut o eroare", "Failed to upload {name}" : "Eroare la încărcarea {name}", "Maximum file size of {size} exceeded" : "A fost depășită mărimea maximă de {size}", - "Card title" : "Titlu card", "Due date" : "Data scadenței", "Error creating the share" : "Eroare la crearea partajării", "Share with a Deck card" : "Partajează cu un card Deck", diff --git a/l10n/ro.json b/l10n/ro.json index 9697d4484..6a5126eb7 100644 --- a/l10n/ro.json +++ b/l10n/ro.json @@ -108,6 +108,8 @@ "In Progress" : "În curs de desfășurare", "Done" : "Realizat", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Comentariul are mai mult de %s caractere.\nA fost adăugat ca atașament la card cu numele %s.\nAccesibil la URL: %s.", + "Attachments" : "Atașamente ", + "File" : "Fișier", "Card not found" : "Card negăsit ", "Path is already shared with this card" : "Calea este deja partajată cu acest card", "Invalid date, date format must be YYYY-MM-DD" : "Dată invalidă, formatul trebuie să fie AAAA-LL-ZZ", @@ -216,7 +218,6 @@ "The title cannot be empty." : "Titlul nu poate fi gol.", "Open in sidebar view" : "Deschide în vederea laterală", "Open in bigger view" : "Deschide în vedere mărită", - "Attachments" : "Atașamente ", "Comments" : "Comentarii", "Failed to load comments" : "Eroare la încărcarea comentariilor", "No comments yet. Begin the discussion!" : "Niciun comentariu încă. Începeți discuția!", @@ -318,6 +319,17 @@ "Click to expand description" : "Click pentru a extinde descrierea", "Click to expand comment" : "Click pentru extindere comentariu", "Create card" : "Creează card", + "Create a new card" : "Creează un card", + "Card title" : "Titlu card", + "Creating the new card …" : "Se creează un nou card ...", + "Card \"{card}\" was added to \"{board}\"" : "Cardul \"{card}\" a fost adăugat la \"{board}\"", + "Open card" : "Deschide cardul", + "Close" : "Închide", + "No upcoming cards" : "Niciun card următor", + "upcoming cards today" : "cardurile următoare astăzi", + "upcoming cards tomorrow" : "cardurile următoare de mâine", + "upcoming cards" : "carduri care urmează", + "New card" : "Card nou", "Link to a board" : "Legătură la panou", "Link to a card" : "Legătură la card", "Create a card" : "Creează un card", @@ -325,7 +337,6 @@ "Something went wrong" : "A apărut o eroare", "Failed to upload {name}" : "Eroare la încărcarea {name}", "Maximum file size of {size} exceeded" : "A fost depășită mărimea maximă de {size}", - "Card title" : "Titlu card", "Due date" : "Data scadenței", "Error creating the share" : "Eroare la crearea partajării", "Share with a Deck card" : "Partajează cu un card Deck", diff --git a/l10n/ru.js b/l10n/ru.js index 4748dd355..0b34c3d50 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "Выполянется", "Done" : "Выполненные", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Этот комментарий содержит более %s символов.\nКомментарий добавлен к карточке «%s» в виде вложения.\nПостоянный адрес этого комментария: %s.", + "Attachments" : "Вложения", + "File" : "Файл", "Card not found" : "Карточка не найдена", "Path is already shared with this card" : "Этот путь уже опубликован в карточке", "Invalid date, date format must be YYYY-MM-DD" : "Некорректный формат даты, дата должна быть в формате YYYY-MM-DD", @@ -226,7 +228,6 @@ OC.L10N.register( "The title cannot be empty." : "Название не может быть пустым", "Open in sidebar view" : "Открыть в боковой панели", "Open in bigger view" : "Открыть режиме подробного просмотра", - "Attachments" : "Вложения", "Comments" : "Комментарии", "Failed to load comments" : "Сбой при загрузке комментариев", "No comments yet. Begin the discussion!" : "Комментарии отсутствуют, начните обсуждение!", @@ -355,6 +356,17 @@ OC.L10N.register( "Click to expand description" : "Нажмите, чтобы развернуть поле описания", "Click to expand comment" : "Нажмите, чтобы развернуть комментарии", "Create card" : "Создать карточку", + "Create a new card" : "Создать карточку", + "Card title" : "Заголовок карточки", + "Creating the new card …" : "Создание новой карточки...", + "Card \"{card}\" was added to \"{board}\"" : "Карточка «{card}» была добавлена в «{board}»", + "Open card" : "Открыть карточку", + "Close" : "Закрыть", + "No upcoming cards" : "Отсутствуют карточки, ожидающие выполнения", + "upcoming cards today" : "карточки, которые должны быть выполнены сегодня", + "upcoming cards tomorrow" : "карточки, которые должны быть выполнены до завтра", + "upcoming cards" : "карточки, ожидающие выполнения", + "New card" : "Новая карточка", "Link to a board" : "Ссылка на доску", "Link to a card" : "Ссылка на карточку", "Create a card" : "Создать карточку", @@ -362,7 +374,6 @@ OC.L10N.register( "Something went wrong" : "Неизвестная ошибка", "Failed to upload {name}" : "Не удалось передать на сервер {name}", "Maximum file size of {size} exceeded" : "Превышен максимально разрешённый размер файла в {size}", - "Card title" : "Заголовок карточки", "Due date" : "Дата исполнения", "Error creating the share" : "Не удалось опубликовать", "Share with a Deck card" : "Опубликовать в приложении Карточки", diff --git a/l10n/ru.json b/l10n/ru.json index 468c6220f..61981689f 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -109,6 +109,8 @@ "In Progress" : "Выполянется", "Done" : "Выполненные", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Этот комментарий содержит более %s символов.\nКомментарий добавлен к карточке «%s» в виде вложения.\nПостоянный адрес этого комментария: %s.", + "Attachments" : "Вложения", + "File" : "Файл", "Card not found" : "Карточка не найдена", "Path is already shared with this card" : "Этот путь уже опубликован в карточке", "Invalid date, date format must be YYYY-MM-DD" : "Некорректный формат даты, дата должна быть в формате YYYY-MM-DD", @@ -224,7 +226,6 @@ "The title cannot be empty." : "Название не может быть пустым", "Open in sidebar view" : "Открыть в боковой панели", "Open in bigger view" : "Открыть режиме подробного просмотра", - "Attachments" : "Вложения", "Comments" : "Комментарии", "Failed to load comments" : "Сбой при загрузке комментариев", "No comments yet. Begin the discussion!" : "Комментарии отсутствуют, начните обсуждение!", @@ -353,6 +354,17 @@ "Click to expand description" : "Нажмите, чтобы развернуть поле описания", "Click to expand comment" : "Нажмите, чтобы развернуть комментарии", "Create card" : "Создать карточку", + "Create a new card" : "Создать карточку", + "Card title" : "Заголовок карточки", + "Creating the new card …" : "Создание новой карточки...", + "Card \"{card}\" was added to \"{board}\"" : "Карточка «{card}» была добавлена в «{board}»", + "Open card" : "Открыть карточку", + "Close" : "Закрыть", + "No upcoming cards" : "Отсутствуют карточки, ожидающие выполнения", + "upcoming cards today" : "карточки, которые должны быть выполнены сегодня", + "upcoming cards tomorrow" : "карточки, которые должны быть выполнены до завтра", + "upcoming cards" : "карточки, ожидающие выполнения", + "New card" : "Новая карточка", "Link to a board" : "Ссылка на доску", "Link to a card" : "Ссылка на карточку", "Create a card" : "Создать карточку", @@ -360,7 +372,6 @@ "Something went wrong" : "Неизвестная ошибка", "Failed to upload {name}" : "Не удалось передать на сервер {name}", "Maximum file size of {size} exceeded" : "Превышен максимально разрешённый размер файла в {size}", - "Card title" : "Заголовок карточки", "Due date" : "Дата исполнения", "Error creating the share" : "Не удалось опубликовать", "Share with a Deck card" : "Опубликовать в приложении Карточки", diff --git a/l10n/sc.js b/l10n/sc.js index 8cfd7f1e1..05395b3cc 100644 --- a/l10n/sc.js +++ b/l10n/sc.js @@ -96,6 +96,8 @@ OC.L10N.register( "copy" : "còpia", "To Do" : "De fàghere", "Done" : "Fatu", + "Attachments" : "Alligongiados", + "File" : "Archìviu", "Card not found" : "Ischeda no agatada", "Path is already shared with this card" : "Su caminu est giai cumpartzidu cun cust'ischeda", "Invalid date, date format must be YYYY-MM-DD" : "Data non bàlida, su formadu de sa data depet èssere AAAA-MM-GG", @@ -188,7 +190,6 @@ OC.L10N.register( "The title cannot be empty." : "Su tìtulu non podet èssere bòidu", "Open in sidebar view" : "Aberi in s'istanca laterale", "Open in bigger view" : "Aberi in una bista prus ampra", - "Attachments" : "Alligongiados", "Comments" : "Cummentos", "Failed to load comments" : "No at fatu a carrigare is cummentos", "No comments yet. Begin the discussion!" : "Perunu cummentu ancora. Cumintzat sa chistionada!", @@ -265,6 +266,15 @@ OC.L10N.register( "No results found" : "Perunu resurtadu agatadu", "{stack} in {board}" : "{stack} in {board}", "Create card" : "Crea ischeda", + "Create a new card" : "Crea un'ischeda noa", + "Card title" : "Tìtulu ischeda", + "Creating the new card …" : "Creende s'ischeda noa ...", + "Card \"{card}\" was added to \"{board}\"" : "S'ischeda \"{card}\" est istada agiunta a \"{board}\"", + "Open card" : "Aberi ischeda", + "Close" : "Serra", + "No upcoming cards" : "Peruna ischeda abarrada", + "upcoming cards" : "ischedas abarradas", + "New card" : "Carta noa", "Link to a board" : "Collega a una tabella", "Link to a card" : "Collega a un'ischeda", "Create a card" : "Crea un'ischeda", @@ -272,7 +282,6 @@ OC.L10N.register( "Something went wrong" : "Ddoe at àpidu un'errore", "Failed to upload {name}" : "No at fatu a agiornare {name}", "Maximum file size of {size} exceeded" : "Mannària màssima de s'archìviu de {size} superada", - "Card title" : "Tìtulu ischeda", "Due date" : "Data de fine", "Error creating the share" : "Errore in sa creatzione de sa cumpatzidura", "Share with a Deck card" : "Cumpartzi cun un'ischeda deck", diff --git a/l10n/sc.json b/l10n/sc.json index 7e9c52595..52644adc8 100644 --- a/l10n/sc.json +++ b/l10n/sc.json @@ -94,6 +94,8 @@ "copy" : "còpia", "To Do" : "De fàghere", "Done" : "Fatu", + "Attachments" : "Alligongiados", + "File" : "Archìviu", "Card not found" : "Ischeda no agatada", "Path is already shared with this card" : "Su caminu est giai cumpartzidu cun cust'ischeda", "Invalid date, date format must be YYYY-MM-DD" : "Data non bàlida, su formadu de sa data depet èssere AAAA-MM-GG", @@ -186,7 +188,6 @@ "The title cannot be empty." : "Su tìtulu non podet èssere bòidu", "Open in sidebar view" : "Aberi in s'istanca laterale", "Open in bigger view" : "Aberi in una bista prus ampra", - "Attachments" : "Alligongiados", "Comments" : "Cummentos", "Failed to load comments" : "No at fatu a carrigare is cummentos", "No comments yet. Begin the discussion!" : "Perunu cummentu ancora. Cumintzat sa chistionada!", @@ -263,6 +264,15 @@ "No results found" : "Perunu resurtadu agatadu", "{stack} in {board}" : "{stack} in {board}", "Create card" : "Crea ischeda", + "Create a new card" : "Crea un'ischeda noa", + "Card title" : "Tìtulu ischeda", + "Creating the new card …" : "Creende s'ischeda noa ...", + "Card \"{card}\" was added to \"{board}\"" : "S'ischeda \"{card}\" est istada agiunta a \"{board}\"", + "Open card" : "Aberi ischeda", + "Close" : "Serra", + "No upcoming cards" : "Peruna ischeda abarrada", + "upcoming cards" : "ischedas abarradas", + "New card" : "Carta noa", "Link to a board" : "Collega a una tabella", "Link to a card" : "Collega a un'ischeda", "Create a card" : "Crea un'ischeda", @@ -270,7 +280,6 @@ "Something went wrong" : "Ddoe at àpidu un'errore", "Failed to upload {name}" : "No at fatu a agiornare {name}", "Maximum file size of {size} exceeded" : "Mannària màssima de s'archìviu de {size} superada", - "Card title" : "Tìtulu ischeda", "Due date" : "Data de fine", "Error creating the share" : "Errore in sa creatzione de sa cumpatzidura", "Share with a Deck card" : "Cumpartzi cun un'ischeda deck", diff --git a/l10n/si.js b/l10n/si.js index 5ec51726d..c6d01275c 100644 --- a/l10n/si.js +++ b/l10n/si.js @@ -5,6 +5,8 @@ OC.L10N.register( "Missing a temporary folder" : "තාවකාලික බහාලුමක් අස්ථානගත වී ඇත", "Later" : "පසුව", "copy" : "පිටපත්", + "Attachments" : "ඇමිණුම්", + "File" : "ගොනුව", "Cancel" : "අවලංගු කරන්න", "File already exists" : "ගොනුව දැනටමත් පවතී", "Add list" : "ලැයිස්තුව එකතු කරන්න", @@ -17,7 +19,6 @@ OC.L10N.register( "Owner" : "හිමිකරු", "Edit" : "සංස්කරණය", "Download" : "බාගන්න", - "Attachments" : "ඇමිණුම්", "Comments" : "අදහස්", "Save" : "සුරකින්න", "Reply" : "පිළිතුර", @@ -28,6 +29,7 @@ OC.L10N.register( "Search" : "සොයන්න", "Today" : "අද", "Tomorrow" : "හෙට", + "Close" : "වසන්න", "Share" : "බෙදාගන්න", "Personal" : "පුද්ගලික", "Example Task 3" : "උදාහරණ කාර්යය 3", diff --git a/l10n/si.json b/l10n/si.json index 9168508d9..0b5dc5272 100644 --- a/l10n/si.json +++ b/l10n/si.json @@ -3,6 +3,8 @@ "Missing a temporary folder" : "තාවකාලික බහාලුමක් අස්ථානගත වී ඇත", "Later" : "පසුව", "copy" : "පිටපත්", + "Attachments" : "ඇමිණුම්", + "File" : "ගොනුව", "Cancel" : "අවලංගු කරන්න", "File already exists" : "ගොනුව දැනටමත් පවතී", "Add list" : "ලැයිස්තුව එකතු කරන්න", @@ -15,7 +17,6 @@ "Owner" : "හිමිකරු", "Edit" : "සංස්කරණය", "Download" : "බාගන්න", - "Attachments" : "ඇමිණුම්", "Comments" : "අදහස්", "Save" : "සුරකින්න", "Reply" : "පිළිතුර", @@ -26,6 +27,7 @@ "Search" : "සොයන්න", "Today" : "අද", "Tomorrow" : "හෙට", + "Close" : "වසන්න", "Share" : "බෙදාගන්න", "Personal" : "පුද්ගලික", "Example Task 3" : "උදාහරණ කාර්යය 3", diff --git a/l10n/sk.js b/l10n/sk.js index 17e744172..acd4a05dc 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Zdieľajte, komentujte a spoluprecujte!", "Create your first card!" : "Vytvorte vašu prvú kartu!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentár má viac než %s znakov.\nPridané ako príloha ku karte s názvom %s.\nDostupné na URL: %s.", + "Attachments" : "Prílohy", + "File" : "Súbor", "Card not found" : "Karta nebola nájdená", "Path is already shared with this card" : "Cesta je už zdieľaná s touto kartou", "Invalid date, date format must be YYYY-MM-DD" : "Neplatný dátum, formát musí byť v tvare YYYY-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Nadpis nemôže byť prázdny.", "Open in sidebar view" : "Otvoriť v bočnom paneli", "Open in bigger view" : "Otvoriť vo väčšom zobrazení", - "Attachments" : "Prílohy", "Comments" : "Komentáre", "Failed to load comments" : "Nepodarilo sa načítať komentáre", "No comments yet. Begin the discussion!" : "Zatiaľ bez komentárov. Začnite diskusiu!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Kliknite pre rozšírenie popisu", "Click to expand comment" : "Kliknite pre zobrazenie komentára", "Create card" : "Vytvoriť kartu", + "Create a new card" : "Vytvoriť novú kartu", + "Card title" : "Meno karty", + "Creating the new card …" : "Vytváram novú kartu ...", + "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" bola pridaná na \"{board}\"", + "Open card" : "Otvoriť kartu", + "Close" : "Zatvoriť", + "No upcoming cards" : "Žiadne nadchádzajúce karty", + "upcoming cards today" : "Nadchádzajúce karty na dnes", + "upcoming cards tomorrow" : "Nadchádzajúce karty na zajtra", + "upcoming cards" : "nadchádzajúce karty", + "New card" : "Nová karta", "Link to a board" : "Odkaz na nástenku", "Link to a card" : "Prepojiť s kartou", "Create a card" : "Vytvoriť kartu", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Niečo sa pokazilo", "Failed to upload {name}" : "Zlyhalo nahrávanie {name}", "Maximum file size of {size} exceeded" : "Bola prekročená maximálna veľkosť súboru {size}", - "Card title" : "Meno karty", "Assigned users" : "Priradený užívatelia", "Due date" : "Termín dokončenia", "Error creating the share" : "Chyba pri vytváraní zdieľania", diff --git a/l10n/sk.json b/l10n/sk.json index 37d5309d4..19498a17c 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Zdieľajte, komentujte a spoluprecujte!", "Create your first card!" : "Vytvorte vašu prvú kartu!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentár má viac než %s znakov.\nPridané ako príloha ku karte s názvom %s.\nDostupné na URL: %s.", + "Attachments" : "Prílohy", + "File" : "Súbor", "Card not found" : "Karta nebola nájdená", "Path is already shared with this card" : "Cesta je už zdieľaná s touto kartou", "Invalid date, date format must be YYYY-MM-DD" : "Neplatný dátum, formát musí byť v tvare YYYY-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Nadpis nemôže byť prázdny.", "Open in sidebar view" : "Otvoriť v bočnom paneli", "Open in bigger view" : "Otvoriť vo väčšom zobrazení", - "Attachments" : "Prílohy", "Comments" : "Komentáre", "Failed to load comments" : "Nepodarilo sa načítať komentáre", "No comments yet. Begin the discussion!" : "Zatiaľ bez komentárov. Začnite diskusiu!", @@ -380,6 +381,17 @@ "Click to expand description" : "Kliknite pre rozšírenie popisu", "Click to expand comment" : "Kliknite pre zobrazenie komentára", "Create card" : "Vytvoriť kartu", + "Create a new card" : "Vytvoriť novú kartu", + "Card title" : "Meno karty", + "Creating the new card …" : "Vytváram novú kartu ...", + "Card \"{card}\" was added to \"{board}\"" : "Karta \"{card}\" bola pridaná na \"{board}\"", + "Open card" : "Otvoriť kartu", + "Close" : "Zatvoriť", + "No upcoming cards" : "Žiadne nadchádzajúce karty", + "upcoming cards today" : "Nadchádzajúce karty na dnes", + "upcoming cards tomorrow" : "Nadchádzajúce karty na zajtra", + "upcoming cards" : "nadchádzajúce karty", + "New card" : "Nová karta", "Link to a board" : "Odkaz na nástenku", "Link to a card" : "Prepojiť s kartou", "Create a card" : "Vytvoriť kartu", @@ -387,7 +399,6 @@ "Something went wrong" : "Niečo sa pokazilo", "Failed to upload {name}" : "Zlyhalo nahrávanie {name}", "Maximum file size of {size} exceeded" : "Bola prekročená maximálna veľkosť súboru {size}", - "Card title" : "Meno karty", "Assigned users" : "Priradený užívatelia", "Due date" : "Termín dokončenia", "Error creating the share" : "Chyba pri vytváraní zdieľania", diff --git a/l10n/sl.js b/l10n/sl.js index e904436e8..086d642fa 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -96,6 +96,8 @@ OC.L10N.register( "copy" : "kopija", "To Do" : "Naloge", "Done" : "Končane naloge", + "Attachments" : "Priloge", + "File" : "Datoteka", "Card not found" : "Naloge ni mogoče najti", "Path is already shared with this card" : "Pot je že povezana s to nalogo", "Invalid date, date format must be YYYY-MM-DD" : "Neveljaven zapis časa; biti mora v zapisu YYYY-MM-DD", @@ -194,7 +196,6 @@ OC.L10N.register( "The title cannot be empty." : "Polje naslova ne sme biti prazno.", "Open in sidebar view" : "Odpri v bočnem pogledu", "Open in bigger view" : "Odpri v povečanem pogledu", - "Attachments" : "Priloge", "Comments" : "Opombe", "Failed to load comments" : "Nalaganje opomb je spodletelo.", "No comments yet. Begin the discussion!" : "Ni še odzivov, bodite prvi!", @@ -305,6 +306,15 @@ OC.L10N.register( "{stack} in {board}" : "{stack} v {board}", "Click to expand comment" : "Kliknite za razširitev opombe", "Create card" : "Ustvari nalogo", + "Create a new card" : "Ustvari novo nalogo", + "Card title" : "Naslov naloge", + "Creating the new card …" : "Poteka ustvarjanje nove naloge ...", + "Card \"{card}\" was added to \"{board}\"" : "Naloga »{card}« je dodana v zbirko »{board}«.", + "Open card" : "Odpri nalogo", + "Close" : "Zapri", + "No upcoming cards" : "Ni prihajajočih nalog", + "upcoming cards" : "prihajajoče naloge", + "New card" : "Nova naloga", "Link to a board" : "Povezava do zbirke", "Link to a card" : "Povezava do naloge", "Create a card" : "Ustvari nalogo", @@ -312,7 +322,6 @@ OC.L10N.register( "Something went wrong" : "Prišlo je do napake ...", "Failed to upload {name}" : "Pošiljanje {name} je spodletelo", "Maximum file size of {size} exceeded" : "Omejitev velikosti datoteke {size} je prekoračena.", - "Card title" : "Naslov naloge", "Due date" : "Datum preteka", "Error creating the share" : "Napaka ustvarjanja mesta souporabe", "Share with a Deck card" : "Poveži z nalogo Deck", diff --git a/l10n/sl.json b/l10n/sl.json index ae376453a..5aeee229f 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -94,6 +94,8 @@ "copy" : "kopija", "To Do" : "Naloge", "Done" : "Končane naloge", + "Attachments" : "Priloge", + "File" : "Datoteka", "Card not found" : "Naloge ni mogoče najti", "Path is already shared with this card" : "Pot je že povezana s to nalogo", "Invalid date, date format must be YYYY-MM-DD" : "Neveljaven zapis časa; biti mora v zapisu YYYY-MM-DD", @@ -192,7 +194,6 @@ "The title cannot be empty." : "Polje naslova ne sme biti prazno.", "Open in sidebar view" : "Odpri v bočnem pogledu", "Open in bigger view" : "Odpri v povečanem pogledu", - "Attachments" : "Priloge", "Comments" : "Opombe", "Failed to load comments" : "Nalaganje opomb je spodletelo.", "No comments yet. Begin the discussion!" : "Ni še odzivov, bodite prvi!", @@ -303,6 +304,15 @@ "{stack} in {board}" : "{stack} v {board}", "Click to expand comment" : "Kliknite za razširitev opombe", "Create card" : "Ustvari nalogo", + "Create a new card" : "Ustvari novo nalogo", + "Card title" : "Naslov naloge", + "Creating the new card …" : "Poteka ustvarjanje nove naloge ...", + "Card \"{card}\" was added to \"{board}\"" : "Naloga »{card}« je dodana v zbirko »{board}«.", + "Open card" : "Odpri nalogo", + "Close" : "Zapri", + "No upcoming cards" : "Ni prihajajočih nalog", + "upcoming cards" : "prihajajoče naloge", + "New card" : "Nova naloga", "Link to a board" : "Povezava do zbirke", "Link to a card" : "Povezava do naloge", "Create a card" : "Ustvari nalogo", @@ -310,7 +320,6 @@ "Something went wrong" : "Prišlo je do napake ...", "Failed to upload {name}" : "Pošiljanje {name} je spodletelo", "Maximum file size of {size} exceeded" : "Omejitev velikosti datoteke {size} je prekoračena.", - "Card title" : "Naslov naloge", "Due date" : "Datum preteka", "Error creating the share" : "Napaka ustvarjanja mesta souporabe", "Share with a Deck card" : "Poveži z nalogo Deck", diff --git a/l10n/sq.js b/l10n/sq.js index f9de6ca7d..e513a0d61 100644 --- a/l10n/sq.js +++ b/l10n/sq.js @@ -13,6 +13,8 @@ OC.L10N.register( "Later" : "Më vonë", "copy" : "kopjo", "Done" : "Përfunduar", + "Attachments" : "Bashkangjitjet", + "File" : "Skedar ", "Invalid date, date format must be YYYY-MM-DD" : "Datë e pavlefshme, formati i datës duhet të jetë VVVV-MM-DD", "Cancel" : "Anullo", "File already exists" : "Skedari ekziston tashmë", @@ -36,7 +38,6 @@ OC.L10N.register( "Download" : "Shkarko", "Modified" : "Modifikuar ", "Created" : "U krijua", - "Attachments" : "Bashkangjitjet", "Comments" : "Komentet", "Save" : "Ruaj", "Created:" : "Krijuar:", @@ -64,6 +65,7 @@ OC.L10N.register( "Export" : "Eksport", "Today" : "Sot", "Tomorrow" : "Nesër", + "Close" : "Mbylleni", "Due date" : "Data e vendosur", "Share" : "Shpërndaje", "Personal" : "Personale", diff --git a/l10n/sq.json b/l10n/sq.json index b64fe33e3..e3a07df2e 100644 --- a/l10n/sq.json +++ b/l10n/sq.json @@ -11,6 +11,8 @@ "Later" : "Më vonë", "copy" : "kopjo", "Done" : "Përfunduar", + "Attachments" : "Bashkangjitjet", + "File" : "Skedar ", "Invalid date, date format must be YYYY-MM-DD" : "Datë e pavlefshme, formati i datës duhet të jetë VVVV-MM-DD", "Cancel" : "Anullo", "File already exists" : "Skedari ekziston tashmë", @@ -34,7 +36,6 @@ "Download" : "Shkarko", "Modified" : "Modifikuar ", "Created" : "U krijua", - "Attachments" : "Bashkangjitjet", "Comments" : "Komentet", "Save" : "Ruaj", "Created:" : "Krijuar:", @@ -62,6 +63,7 @@ "Export" : "Eksport", "Today" : "Sot", "Tomorrow" : "Nesër", + "Close" : "Mbylleni", "Due date" : "Data e vendosur", "Share" : "Shpërndaje", "Personal" : "Personale", diff --git a/l10n/sr.js b/l10n/sr.js index 5b0165897..efcfc0973 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Делите, коментаришите и сарађујте!", "Create your first card!" : "Креирајте своју прву картицу!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Овај коментар има више од %s карактера.\nДодат је као прилог картици под именом %s.\nДоступно је на URL адреси: %s.", + "Attachments" : "Прилози", + "File" : "Фајл", "Card not found" : "Картица није нађена", "Path is already shared with this card" : "Путања се већ дели са овом картицом", "Invalid date, date format must be YYYY-MM-DD" : "Неисправан датум, формат датума мора бити ГГГГ-ММ-ДД", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Наслов не може бити празан.", "Open in sidebar view" : "Отвори у бочном прегледу", "Open in bigger view" : "Отвори на већем приказу", - "Attachments" : "Прилози", "Comments" : "Коментари", "Failed to load comments" : "Није успело учитавање коментара", "No comments yet. Begin the discussion!" : "Нема још коментара. Започните дискусију!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Кликните да проширите опис", "Click to expand comment" : "Кликните да проширите коментар", "Create card" : "Направите картицу", + "Create a new card" : "Креирај нову картицу", + "Card title" : "Наслов картицњ", + "Creating the new card …" : "Креира се нова картица ...", + "Card \"{card}\" was added to \"{board}\"" : "Картица „{card}” је додта на „{board}", + "Open card" : "Отвори картицу", + "Close" : "Затвори", + "No upcoming cards" : "Нема предстојећих картица", + "upcoming cards today" : "предстојеће картице данас", + "upcoming cards tomorrow" : "предстојеће картице сутра", + "upcoming cards" : "предстојеће картице", + "New card" : "Нова картица", "Link to a board" : "Веза ка табли", "Link to a card" : "Веза ка картици", "Create a card" : "Креирај картицу", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Нешто је пошло наопако", "Failed to upload {name}" : "Није успело отпремање {name}", "Maximum file size of {size} exceeded" : "Премашена максимална величина фајла од {size}", - "Card title" : "Наслов картицњ", "Assigned users" : "Додељени корисници", "Due date" : "Рок", "Error creating the share" : "Грешка при прављењу дељења", diff --git a/l10n/sr.json b/l10n/sr.json index 12c8bba5b..8e1efa820 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Делите, коментаришите и сарађујте!", "Create your first card!" : "Креирајте своју прву картицу!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Овај коментар има више од %s карактера.\nДодат је као прилог картици под именом %s.\nДоступно је на URL адреси: %s.", + "Attachments" : "Прилози", + "File" : "Фајл", "Card not found" : "Картица није нађена", "Path is already shared with this card" : "Путања се већ дели са овом картицом", "Invalid date, date format must be YYYY-MM-DD" : "Неисправан датум, формат датума мора бити ГГГГ-ММ-ДД", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Наслов не може бити празан.", "Open in sidebar view" : "Отвори у бочном прегледу", "Open in bigger view" : "Отвори на већем приказу", - "Attachments" : "Прилози", "Comments" : "Коментари", "Failed to load comments" : "Није успело учитавање коментара", "No comments yet. Begin the discussion!" : "Нема још коментара. Започните дискусију!", @@ -380,6 +381,17 @@ "Click to expand description" : "Кликните да проширите опис", "Click to expand comment" : "Кликните да проширите коментар", "Create card" : "Направите картицу", + "Create a new card" : "Креирај нову картицу", + "Card title" : "Наслов картицњ", + "Creating the new card …" : "Креира се нова картица ...", + "Card \"{card}\" was added to \"{board}\"" : "Картица „{card}” је додта на „{board}", + "Open card" : "Отвори картицу", + "Close" : "Затвори", + "No upcoming cards" : "Нема предстојећих картица", + "upcoming cards today" : "предстојеће картице данас", + "upcoming cards tomorrow" : "предстојеће картице сутра", + "upcoming cards" : "предстојеће картице", + "New card" : "Нова картица", "Link to a board" : "Веза ка табли", "Link to a card" : "Веза ка картици", "Create a card" : "Креирај картицу", @@ -387,7 +399,6 @@ "Something went wrong" : "Нешто је пошло наопако", "Failed to upload {name}" : "Није успело отпремање {name}", "Maximum file size of {size} exceeded" : "Премашена максимална величина фајла од {size}", - "Card title" : "Наслов картицњ", "Assigned users" : "Додељени корисници", "Due date" : "Рок", "Error creating the share" : "Грешка при прављењу дељења", diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js index 428177420..f1b8708ea 100644 --- a/l10n/sr@latin.js +++ b/l10n/sr@latin.js @@ -13,6 +13,8 @@ OC.L10N.register( "copy" : "kopiraj", "In Progress" : "U toku", "Done" : "Done", + "Attachments" : "Prilozi", + "File" : "Fajl", "Add board" : "Dodaj tablu", "Move card" : "Premesti karticu", "Cancel" : "Otkaži", @@ -29,7 +31,6 @@ OC.L10N.register( "Delete" : "Obriši", "Edit" : "Uredi", "Download" : "Preuzmi", - "Attachments" : "Prilozi", "Save" : "Sačuvaj", "Reply" : "Odgovori", "Update" : "Ažuriraj", @@ -44,6 +45,7 @@ OC.L10N.register( "No notifications" : "Nema obaveštenja", "Delete board" : "Izbriši tablu", "Today" : "Danas", + "Close" : "Zatvori", "Due date" : "Rok", "Share" : "Podeli" }, diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json index 9a6472767..892334931 100644 --- a/l10n/sr@latin.json +++ b/l10n/sr@latin.json @@ -11,6 +11,8 @@ "copy" : "kopiraj", "In Progress" : "U toku", "Done" : "Done", + "Attachments" : "Prilozi", + "File" : "Fajl", "Add board" : "Dodaj tablu", "Move card" : "Premesti karticu", "Cancel" : "Otkaži", @@ -27,7 +29,6 @@ "Delete" : "Obriši", "Edit" : "Uredi", "Download" : "Preuzmi", - "Attachments" : "Prilozi", "Save" : "Sačuvaj", "Reply" : "Odgovori", "Update" : "Ažuriraj", @@ -42,6 +43,7 @@ "No notifications" : "Nema obaveštenja", "Delete board" : "Izbriši tablu", "Today" : "Danas", + "Close" : "Zatvori", "Due date" : "Rok", "Share" : "Podeli" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/l10n/sv.js b/l10n/sv.js index f73f699e9..74be2be79 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Dela, kommentera och samarbeta!", "Create your first card!" : "Skapa ditt första kort!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Den här kommentaren har mer än %s tecken.\nTillagd som en bilaga till kortet men namnet %s.\nÅtkomlig via URL: %s.", + "Attachments" : "Bilagor", + "File" : "Fil", "Card not found" : "Kortet hittades inte", "Path is already shared with this card" : "Sökvägen är redan delad med detta kort", "Invalid date, date format must be YYYY-MM-DD" : "Ogiltigt datum, måste anges: ÅÅÅÅ-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Titeln får inte lämnas tom.", "Open in sidebar view" : "Öppna i sidofältet", "Open in bigger view" : "Öppna i större vy", - "Attachments" : "Bilagor", "Comments" : "Kommentarer", "Failed to load comments" : "Kunde inte ladda kommentarerna.", "No comments yet. Begin the discussion!" : "Inga kommentarer än. Börja diskussionen!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Klicka för att utöka beskrivningen", "Click to expand comment" : "Klicka för att utöka kommentaren", "Create card" : "Skapa kort", + "Create a new card" : "Skapa ett nytt kort", + "Card title" : "Kort-titel", + "Creating the new card …" : "Skapar det nya kortet ...", + "Card \"{card}\" was added to \"{board}\"" : "kortet \"{card}\" lades till i \"{board}\"", + "Open card" : "Öppna kort", + "Close" : "Stäng", + "No upcoming cards" : "Inga kommande kort", + "upcoming cards today" : "kommande kort idag", + "upcoming cards tomorrow" : "kommande kort imorgon", + "upcoming cards" : "kommande kort", + "New card" : "Nytt kort", "Link to a board" : "Länka till en tavla", "Link to a card" : "Länka till ett kort", "Create a card" : "Skapa ett kort", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Något gick fel", "Failed to upload {name}" : "Kunde inte ladda upp {name}", "Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden", - "Card title" : "Kort-titel", "Assigned users" : "Tilldelade användare", "Due date" : "Slutdatum", "Error creating the share" : "Kunde inte skapa delning", diff --git a/l10n/sv.json b/l10n/sv.json index 5e4a0f239..083781084 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Dela, kommentera och samarbeta!", "Create your first card!" : "Skapa ditt första kort!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Den här kommentaren har mer än %s tecken.\nTillagd som en bilaga till kortet men namnet %s.\nÅtkomlig via URL: %s.", + "Attachments" : "Bilagor", + "File" : "Fil", "Card not found" : "Kortet hittades inte", "Path is already shared with this card" : "Sökvägen är redan delad med detta kort", "Invalid date, date format must be YYYY-MM-DD" : "Ogiltigt datum, måste anges: ÅÅÅÅ-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Titeln får inte lämnas tom.", "Open in sidebar view" : "Öppna i sidofältet", "Open in bigger view" : "Öppna i större vy", - "Attachments" : "Bilagor", "Comments" : "Kommentarer", "Failed to load comments" : "Kunde inte ladda kommentarerna.", "No comments yet. Begin the discussion!" : "Inga kommentarer än. Börja diskussionen!", @@ -380,6 +381,17 @@ "Click to expand description" : "Klicka för att utöka beskrivningen", "Click to expand comment" : "Klicka för att utöka kommentaren", "Create card" : "Skapa kort", + "Create a new card" : "Skapa ett nytt kort", + "Card title" : "Kort-titel", + "Creating the new card …" : "Skapar det nya kortet ...", + "Card \"{card}\" was added to \"{board}\"" : "kortet \"{card}\" lades till i \"{board}\"", + "Open card" : "Öppna kort", + "Close" : "Stäng", + "No upcoming cards" : "Inga kommande kort", + "upcoming cards today" : "kommande kort idag", + "upcoming cards tomorrow" : "kommande kort imorgon", + "upcoming cards" : "kommande kort", + "New card" : "Nytt kort", "Link to a board" : "Länka till en tavla", "Link to a card" : "Länka till ett kort", "Create a card" : "Skapa ett kort", @@ -387,7 +399,6 @@ "Something went wrong" : "Något gick fel", "Failed to upload {name}" : "Kunde inte ladda upp {name}", "Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden", - "Card title" : "Kort-titel", "Assigned users" : "Tilldelade användare", "Due date" : "Slutdatum", "Error creating the share" : "Kunde inte skapa delning", diff --git a/l10n/sw.js b/l10n/sw.js index 820bf0311..15ebbc8cb 100644 --- a/l10n/sw.js +++ b/l10n/sw.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Shirikisha, toa maoni na shirikiana", "Create your first card!" : "Tengeneza kadi yako ya kwanza", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Maoni haya yana vibambo zaidi ya %s\nVimeongezwa kama kiambatanisho kwenye kadi na jina%s\nInapatikana katika URL%s", + "Attachments" : "Viambatanisho", + "File" : "Faili", "Card not found" : "Kadi haipatikani", "Path is already shared with this card" : "Njia tayari imeshirikishwa na kadi hii", "Invalid date, date format must be YYYY-MM-DD" : "Tarehe batili, umbizo la tarehe lazima liwe YYYY-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Kichwa cha habari hakiwezi kuwa tupu", "Open in sidebar view" : "Fungua katika mwonekano wa utepe", "Open in bigger view" : "Fungua katika mwonekeno mkubwa", - "Attachments" : "Viambatanisho", "Comments" : "Maoni", "Failed to load comments" : "Imeshindwa kupakia maoni", "No comments yet. Begin the discussion!" : "Hakuna maoni bado. Anza mjadala", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Bonyeza kupanua maelezo", "Click to expand comment" : "Bonyeza kupanua maoni", "Create card" : "Tengeneza kadi", + "Create a new card" : "Tengeneza kadi mpya ", + "Card title" : "Kichwa cha habari cha kadi", + "Creating the new card …" : "Inatengeneza kadi mpya", + "Card \"{card}\" was added to \"{board}\"" : "Kadi \"{card}\" iliongezwa katika \"{board}\"", + "Open card" : "Fungua kadi", + "Close" : "Funga", + "No upcoming cards" : "Hakuna kadi zijazo", + "upcoming cards today" : "Kadi zijazo leo", + "upcoming cards tomorrow" : "Kadi zijazo kesho", + "upcoming cards" : "Kadi zijazo", + "New card" : "Kadi mpya", "Link to a board" : "Unga kwenye bodi", "Link to a card" : "Unga kwenye kadi", "Create a card" : "Tengeneza kadi", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Kitu fulani kimeenda vibaya", "Failed to upload {name}" : "Imeshindwa kupakia {name}", "Maximum file size of {size} exceeded" : "Kiwango cha juu cha ukubwa wa faili {size}kimezidi", - "Card title" : "Kichwa cha habari cha kadi", "Assigned users" : "Watumiaji waliokabidhiwa", "Due date" : "Tarehe ya ukomo", "Error creating the share" : "Hitilafu katika kutengeneza ushiriki", diff --git a/l10n/sw.json b/l10n/sw.json index 9e052466a..80612abf7 100644 --- a/l10n/sw.json +++ b/l10n/sw.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Shirikisha, toa maoni na shirikiana", "Create your first card!" : "Tengeneza kadi yako ya kwanza", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Maoni haya yana vibambo zaidi ya %s\nVimeongezwa kama kiambatanisho kwenye kadi na jina%s\nInapatikana katika URL%s", + "Attachments" : "Viambatanisho", + "File" : "Faili", "Card not found" : "Kadi haipatikani", "Path is already shared with this card" : "Njia tayari imeshirikishwa na kadi hii", "Invalid date, date format must be YYYY-MM-DD" : "Tarehe batili, umbizo la tarehe lazima liwe YYYY-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Kichwa cha habari hakiwezi kuwa tupu", "Open in sidebar view" : "Fungua katika mwonekano wa utepe", "Open in bigger view" : "Fungua katika mwonekeno mkubwa", - "Attachments" : "Viambatanisho", "Comments" : "Maoni", "Failed to load comments" : "Imeshindwa kupakia maoni", "No comments yet. Begin the discussion!" : "Hakuna maoni bado. Anza mjadala", @@ -380,6 +381,17 @@ "Click to expand description" : "Bonyeza kupanua maelezo", "Click to expand comment" : "Bonyeza kupanua maoni", "Create card" : "Tengeneza kadi", + "Create a new card" : "Tengeneza kadi mpya ", + "Card title" : "Kichwa cha habari cha kadi", + "Creating the new card …" : "Inatengeneza kadi mpya", + "Card \"{card}\" was added to \"{board}\"" : "Kadi \"{card}\" iliongezwa katika \"{board}\"", + "Open card" : "Fungua kadi", + "Close" : "Funga", + "No upcoming cards" : "Hakuna kadi zijazo", + "upcoming cards today" : "Kadi zijazo leo", + "upcoming cards tomorrow" : "Kadi zijazo kesho", + "upcoming cards" : "Kadi zijazo", + "New card" : "Kadi mpya", "Link to a board" : "Unga kwenye bodi", "Link to a card" : "Unga kwenye kadi", "Create a card" : "Tengeneza kadi", @@ -387,7 +399,6 @@ "Something went wrong" : "Kitu fulani kimeenda vibaya", "Failed to upload {name}" : "Imeshindwa kupakia {name}", "Maximum file size of {size} exceeded" : "Kiwango cha juu cha ukubwa wa faili {size}kimezidi", - "Card title" : "Kichwa cha habari cha kadi", "Assigned users" : "Watumiaji waliokabidhiwa", "Due date" : "Tarehe ya ukomo", "Error creating the share" : "Hitilafu katika kutengeneza ushiriki", diff --git a/l10n/ta.js b/l10n/ta.js index 80178389e..b3ff43817 100644 --- a/l10n/ta.js +++ b/l10n/ta.js @@ -5,6 +5,7 @@ OC.L10N.register( "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை", "Missing a temporary folder" : "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை", "Done" : "Done", + "File" : "File", "Cancel" : "இரத்து செய்க", "Details" : "விவரங்கள்", "Tags" : "சீட்டுகள்", @@ -26,6 +27,7 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Export" : "ஏற்றுமதி", "Today" : "இன்று", + "Close" : "மூடுக", "Share" : "பகிர்வு", "Personal" : "தனிப்பட்ட" }, diff --git a/l10n/ta.json b/l10n/ta.json index 56e1da3d3..44f47c01c 100644 --- a/l10n/ta.json +++ b/l10n/ta.json @@ -3,6 +3,7 @@ "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை", "Missing a temporary folder" : "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை", "Done" : "Done", + "File" : "File", "Cancel" : "இரத்து செய்க", "Details" : "விவரங்கள்", "Tags" : "சீட்டுகள்", @@ -24,6 +25,7 @@ "Shared with you" : "Shared with you", "Export" : "ஏற்றுமதி", "Today" : "இன்று", + "Close" : "மூடுக", "Share" : "பகிர்வு", "Personal" : "தனிப்பட்ட" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/th.js b/l10n/th.js index bf206f05b..fbfa2fd68 100644 --- a/l10n/th.js +++ b/l10n/th.js @@ -13,6 +13,8 @@ OC.L10N.register( "copy" : "คัดลอก", "In Progress" : "อยู่ระหว่างการดำเนินการ", "Done" : "เสร็จสิ้น", + "Attachments" : "ไฟล์แนบ", + "File" : "ไฟล์", "Card not found" : "ไม่พบการ์ด", "Invalid date, date format must be YYYY-MM-DD" : "วันที่ไม่ถูกต้อง รูปแบบวันที่จะต้องเป็น ปปปป-ดด-วว", "Cancel" : "ยกเลิก", @@ -36,7 +38,6 @@ OC.L10N.register( "Invalid path selected" : "เลือกเส้นทางไม่ถูกต้อง", "Download" : "ดาวน์โหลด", "Modified" : "แก้ไขเมื่อ", - "Attachments" : "ไฟล์แนบ", "Comments" : "ความคิดเห็น", "Save" : "บันทึก", "Created:" : "สร้างเมื่อ:", @@ -57,6 +58,7 @@ OC.L10N.register( "Export" : "ส่งออก", "Today" : "วันนี้", "Tomorrow" : "พรุ่งนี้", + "Close" : "ปิด", "Due date" : "วันที่ครบกำหนด", "Share" : "แชร์", "Personal" : "ส่วนตัว" diff --git a/l10n/th.json b/l10n/th.json index 5bb4f3edc..19ae91855 100644 --- a/l10n/th.json +++ b/l10n/th.json @@ -11,6 +11,8 @@ "copy" : "คัดลอก", "In Progress" : "อยู่ระหว่างการดำเนินการ", "Done" : "เสร็จสิ้น", + "Attachments" : "ไฟล์แนบ", + "File" : "ไฟล์", "Card not found" : "ไม่พบการ์ด", "Invalid date, date format must be YYYY-MM-DD" : "วันที่ไม่ถูกต้อง รูปแบบวันที่จะต้องเป็น ปปปป-ดด-วว", "Cancel" : "ยกเลิก", @@ -34,7 +36,6 @@ "Invalid path selected" : "เลือกเส้นทางไม่ถูกต้อง", "Download" : "ดาวน์โหลด", "Modified" : "แก้ไขเมื่อ", - "Attachments" : "ไฟล์แนบ", "Comments" : "ความคิดเห็น", "Save" : "บันทึก", "Created:" : "สร้างเมื่อ:", @@ -55,6 +56,7 @@ "Export" : "ส่งออก", "Today" : "วันนี้", "Tomorrow" : "พรุ่งนี้", + "Close" : "ปิด", "Due date" : "วันที่ครบกำหนด", "Share" : "แชร์", "Personal" : "ส่วนตัว" diff --git a/l10n/tr.js b/l10n/tr.js index c04552336..720cf1c8e 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Paylaşın, yorum ve iş birliği yapın! ", "Create your first card!" : "İlk kartınızı ekleyin!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Bu yorum %s karakterden uzun.\nKarta %s adıyla ek dosya olarak eklendi.\nŞu adresten erişilebilir: %s.", + "Attachments" : "Ek dosyalar", + "File" : "Dosya", "Card not found" : "Kart bulunamadı", "Path is already shared with this card" : "Bu yol bu kart ile zaten paylaşılmış", "Invalid date, date format must be YYYY-MM-DD" : "Tarih geçersiz. Tarih biçimi YYYY-AA-GG olmalıdır", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Başlık boş olamaz.", "Open in sidebar view" : "Yan çubuk görünümünde aç", "Open in bigger view" : "Daha büyük görünümde aç", - "Attachments" : "Ek dosyalar", "Comments" : "Yorumlar", "Failed to load comments" : "Yorumlar yüklenemedi", "No comments yet. Begin the discussion!" : "Henüz bir yorum yapılmamış. Tartışmayı başlatın!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Açıklamayı genişletmek için tıklayın", "Click to expand comment" : "Yorumu genişletmek için tıklayın", "Create card" : "Kart ekle", + "Create a new card" : "Yeni kart ekle", + "Card title" : "Kart başlığı", + "Creating the new card …" : "Yeni kart ekleniyor …", + "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" kartı \"{board}\" panosuna eklendi", + "Open card" : "Kartı aç", + "Close" : "Kapat", + "No upcoming cards" : "Yaklaşan bir kart yok", + "upcoming cards today" : "bugün tamamlanması gereken kartlar", + "upcoming cards tomorrow" : "yarın tamamlanması gereken kartlar", + "upcoming cards" : "yaklaşan kartlar", + "New card" : "Kart ekle", "Link to a board" : "Bir pano bağlantısı", "Link to a card" : "Bir kart bağlantısı", "Create a card" : "Bir kart ekle", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Bir şeyler ters gitti", "Failed to upload {name}" : "{name} yüklenemedi", "Maximum file size of {size} exceeded" : "{size} olan en büyük dosya boyutu sınırı aşıldı", - "Card title" : "Kart başlığı", "Assigned users" : "Atanmış kullanıcılar", "Due date" : "Bitiş tarihi", "Error creating the share" : "Paylaşım oluşturulurken sorun çıktı", diff --git a/l10n/tr.json b/l10n/tr.json index 4db62c489..3c7e63470 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Paylaşın, yorum ve iş birliği yapın! ", "Create your first card!" : "İlk kartınızı ekleyin!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Bu yorum %s karakterden uzun.\nKarta %s adıyla ek dosya olarak eklendi.\nŞu adresten erişilebilir: %s.", + "Attachments" : "Ek dosyalar", + "File" : "Dosya", "Card not found" : "Kart bulunamadı", "Path is already shared with this card" : "Bu yol bu kart ile zaten paylaşılmış", "Invalid date, date format must be YYYY-MM-DD" : "Tarih geçersiz. Tarih biçimi YYYY-AA-GG olmalıdır", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Başlık boş olamaz.", "Open in sidebar view" : "Yan çubuk görünümünde aç", "Open in bigger view" : "Daha büyük görünümde aç", - "Attachments" : "Ek dosyalar", "Comments" : "Yorumlar", "Failed to load comments" : "Yorumlar yüklenemedi", "No comments yet. Begin the discussion!" : "Henüz bir yorum yapılmamış. Tartışmayı başlatın!", @@ -380,6 +381,17 @@ "Click to expand description" : "Açıklamayı genişletmek için tıklayın", "Click to expand comment" : "Yorumu genişletmek için tıklayın", "Create card" : "Kart ekle", + "Create a new card" : "Yeni kart ekle", + "Card title" : "Kart başlığı", + "Creating the new card …" : "Yeni kart ekleniyor …", + "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" kartı \"{board}\" panosuna eklendi", + "Open card" : "Kartı aç", + "Close" : "Kapat", + "No upcoming cards" : "Yaklaşan bir kart yok", + "upcoming cards today" : "bugün tamamlanması gereken kartlar", + "upcoming cards tomorrow" : "yarın tamamlanması gereken kartlar", + "upcoming cards" : "yaklaşan kartlar", + "New card" : "Kart ekle", "Link to a board" : "Bir pano bağlantısı", "Link to a card" : "Bir kart bağlantısı", "Create a card" : "Bir kart ekle", @@ -387,7 +399,6 @@ "Something went wrong" : "Bir şeyler ters gitti", "Failed to upload {name}" : "{name} yüklenemedi", "Maximum file size of {size} exceeded" : "{size} olan en büyük dosya boyutu sınırı aşıldı", - "Card title" : "Kart başlığı", "Assigned users" : "Atanmış kullanıcılar", "Due date" : "Bitiş tarihi", "Error creating the share" : "Paylaşım oluşturulurken sorun çıktı", diff --git a/l10n/ug.js b/l10n/ug.js index 68005f31f..f593f1431 100644 --- a/l10n/ug.js +++ b/l10n/ug.js @@ -111,6 +111,8 @@ OC.L10N.register( "In Progress" : "ئىلگىرىلەۋاتىدۇ", "Done" : "Done", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "بۇ باھانىڭ% s دىن كۆپ ھەرپلىرى بار.\n% S ئىسمى بار كارتىغا قوشۇمچە قىلىپ قوشۇلدى.\nURL دا زىيارەت قىلغىلى بولىدۇ:% s.", + "Attachments" : "قوشۇمچە ھۆججەتلەر", + "File" : "ھۆججەت", "Card not found" : "كارتا تېپىلمىدى", "Path is already shared with this card" : "يول بۇ كارتا بىلەن ئورتاقلاشتى", "Invalid date, date format must be YYYY-MM-DD" : "ئىناۋەتسىز چېسلا ، چېسلا فورماتى چوقۇم YYYY-MM-DD بولۇشى كېرەك", @@ -226,7 +228,6 @@ OC.L10N.register( "The title cannot be empty." : "ماۋزۇ قۇرۇق بولالمايدۇ.", "Open in sidebar view" : "يان كۆزنەكتە ئېچىڭ", "Open in bigger view" : "چوڭراق كۆرۈنۈشتە ئېچىڭ", - "Attachments" : "قوشۇمچە ھۆججەتلەر", "Comments" : "باھا", "Failed to load comments" : "ئىنكاسلارنى يۈكلىيەلمىدى", "No comments yet. Begin the discussion!" : "ھازىرچە ھېچقانداق باھا يوق. مۇنازىرىنى باشلاڭ!", @@ -356,6 +357,17 @@ OC.L10N.register( "Click to expand description" : "چۈشەندۈرۈشنى كېڭەيتىش ئۈچۈن چېكىڭ", "Click to expand comment" : "ئىنكاسنى كېڭەيتىش ئۈچۈن چېكىڭ", "Create card" : "كارتا قۇرۇش", + "Create a new card" : "يېڭى كارتا قۇرۇڭ", + "Card title" : "كارتا ئىسمى", + "Creating the new card …" : "يېڭى كارتا قۇرۇش…", + "Card \"{card}\" was added to \"{board}\"" : "كارتا \"{card}\" \"{board}\" غا قوشۇلدى", + "Open card" : "ئوچۇق كارتا", + "Close" : "تاقاش", + "No upcoming cards" : "كەلگۈسىدىكى كارتا يوق", + "upcoming cards today" : "بۈگۈن كېلىدىغان كارتىلار", + "upcoming cards tomorrow" : "ئەتە كارتىلار", + "upcoming cards" : "كەلگۈسىدىكى كارتىلار", + "New card" : "يېڭى كارتا", "Link to a board" : "تاختايغا ئۇلىنىش", "Link to a card" : "كارتىغا ئۇلىنىش", "Create a card" : "كارتا ياساڭ", @@ -363,7 +375,6 @@ OC.L10N.register( "Something went wrong" : "چاتاق چىقتى", "Failed to upload {name}" : "{name} نى يۈكلىيەلمىدى", "Maximum file size of {size} exceeded" : "ھۆججەتنىڭ ئەڭ چوڭ چوڭلۇقى {size} دىن ئېشىپ كەتتى", - "Card title" : "كارتا ئىسمى", "Due date" : "قەرەلى توشقان ۋاقىت", "Error creating the share" : "ھەمبەھىرلەشتە خاتالىق", "Share with a Deck card" : "پالۋان كارتىسى بىلەن ئورتاقلىشىڭ", diff --git a/l10n/ug.json b/l10n/ug.json index 98da68dbc..a4a933898 100644 --- a/l10n/ug.json +++ b/l10n/ug.json @@ -109,6 +109,8 @@ "In Progress" : "ئىلگىرىلەۋاتىدۇ", "Done" : "Done", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "بۇ باھانىڭ% s دىن كۆپ ھەرپلىرى بار.\n% S ئىسمى بار كارتىغا قوشۇمچە قىلىپ قوشۇلدى.\nURL دا زىيارەت قىلغىلى بولىدۇ:% s.", + "Attachments" : "قوشۇمچە ھۆججەتلەر", + "File" : "ھۆججەت", "Card not found" : "كارتا تېپىلمىدى", "Path is already shared with this card" : "يول بۇ كارتا بىلەن ئورتاقلاشتى", "Invalid date, date format must be YYYY-MM-DD" : "ئىناۋەتسىز چېسلا ، چېسلا فورماتى چوقۇم YYYY-MM-DD بولۇشى كېرەك", @@ -224,7 +226,6 @@ "The title cannot be empty." : "ماۋزۇ قۇرۇق بولالمايدۇ.", "Open in sidebar view" : "يان كۆزنەكتە ئېچىڭ", "Open in bigger view" : "چوڭراق كۆرۈنۈشتە ئېچىڭ", - "Attachments" : "قوشۇمچە ھۆججەتلەر", "Comments" : "باھا", "Failed to load comments" : "ئىنكاسلارنى يۈكلىيەلمىدى", "No comments yet. Begin the discussion!" : "ھازىرچە ھېچقانداق باھا يوق. مۇنازىرىنى باشلاڭ!", @@ -354,6 +355,17 @@ "Click to expand description" : "چۈشەندۈرۈشنى كېڭەيتىش ئۈچۈن چېكىڭ", "Click to expand comment" : "ئىنكاسنى كېڭەيتىش ئۈچۈن چېكىڭ", "Create card" : "كارتا قۇرۇش", + "Create a new card" : "يېڭى كارتا قۇرۇڭ", + "Card title" : "كارتا ئىسمى", + "Creating the new card …" : "يېڭى كارتا قۇرۇش…", + "Card \"{card}\" was added to \"{board}\"" : "كارتا \"{card}\" \"{board}\" غا قوشۇلدى", + "Open card" : "ئوچۇق كارتا", + "Close" : "تاقاش", + "No upcoming cards" : "كەلگۈسىدىكى كارتا يوق", + "upcoming cards today" : "بۈگۈن كېلىدىغان كارتىلار", + "upcoming cards tomorrow" : "ئەتە كارتىلار", + "upcoming cards" : "كەلگۈسىدىكى كارتىلار", + "New card" : "يېڭى كارتا", "Link to a board" : "تاختايغا ئۇلىنىش", "Link to a card" : "كارتىغا ئۇلىنىش", "Create a card" : "كارتا ياساڭ", @@ -361,7 +373,6 @@ "Something went wrong" : "چاتاق چىقتى", "Failed to upload {name}" : "{name} نى يۈكلىيەلمىدى", "Maximum file size of {size} exceeded" : "ھۆججەتنىڭ ئەڭ چوڭ چوڭلۇقى {size} دىن ئېشىپ كەتتى", - "Card title" : "كارتا ئىسمى", "Due date" : "قەرەلى توشقان ۋاقىت", "Error creating the share" : "ھەمبەھىرلەشتە خاتالىق", "Share with a Deck card" : "پالۋان كارتىسى بىلەن ئورتاقلىشىڭ", diff --git a/l10n/uk.js b/l10n/uk.js index faa0271f8..4fa084b64 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -71,6 +71,8 @@ OC.L10N.register( "To Do" : "Зробити", "In Progress" : "В процесі", "Done" : "Готово", + "Attachments" : "Вкладення", + "File" : "Файл", "Card not found" : "Картку не знайдено", "Invalid date, date format must be YYYY-MM-DD" : "Недійсна дата, формат дати має бути РРРР-ММ-ДД", "Add board" : "Додати дошку", @@ -151,7 +153,6 @@ OC.L10N.register( "Restore Attachment" : "Відновити вкладення", "Modified" : "Змінено", "Created" : "Створено", - "Attachments" : "Вкладення", "Comments" : "Коментарі", "No comments yet. Begin the discussion!" : "Коментарів немає, почніть обговорення!", "Save" : "Зберегти", @@ -225,12 +226,16 @@ OC.L10N.register( "Tomorrow" : "Завтра", "No due" : "Без призначеної дати", "Due on {date}" : "До {date}", + "Create a new card" : "Створити нову картку", + "Card title" : "Заголовок картки", + "Close" : "Закрити", + "No upcoming cards" : "Немає майбутніх завдань", + "upcoming cards" : "очікують на виконання", "Link to a board" : "Прив'язати до дошки", "Link to a card" : "Прив'язати до картки", "Message from {author} in {conversationName}" : "Повідомлення від {author} у {conversationName}", "Something went wrong" : "От халепа!", "Maximum file size of {size} exceeded" : "Досягнуто максимальний розмір файлу {size}", - "Card title" : "Заголовок картки", "Due date" : "Дата виконання", "Error creating the share" : "Помилка створення спільного доступу", "Share" : "Спільний доступ", diff --git a/l10n/uk.json b/l10n/uk.json index 9e3c0e7e2..43e46974a 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -69,6 +69,8 @@ "To Do" : "Зробити", "In Progress" : "В процесі", "Done" : "Готово", + "Attachments" : "Вкладення", + "File" : "Файл", "Card not found" : "Картку не знайдено", "Invalid date, date format must be YYYY-MM-DD" : "Недійсна дата, формат дати має бути РРРР-ММ-ДД", "Add board" : "Додати дошку", @@ -149,7 +151,6 @@ "Restore Attachment" : "Відновити вкладення", "Modified" : "Змінено", "Created" : "Створено", - "Attachments" : "Вкладення", "Comments" : "Коментарі", "No comments yet. Begin the discussion!" : "Коментарів немає, почніть обговорення!", "Save" : "Зберегти", @@ -223,12 +224,16 @@ "Tomorrow" : "Завтра", "No due" : "Без призначеної дати", "Due on {date}" : "До {date}", + "Create a new card" : "Створити нову картку", + "Card title" : "Заголовок картки", + "Close" : "Закрити", + "No upcoming cards" : "Немає майбутніх завдань", + "upcoming cards" : "очікують на виконання", "Link to a board" : "Прив'язати до дошки", "Link to a card" : "Прив'язати до картки", "Message from {author} in {conversationName}" : "Повідомлення від {author} у {conversationName}", "Something went wrong" : "От халепа!", "Maximum file size of {size} exceeded" : "Досягнуто максимальний розмір файлу {size}", - "Card title" : "Заголовок картки", "Due date" : "Дата виконання", "Error creating the share" : "Помилка створення спільного доступу", "Share" : "Спільний доступ", diff --git a/l10n/uz.js b/l10n/uz.js index 16362547d..f0a266f12 100644 --- a/l10n/uz.js +++ b/l10n/uz.js @@ -15,6 +15,8 @@ OC.L10N.register( "Later" : "Keyinchalik", "copy" : "copy", "Done" : "Done", + "Attachments" : "Qo'shimchalar", + "File" : "Fayl", "Card not found" : "Karta topilmadi", "Add board" : "Doska qo'shing", "Move card" : "Kartani ko'chirish", @@ -40,7 +42,6 @@ OC.L10N.register( "Edit" : "Tahrirlash", "Download" : "Download", "Modified" : "Modified", - "Attachments" : "Qo'shimchalar", "Comments" : "Comments", "Save" : "Save", "In reply to" : "ga javoban", @@ -69,6 +70,7 @@ OC.L10N.register( "Today" : "Today", "Tomorrow" : "Ertaga", "No results found" : "Hech qanday natija topilmadi", + "Close" : "Yopish", "Due date" : "Muddati", "Share" : "Ulashish", "Personal" : "Personal" diff --git a/l10n/uz.json b/l10n/uz.json index 87854948f..695116b24 100644 --- a/l10n/uz.json +++ b/l10n/uz.json @@ -13,6 +13,8 @@ "Later" : "Keyinchalik", "copy" : "copy", "Done" : "Done", + "Attachments" : "Qo'shimchalar", + "File" : "Fayl", "Card not found" : "Karta topilmadi", "Add board" : "Doska qo'shing", "Move card" : "Kartani ko'chirish", @@ -38,7 +40,6 @@ "Edit" : "Tahrirlash", "Download" : "Download", "Modified" : "Modified", - "Attachments" : "Qo'shimchalar", "Comments" : "Comments", "Save" : "Save", "In reply to" : "ga javoban", @@ -67,6 +68,7 @@ "Today" : "Today", "Tomorrow" : "Ertaga", "No results found" : "Hech qanday natija topilmadi", + "Close" : "Yopish", "Due date" : "Muddati", "Share" : "Ulashish", "Personal" : "Personal" diff --git a/l10n/vi.js b/l10n/vi.js index d40b1d148..7f8bb6515 100644 --- a/l10n/vi.js +++ b/l10n/vi.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. Chia sẻ, bình luận và collaborate!", "Create your first card!" : "Tạo thẻ đầu tiên của bạn ngay!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Bình luận này có hơn %s ký tự.\nĐã một tệp đính kèm vào thẻ với tên %s.\nCó thể truy cập tại URL: %s.", + "Attachments" : "Đính kèm", + "File" : "Tệp Tin", "Card not found" : "Không tìm thấy thẻ", "Path is already shared with this card" : "Đường dẫn đã được chia sẻ với thẻ này", "Invalid date, date format must be YYYY-MM-DD" : "Định dạng ngày không hợp lệ, phải là định dạng YYYY-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "Tiêu đề không thể để trống.", "Open in sidebar view" : "Mở trong chế độ xem thanh bên", "Open in bigger view" : "Mở trong chế độ xem lớn hơn", - "Attachments" : "Đính kèm", "Comments" : "Các bình luận", "Failed to load comments" : "Không thể tải bình luận", "No comments yet. Begin the discussion!" : "Chưa có bình luận. Bắt đầu cuộc thảo luận!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "Nhấp để xem thêm mô tả", "Click to expand comment" : "Nhấp để xem thêm bình luận", "Create card" : "Tạo thẻ", + "Create a new card" : "Tạo một thẻ mới", + "Card title" : "Tiêu đề thẻ", + "Creating the new card …" : "Đang tạo thẻ mới ...", + "Card \"{card}\" was added to \"{board}\"" : "Thẻ \"{card}\" đã được thêm vào bảng \"{board}\"", + "Open card" : "Mở thẻ", + "Close" : "Đóng", + "No upcoming cards" : "Không có thẻ hết hạn sắp tới", + "upcoming cards today" : "thẻ sắp hết hạn hôm nay", + "upcoming cards tomorrow" : "thẻ sắp hết hạn vào ngày mai", + "upcoming cards" : "thẻ sắp đến hạn", + "New card" : "Thẻ mới", "Link to a board" : "Liên kết đến một bảng", "Link to a card" : "Liên kết đến một thẻ", "Create a card" : "Tạo thẻ", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "Có lỗi đã xảy ra", "Failed to upload {name}" : "Tải lên {name} thất bại", "Maximum file size of {size} exceeded" : "Đã vượt quá kích thước {size} tối đa tập tin", - "Card title" : "Tiêu đề thẻ", "Assigned users" : "Người dùng được phân công", "Due date" : "Thời hạn", "Error creating the share" : "Lỗi khi đang chia sẻ", diff --git a/l10n/vi.json b/l10n/vi.json index e90a6c9a1..e6d076877 100644 --- a/l10n/vi.json +++ b/l10n/vi.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. Chia sẻ, bình luận và collaborate!", "Create your first card!" : "Tạo thẻ đầu tiên của bạn ngay!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Bình luận này có hơn %s ký tự.\nĐã một tệp đính kèm vào thẻ với tên %s.\nCó thể truy cập tại URL: %s.", + "Attachments" : "Đính kèm", + "File" : "Tệp Tin", "Card not found" : "Không tìm thấy thẻ", "Path is already shared with this card" : "Đường dẫn đã được chia sẻ với thẻ này", "Invalid date, date format must be YYYY-MM-DD" : "Định dạng ngày không hợp lệ, phải là định dạng YYYY-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "Tiêu đề không thể để trống.", "Open in sidebar view" : "Mở trong chế độ xem thanh bên", "Open in bigger view" : "Mở trong chế độ xem lớn hơn", - "Attachments" : "Đính kèm", "Comments" : "Các bình luận", "Failed to load comments" : "Không thể tải bình luận", "No comments yet. Begin the discussion!" : "Chưa có bình luận. Bắt đầu cuộc thảo luận!", @@ -380,6 +381,17 @@ "Click to expand description" : "Nhấp để xem thêm mô tả", "Click to expand comment" : "Nhấp để xem thêm bình luận", "Create card" : "Tạo thẻ", + "Create a new card" : "Tạo một thẻ mới", + "Card title" : "Tiêu đề thẻ", + "Creating the new card …" : "Đang tạo thẻ mới ...", + "Card \"{card}\" was added to \"{board}\"" : "Thẻ \"{card}\" đã được thêm vào bảng \"{board}\"", + "Open card" : "Mở thẻ", + "Close" : "Đóng", + "No upcoming cards" : "Không có thẻ hết hạn sắp tới", + "upcoming cards today" : "thẻ sắp hết hạn hôm nay", + "upcoming cards tomorrow" : "thẻ sắp hết hạn vào ngày mai", + "upcoming cards" : "thẻ sắp đến hạn", + "New card" : "Thẻ mới", "Link to a board" : "Liên kết đến một bảng", "Link to a card" : "Liên kết đến một thẻ", "Create a card" : "Tạo thẻ", @@ -387,7 +399,6 @@ "Something went wrong" : "Có lỗi đã xảy ra", "Failed to upload {name}" : "Tải lên {name} thất bại", "Maximum file size of {size} exceeded" : "Đã vượt quá kích thước {size} tối đa tập tin", - "Card title" : "Tiêu đề thẻ", "Assigned users" : "Người dùng được phân công", "Due date" : "Thời hạn", "Error creating the share" : "Lỗi khi đang chia sẻ", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index d80c8cfe4..ed4bf5ab3 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. 分享、评论和协作!", "Create your first card!" : "创建您的第一张卡片!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此评论超过%s个字符。\n作为附件添加到名称为 %s 的卡片上。\n可通过 URL 访问:%s。", + "Attachments" : "附件", + "File" : "文件", "Card not found" : "未找到卡片", "Path is already shared with this card" : "已和这张卡片分享了路径", "Invalid date, date format must be YYYY-MM-DD" : "无效日期,日期格式必须为 YYYY-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "标题不能为空", "Open in sidebar view" : "在侧边栏视图中打开", "Open in bigger view" : "在较大视图中打开", - "Attachments" : "附件", "Comments" : "评论", "Failed to load comments" : "加载评论失败", "No comments yet. Begin the discussion!" : "还没有评论。 开始讨论吧!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "点击展开描述", "Click to expand comment" : "点击展开评论", "Create card" : "创建卡片", + "Create a new card" : "创建一张新卡片", + "Card title" : "卡片标题", + "Creating the new card …" : "正在创建新卡片… ", + "Card \"{card}\" was added to \"{board}\"" : "卡片 \"{card}\" 被添加至看板 \"{board}\"", + "Open card" : "打开卡片", + "Close" : "关闭", + "No upcoming cards" : "没有即将到来的卡片", + "upcoming cards today" : "今天即将推出的卡片", + "upcoming cards tomorrow" : "明天即将推出的卡片", + "upcoming cards" : "即将到来的卡片", + "New card" : "新卡片", "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", "Create a card" : "创建一张卡片", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "发生了错误", "Failed to upload {name}" : "未能上传{name}", "Maximum file size of {size} exceeded" : "文件容量已超过 {size} 的上限", - "Card title" : "卡片标题", "Assigned users" : "已指派的用户", "Due date" : "截止日期", "Error creating the share" : "创建分享出错", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index d8716af3e..bf8d35076 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. 分享、评论和协作!", "Create your first card!" : "创建您的第一张卡片!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此评论超过%s个字符。\n作为附件添加到名称为 %s 的卡片上。\n可通过 URL 访问:%s。", + "Attachments" : "附件", + "File" : "文件", "Card not found" : "未找到卡片", "Path is already shared with this card" : "已和这张卡片分享了路径", "Invalid date, date format must be YYYY-MM-DD" : "无效日期,日期格式必须为 YYYY-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "标题不能为空", "Open in sidebar view" : "在侧边栏视图中打开", "Open in bigger view" : "在较大视图中打开", - "Attachments" : "附件", "Comments" : "评论", "Failed to load comments" : "加载评论失败", "No comments yet. Begin the discussion!" : "还没有评论。 开始讨论吧!", @@ -380,6 +381,17 @@ "Click to expand description" : "点击展开描述", "Click to expand comment" : "点击展开评论", "Create card" : "创建卡片", + "Create a new card" : "创建一张新卡片", + "Card title" : "卡片标题", + "Creating the new card …" : "正在创建新卡片… ", + "Card \"{card}\" was added to \"{board}\"" : "卡片 \"{card}\" 被添加至看板 \"{board}\"", + "Open card" : "打开卡片", + "Close" : "关闭", + "No upcoming cards" : "没有即将到来的卡片", + "upcoming cards today" : "今天即将推出的卡片", + "upcoming cards tomorrow" : "明天即将推出的卡片", + "upcoming cards" : "即将到来的卡片", + "New card" : "新卡片", "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", "Create a card" : "创建一张卡片", @@ -387,7 +399,6 @@ "Something went wrong" : "发生了错误", "Failed to upload {name}" : "未能上传{name}", "Maximum file size of {size} exceeded" : "文件容量已超过 {size} 的上限", - "Card title" : "卡片标题", "Assigned users" : "已指派的用户", "Due date" : "截止日期", "Error creating the share" : "创建分享出错", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 886e8ddb5..d328384a3 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. 分享、評論和協作!", "Create your first card!" : "創建您的第一張卡片!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此評論超過%s個字符。\n作為附件添加到名稱為 %s 的卡片上。\n可於此 URL 存取:%s。", + "Attachments" : "附件", + "File" : "檔案", "Card not found" : "未找到卡片", "Path is already shared with this card" : "已和這張卡片分享了路徑", "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,需為 YYYY-MM-DD 格式", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "標題不能為空。", "Open in sidebar view" : "在側邊欄視圖中打開", "Open in bigger view" : "在較大視圖中打開", - "Attachments" : "附件", "Comments" : "意見", "Failed to load comments" : "無法加載評論", "No comments yet. Begin the discussion!" : "尚無意見,開始討論吧!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開評論", "Create card" : "建立卡片", + "Create a new card" : "建立新卡片", + "Card title" : "卡片標題", + "Creating the new card …" : "正在建立新卡片...", + "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 已添加到 \"{board}\"", + "Open card" : "打開卡片", + "Close" : "關閉", + "No upcoming cards" : "沒有快將到期的卡片", + "upcoming cards today" : "今天接下來的卡片", + "upcoming cards tomorrow" : "明天接下來的卡片", + "upcoming cards" : "快將到期的卡片", + "New card" : "新卡片", "Link to a board" : "連結到面板", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "發生錯誤了", "Failed to upload {name}" : "上傳 {name} 失敗", "Maximum file size of {size} exceeded" : "檔案大小 {size} 超出最大限制", - "Card title" : "卡片標題", "Assigned users" : "指派的用戶", "Due date" : "到期日期", "Error creating the share" : "創建分享出錯", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 1f6ee43ca..534db7144 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. 分享、評論和協作!", "Create your first card!" : "創建您的第一張卡片!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此評論超過%s個字符。\n作為附件添加到名稱為 %s 的卡片上。\n可於此 URL 存取:%s。", + "Attachments" : "附件", + "File" : "檔案", "Card not found" : "未找到卡片", "Path is already shared with this card" : "已和這張卡片分享了路徑", "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,需為 YYYY-MM-DD 格式", @@ -237,7 +239,6 @@ "The title cannot be empty." : "標題不能為空。", "Open in sidebar view" : "在側邊欄視圖中打開", "Open in bigger view" : "在較大視圖中打開", - "Attachments" : "附件", "Comments" : "意見", "Failed to load comments" : "無法加載評論", "No comments yet. Begin the discussion!" : "尚無意見,開始討論吧!", @@ -380,6 +381,17 @@ "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開評論", "Create card" : "建立卡片", + "Create a new card" : "建立新卡片", + "Card title" : "卡片標題", + "Creating the new card …" : "正在建立新卡片...", + "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" 已添加到 \"{board}\"", + "Open card" : "打開卡片", + "Close" : "關閉", + "No upcoming cards" : "沒有快將到期的卡片", + "upcoming cards today" : "今天接下來的卡片", + "upcoming cards tomorrow" : "明天接下來的卡片", + "upcoming cards" : "快將到期的卡片", + "New card" : "新卡片", "Link to a board" : "連結到面板", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -387,7 +399,6 @@ "Something went wrong" : "發生錯誤了", "Failed to upload {name}" : "上傳 {name} 失敗", "Maximum file size of {size} exceeded" : "檔案大小 {size} 超出最大限制", - "Card title" : "卡片標題", "Assigned users" : "指派的用戶", "Due date" : "到期日期", "Error creating the share" : "創建分享出錯", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index da7d98cd6..a0cc218df 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -122,6 +122,8 @@ OC.L10N.register( "4. Share, comment and collaborate!" : "4. 分享、留言與協作!", "Create your first card!" : "建立您的第一張卡片!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此評論多於 %s 個字元。\n作為附件新增至名為 %s 的卡片上。\n可於此 URL 存取:%s。", + "Attachments" : "附件", + "File" : "檔案", "Card not found" : "找不到卡片", "Path is already shared with this card" : "路徑已與此卡片分享", "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,日期格式必須為 YYYY-MM-DD", @@ -239,7 +241,6 @@ OC.L10N.register( "The title cannot be empty." : "標題不能為空", "Open in sidebar view" : "在側邊欄中開啟", "Open in bigger view" : "以較大的檢視模式開啟", - "Attachments" : "附件", "Comments" : "留言", "Failed to load comments" : "載入留言失敗", "No comments yet. Begin the discussion!" : "暫無留言。開始討論吧!", @@ -382,6 +383,17 @@ OC.L10N.register( "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開留言", "Create card" : "建立卡片", + "Create a new card" : "建立新卡片", + "Card title" : "卡片標題", + "Creating the new card …" : "正在建立新卡片……", + "Card \"{card}\" was added to \"{board}\"" : "卡片「{card}」已新增至「{board}」", + "Open card" : "開啟卡片", + "Close" : "關閉", + "No upcoming cards" : "無接下來的卡片", + "upcoming cards today" : "今天接下來的卡片", + "upcoming cards tomorrow" : "明天接下來的卡片", + "upcoming cards" : "接下來的卡片", + "New card" : "新卡片", "Link to a board" : "連結到佈告欄", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -389,7 +401,6 @@ OC.L10N.register( "Something went wrong" : "出了點問題", "Failed to upload {name}" : "上傳 {name} 失敗", "Maximum file size of {size} exceeded" : "超過最大的檔案大小 {size} ", - "Card title" : "卡片標題", "Assigned users" : "已分派的使用者 ", "Due date" : "到期日", "Error creating the share" : "建立分享時發生錯誤", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 16b28092b..4958591f3 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -120,6 +120,8 @@ "4. Share, comment and collaborate!" : "4. 分享、留言與協作!", "Create your first card!" : "建立您的第一張卡片!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此評論多於 %s 個字元。\n作為附件新增至名為 %s 的卡片上。\n可於此 URL 存取:%s。", + "Attachments" : "附件", + "File" : "檔案", "Card not found" : "找不到卡片", "Path is already shared with this card" : "路徑已與此卡片分享", "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,日期格式必須為 YYYY-MM-DD", @@ -237,7 +239,6 @@ "The title cannot be empty." : "標題不能為空", "Open in sidebar view" : "在側邊欄中開啟", "Open in bigger view" : "以較大的檢視模式開啟", - "Attachments" : "附件", "Comments" : "留言", "Failed to load comments" : "載入留言失敗", "No comments yet. Begin the discussion!" : "暫無留言。開始討論吧!", @@ -380,6 +381,17 @@ "Click to expand description" : "點擊展開描述", "Click to expand comment" : "點擊展開留言", "Create card" : "建立卡片", + "Create a new card" : "建立新卡片", + "Card title" : "卡片標題", + "Creating the new card …" : "正在建立新卡片……", + "Card \"{card}\" was added to \"{board}\"" : "卡片「{card}」已新增至「{board}」", + "Open card" : "開啟卡片", + "Close" : "關閉", + "No upcoming cards" : "無接下來的卡片", + "upcoming cards today" : "今天接下來的卡片", + "upcoming cards tomorrow" : "明天接下來的卡片", + "upcoming cards" : "接下來的卡片", + "New card" : "新卡片", "Link to a board" : "連結到佈告欄", "Link to a card" : "連結到卡片", "Create a card" : "建立卡片", @@ -387,7 +399,6 @@ "Something went wrong" : "出了點問題", "Failed to upload {name}" : "上傳 {name} 失敗", "Maximum file size of {size} exceeded" : "超過最大的檔案大小 {size} ", - "Card title" : "卡片標題", "Assigned users" : "已分派的使用者 ", "Due date" : "到期日", "Error creating the share" : "建立分享時發生錯誤", From bf961c3de40444a8357912af339f81111d1bebb2 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 3 Jul 2025 00:28:51 +0000 Subject: [PATCH 11/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/af.js | 1 + l10n/af.json | 1 + l10n/ar.js | 11 +++++++++++ l10n/ar.json | 11 +++++++++++ l10n/ast.js | 2 ++ l10n/ast.json | 2 ++ l10n/az.js | 1 + l10n/az.json | 1 + l10n/bg.js | 9 +++++++++ l10n/bg.json | 9 +++++++++ l10n/br.js | 2 ++ l10n/br.json | 2 ++ l10n/ca.js | 9 +++++++++ l10n/ca.json | 9 +++++++++ l10n/cs.js | 9 +++++++++ l10n/cs.json | 9 +++++++++ l10n/da.js | 5 +++++ l10n/da.json | 5 +++++ l10n/de.js | 8 ++++++++ l10n/de.json | 8 ++++++++ l10n/de_DE.js | 8 ++++++++ l10n/de_DE.json | 8 ++++++++ l10n/el.js | 7 +++++++ l10n/el.json | 7 +++++++ l10n/en_GB.js | 6 ++++++ l10n/en_GB.json | 6 ++++++ l10n/es.js | 5 +++++ l10n/es.json | 5 +++++ l10n/es_AR.js | 1 + l10n/es_AR.json | 1 + l10n/es_EC.js | 1 + l10n/es_EC.json | 1 + l10n/et_EE.js | 25 +++++++++++++++++++++++++ l10n/et_EE.json | 25 +++++++++++++++++++++++++ l10n/ga.js | 1 + l10n/ga.json | 1 + l10n/kn.js | 26 ++++++++++++++++++++++++++ l10n/kn.json | 24 ++++++++++++++++++++++++ l10n/pt_BR.js | 5 +++-- l10n/pt_BR.json | 5 +++-- l10n/sv.js | 1 + l10n/sv.json | 1 + l10n/sw.js | 1 + l10n/sw.json | 1 + l10n/tr.js | 5 +++-- l10n/tr.json | 5 +++-- l10n/zh_CN.js | 1 + l10n/zh_CN.json | 1 + l10n/zh_HK.js | 1 + l10n/zh_HK.json | 1 + l10n/zh_TW.js | 1 + l10n/zh_TW.json | 1 + 52 files changed, 294 insertions(+), 8 deletions(-) create mode 100644 l10n/kn.js create mode 100644 l10n/kn.json diff --git a/l10n/af.js b/l10n/af.js index a7987fe60..45a277656 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -12,6 +12,7 @@ OC.L10N.register( "copy" : "kopie", "To Do" : "Moet doen", "Done" : "Gereed", + "File" : "Lêer", "Cancel" : "Kanselleer", "File already exists" : "Lêer bestaan reeds", "Open" : "Open", diff --git a/l10n/af.json b/l10n/af.json index 510a597c2..c718bb891 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -10,6 +10,7 @@ "copy" : "kopie", "To Do" : "Moet doen", "Done" : "Gereed", + "File" : "Lêer", "Cancel" : "Kanselleer", "File already exists" : "Lêer bestaan reeds", "Open" : "Open", diff --git a/l10n/ar.js b/l10n/ar.js index bc630fb60..11afb4af9 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -120,6 +120,7 @@ OC.L10N.register( "Create your first card!" : "أنشِئ بطاقتك الأولى!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : " هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.", "Attachments" : "المرفقات", + "File" : "File", "Card not found" : "لم يتم العثور على البطاقة ", "Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ", "Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD", @@ -372,7 +373,17 @@ OC.L10N.register( "Click to expand description" : "إضعط للتوسّع في الوصف", "Click to expand comment" : "إضغط للتوسع في الملاحظات", "Create card" : "أنشى بطاقة ", + "Create a new card" : "أنشى بطاقة جديدة ", "Card title" : "عنوان البطاقة ", + "Creating the new card …" : "أنشى البطاقة الجديدة ", + "Card \"{card}\" was added to \"{board}\"" : "\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"", + "Open card" : "فتح البطاقة ", + "Close" : "إغلاق", + "No upcoming cards" : "لا يوجد بطاقات قادمة ", + "upcoming cards today" : "البطاقات القادمة اليومَ", + "upcoming cards tomorrow" : "البطاقات القادمة غداً", + "upcoming cards" : "البطاقات القادمة", + "New card" : "بطاقة جديدة", "Link to a board" : "ربط بلوح", "Link to a card" : "ربط ببطاقة", "Create a card" : "أنشى بطاقة ", diff --git a/l10n/ar.json b/l10n/ar.json index b5b21ea75..7fdbe78f7 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -118,6 +118,7 @@ "Create your first card!" : "أنشِئ بطاقتك الأولى!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : " هذه الملاحظات فيها أكثر من %s حرفاً.\n تمّت إضافتها كمُرفق إلى البطاقة التي اسمها%s.\n الموجودة على الرابط %s.", "Attachments" : "المرفقات", + "File" : "File", "Card not found" : "لم يتم العثور على البطاقة ", "Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ", "Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD", @@ -370,7 +371,17 @@ "Click to expand description" : "إضعط للتوسّع في الوصف", "Click to expand comment" : "إضغط للتوسع في الملاحظات", "Create card" : "أنشى بطاقة ", + "Create a new card" : "أنشى بطاقة جديدة ", "Card title" : "عنوان البطاقة ", + "Creating the new card …" : "أنشى البطاقة الجديدة ", + "Card \"{card}\" was added to \"{board}\"" : "\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"", + "Open card" : "فتح البطاقة ", + "Close" : "إغلاق", + "No upcoming cards" : "لا يوجد بطاقات قادمة ", + "upcoming cards today" : "البطاقات القادمة اليومَ", + "upcoming cards tomorrow" : "البطاقات القادمة غداً", + "upcoming cards" : "البطاقات القادمة", + "New card" : "بطاقة جديدة", "Link to a board" : "ربط بلوح", "Link to a card" : "ربط ببطاقة", "Create a card" : "أنشى بطاقة ", diff --git a/l10n/ast.js b/l10n/ast.js index 11e08115f..ade25f4bc 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -17,6 +17,7 @@ OC.L10N.register( "Action needed" : "Aición necesaria", "copy" : "copia", "Done" : "Fecho", + "File" : "Ficheru", "Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD", "Move card" : "Mover la tarxeta", "Cancel" : "Encaboxar", @@ -104,6 +105,7 @@ OC.L10N.register( "Today" : "Güei", "Tomorrow" : "Mañana", "No results found" : "Nun s'atopó nengún resultáu", + "Close" : "Zarrar", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Due date" : "Data de fin", "Error creating the share" : "Hebo un error al crear la compartición", diff --git a/l10n/ast.json b/l10n/ast.json index 8bc89a012..b7ee959e5 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -15,6 +15,7 @@ "Action needed" : "Aición necesaria", "copy" : "copia", "Done" : "Fecho", + "File" : "Ficheru", "Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD", "Move card" : "Mover la tarxeta", "Cancel" : "Encaboxar", @@ -102,6 +103,7 @@ "Today" : "Güei", "Tomorrow" : "Mañana", "No results found" : "Nun s'atopó nengún resultáu", + "Close" : "Zarrar", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Due date" : "Data de fin", "Error creating the share" : "Hebo un error al crear la compartición", diff --git a/l10n/az.js b/l10n/az.js index f715b7072..c3de04688 100644 --- a/l10n/az.js +++ b/l10n/az.js @@ -37,6 +37,7 @@ OC.L10N.register( "Export" : "Çıxarış", "Today" : "Bu gün", "Tomorrow" : "Sabah", + "Close" : "Bağla", "Share" : "Paylaş", "Personal" : "Şəxsi" }, diff --git a/l10n/az.json b/l10n/az.json index 9ba669dfd..38b58beba 100644 --- a/l10n/az.json +++ b/l10n/az.json @@ -35,6 +35,7 @@ "Export" : "Çıxarış", "Today" : "Bu gün", "Tomorrow" : "Sabah", + "Close" : "Bağla", "Share" : "Paylaş", "Personal" : "Şəxsi" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/bg.js b/l10n/bg.js index 16f669259..2ee2eeb99 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -105,6 +105,7 @@ OC.L10N.register( "Done" : "Завършено", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Този коментар има повече от %s знака.\nДобавено като прикачен файл към картата с име %s.\nДостъпно на URL: %s.", "Attachments" : "Прикачени файлове", + "File" : "Файл", "Card not found" : "Катртата не е намерена", "Path is already shared with this card" : "Пътят вече е споделен с тази карта", "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", @@ -305,7 +306,15 @@ OC.L10N.register( "Click to expand description" : "Кликване за разширяване на описанието", "Click to expand comment" : "Кликване за разширяване на коментара", "Create card" : "Създаване на карта", + "Create a new card" : "Създаване на нова карта", "Card title" : "Заглавие на карта", + "Creating the new card …" : "Създаване на новата карта ...", + "Card \"{card}\" was added to \"{board}\"" : "Карта \"{card}\" беше добавена към \"{board}\"", + "Open card" : "Отваряне на карта", + "Close" : "Затваряне", + "No upcoming cards" : "Няма предстоящи карти", + "upcoming cards" : "предстоящи карти", + "New card" : "Нова карта", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", diff --git a/l10n/bg.json b/l10n/bg.json index 72d13e275..68ecf9ea1 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -103,6 +103,7 @@ "Done" : "Завършено", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Този коментар има повече от %s знака.\nДобавено като прикачен файл към картата с име %s.\nДостъпно на URL: %s.", "Attachments" : "Прикачени файлове", + "File" : "Файл", "Card not found" : "Катртата не е намерена", "Path is already shared with this card" : "Пътят вече е споделен с тази карта", "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", @@ -303,7 +304,15 @@ "Click to expand description" : "Кликване за разширяване на описанието", "Click to expand comment" : "Кликване за разширяване на коментара", "Create card" : "Създаване на карта", + "Create a new card" : "Създаване на нова карта", "Card title" : "Заглавие на карта", + "Creating the new card …" : "Създаване на новата карта ...", + "Card \"{card}\" was added to \"{board}\"" : "Карта \"{card}\" беше добавена към \"{board}\"", + "Open card" : "Отваряне на карта", + "Close" : "Затваряне", + "No upcoming cards" : "Няма предстоящи карти", + "upcoming cards" : "предстоящи карти", + "New card" : "Нова карта", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", diff --git a/l10n/br.js b/l10n/br.js index c0226ab38..d20e772b5 100644 --- a/l10n/br.js +++ b/l10n/br.js @@ -7,6 +7,7 @@ OC.L10N.register( "copy" : "eil", "In Progress" : "War ar stern", "Done" : "Graet", + "File" : "Restr", "Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD", "Cancel" : "Nullañ", "Drop your files to upload" : "Laoskit ho restroù evit pellkas", @@ -42,6 +43,7 @@ OC.L10N.register( "No notifications" : "Kemennadenn ebet", "Today" : "Hiziv", "Tomorrow" : "Warc'hoaz", + "Close" : "Serriñ", "Share" : "Rannan", "Personal" : "Personel" }, diff --git a/l10n/br.json b/l10n/br.json index b0c997091..6bae0d677 100644 --- a/l10n/br.json +++ b/l10n/br.json @@ -5,6 +5,7 @@ "copy" : "eil", "In Progress" : "War ar stern", "Done" : "Graet", + "File" : "Restr", "Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD", "Cancel" : "Nullañ", "Drop your files to upload" : "Laoskit ho restroù evit pellkas", @@ -40,6 +41,7 @@ "No notifications" : "Kemennadenn ebet", "Today" : "Hiziv", "Tomorrow" : "Warc'hoaz", + "Close" : "Serriñ", "Share" : "Rannan", "Personal" : "Personel" },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" diff --git a/l10n/ca.js b/l10n/ca.js index f81600cc2..2788e46fa 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -120,6 +120,7 @@ OC.L10N.register( "Create your first card!" : "Crea la teva primera targeta!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.", "Attachments" : "Adjunts", + "File" : "Fitxer", "Card not found" : "No s'ha trobat la targeta", "Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta", "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD", @@ -372,9 +373,17 @@ OC.L10N.register( "Click to expand description" : "Feu clic per ampliar la descripció", "Click to expand comment" : "Feu clic per ampliar el comentari", "Create card" : "Crea una targeta", + "Create a new card" : "Crea una nova targeta", "Card title" : "Títol de la targeta", "Creating the new card …" : "Creant la nova targeta …", + "Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"", + "Open card" : "Obre la targeta", + "Close" : "Tanca", + "No upcoming cards" : "No hi ha pròximes targetes", + "upcoming cards today" : "properes targetes avui", "upcoming cards tomorrow" : "properes targetes demà", + "upcoming cards" : "pròximes targetes", + "New card" : "Nova targeta", "Link to a board" : "Enllaça a un tauler", "Link to a card" : "Enllaç una targeta", "Create a card" : "Crea una targeta", diff --git a/l10n/ca.json b/l10n/ca.json index a51362299..5b636d246 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -118,6 +118,7 @@ "Create your first card!" : "Crea la teva primera targeta!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.", "Attachments" : "Adjunts", + "File" : "Fitxer", "Card not found" : "No s'ha trobat la targeta", "Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta", "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD", @@ -370,9 +371,17 @@ "Click to expand description" : "Feu clic per ampliar la descripció", "Click to expand comment" : "Feu clic per ampliar el comentari", "Create card" : "Crea una targeta", + "Create a new card" : "Crea una nova targeta", "Card title" : "Títol de la targeta", "Creating the new card …" : "Creant la nova targeta …", + "Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"", + "Open card" : "Obre la targeta", + "Close" : "Tanca", + "No upcoming cards" : "No hi ha pròximes targetes", + "upcoming cards today" : "properes targetes avui", "upcoming cards tomorrow" : "properes targetes demà", + "upcoming cards" : "pròximes targetes", + "New card" : "Nova targeta", "Link to a board" : "Enllaça a un tauler", "Link to a card" : "Enllaç una targeta", "Create a card" : "Crea una targeta", diff --git a/l10n/cs.js b/l10n/cs.js index 0a193f3c0..3ce13ec55 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -123,6 +123,7 @@ OC.L10N.register( "Create your first card!" : "Vytvořte svou první kartu!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.", "Attachments" : "Přílohy", + "File" : "Soubor", "Card not found" : "Karta nebyla nalezena", "Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno", "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD", @@ -382,9 +383,17 @@ OC.L10N.register( "Click to expand description" : "Popis rozbalíte kliknutím", "Click to expand comment" : "Komentář rozbalíte kliknutím", "Create card" : "Vytvořit kartu", + "Create a new card" : "Vytvořit novou kartu", "Card title" : "Název karty", "Creating the new card …" : "Vytváření nové karty…", + "Card \"{card}\" was added to \"{board}\"" : "Karta „{card}“ byla přidána na „{board}“", + "Open card" : "Otevřít kartu", + "Close" : "Zavřít", + "No upcoming cards" : "Žádné nadcházející karty", + "upcoming cards today" : "nadcházející karty na dnešek", "upcoming cards tomorrow" : "nadcházející karty na zítřek", + "upcoming cards" : "nadcházející karty", + "New card" : "Nová karta", "Link to a board" : "Propojit s tabulí", "Link to a card" : "Propojit s kartou", "Create a card" : "Vytvořit kartu", diff --git a/l10n/cs.json b/l10n/cs.json index 232520d64..e47da15f3 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -121,6 +121,7 @@ "Create your first card!" : "Vytvořte svou první kartu!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.", "Attachments" : "Přílohy", + "File" : "Soubor", "Card not found" : "Karta nebyla nalezena", "Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno", "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD", @@ -380,9 +381,17 @@ "Click to expand description" : "Popis rozbalíte kliknutím", "Click to expand comment" : "Komentář rozbalíte kliknutím", "Create card" : "Vytvořit kartu", + "Create a new card" : "Vytvořit novou kartu", "Card title" : "Název karty", "Creating the new card …" : "Vytváření nové karty…", + "Card \"{card}\" was added to \"{board}\"" : "Karta „{card}“ byla přidána na „{board}“", + "Open card" : "Otevřít kartu", + "Close" : "Zavřít", + "No upcoming cards" : "Žádné nadcházející karty", + "upcoming cards today" : "nadcházející karty na dnešek", "upcoming cards tomorrow" : "nadcházející karty na zítřek", + "upcoming cards" : "nadcházející karty", + "New card" : "Nová karta", "Link to a board" : "Propojit s tabulí", "Link to a card" : "Propojit s kartou", "Create a card" : "Vytvořit kartu", diff --git a/l10n/da.js b/l10n/da.js index e30642b71..3f05af964 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -65,6 +65,7 @@ OC.L10N.register( "In Progress" : "I gang", "Done" : "Afsluttet", "Attachments" : "Vedhæftede filer", + "File" : "Fil", "Card not found" : "Kort ikke fundet.", "Path is already shared with this card" : "Stien er allerede delt med dette kort.", "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD", @@ -242,8 +243,12 @@ OC.L10N.register( "No results found" : "Ingen resultater fundet", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Create card" : "Opret kort", + "Create a new card" : "Opret et nyt kort", "Creating the new card …" : "Oprette det nye kort ...", "Close" : "Luk", + "No upcoming cards" : "Ingen kommende kort", + "upcoming cards" : "kommende kort", + "New card" : "Nyt kort", "Link to a board" : "Link til tavle", "Link to a card" : "Link til et kort", "Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}", diff --git a/l10n/da.json b/l10n/da.json index b331a6b0c..fababf441 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -63,6 +63,7 @@ "In Progress" : "I gang", "Done" : "Afsluttet", "Attachments" : "Vedhæftede filer", + "File" : "Fil", "Card not found" : "Kort ikke fundet.", "Path is already shared with this card" : "Stien er allerede delt med dette kort.", "Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD", @@ -240,8 +241,12 @@ "No results found" : "Ingen resultater fundet", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Create card" : "Opret kort", + "Create a new card" : "Opret et nyt kort", "Creating the new card …" : "Oprette det nye kort ...", "Close" : "Luk", + "No upcoming cards" : "Ingen kommende kort", + "upcoming cards" : "kommende kort", + "New card" : "Nyt kort", "Link to a board" : "Link til tavle", "Link to a card" : "Link til et kort", "Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}", diff --git a/l10n/de.js b/l10n/de.js index 430f1f5c9..ad673698c 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -123,6 +123,8 @@ OC.L10N.register( "Create your first card!" : "Erstelle Deine erste Karte!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", "Attachments" : "Anhänge", + "File" : "Datei", + "date" : "Datum", "Card not found" : "Karte nicht gefunden", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", @@ -382,11 +384,17 @@ OC.L10N.register( "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", + "Create a new card" : "Neue Karte erstellen", "Card title" : "Titel der Karte", "Creating the new card …" : "Neue Karte wird erstellt …", "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", + "Open card" : "Karte öffnen", "Close" : "Schließen", + "No upcoming cards" : "Keine anstehenden Karten", + "upcoming cards today" : "Heute anstehende Karten", "upcoming cards tomorrow" : "Morgen anstehende Karten", + "upcoming cards" : "Anstehende Karten", + "New card" : "Neue Karte", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", diff --git a/l10n/de.json b/l10n/de.json index 4419a4e8b..ad82e6c2a 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -121,6 +121,8 @@ "Create your first card!" : "Erstelle Deine erste Karte!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", "Attachments" : "Anhänge", + "File" : "Datei", + "date" : "Datum", "Card not found" : "Karte nicht gefunden", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", @@ -380,11 +382,17 @@ "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", + "Create a new card" : "Neue Karte erstellen", "Card title" : "Titel der Karte", "Creating the new card …" : "Neue Karte wird erstellt …", "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", + "Open card" : "Karte öffnen", "Close" : "Schließen", + "No upcoming cards" : "Keine anstehenden Karten", + "upcoming cards today" : "Heute anstehende Karten", "upcoming cards tomorrow" : "Morgen anstehende Karten", + "upcoming cards" : "Anstehende Karten", + "New card" : "Neue Karte", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index d53b062d0..ad34bd759 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -123,6 +123,8 @@ OC.L10N.register( "Create your first card!" : "Erstellen Sie Ihre erste Karte!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", "Attachments" : "Anhänge", + "File" : "Datei", + "date" : "Datum", "Card not found" : "Karte nicht gefunden", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", @@ -382,11 +384,17 @@ OC.L10N.register( "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", + "Create a new card" : "Neue Karte erstellen", "Card title" : "Titel der Karte", "Creating the new card …" : "Neue Karte wird erstellt …", "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", + "Open card" : "Karte öffnen", "Close" : "Schließen", + "No upcoming cards" : "Keine anstehenden Karten", + "upcoming cards today" : "Heute anstehende Karten", "upcoming cards tomorrow" : "Morgen anstehende Karten", + "upcoming cards" : "Anstehende Karten", + "New card" : "Neue Karte", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 3e1ec896e..ee19d17ab 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -121,6 +121,8 @@ "Create your first card!" : "Erstellen Sie Ihre erste Karte!", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.", "Attachments" : "Anhänge", + "File" : "Datei", + "date" : "Datum", "Card not found" : "Karte nicht gefunden", "Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt", "Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT", @@ -380,11 +382,17 @@ "Click to expand description" : "Klicken, um die Beschreibung zu erweitern", "Click to expand comment" : "Klicken, um den Kommentar zu erweitern", "Create card" : "Karte erstellen", + "Create a new card" : "Neue Karte erstellen", "Card title" : "Titel der Karte", "Creating the new card …" : "Neue Karte wird erstellt …", "Card \"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde \"{board}\" hinzugefügt", + "Open card" : "Karte öffnen", "Close" : "Schließen", + "No upcoming cards" : "Keine anstehenden Karten", + "upcoming cards today" : "Heute anstehende Karten", "upcoming cards tomorrow" : "Morgen anstehende Karten", + "upcoming cards" : "Anstehende Karten", + "New card" : "Neue Karte", "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Create a card" : "Eine Karte erstellen", diff --git a/l10n/el.js b/l10n/el.js index 631dea0c4..acb8aa2f4 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -110,6 +110,7 @@ OC.L10N.register( "Done" : "Ολοκληρώθηκε", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Αυτό το σχόλιο έχει περισσότερους από %s χαρακτήρες.\nΠροστέθηκε ως συνημμένο στην καρτέλα με όνομα %s .\nΠροσβάσιμο στη διεύθυνση URL: %s.", "Attachments" : "Συνημμένα", + "File" : "Αρχείο", "Card not found" : "Η καρτέλα δεν βρέθηκε", "Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την καρτέλα", "Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ", @@ -352,11 +353,17 @@ OC.L10N.register( "Click to expand description" : "Κλικ για επέκταση περιγραφής", "Click to expand comment" : "Κλικ για επέκταση σχολίου", "Create card" : "Δημιουργία καρτέλας", + "Create a new card" : "Δημιουργία νέας καρτέλας", "Card title" : "Τίτλος καρτέλας", "Creating the new card …" : "Γίνεται δημιουργία της νέας καρτέλας...", "Card \"{card}\" was added to \"{board}\"" : "Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"", + "Open card" : "Άνοιγμα καρτέλας", "Close" : "Κλείσιμο", + "No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες", + "upcoming cards today" : "επερχόμενες κάρτες σήμερα", "upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο", + "upcoming cards" : "επερχόμενες καρτέλες", + "New card" : "Νέα κάρτα", "Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a card" : "Σύνδεσμος σε καρτέλα", "Create a card" : "Δημιουργία καρτέλας", diff --git a/l10n/el.json b/l10n/el.json index 399d286d8..4dc3eb09f 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -108,6 +108,7 @@ "Done" : "Ολοκληρώθηκε", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Αυτό το σχόλιο έχει περισσότερους από %s χαρακτήρες.\nΠροστέθηκε ως συνημμένο στην καρτέλα με όνομα %s .\nΠροσβάσιμο στη διεύθυνση URL: %s.", "Attachments" : "Συνημμένα", + "File" : "Αρχείο", "Card not found" : "Η καρτέλα δεν βρέθηκε", "Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την καρτέλα", "Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ", @@ -350,11 +351,17 @@ "Click to expand description" : "Κλικ για επέκταση περιγραφής", "Click to expand comment" : "Κλικ για επέκταση σχολίου", "Create card" : "Δημιουργία καρτέλας", + "Create a new card" : "Δημιουργία νέας καρτέλας", "Card title" : "Τίτλος καρτέλας", "Creating the new card …" : "Γίνεται δημιουργία της νέας καρτέλας...", "Card \"{card}\" was added to \"{board}\"" : "Η καρτέλα \"{card}\" προστέθηκε στο \"{board}\"", + "Open card" : "Άνοιγμα καρτέλας", "Close" : "Κλείσιμο", + "No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες", + "upcoming cards today" : "επερχόμενες κάρτες σήμερα", "upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο", + "upcoming cards" : "επερχόμενες καρτέλες", + "New card" : "Νέα κάρτα", "Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a card" : "Σύνδεσμος σε καρτέλα", "Create a card" : "Δημιουργία καρτέλας", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index ff9591490..36c496b08 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", "Attachments" : "Attachments", "File" : "File", + "date" : "date", "Card not found" : "Card not found", "Path is already shared with this card" : "Path is already shared with this card", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", @@ -383,12 +384,17 @@ OC.L10N.register( "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", + "Create a new card" : "Create a new card", "Card title" : "Card title", "Creating the new card …" : "Creating the new card …", "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", + "Open card" : "Open card", "Close" : "Close", "No upcoming cards" : "No upcoming cards", + "upcoming cards today" : "upcoming cards today", "upcoming cards tomorrow" : "upcoming cards tomorrow", + "upcoming cards" : "upcoming cards", + "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 82011ceee..1f89262b6 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s.", "Attachments" : "Attachments", "File" : "File", + "date" : "date", "Card not found" : "Card not found", "Path is already shared with this card" : "Path is already shared with this card", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", @@ -381,12 +382,17 @@ "Click to expand description" : "Click to expand description", "Click to expand comment" : "Click to expand comment", "Create card" : "Create card", + "Create a new card" : "Create a new card", "Card title" : "Card title", "Creating the new card …" : "Creating the new card …", "Card \"{card}\" was added to \"{board}\"" : "Card \"{card}\" was added to \"{board}\"", + "Open card" : "Open card", "Close" : "Close", "No upcoming cards" : "No upcoming cards", + "upcoming cards today" : "upcoming cards today", "upcoming cards tomorrow" : "upcoming cards tomorrow", + "upcoming cards" : "upcoming cards", + "New card" : "New card", "Link to a board" : "Link to a board", "Link to a card" : "Link to a card", "Create a card" : "Create a card", diff --git a/l10n/es.js b/l10n/es.js index 585d52ca2..4b8373a2a 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -365,12 +365,17 @@ OC.L10N.register( "Click to expand description" : "Pulse para expandir la descripción", "Click to expand comment" : "Pulse para expandir el comentario", "Create card" : "Crear tarjeta", + "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", "Creating the new card …" : "Creando una nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", + "Open card" : "Abrir tarjeta", "Close" : "Cerrar", "No upcoming cards" : "No hay tarjetas próximas", + "upcoming cards today" : "próximas tarjetas hoy", "upcoming cards tomorrow" : "próximas tarjetas mañana", + "upcoming cards" : "próximas tarjetas", + "New card" : "Nueva tarjeta", "Link to a board" : "Enlace a un tablero", "Link to a card" : "Enlace a una tarjeta", "Create a card" : "Crear una tarjeta", diff --git a/l10n/es.json b/l10n/es.json index b9b73a785..80c7426fd 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -363,12 +363,17 @@ "Click to expand description" : "Pulse para expandir la descripción", "Click to expand comment" : "Pulse para expandir el comentario", "Create card" : "Crear tarjeta", + "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", "Creating the new card …" : "Creando una nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", + "Open card" : "Abrir tarjeta", "Close" : "Cerrar", "No upcoming cards" : "No hay tarjetas próximas", + "upcoming cards today" : "próximas tarjetas hoy", "upcoming cards tomorrow" : "próximas tarjetas mañana", + "upcoming cards" : "próximas tarjetas", + "New card" : "Nueva tarjeta", "Link to a board" : "Enlace a un tablero", "Link to a card" : "Enlace a una tarjeta", "Create a card" : "Crear una tarjeta", diff --git a/l10n/es_AR.js b/l10n/es_AR.js index 1a7770f6d..6afa4ede7 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -108,6 +108,7 @@ OC.L10N.register( "Tomorrow" : "Mañana", "No due" : "Sin finalizar", "Create card" : "Crear tarjeta", + "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", "Creating the new card …" : "Creando una nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 9491a6a13..d530055db 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -106,6 +106,7 @@ "Tomorrow" : "Mañana", "No due" : "Sin finalizar", "Create card" : "Crear tarjeta", + "Create a new card" : "Crear una nueva tarjeta", "Card title" : "Título de la tarjeta", "Creating the new card …" : "Creando una nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"", diff --git a/l10n/es_EC.js b/l10n/es_EC.js index dd65da1c4..355712ffd 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -302,6 +302,7 @@ OC.L10N.register( "Card title" : "Título de la tarjeta", "Creating the new card …" : "Creando la nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" se ha añadido a \"{board}\"", + "Open card" : "Abrir tarjeta", "Close" : "Cerrar", "No upcoming cards" : "No hay tarjetas próximas", "upcoming cards" : "tarjetas próximas", diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 2afb5e564..290a6e031 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -300,6 +300,7 @@ "Card title" : "Título de la tarjeta", "Creating the new card …" : "Creando la nueva tarjeta …", "Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" se ha añadido a \"{board}\"", + "Open card" : "Abrir tarjeta", "Close" : "Cerrar", "No upcoming cards" : "No hay tarjetas próximas", "upcoming cards" : "tarjetas próximas", diff --git a/l10n/et_EE.js b/l10n/et_EE.js index fd4ec363f..1e4b83a7c 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -17,6 +17,8 @@ OC.L10N.register( "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", "You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud", "{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud", + "You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}", + "{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}", "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", @@ -43,6 +45,12 @@ OC.L10N.register( "Upcoming cards" : "Tulevased kaardid", "Load more" : "Laadi veel", "Welcome to Nextcloud Deck!" : "Tere tulemast kasutama kanbani rakendust Nextcloudi Deck!", + "The card \"%s\" on \"%s\" has been assigned to you by %s." : "„%s“ kaart „%s“ tahvlil on määratud sulle täitmiseks %s poolt.", + "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} on andnud „{deck-board}“ tahvli „{deck-card}“ kaardi sulle täitmiseks", + "The card {deck-card} on {deck-board} has reached its due date." : "Tähtaeg on käes: „{deck-card}“ kaart, „{deck-board}“ tahvel", + "%s has mentioned you in a comment on \"%s\"." : "%s mainis sind „%s“ kommentaaris.", + "{user} has mentioned you in a comment on {deck-card}." : "{user} on sind maininud „{deck-card}“ tahvli kommentaaris.", + "{user} has shared {deck-board} with you." : "{user} on „{deck-board}“ tahvlit sinuga jaganud", "Deck board" : "Kanbani tahvel", "Owned by %1$s" : "Omanik: %1$s", "Deck boards, cards and comments" : "Kanbani tahvlid, kaardid ja kommentaarid", @@ -63,9 +71,11 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", "Attachments" : "Manused", "File" : "Fail", + "date" : "kuupäev", "Card not found" : "Kaarti ei leidu", "Path is already shared with this card" : "Asukoht on juba selle kaardiga jagatud", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", + "Personal planning and team project organization" : "Projektijuhtimise lahendus sulle ja sinu tiimile", "Add board" : "Lisa tahvel", "Card details" : "Kaardi üksikasjad", "Select the board to link to a project" : "Vali projektiga seotav tahvel", @@ -238,6 +248,8 @@ OC.L10N.register( "Keyboard shortcut" : "Klaviatuuri otsetee", "Action" : "Tegevus", "Shift" : "Nihuta", + "Scroll" : "Kerimine", + "Scroll sideways" : "Külitsi kerimine", "Navigate between cards" : "Liigu kaartide vahel", "Esc" : "Esc", "Close card details" : "Sulge kaardi üksikasjad", @@ -307,15 +319,28 @@ OC.L10N.register( "Loading filtered view" : "Laadin filtreeritud vaadet", "Today" : "Täna", "Tomorrow" : "Homme", + "No due" : "Tähtaega pole", + "Search for {searchQuery} in all boards" : "Otsi kõikidelt tahvlitelt: „{searchQuery}“", "No results found" : "Otsingutulemusi ei leidu", + "Deck board {name}\n* Last modified on {lastMod}" : "Kanbani tahvel {name}\n* Viimati muudetud {lastMod}", + "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Loodud {created}\n* Viimati muudetud {lastMod}\n* {nbAttachments} manus(t)\n* {nbComments} kommentaar(i)", + "{nbCards} cards" : "{nbCards} kaarti", "Due on {date}" : "Tähtaeg: {date}", "{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes", "Click to expand description" : "Klõpsi kogu kirjelduse vaatamiseks", "Click to expand comment" : "Klõpsi kogu kommentaari vaatamiseks", "Create card" : "Koosta kaart", + "Create a new card" : "Koosta uus Kanbani kaart", "Card title" : "Kaardi pealkiri", "Creating the new card …" : "Uus kaart on loomisel...", + "Card \"{card}\" was added to \"{board}\"" : "„{card}“ ülesanne on lisatud „{board}“ tahvlile", + "Open card" : "Ava kaart", "Close" : "Sulge", + "No upcoming cards" : "Lähiajal äitmisele kuuluvaid kaarte pole", + "upcoming cards today" : "täna täitmisele kuuluvad kaardid", + "upcoming cards tomorrow" : "homme täitmisele kuuluvad kaardid", + "upcoming cards" : "järgmised täitmisele kuuluvad kaardid", + "New card" : "Uus kaart", "Link to a board" : "Lisa link tahvlile", "Link to a card" : "Lisa link kaardile", "Create a card" : "Koosta kaart", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index acb9f9979..8b3b45a47 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -15,6 +15,8 @@ "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", "You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud", "{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud", + "You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}", + "{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}", "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", @@ -41,6 +43,12 @@ "Upcoming cards" : "Tulevased kaardid", "Load more" : "Laadi veel", "Welcome to Nextcloud Deck!" : "Tere tulemast kasutama kanbani rakendust Nextcloudi Deck!", + "The card \"%s\" on \"%s\" has been assigned to you by %s." : "„%s“ kaart „%s“ tahvlil on määratud sulle täitmiseks %s poolt.", + "{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} on andnud „{deck-board}“ tahvli „{deck-card}“ kaardi sulle täitmiseks", + "The card {deck-card} on {deck-board} has reached its due date." : "Tähtaeg on käes: „{deck-card}“ kaart, „{deck-board}“ tahvel", + "%s has mentioned you in a comment on \"%s\"." : "%s mainis sind „%s“ kommentaaris.", + "{user} has mentioned you in a comment on {deck-card}." : "{user} on sind maininud „{deck-card}“ tahvli kommentaaris.", + "{user} has shared {deck-board} with you." : "{user} on „{deck-board}“ tahvlit sinuga jaganud", "Deck board" : "Kanbani tahvel", "Owned by %1$s" : "Omanik: %1$s", "Deck boards, cards and comments" : "Kanbani tahvlid, kaardid ja kommentaarid", @@ -61,9 +69,11 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", "Attachments" : "Manused", "File" : "Fail", + "date" : "kuupäev", "Card not found" : "Kaarti ei leidu", "Path is already shared with this card" : "Asukoht on juba selle kaardiga jagatud", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", + "Personal planning and team project organization" : "Projektijuhtimise lahendus sulle ja sinu tiimile", "Add board" : "Lisa tahvel", "Card details" : "Kaardi üksikasjad", "Select the board to link to a project" : "Vali projektiga seotav tahvel", @@ -236,6 +246,8 @@ "Keyboard shortcut" : "Klaviatuuri otsetee", "Action" : "Tegevus", "Shift" : "Nihuta", + "Scroll" : "Kerimine", + "Scroll sideways" : "Külitsi kerimine", "Navigate between cards" : "Liigu kaartide vahel", "Esc" : "Esc", "Close card details" : "Sulge kaardi üksikasjad", @@ -305,15 +317,28 @@ "Loading filtered view" : "Laadin filtreeritud vaadet", "Today" : "Täna", "Tomorrow" : "Homme", + "No due" : "Tähtaega pole", + "Search for {searchQuery} in all boards" : "Otsi kõikidelt tahvlitelt: „{searchQuery}“", "No results found" : "Otsingutulemusi ei leidu", + "Deck board {name}\n* Last modified on {lastMod}" : "Kanbani tahvel {name}\n* Viimati muudetud {lastMod}", + "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Loodud {created}\n* Viimati muudetud {lastMod}\n* {nbAttachments} manus(t)\n* {nbComments} kommentaar(i)", + "{nbCards} cards" : "{nbCards} kaarti", "Due on {date}" : "Tähtaeg: {date}", "{stack} in {board}" : "„{stack}“ kasutaja „{board}“ kõnes", "Click to expand description" : "Klõpsi kogu kirjelduse vaatamiseks", "Click to expand comment" : "Klõpsi kogu kommentaari vaatamiseks", "Create card" : "Koosta kaart", + "Create a new card" : "Koosta uus Kanbani kaart", "Card title" : "Kaardi pealkiri", "Creating the new card …" : "Uus kaart on loomisel...", + "Card \"{card}\" was added to \"{board}\"" : "„{card}“ ülesanne on lisatud „{board}“ tahvlile", + "Open card" : "Ava kaart", "Close" : "Sulge", + "No upcoming cards" : "Lähiajal äitmisele kuuluvaid kaarte pole", + "upcoming cards today" : "täna täitmisele kuuluvad kaardid", + "upcoming cards tomorrow" : "homme täitmisele kuuluvad kaardid", + "upcoming cards" : "järgmised täitmisele kuuluvad kaardid", + "New card" : "Uus kaart", "Link to a board" : "Lisa link tahvlile", "Link to a card" : "Lisa link kaardile", "Create a card" : "Koosta kaart", diff --git a/l10n/ga.js b/l10n/ga.js index cdceb62ca..63574697b 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.", "Attachments" : "Ceangaltáin", "File" : "Comhad", + "date" : "dáta", "Card not found" : "Cárta gan aimsiú", "Path is already shared with this card" : "Tá an chonair roinnte leis an gcárta seo cheana féin", "Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD", diff --git a/l10n/ga.json b/l10n/ga.json index 167398a04..b19e0e663 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tá níos mó ná %s carachtar sa nóta tráchta seo.\nCurtha leis mar cheangaltán leis an gcárta ar a bhfuil an t-ainm %s.\nInrochtana ar URL: %s.", "Attachments" : "Ceangaltáin", "File" : "Comhad", + "date" : "dáta", "Card not found" : "Cárta gan aimsiú", "Path is already shared with this card" : "Tá an chonair roinnte leis an gcárta seo cheana féin", "Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD", diff --git a/l10n/kn.js b/l10n/kn.js new file mode 100644 index 000000000..13508b00d --- /dev/null +++ b/l10n/kn.js @@ -0,0 +1,26 @@ +OC.L10N.register( + "deck", + { + "No file was uploaded" : "ವರ್ಗಾವಣೆಗೆ ಯಾವುದೇ ಕಡತಗಳು ಕಂಡುಬಂದಿಲ್ಲ", + "Missing a temporary folder" : "ತಾತ್ಕಾಲಿಕ ಕಡತಕೋಶ ದೊರೆಕುತ್ತಿಲ್ಲ", + "Done" : "Done", + "Cancel" : "ರದ್ದು", + "Open" : "ತೆರೆಯಿರಿ", + "Sharing" : "ಹಂಚಿಕೆ", + "Can edit" : "Can edit", + "Can share" : "Can share", + "Owner" : "Owner", + "Delete" : "ಅಳಿಸಿ", + "Edit" : "ಸಂಪಾದಿಸು", + "Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ", + "Modified" : "ಬದಲಾಯಿಸಿದ", + "Save" : "ಉಳಿಸಿ", + "Search" : "Search", + "Shared with you" : "Shared with you", + "Export" : "ರಫ್ತು", + "Today" : "Today", + "Close" : "ಮುಚ್ಚು", + "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", + "Personal" : "ವೈಯಕ್ತಿಕ" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/kn.json b/l10n/kn.json new file mode 100644 index 000000000..3343cef87 --- /dev/null +++ b/l10n/kn.json @@ -0,0 +1,24 @@ +{ "translations": { + "No file was uploaded" : "ವರ್ಗಾವಣೆಗೆ ಯಾವುದೇ ಕಡತಗಳು ಕಂಡುಬಂದಿಲ್ಲ", + "Missing a temporary folder" : "ತಾತ್ಕಾಲಿಕ ಕಡತಕೋಶ ದೊರೆಕುತ್ತಿಲ್ಲ", + "Done" : "Done", + "Cancel" : "ರದ್ದು", + "Open" : "ತೆರೆಯಿರಿ", + "Sharing" : "ಹಂಚಿಕೆ", + "Can edit" : "Can edit", + "Can share" : "Can share", + "Owner" : "Owner", + "Delete" : "ಅಳಿಸಿ", + "Edit" : "ಸಂಪಾದಿಸು", + "Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ", + "Modified" : "ಬದಲಾಯಿಸಿದ", + "Save" : "ಉಳಿಸಿ", + "Search" : "Search", + "Shared with you" : "Shared with you", + "Export" : "ರಫ್ತು", + "Today" : "Today", + "Close" : "ಮುಚ್ಚು", + "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", + "Personal" : "ವೈಯಕ್ತಿಕ" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index cd9729d72..ec1a6f2b3 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentário tem mais de %s caracteres.\nEle foi adicionado como um anexo ao cartão de nome %s.\nAcessível na URL: %s.", "Attachments" : "Anexos", "File" : "Arquivo", + "date" : "data", "Card not found" : "Cartão não encontrado", "Path is already shared with this card" : "O caminho já é compartilhado com este cartão", "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", @@ -385,11 +386,11 @@ OC.L10N.register( "Create card" : "Criar cartão", "Create a new card" : "Criar um novo cartão", "Card title" : "Título do cartão", - "Creating the new card …" : "Criando o novo cartão…", + "Creating the new card …" : "Criando o novo cartão …", "Card \"{card}\" was added to \"{board}\"" : "O cartão \"{card}\" foi adicionado a \"{board}\" ", "Open card" : "Abrir o cartão", "Close" : "Fechar", - "No upcoming cards" : "Não há mais cartões", + "No upcoming cards" : "Não há próximos cartões", "upcoming cards today" : "próximos cartões hoje", "upcoming cards tomorrow" : "próximos cartões amanhã", "upcoming cards" : "próximos cartões", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index b442ca9ea..06518d9c1 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentário tem mais de %s caracteres.\nEle foi adicionado como um anexo ao cartão de nome %s.\nAcessível na URL: %s.", "Attachments" : "Anexos", "File" : "Arquivo", + "date" : "data", "Card not found" : "Cartão não encontrado", "Path is already shared with this card" : "O caminho já é compartilhado com este cartão", "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD", @@ -383,11 +384,11 @@ "Create card" : "Criar cartão", "Create a new card" : "Criar um novo cartão", "Card title" : "Título do cartão", - "Creating the new card …" : "Criando o novo cartão…", + "Creating the new card …" : "Criando o novo cartão …", "Card \"{card}\" was added to \"{board}\"" : "O cartão \"{card}\" foi adicionado a \"{board}\" ", "Open card" : "Abrir o cartão", "Close" : "Fechar", - "No upcoming cards" : "Não há mais cartões", + "No upcoming cards" : "Não há próximos cartões", "upcoming cards today" : "próximos cartões hoje", "upcoming cards tomorrow" : "próximos cartões amanhã", "upcoming cards" : "próximos cartões", diff --git a/l10n/sv.js b/l10n/sv.js index 74be2be79..7e4279abc 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Den här kommentaren har mer än %s tecken.\nTillagd som en bilaga till kortet men namnet %s.\nÅtkomlig via URL: %s.", "Attachments" : "Bilagor", "File" : "Fil", + "date" : "datum", "Card not found" : "Kortet hittades inte", "Path is already shared with this card" : "Sökvägen är redan delad med detta kort", "Invalid date, date format must be YYYY-MM-DD" : "Ogiltigt datum, måste anges: ÅÅÅÅ-MM-DD", diff --git a/l10n/sv.json b/l10n/sv.json index 083781084..9e0d4d4be 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Den här kommentaren har mer än %s tecken.\nTillagd som en bilaga till kortet men namnet %s.\nÅtkomlig via URL: %s.", "Attachments" : "Bilagor", "File" : "Fil", + "date" : "datum", "Card not found" : "Kortet hittades inte", "Path is already shared with this card" : "Sökvägen är redan delad med detta kort", "Invalid date, date format must be YYYY-MM-DD" : "Ogiltigt datum, måste anges: ÅÅÅÅ-MM-DD", diff --git a/l10n/sw.js b/l10n/sw.js index 15ebbc8cb..0b8de0531 100644 --- a/l10n/sw.js +++ b/l10n/sw.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Maoni haya yana vibambo zaidi ya %s\nVimeongezwa kama kiambatanisho kwenye kadi na jina%s\nInapatikana katika URL%s", "Attachments" : "Viambatanisho", "File" : "Faili", + "date" : "tarehe", "Card not found" : "Kadi haipatikani", "Path is already shared with this card" : "Njia tayari imeshirikishwa na kadi hii", "Invalid date, date format must be YYYY-MM-DD" : "Tarehe batili, umbizo la tarehe lazima liwe YYYY-MM-DD", diff --git a/l10n/sw.json b/l10n/sw.json index 80612abf7..dabd2cfed 100644 --- a/l10n/sw.json +++ b/l10n/sw.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Maoni haya yana vibambo zaidi ya %s\nVimeongezwa kama kiambatanisho kwenye kadi na jina%s\nInapatikana katika URL%s", "Attachments" : "Viambatanisho", "File" : "Faili", + "date" : "tarehe", "Card not found" : "Kadi haipatikani", "Path is already shared with this card" : "Njia tayari imeshirikishwa na kadi hii", "Invalid date, date format must be YYYY-MM-DD" : "Tarehe batili, umbizo la tarehe lazima liwe YYYY-MM-DD", diff --git a/l10n/tr.js b/l10n/tr.js index 720cf1c8e..b95609984 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Bu yorum %s karakterden uzun.\nKarta %s adıyla ek dosya olarak eklendi.\nŞu adresten erişilebilir: %s.", "Attachments" : "Ek dosyalar", "File" : "Dosya", + "date" : "tarih", "Card not found" : "Kart bulunamadı", "Path is already shared with this card" : "Bu yol bu kart ile zaten paylaşılmış", "Invalid date, date format must be YYYY-MM-DD" : "Tarih geçersiz. Tarih biçimi YYYY-AA-GG olmalıdır", @@ -239,7 +240,7 @@ OC.L10N.register( "Modified" : "Değiştirilme", "Created" : "Oluşturulma", "The title cannot be empty." : "Başlık boş olamaz.", - "Open in sidebar view" : "Yan çubuk görünümünde aç", + "Open in sidebar view" : "Kenar çubuğu görünümünde aç", "Open in bigger view" : "Daha büyük görünümde aç", "Comments" : "Yorumlar", "Failed to load comments" : "Yorumlar yüklenemedi", @@ -385,7 +386,7 @@ OC.L10N.register( "Create card" : "Kart ekle", "Create a new card" : "Yeni kart ekle", "Card title" : "Kart başlığı", - "Creating the new card …" : "Yeni kart ekleniyor …", + "Creating the new card …" : "Yeni kart ekleniyor…", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" kartı \"{board}\" panosuna eklendi", "Open card" : "Kartı aç", "Close" : "Kapat", diff --git a/l10n/tr.json b/l10n/tr.json index 3c7e63470..889e5e7a3 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Bu yorum %s karakterden uzun.\nKarta %s adıyla ek dosya olarak eklendi.\nŞu adresten erişilebilir: %s.", "Attachments" : "Ek dosyalar", "File" : "Dosya", + "date" : "tarih", "Card not found" : "Kart bulunamadı", "Path is already shared with this card" : "Bu yol bu kart ile zaten paylaşılmış", "Invalid date, date format must be YYYY-MM-DD" : "Tarih geçersiz. Tarih biçimi YYYY-AA-GG olmalıdır", @@ -237,7 +238,7 @@ "Modified" : "Değiştirilme", "Created" : "Oluşturulma", "The title cannot be empty." : "Başlık boş olamaz.", - "Open in sidebar view" : "Yan çubuk görünümünde aç", + "Open in sidebar view" : "Kenar çubuğu görünümünde aç", "Open in bigger view" : "Daha büyük görünümde aç", "Comments" : "Yorumlar", "Failed to load comments" : "Yorumlar yüklenemedi", @@ -383,7 +384,7 @@ "Create card" : "Kart ekle", "Create a new card" : "Yeni kart ekle", "Card title" : "Kart başlığı", - "Creating the new card …" : "Yeni kart ekleniyor …", + "Creating the new card …" : "Yeni kart ekleniyor…", "Card \"{card}\" was added to \"{board}\"" : "\"{card}\" kartı \"{board}\" panosuna eklendi", "Open card" : "Kartı aç", "Close" : "Kapat", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index ed4bf5ab3..4fc2f6496 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此评论超过%s个字符。\n作为附件添加到名称为 %s 的卡片上。\n可通过 URL 访问:%s。", "Attachments" : "附件", "File" : "文件", + "date" : "日期", "Card not found" : "未找到卡片", "Path is already shared with this card" : "已和这张卡片分享了路径", "Invalid date, date format must be YYYY-MM-DD" : "无效日期,日期格式必须为 YYYY-MM-DD", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index bf8d35076..e90fb0e17 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此评论超过%s个字符。\n作为附件添加到名称为 %s 的卡片上。\n可通过 URL 访问:%s。", "Attachments" : "附件", "File" : "文件", + "date" : "日期", "Card not found" : "未找到卡片", "Path is already shared with this card" : "已和这张卡片分享了路径", "Invalid date, date format must be YYYY-MM-DD" : "无效日期,日期格式必须为 YYYY-MM-DD", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index d328384a3..a4a9bef7c 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此評論超過%s個字符。\n作為附件添加到名稱為 %s 的卡片上。\n可於此 URL 存取:%s。", "Attachments" : "附件", "File" : "檔案", + "date" : "日期", "Card not found" : "未找到卡片", "Path is already shared with this card" : "已和這張卡片分享了路徑", "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,需為 YYYY-MM-DD 格式", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 534db7144..b0dcf6876 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此評論超過%s個字符。\n作為附件添加到名稱為 %s 的卡片上。\n可於此 URL 存取:%s。", "Attachments" : "附件", "File" : "檔案", + "date" : "日期", "Card not found" : "未找到卡片", "Path is already shared with this card" : "已和這張卡片分享了路徑", "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,需為 YYYY-MM-DD 格式", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index a0cc218df..ce3fc7b8b 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此評論多於 %s 個字元。\n作為附件新增至名為 %s 的卡片上。\n可於此 URL 存取:%s。", "Attachments" : "附件", "File" : "檔案", + "date" : "日期", "Card not found" : "找不到卡片", "Path is already shared with this card" : "路徑已與此卡片分享", "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,日期格式必須為 YYYY-MM-DD", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 4958591f3..05debd520 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "此評論多於 %s 個字元。\n作為附件新增至名為 %s 的卡片上。\n可於此 URL 存取:%s。", "Attachments" : "附件", "File" : "檔案", + "date" : "日期", "Card not found" : "找不到卡片", "Path is already shared with this card" : "路徑已與此卡片分享", "Invalid date, date format must be YYYY-MM-DD" : "無效的日期,日期格式必須為 YYYY-MM-DD", From 7799854df4ac3d443e1950443eca2397652c9a49 Mon Sep 17 00:00:00 2001 From: grnd-alt Date: Thu, 3 Jul 2025 10:45:42 +0200 Subject: [PATCH 12/16] fix: ensure correct type when filtering events (#7071) Signed-off-by: grnd-alt --- src/components/ActivityList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ActivityList.vue b/src/components/ActivityList.vue index aaf66dc8a..64e6a0643 100644 --- a/src/components/ActivityList.vue +++ b/src/components/ActivityList.vue @@ -87,7 +87,7 @@ export default { // to tell the backend to fetch all activites related to cards of a given board activities = activities.filter((activity) => { return (activity.object_type === 'deck_board' && activity.object_id === this.objectId) - || (activity.object_type === 'deck_card' && activity.subject_rich[1].board.id === this.objectId) + || (activity.object_type === 'deck_card' && activity.subject_rich[1].board.id === this.objectId.toString()) }) } this.activities.push(...activities) From 62a9ce313158a410908ad260e44a9713d0d53f8d Mon Sep 17 00:00:00 2001 From: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:47:28 +0200 Subject: [PATCH 13/16] fix: add retry and show warning on description saving error (#7070) Signed-off-by: Luka Trovic --- src/components/card/CardSidebar.vue | 7 ++++++- src/components/card/Description.vue | 31 ++++++++++++++++++++++++----- src/store/main.js | 4 ++++ 3 files changed, 36 insertions(+), 6 deletions(-) diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index b3e18c9cd..e966cbff6 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -87,7 +87,7 @@ import HomeIcon from 'vue-material-design-icons/Home.vue' import CommentIcon from 'vue-material-design-icons/Comment.vue' import ActivityIcon from 'vue-material-design-icons/LightningBolt.vue' -import { showError } from '@nextcloud/dialogs' +import { showError, showWarning } from '@nextcloud/dialogs' import { getLocale } from '@nextcloud/l10n' import CardMenuEntries from '../cards/CardMenuEntries.vue' @@ -139,6 +139,7 @@ export default { ...mapState({ isFullApp: (state) => state.isFullApp, currentBoard: (state) => state.currentBoard, + hasCardSaveError: (state) => state.hasCardSaveError, }), ...mapGetters(['canEdit', 'assignables', 'cardActions', 'stackById']), currentCard() { @@ -198,6 +199,10 @@ export default { }, closeSidebar() { + if (this.hasCardSaveError) { + showWarning(t('deck', 'Cannot close unsaved card!')) + return + } this.$router?.push({ name: 'board' }) this.$emit('close') }, diff --git a/src/components/card/Description.vue b/src/components/card/Description.vue index 5969bcf25..50fd6f6e2 100644 --- a/src/components/card/Description.vue +++ b/src/components/card/Description.vue @@ -73,7 +73,9 @@ import AttachmentList from './AttachmentList.vue' import { NcActions, NcActionButton, NcModal } from '@nextcloud/vue' import { formatFileSize } from '@nextcloud/files' import { generateUrl } from '@nextcloud/router' +import { showWarning } from '@nextcloud/dialogs' import PaperclipIcon from 'vue-material-design-icons/Paperclip.vue' +import { mapState } from 'vuex' const markdownIt = new MarkdownIt({ linkify: true, @@ -135,6 +137,9 @@ export default { } }, computed: { + ...mapState({ + hasCardSaveError: (state) => state.hasCardSaveError, + }), mimetypeForAttachment() { return (mimetype) => { const url = OC.MimeType.getIconUrl(mimetype) @@ -285,15 +290,31 @@ export default { return } this.descriptionSaving = true - if (this.card.id !== undefined) { - await this.$store.dispatch('updateCardDesc', { ...this.card, description: this.description }) + try { + if (this.card.id !== undefined) { + await this.$store.dispatch('updateCardDesc', { ...this.card, description: this.description }) + } + this.$emit('change', this.description) + this.descriptionLastEdit = 0 + this.$store.commit('setHasCardSaveError', false) + } catch (e) { + this.$store.commit('setHasCardSaveError', true) + showWarning(t('deck', 'Could not save description'), { timeout: 2500 }) + console.error(e) + + // Retry of network error + if (['ERR_NETWORK', 'ETIMEDOUT'].includes(e.code)) { + this.setSaveTimeout() + } + } finally { + this.descriptionSaving = false } - this.$emit('change', this.description) - this.descriptionLastEdit = 0 - this.descriptionSaving = false }, updateDescription() { this.descriptionLastEdit = Date.now() + this.setSaveTimeout() + }, + setSaveTimeout() { clearTimeout(this.descriptionSaveTimeout) this.descriptionSaveTimeout = setTimeout(async () => { await this.saveDescription() diff --git a/src/store/main.js b/src/store/main.js index a61a85f2b..b7e3122c5 100644 --- a/src/store/main.js +++ b/src/store/main.js @@ -50,6 +50,7 @@ export default new Vuex.Store({ sidebarShown: false, currentBoard: null, currentCard: null, + hasCardSaveError: false, boards: loadState('deck', 'initialBoards', []), sharees: [], assignableUsers: [], @@ -131,6 +132,9 @@ export default new Vuex.Store({ setFullApp(state, isFullApp) { Vue.set(state, 'isFullApp', isFullApp) }, + setHasCardSaveError(state, hasCardSaveError) { + Vue.set(state, 'hasCardSaveError', hasCardSaveError) + }, SET_CONFIG(state, { key, value }) { const [scope, id, configKey] = key.split(':', 3) let indexExisting = -1 From be497a741c6711b71d0408da8cc0facb5518cd67 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 4 Jul 2025 00:28:38 +0000 Subject: [PATCH 14/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/bn_BD.js | 1 + l10n/bn_BD.json | 1 + l10n/bs.js | 1 + l10n/bs.json | 1 + l10n/cs.js | 1 + l10n/cs.json | 1 + 6 files changed, 6 insertions(+) diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js index 9428c8218..8a1298d91 100644 --- a/l10n/bn_BD.js +++ b/l10n/bn_BD.js @@ -31,6 +31,7 @@ OC.L10N.register( "Export" : "রপ্তানি", "Today" : "আজ", "Tomorrow" : "আগামীকাল", + "Close" : "বন্ধ", "Share" : "ভাগাভাগি কর", "Personal" : "ব্যক্তিগত" }, diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json index 8eaee4240..617a1cce3 100644 --- a/l10n/bn_BD.json +++ b/l10n/bn_BD.json @@ -29,6 +29,7 @@ "Export" : "রপ্তানি", "Today" : "আজ", "Tomorrow" : "আগামীকাল", + "Close" : "বন্ধ", "Share" : "ভাগাভাগি কর", "Personal" : "ব্যক্তিগত" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/bs.js b/l10n/bs.js index 7f5e31026..36d3a7053 100644 --- a/l10n/bs.js +++ b/l10n/bs.js @@ -27,6 +27,7 @@ OC.L10N.register( "Export" : "Izvezi", "Today" : "Danas", "Tomorrow" : "Sutra", + "Close" : "Zatvori", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", "Share" : "Podjeli", "Personal" : "Osobno" diff --git a/l10n/bs.json b/l10n/bs.json index b77e4d91d..3fba6f870 100644 --- a/l10n/bs.json +++ b/l10n/bs.json @@ -25,6 +25,7 @@ "Export" : "Izvezi", "Today" : "Danas", "Tomorrow" : "Sutra", + "Close" : "Zatvori", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", "Share" : "Podjeli", "Personal" : "Osobno" diff --git a/l10n/cs.js b/l10n/cs.js index 3ce13ec55..88dfc39d1 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.", "Attachments" : "Přílohy", "File" : "Soubor", + "date" : "datum", "Card not found" : "Karta nebyla nalezena", "Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno", "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD", diff --git a/l10n/cs.json b/l10n/cs.json index e47da15f3..129b1fbfc 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.", "Attachments" : "Přílohy", "File" : "Soubor", + "date" : "datum", "Card not found" : "Karta nebyla nalezena", "Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno", "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD", From f8ad05b55b042b80857b154e5b9850b3a584ecc5 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 5 Jul 2025 00:28:23 +0000 Subject: [PATCH 15/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/cs.js | 2 ++ l10n/cs.json | 2 ++ l10n/de_DE.js | 2 ++ l10n/de_DE.json | 2 ++ l10n/en_GB.js | 2 ++ l10n/en_GB.json | 2 ++ l10n/et_EE.js | 2 ++ l10n/et_EE.json | 2 ++ l10n/it.js | 3 +++ l10n/it.json | 3 +++ l10n/sv.js | 2 ++ l10n/sv.json | 2 ++ l10n/sw.js | 4 +++- l10n/sw.json | 4 +++- l10n/zh_CN.js | 2 ++ l10n/zh_CN.json | 2 ++ l10n/zh_HK.js | 2 ++ l10n/zh_HK.json | 2 ++ l10n/zh_TW.js | 2 ++ l10n/zh_TW.json | 2 ++ 20 files changed, 44 insertions(+), 2 deletions(-) diff --git a/l10n/cs.js b/l10n/cs.js index 88dfc39d1..8323b0464 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "Změněno", "Created" : "Vytvořeno", "The title cannot be empty." : "Nadpis je třeba vyplnit.", + "Cannot close unsaved card!" : "Nebylo možné zavřít neuloženou kartu!", "Open in sidebar view" : "Otevřít v zobrazení v postranním panelu", "Open in bigger view" : "Otevřít ve větším zobrazení", "Comments" : "Komentáře", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "Odpovědět", "Update" : "Aktualizovat", "Write a description …" : "Zadejte popis…", + "Could not save description" : "Nebylo možné uložit popis", "Description" : "Popis", "(Unsaved)" : "(Neuloženo)", "(Saving…)" : "(Ukládání…)", diff --git a/l10n/cs.json b/l10n/cs.json index 129b1fbfc..b6bcf64f9 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -238,6 +238,7 @@ "Modified" : "Změněno", "Created" : "Vytvořeno", "The title cannot be empty." : "Nadpis je třeba vyplnit.", + "Cannot close unsaved card!" : "Nebylo možné zavřít neuloženou kartu!", "Open in sidebar view" : "Otevřít v zobrazení v postranním panelu", "Open in bigger view" : "Otevřít ve větším zobrazení", "Comments" : "Komentáře", @@ -252,6 +253,7 @@ "Reply" : "Odpovědět", "Update" : "Aktualizovat", "Write a description …" : "Zadejte popis…", + "Could not save description" : "Nebylo možné uložit popis", "Description" : "Popis", "(Unsaved)" : "(Neuloženo)", "(Saving…)" : "(Ukládání…)", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index ad34bd759..a387aaa87 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "Geändert", "Created" : "Erstellt", "The title cannot be empty." : "Der Titel darf nicht leer sein.", + "Cannot close unsaved card!" : "Nicht gespeicherte Karte kann nicht geschlossen werden!", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", "Comments" : "Kommentare", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "Antworten", "Update" : "Aktualisieren", "Write a description …" : "Beschreibung schreiben …", + "Could not save description" : "Beschreibung konnte nicht gespeichert werden", "Description" : "Beschreibung", "(Unsaved)" : "(nicht gespeichert)", "(Saving…)" : "(Speichere…)", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index ee19d17ab..60de9b38e 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -238,6 +238,7 @@ "Modified" : "Geändert", "Created" : "Erstellt", "The title cannot be empty." : "Der Titel darf nicht leer sein.", + "Cannot close unsaved card!" : "Nicht gespeicherte Karte kann nicht geschlossen werden!", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", "Comments" : "Kommentare", @@ -252,6 +253,7 @@ "Reply" : "Antworten", "Update" : "Aktualisieren", "Write a description …" : "Beschreibung schreiben …", + "Could not save description" : "Beschreibung konnte nicht gespeichert werden", "Description" : "Beschreibung", "(Unsaved)" : "(nicht gespeichert)", "(Saving…)" : "(Speichere…)", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 36c496b08..157023c87 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "Modified", "Created" : "Created", "The title cannot be empty." : "The title cannot be empty.", + "Cannot close unsaved card!" : "Cannot close unsaved card!", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", "Comments" : "Comments", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "Reply", "Update" : "Update", "Write a description …" : "Write a description …", + "Could not save description" : "Could not save description", "Description" : "Description", "(Unsaved)" : "(Unsaved)", "(Saving…)" : "(Saving…)", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 1f89262b6..0399be20a 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -238,6 +238,7 @@ "Modified" : "Modified", "Created" : "Created", "The title cannot be empty." : "The title cannot be empty.", + "Cannot close unsaved card!" : "Cannot close unsaved card!", "Open in sidebar view" : "Open in sidebar view", "Open in bigger view" : "Open in bigger view", "Comments" : "Comments", @@ -252,6 +253,7 @@ "Reply" : "Reply", "Update" : "Update", "Write a description …" : "Write a description …", + "Could not save description" : "Could not save description", "Description" : "Description", "(Unsaved)" : "(Unsaved)", "(Saving…)" : "(Saving…)", diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 1e4b83a7c..4a25107c2 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -186,6 +186,7 @@ OC.L10N.register( "Modified" : "Muudetud", "Created" : "Loodud", "The title cannot be empty." : "Pealkiri ei saa olla tühi.", + "Cannot close unsaved card!" : "Salvestamata kaarti ei saa sulgeda!", "Open in sidebar view" : "Ava külgriba vaates", "Open in bigger view" : "Ava suuremas vaates", "Comments" : "Kommentaarid", @@ -200,6 +201,7 @@ OC.L10N.register( "Reply" : "Vasta", "Update" : "Uuenda", "Write a description …" : "Koosta kirjeldus…", + "Could not save description" : "Kirjelduse salvetamine ei õnnestunud", "Description" : "Kirjeldus", "(Unsaved)" : "(Salvestamata)", "(Saving…)" : "(Salvestan…)", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 8b3b45a47..40532ffda 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -184,6 +184,7 @@ "Modified" : "Muudetud", "Created" : "Loodud", "The title cannot be empty." : "Pealkiri ei saa olla tühi.", + "Cannot close unsaved card!" : "Salvestamata kaarti ei saa sulgeda!", "Open in sidebar view" : "Ava külgriba vaates", "Open in bigger view" : "Ava suuremas vaates", "Comments" : "Kommentaarid", @@ -198,6 +199,7 @@ "Reply" : "Vasta", "Update" : "Uuenda", "Write a description …" : "Koosta kirjeldus…", + "Could not save description" : "Kirjelduse salvetamine ei õnnestunud", "Description" : "Kirjeldus", "(Unsaved)" : "(Salvestamata)", "(Saving…)" : "(Salvestan…)", diff --git a/l10n/it.js b/l10n/it.js index c6f4b55f9..3f8395852 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Questo commento contiene più di %s caratteri.\nAggiunto come allegato alla scheda con nome %s.\nAccessibile su URL: %s.", "Attachments" : "Allegati", "File" : "File", + "date" : "data", "Card not found" : "Scheda non trovata", "Path is already shared with this card" : "Il percorso è già condiviso con questa scheda", "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG", @@ -239,6 +240,7 @@ OC.L10N.register( "Modified" : "Modificato", "Created" : "Creato il", "The title cannot be empty." : "Il titolo non può essere vuoto.", + "Cannot close unsaved card!" : "Impossibile chiudere la card non salvata!", "Open in sidebar view" : "Apri nella barra laterale", "Open in bigger view" : "Apri in una vista più grande", "Comments" : "Commenti", @@ -253,6 +255,7 @@ OC.L10N.register( "Reply" : "Rispondi", "Update" : "Aggiorna", "Write a description …" : "Scrivi una descrizione…", + "Could not save description" : "Impossibile salvare la descrizione", "Description" : "Descrizione", "(Unsaved)" : "(Non salvata)", "(Saving…)" : "(Salvataggio...)", diff --git a/l10n/it.json b/l10n/it.json index bf4d07558..36fb4321b 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Questo commento contiene più di %s caratteri.\nAggiunto come allegato alla scheda con nome %s.\nAccessibile su URL: %s.", "Attachments" : "Allegati", "File" : "File", + "date" : "data", "Card not found" : "Scheda non trovata", "Path is already shared with this card" : "Il percorso è già condiviso con questa scheda", "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG", @@ -237,6 +238,7 @@ "Modified" : "Modificato", "Created" : "Creato il", "The title cannot be empty." : "Il titolo non può essere vuoto.", + "Cannot close unsaved card!" : "Impossibile chiudere la card non salvata!", "Open in sidebar view" : "Apri nella barra laterale", "Open in bigger view" : "Apri in una vista più grande", "Comments" : "Commenti", @@ -251,6 +253,7 @@ "Reply" : "Rispondi", "Update" : "Aggiorna", "Write a description …" : "Scrivi una descrizione…", + "Could not save description" : "Impossibile salvare la descrizione", "Description" : "Descrizione", "(Unsaved)" : "(Non salvata)", "(Saving…)" : "(Salvataggio...)", diff --git a/l10n/sv.js b/l10n/sv.js index 7e4279abc..9a86e0bfd 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "Ändrad", "Created" : "Skapat", "The title cannot be empty." : "Titeln får inte lämnas tom.", + "Cannot close unsaved card!" : "Kan inte stänga osparat kort!", "Open in sidebar view" : "Öppna i sidofältet", "Open in bigger view" : "Öppna i större vy", "Comments" : "Kommentarer", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "Svara", "Update" : "Uppdatera", "Write a description …" : "Ange en beskrivning ...", + "Could not save description" : "Kunde inte spara beskrivning", "Description" : "Beskrivning", "(Unsaved)" : "(Inte sparad)", "(Saving…)" : "(Sparar…)", diff --git a/l10n/sv.json b/l10n/sv.json index 9e0d4d4be..9ef6c6062 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -238,6 +238,7 @@ "Modified" : "Ändrad", "Created" : "Skapat", "The title cannot be empty." : "Titeln får inte lämnas tom.", + "Cannot close unsaved card!" : "Kan inte stänga osparat kort!", "Open in sidebar view" : "Öppna i sidofältet", "Open in bigger view" : "Öppna i större vy", "Comments" : "Kommentarer", @@ -252,6 +253,7 @@ "Reply" : "Svara", "Update" : "Uppdatera", "Write a description …" : "Ange en beskrivning ...", + "Could not save description" : "Kunde inte spara beskrivning", "Description" : "Beskrivning", "(Unsaved)" : "(Inte sparad)", "(Saving…)" : "(Sparar…)", diff --git a/l10n/sw.js b/l10n/sw.js index 0b8de0531..fe8cef81c 100644 --- a/l10n/sw.js +++ b/l10n/sw.js @@ -144,7 +144,7 @@ OC.L10N.register( "Select the card to link to a project" : "Chagua kadi kuunganisha na mradi", "Link to card" : "Unga kwenye kadi", "Select a card" : "Chagua kadi", - "Cancel" : "Cancel", + "Cancel" : "Ghairi", "This board is read only" : "Bodi hii inasomwa tu", "Drop your files to upload" : "Dondosha mafaili yako kupakia", "File already exists" : "Faili lipo tayari", @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "Boresha", "Created" : "Imetengenezwa", "The title cannot be empty." : "Kichwa cha habari hakiwezi kuwa tupu", + "Cannot close unsaved card!" : "Haiwezi kufunga kadi ambayo haijahifadhiwa!", "Open in sidebar view" : "Fungua katika mwonekano wa utepe", "Open in bigger view" : "Fungua katika mwonekeno mkubwa", "Comments" : "Maoni", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "Jibu", "Update" : "Sasisha", "Write a description …" : "Andika maelezo", + "Could not save description" : "Haikuweza kuhifadhi maelezo", "Description" : "Maelezo", "(Unsaved)" : "(Isiyihifadhiwa)", "(Saving…)" : "(Uhifadhi....)", diff --git a/l10n/sw.json b/l10n/sw.json index dabd2cfed..6581cf970 100644 --- a/l10n/sw.json +++ b/l10n/sw.json @@ -142,7 +142,7 @@ "Select the card to link to a project" : "Chagua kadi kuunganisha na mradi", "Link to card" : "Unga kwenye kadi", "Select a card" : "Chagua kadi", - "Cancel" : "Cancel", + "Cancel" : "Ghairi", "This board is read only" : "Bodi hii inasomwa tu", "Drop your files to upload" : "Dondosha mafaili yako kupakia", "File already exists" : "Faili lipo tayari", @@ -238,6 +238,7 @@ "Modified" : "Boresha", "Created" : "Imetengenezwa", "The title cannot be empty." : "Kichwa cha habari hakiwezi kuwa tupu", + "Cannot close unsaved card!" : "Haiwezi kufunga kadi ambayo haijahifadhiwa!", "Open in sidebar view" : "Fungua katika mwonekano wa utepe", "Open in bigger view" : "Fungua katika mwonekeno mkubwa", "Comments" : "Maoni", @@ -252,6 +253,7 @@ "Reply" : "Jibu", "Update" : "Sasisha", "Write a description …" : "Andika maelezo", + "Could not save description" : "Haikuweza kuhifadhi maelezo", "Description" : "Maelezo", "(Unsaved)" : "(Isiyihifadhiwa)", "(Saving…)" : "(Uhifadhi....)", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 4fc2f6496..94768e877 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "已修改", "Created" : "已创建", "The title cannot be empty." : "标题不能为空", + "Cannot close unsaved card!" : "无法关闭未保存的卡片!", "Open in sidebar view" : "在侧边栏视图中打开", "Open in bigger view" : "在较大视图中打开", "Comments" : "评论", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "回复", "Update" : "更新", "Write a description …" : "写一段描述", + "Could not save description" : "无法保存描述", "Description" : "描述", "(Unsaved)" : "(未保存的)", "(Saving…)" : "(正在保存...)", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index e90fb0e17..29b73fb42 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -238,6 +238,7 @@ "Modified" : "已修改", "Created" : "已创建", "The title cannot be empty." : "标题不能为空", + "Cannot close unsaved card!" : "无法关闭未保存的卡片!", "Open in sidebar view" : "在侧边栏视图中打开", "Open in bigger view" : "在较大视图中打开", "Comments" : "评论", @@ -252,6 +253,7 @@ "Reply" : "回复", "Update" : "更新", "Write a description …" : "写一段描述", + "Could not save description" : "无法保存描述", "Description" : "描述", "(Unsaved)" : "(未保存的)", "(Saving…)" : "(正在保存...)", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index a4a9bef7c..df0c70300 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "修改於", "Created" : "建立於", "The title cannot be empty." : "標題不能為空。", + "Cannot close unsaved card!" : "無法關閉無法儲存的卡片!", "Open in sidebar view" : "在側邊欄視圖中打開", "Open in bigger view" : "在較大視圖中打開", "Comments" : "意見", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "回覆", "Update" : "更新", "Write a description …" : "寫一段描述", + "Could not save description" : "無法保存描述", "Description" : "描述", "(Unsaved)" : "(未保存的)", "(Saving…)" : "(保存中...)", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index b0dcf6876..8684d0b5d 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -238,6 +238,7 @@ "Modified" : "修改於", "Created" : "建立於", "The title cannot be empty." : "標題不能為空。", + "Cannot close unsaved card!" : "無法關閉無法儲存的卡片!", "Open in sidebar view" : "在側邊欄視圖中打開", "Open in bigger view" : "在較大視圖中打開", "Comments" : "意見", @@ -252,6 +253,7 @@ "Reply" : "回覆", "Update" : "更新", "Write a description …" : "寫一段描述", + "Could not save description" : "無法保存描述", "Description" : "描述", "(Unsaved)" : "(未保存的)", "(Saving…)" : "(保存中...)", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index ce3fc7b8b..e8907eb9e 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "已修改", "Created" : "已新增", "The title cannot be empty." : "標題不能為空", + "Cannot close unsaved card!" : "無法關閉無法儲存的卡片!", "Open in sidebar view" : "在側邊欄中開啟", "Open in bigger view" : "以較大的檢視模式開啟", "Comments" : "留言", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "回覆", "Update" : "更新", "Write a description …" : "編寫描述……", + "Could not save description" : "無法儲存描述", "Description" : "描述", "(Unsaved)" : "(未儲存)", "(Saving…)" : "(正在儲存……)", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 05debd520..d85dcd4be 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -238,6 +238,7 @@ "Modified" : "已修改", "Created" : "已新增", "The title cannot be empty." : "標題不能為空", + "Cannot close unsaved card!" : "無法關閉無法儲存的卡片!", "Open in sidebar view" : "在側邊欄中開啟", "Open in bigger view" : "以較大的檢視模式開啟", "Comments" : "留言", @@ -252,6 +253,7 @@ "Reply" : "回覆", "Update" : "更新", "Write a description …" : "編寫描述……", + "Could not save description" : "無法儲存描述", "Description" : "描述", "(Unsaved)" : "(未儲存)", "(Saving…)" : "(正在儲存……)", From a9235e00c707e279a510caa160f365bbde6dcb4a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 6 Jul 2025 00:28:13 +0000 Subject: [PATCH 16/16] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/de.js | 2 ++ l10n/de.json | 2 ++ l10n/ga.js | 2 ++ l10n/ga.json | 2 ++ l10n/pt_BR.js | 2 ++ l10n/pt_BR.json | 2 ++ 6 files changed, 12 insertions(+) diff --git a/l10n/de.js b/l10n/de.js index ad673698c..8ddaab97c 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "Geändert", "Created" : "Erstellt", "The title cannot be empty." : "Der Titel darf nicht leer sein.", + "Cannot close unsaved card!" : "Nicht gespeicherte Karte kann nicht geschlossen werden!", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", "Comments" : "Kommentare", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "Antworten", "Update" : "Aktualisieren", "Write a description …" : "Beschreibung schreiben …", + "Could not save description" : "Beschreibung konnte nicht gespeichert werden", "Description" : "Beschreibung", "(Unsaved)" : "(nicht gespeichert)", "(Saving…)" : "(Speichere …)", diff --git a/l10n/de.json b/l10n/de.json index ad82e6c2a..6e60b812b 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -238,6 +238,7 @@ "Modified" : "Geändert", "Created" : "Erstellt", "The title cannot be empty." : "Der Titel darf nicht leer sein.", + "Cannot close unsaved card!" : "Nicht gespeicherte Karte kann nicht geschlossen werden!", "Open in sidebar view" : "In Seitenleiste öffnen", "Open in bigger view" : "In größerer Ansicht öffnen", "Comments" : "Kommentare", @@ -252,6 +253,7 @@ "Reply" : "Antworten", "Update" : "Aktualisieren", "Write a description …" : "Beschreibung schreiben …", + "Could not save description" : "Beschreibung konnte nicht gespeichert werden", "Description" : "Beschreibung", "(Unsaved)" : "(nicht gespeichert)", "(Saving…)" : "(Speichere …)", diff --git a/l10n/ga.js b/l10n/ga.js index 63574697b..900181f7f 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "Athraithe", "Created" : "Cruthaithe", "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", + "Cannot close unsaved card!" : "Ní féidir cárta neamhshábháilte a dhúnadh!", "Open in sidebar view" : "Oscail san amharc barra taoibh", "Open in bigger view" : "Oscail i radharc níos mó", "Comments" : "Tuairimí", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "Freagra", "Update" : "Nuashonrú", "Write a description …" : "Scríobh cur síos…", + "Could not save description" : "Níorbh fhéidir an cur síos a shábháil", "Description" : "Cur síos", "(Unsaved)" : "(Gan sábháil)", "(Saving…)" : "(Shábháil…)", diff --git a/l10n/ga.json b/l10n/ga.json index b19e0e663..ebb957d26 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -238,6 +238,7 @@ "Modified" : "Athraithe", "Created" : "Cruthaithe", "The title cannot be empty." : "Ní féidir leis an teideal a bheith folamh.", + "Cannot close unsaved card!" : "Ní féidir cárta neamhshábháilte a dhúnadh!", "Open in sidebar view" : "Oscail san amharc barra taoibh", "Open in bigger view" : "Oscail i radharc níos mó", "Comments" : "Tuairimí", @@ -252,6 +253,7 @@ "Reply" : "Freagra", "Update" : "Nuashonrú", "Write a description …" : "Scríobh cur síos…", + "Could not save description" : "Níorbh fhéidir an cur síos a shábháil", "Description" : "Cur síos", "(Unsaved)" : "(Gan sábháil)", "(Saving…)" : "(Shábháil…)", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index ec1a6f2b3..0d4000e00 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -240,6 +240,7 @@ OC.L10N.register( "Modified" : "Modificado", "Created" : "Criado", "The title cannot be empty." : "O título não pode ficar em branco.", + "Cannot close unsaved card!" : "Não é possível fechar um cartão não salvo!", "Open in sidebar view" : "Abrir em visualização da barra lateral", "Open in bigger view" : "Abrir em visualização ampliada", "Comments" : "Comentários", @@ -254,6 +255,7 @@ OC.L10N.register( "Reply" : "Responder", "Update" : "Atualizar", "Write a description …" : "Escreva uma descrição...", + "Could not save description" : "Não foi possível salvar a descrição", "Description" : "Descrição", "(Unsaved)" : "(Não salvo)", "(Saving…)" : "(Salvando...)", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 06518d9c1..d1af490fc 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -238,6 +238,7 @@ "Modified" : "Modificado", "Created" : "Criado", "The title cannot be empty." : "O título não pode ficar em branco.", + "Cannot close unsaved card!" : "Não é possível fechar um cartão não salvo!", "Open in sidebar view" : "Abrir em visualização da barra lateral", "Open in bigger view" : "Abrir em visualização ampliada", "Comments" : "Comentários", @@ -252,6 +253,7 @@ "Reply" : "Responder", "Update" : "Atualizar", "Write a description …" : "Escreva uma descrição...", + "Could not save description" : "Não foi possível salvar a descrição", "Description" : "Descrição", "(Unsaved)" : "(Não salvo)", "(Saving…)" : "(Salvando...)",