Compare commits
32 Commits
rakekniven
...
v1.12.0-be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecc9cbab33 | ||
|
|
3898d17b83 | ||
|
|
365639e9dc | ||
|
|
b5ff812e84 | ||
|
|
8800053905 | ||
|
|
0a77443c5c | ||
|
|
49d9f975f8 | ||
|
|
363812fa4b | ||
|
|
e8ab1adb50 | ||
|
|
0bfa2ac16b | ||
|
|
6b6ce1a3a9 | ||
|
|
0589d4dd61 | ||
|
|
581755e520 | ||
|
|
2d30564a69 | ||
|
|
1474e84640 | ||
|
|
33572a6af9 | ||
|
|
4e2ea13c2c | ||
|
|
216967e976 | ||
|
|
2d9febf8a4 | ||
|
|
2cdca8250c | ||
|
|
81a41ffd6f | ||
|
|
bd02944bf3 | ||
|
|
c34c1bbbf1 | ||
|
|
44fc8a3931 | ||
|
|
44d072647e | ||
|
|
3cb8821dca | ||
|
|
0a649768fa | ||
|
|
c624d51586 | ||
|
|
12514b8c55 | ||
|
|
4d3953ec13 | ||
|
|
1a45c2dba3 | ||
|
|
4b886c6097 |
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
# containers: [1, 2, 3]
|
||||
php-versions: [ '8.0' ]
|
||||
databases: [ 'sqlite' ]
|
||||
server-versions: [ 'master' ]
|
||||
server-versions: [ 'stable28' ]
|
||||
|
||||
steps:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
||||
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
databases: ['sqlite', 'mysql', 'pgsql']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable28']
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
||||
|
||||
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
matrix:
|
||||
php-versions: ['8.0', '8.1', '8.2', '8.3']
|
||||
databases: ['sqlite', 'mysql', 'pgsql']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable28']
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
||||
|
||||
30
CHANGELOG.md
30
CHANGELOG.md
@@ -1,6 +1,36 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.12.0-beta.5
|
||||
|
||||
### Added
|
||||
|
||||
- Keyboard shortcuts [#5358](https://github.com/nextcloud/deck/pull/5358)
|
||||
|
||||
### Fixed
|
||||
|
||||
- fix: allow null label colors in trello json importer [#5355](https://github.com/nextcloud/deck/pull/5355)
|
||||
- fix: Get proper rich object for card actions [#5352](https://github.com/nextcloud/deck/pull/5352)
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Update nextcloud/ocp dependency @nextcloud-command [#5343](https://github.com/nextcloud/deck/pull/5343)
|
||||
- Chore(deps): Bump @babel/runtime from 7.23.4 to 7.23.5 @dependabot[bot] [#5338](https://github.com/nextcloud/deck/pull/5338)
|
||||
|
||||
|
||||
## 1.12.0-beta.4
|
||||
|
||||
### Added
|
||||
|
||||
- scroll board by dragging @shoetten [#5293](https://github.com/nextcloud/deck/pull/5293)
|
||||
|
||||
### Fixed
|
||||
|
||||
- fix: Use text content as result for comments @juliushaertl [#5294](https://github.com/nextcloud/deck/pull/5294)
|
||||
- fix: Bring back due date indicator to compact mode @juliushaertl [#5292](https://github.com/nextcloud/deck/pull/5292)
|
||||
- Fix small issues around delete/undo @juliushaertl [#5296](https://github.com/nextcloud/deck/pull/5296)
|
||||
- fix(controls): use primary when filter is active @fitrahfm [#5299](https://github.com/nextcloud/deck/pull/5299)
|
||||
|
||||
## 1.12.0-beta.3
|
||||
|
||||
### Added
|
||||
|
||||
@@ -77,7 +77,7 @@ You can enable HMR (Hot module replacement) to avoid page reloads when working o
|
||||
|
||||
### Docker: Simple app development container
|
||||
|
||||
- Fork the app
|
||||
- Fork the app
|
||||
- Clone the repository: `git clone https://github.com/nextcloud/deck.git`
|
||||
- Go into deck directory: `cd deck`
|
||||
- Build the app as described in the general build instructions
|
||||
@@ -93,7 +93,7 @@ docker run --rm \
|
||||
### Full Nextcloud development environment
|
||||
|
||||
You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliushaertl/nextcloud-docker-dev).
|
||||
After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder.
|
||||
After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder.
|
||||
|
||||
### Running tests
|
||||
You can use the provided Makefile to run all tests by using:
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>1.12.0-beta.3</version>
|
||||
<version>1.12.0-beta.5</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<documentation>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"roave/security-advisories": "dev-master",
|
||||
"phpunit/phpunit": "^9",
|
||||
"nextcloud/coding-standard": "^1.1",
|
||||
"nextcloud/ocp": "dev-master",
|
||||
"nextcloud/ocp": "dev-stable28",
|
||||
"psalm/phar": "^5.13"
|
||||
},
|
||||
"config": {
|
||||
|
||||
19
composer.lock
generated
19
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "91d1163b8b5b076f39a79a9c394d0217",
|
||||
"content-hash": "2ab83bbc55ad8f0f50c5de28c10764ba",
|
||||
"packages": [
|
||||
{
|
||||
"name": "justinrainbow/json-schema",
|
||||
@@ -250,30 +250,29 @@
|
||||
},
|
||||
{
|
||||
"name": "nextcloud/ocp",
|
||||
"version": "dev-master",
|
||||
"version": "dev-stable28",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "488e4ad136853e5b24efa745e941c785cf41c51e"
|
||||
"reference": "93f6f51ffbea79808c76a2752ee4a064f997b85f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/488e4ad136853e5b24efa745e941c785cf41c51e",
|
||||
"reference": "488e4ad136853e5b24efa745e941c785cf41c51e",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/93f6f51ffbea79808c76a2752ee4a064f997b85f",
|
||||
"reference": "93f6f51ffbea79808c76a2752ee4a064f997b85f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.0 || ~8.1 || ~8.2",
|
||||
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
|
||||
"psr/clock": "^1.0",
|
||||
"psr/container": "^2.0.2",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^1.1.4"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "28.0.0-dev"
|
||||
"dev-stable28": "28.0.0-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -289,9 +288,9 @@
|
||||
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
|
||||
"support": {
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/stable28"
|
||||
},
|
||||
"time": "2023-11-18T00:32:35+00:00"
|
||||
"time": "2023-12-01T00:37:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
||||
@@ -252,4 +252,52 @@ describe('Card', function() {
|
||||
|
||||
})
|
||||
|
||||
describe('Card actions', () => {
|
||||
beforeEach(function() {
|
||||
cy.login(user)
|
||||
useModal(false).then(() => {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
})
|
||||
})
|
||||
|
||||
it('Custom card actions', () => {
|
||||
const myAction = {
|
||||
label: 'Test action',
|
||||
icon: 'icon-user',
|
||||
callback(card) {
|
||||
console.log('Called callback', card)
|
||||
},
|
||||
}
|
||||
cy.spy(myAction, 'callback').as('myAction.callback')
|
||||
|
||||
cy.window().then(win => {
|
||||
win.OCA.Deck.registerCardAction(myAction)
|
||||
})
|
||||
|
||||
cy.get('.card:contains("Hello world")').should('be.visible').click()
|
||||
cy.get('#app-sidebar-vue')
|
||||
.find('.ProseMirror h1').contains('Hello world').should('be.visible')
|
||||
|
||||
cy.get('.app-sidebar-header .action-item__menutoggle').click()
|
||||
cy.get('.v-popper__popper button:contains("Test action")').click()
|
||||
|
||||
cy.get('@myAction.callback')
|
||||
.should('be.called')
|
||||
.its('firstCall.args.0')
|
||||
.as('args')
|
||||
|
||||
cy.url().then(url => {
|
||||
const cardId = url.split('/').pop()
|
||||
cy.get('@args').should('have.property', 'name', 'Hello world')
|
||||
cy.get('@args').should('have.property', 'stackname', 'TestList')
|
||||
cy.get('@args').should('have.property', 'boardname', 'MyTestBoard')
|
||||
cy.get('@args').its('link').then((url) => {
|
||||
expect(url.split('/').pop() === cardId).to.be.true
|
||||
cy.visit(url)
|
||||
cy.get('#app-sidebar-vue')
|
||||
.find('.ProseMirror h1').contains('Hello world').should('be.visible')
|
||||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
@@ -346,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "مشاركة ",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
|
||||
"Timeline" : "الجدول الزمني",
|
||||
"Add a new list" : "اضف قائمة جديدة",
|
||||
"Assign to users" : "انسب الى المتسخدمين",
|
||||
"Due date" : "تاريخ الانجاز",
|
||||
"Next week" : "الاسبوع القادم",
|
||||
|
||||
@@ -344,7 +344,6 @@
|
||||
"Share" : "مشاركة ",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
|
||||
"Timeline" : "الجدول الزمني",
|
||||
"Add a new list" : "اضف قائمة جديدة",
|
||||
"Assign to users" : "انسب الى المتسخدمين",
|
||||
"Due date" : "تاريخ الانجاز",
|
||||
"Next week" : "الاسبوع القادم",
|
||||
|
||||
@@ -253,6 +253,9 @@ OC.L10N.register(
|
||||
"List is empty" : "Списъкът е празен",
|
||||
"Card deleted" : "Картата е изтрита",
|
||||
"seconds ago" : "преди секунди",
|
||||
"Ctrl" : "Ctrl /бутон/",
|
||||
"Enter" : "Въвеждане",
|
||||
"Space" : "Пространство",
|
||||
"All boards" : "Всички табла",
|
||||
"Archived boards" : "Архивирани табла",
|
||||
"Shared with you" : "Споделени с вас",
|
||||
@@ -315,7 +318,6 @@ OC.L10N.register(
|
||||
"Share" : "Споделяне",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
|
||||
"Timeline" : "Времева линия",
|
||||
"Add a new list" : "Добавяне на нов списък",
|
||||
"Assign to users" : "Зачисляване към потребители",
|
||||
"Due date" : "Крайна дата",
|
||||
"Next week" : "Следваща седмица",
|
||||
|
||||
@@ -251,6 +251,9 @@
|
||||
"List is empty" : "Списъкът е празен",
|
||||
"Card deleted" : "Картата е изтрита",
|
||||
"seconds ago" : "преди секунди",
|
||||
"Ctrl" : "Ctrl /бутон/",
|
||||
"Enter" : "Въвеждане",
|
||||
"Space" : "Пространство",
|
||||
"All boards" : "Всички табла",
|
||||
"Archived boards" : "Архивирани табла",
|
||||
"Shared with you" : "Споделени с вас",
|
||||
@@ -313,7 +316,6 @@
|
||||
"Share" : "Споделяне",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
|
||||
"Timeline" : "Времева линия",
|
||||
"Add a new list" : "Добавяне на нов списък",
|
||||
"Assign to users" : "Зачисляване към потребители",
|
||||
"Due date" : "Крайна дата",
|
||||
"Next week" : "Следваща седмица",
|
||||
|
||||
@@ -256,6 +256,8 @@ OC.L10N.register(
|
||||
"List is empty" : "La llista és buida",
|
||||
"Card deleted" : "Targeta suprimida",
|
||||
"seconds ago" : "fa uns segons",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Enter" : "Retorn",
|
||||
"All boards" : "Tots els taulers",
|
||||
"Archived boards" : "Taulers arxivats",
|
||||
"Shared with you" : "Us han compartit",
|
||||
@@ -321,7 +323,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
||||
"Timeline" : "Línia de temps",
|
||||
"Add a new list" : "Afegeix una llista nova",
|
||||
"Assign to users" : "Assignació als usuaris",
|
||||
"Due date" : "Data de caducitat",
|
||||
"Next week" : "Setmana següent",
|
||||
|
||||
@@ -254,6 +254,8 @@
|
||||
"List is empty" : "La llista és buida",
|
||||
"Card deleted" : "Targeta suprimida",
|
||||
"seconds ago" : "fa uns segons",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Enter" : "Retorn",
|
||||
"All boards" : "Tots els taulers",
|
||||
"Archived boards" : "Taulers arxivats",
|
||||
"Shared with you" : "Us han compartit",
|
||||
@@ -319,7 +321,6 @@
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
||||
"Timeline" : "Línia de temps",
|
||||
"Add a new list" : "Afegeix una llista nova",
|
||||
"Assign to users" : "Assignació als usuaris",
|
||||
"Due date" : "Data de caducitat",
|
||||
"Next week" : "Setmana següent",
|
||||
|
||||
@@ -277,6 +277,10 @@ OC.L10N.register(
|
||||
"List is empty" : "Seznam je prázdný",
|
||||
"Card deleted" : "Karta smazána",
|
||||
"seconds ago" : "před několika sekundami",
|
||||
"Action" : "Akce",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Enter" : "Konec řádku",
|
||||
"Space" : "Mezera",
|
||||
"All boards" : "Všechny tabule",
|
||||
"Archived boards" : "Archivované tabule",
|
||||
"Shared with you" : "Sdíleno s vámi",
|
||||
@@ -346,7 +350,6 @@ OC.L10N.register(
|
||||
"Share" : "Sdílet",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
|
||||
"Timeline" : "Časová osa",
|
||||
"Add a new list" : "Přidat nový sloupec",
|
||||
"Assign to users" : "Přiřadit k uživatelům",
|
||||
"Due date" : "Termín",
|
||||
"Next week" : "Příští týden",
|
||||
|
||||
@@ -275,6 +275,10 @@
|
||||
"List is empty" : "Seznam je prázdný",
|
||||
"Card deleted" : "Karta smazána",
|
||||
"seconds ago" : "před několika sekundami",
|
||||
"Action" : "Akce",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Enter" : "Konec řádku",
|
||||
"Space" : "Mezera",
|
||||
"All boards" : "Všechny tabule",
|
||||
"Archived boards" : "Archivované tabule",
|
||||
"Shared with you" : "Sdíleno s vámi",
|
||||
@@ -344,7 +348,6 @@
|
||||
"Share" : "Sdílet",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
|
||||
"Timeline" : "Časová osa",
|
||||
"Add a new list" : "Přidat nový sloupec",
|
||||
"Assign to users" : "Přiřadit k uživatelům",
|
||||
"Due date" : "Termín",
|
||||
"Next week" : "Příští týden",
|
||||
|
||||
@@ -188,6 +188,8 @@ OC.L10N.register(
|
||||
"Select a list" : "Vælg en kolonne",
|
||||
"Card deleted" : "Kort slettet",
|
||||
"seconds ago" : "få sekunder siden",
|
||||
"Action" : "Handling",
|
||||
"Ctrl" : "Ctrl",
|
||||
"All boards" : "Alle tavler",
|
||||
"Archived boards" : "Arkiverede lister",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -229,7 +231,6 @@ OC.L10N.register(
|
||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||
"Share" : "Del",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Add a new list" : "Tilføj en ny kolonne",
|
||||
"Assign to users" : "Tildel til brugere",
|
||||
"Due date" : "Forfaldsdato",
|
||||
"Next week" : "Næste uge",
|
||||
|
||||
@@ -186,6 +186,8 @@
|
||||
"Select a list" : "Vælg en kolonne",
|
||||
"Card deleted" : "Kort slettet",
|
||||
"seconds ago" : "få sekunder siden",
|
||||
"Action" : "Handling",
|
||||
"Ctrl" : "Ctrl",
|
||||
"All boards" : "Alle tavler",
|
||||
"Archived boards" : "Arkiverede lister",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -227,7 +229,6 @@
|
||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||
"Share" : "Del",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Add a new list" : "Tilføj en ny kolonne",
|
||||
"Assign to users" : "Tildel til brugere",
|
||||
"Due date" : "Forfaldsdato",
|
||||
"Next week" : "Næste uge",
|
||||
|
||||
@@ -277,6 +277,10 @@ OC.L10N.register(
|
||||
"List is empty" : "Liste ist leer",
|
||||
"Card deleted" : "Karte gelöscht",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Action" : "Aktion",
|
||||
"Ctrl" : "Strg",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Leerzeichen",
|
||||
"All boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Shared with you" : "Mit dir geteilt",
|
||||
@@ -346,7 +350,6 @@ OC.L10N.register(
|
||||
"Share" : "Freigeben",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Timeline" : "Zeitachse",
|
||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
|
||||
@@ -275,6 +275,10 @@
|
||||
"List is empty" : "Liste ist leer",
|
||||
"Card deleted" : "Karte gelöscht",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Action" : "Aktion",
|
||||
"Ctrl" : "Strg",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Leerzeichen",
|
||||
"All boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Shared with you" : "Mit dir geteilt",
|
||||
@@ -344,7 +348,6 @@
|
||||
"Share" : "Freigeben",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Timeline" : "Zeitachse",
|
||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
|
||||
@@ -37,10 +37,10 @@ OC.L10N.register(
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert.",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als rückgängig gemacht markiert",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als rückgängig gemacht markiert",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als unerledigt markiert",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als unerledigt markiert",
|
||||
"You have removed the due date of card {card}" : "Sie haben das Fälligkeitsdatum der Karte {card} entfernt",
|
||||
"{user} has removed the due date of card {card}" : "{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
|
||||
"You have set the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
|
||||
@@ -277,6 +277,10 @@ OC.L10N.register(
|
||||
"List is empty" : "Liste ist leer",
|
||||
"Card deleted" : "Karte gelöscht",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Action" : "Aktion",
|
||||
"Ctrl" : "Strg",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Leerzeichen",
|
||||
"All boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Shared with you" : "Mit Ihnen geteilt",
|
||||
@@ -346,7 +350,6 @@ OC.L10N.register(
|
||||
"Share" : "Freigeben",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Timeline" : "Zeitachse",
|
||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
|
||||
@@ -35,10 +35,10 @@
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} archiviert",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert.",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als erledigt markiert",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als rückgängig gemacht markiert",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als rückgängig gemacht markiert",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} im Board {board} als unerledigt markiert",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} im Board {board} als unerledigt markiert",
|
||||
"You have removed the due date of card {card}" : "Sie haben das Fälligkeitsdatum der Karte {card} entfernt",
|
||||
"{user} has removed the due date of card {card}" : "{user} hat das Fälligkeitsdatum der Karte {card} entfernt",
|
||||
"You have set the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
|
||||
@@ -275,6 +275,10 @@
|
||||
"List is empty" : "Liste ist leer",
|
||||
"Card deleted" : "Karte gelöscht",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Action" : "Aktion",
|
||||
"Ctrl" : "Strg",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Leerzeichen",
|
||||
"All boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Shared with you" : "Mit Ihnen geteilt",
|
||||
@@ -344,7 +348,6 @@
|
||||
"Share" : "Freigeben",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Timeline" : "Zeitachse",
|
||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
|
||||
@@ -251,6 +251,9 @@ OC.L10N.register(
|
||||
"List is empty" : "Η λίστα είναι κενή",
|
||||
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
||||
"seconds ago" : " δευτερόλεπτα πριν ",
|
||||
"Action" : "Ενέργεια",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"All boards" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
||||
@@ -311,7 +314,6 @@ OC.L10N.register(
|
||||
"Share" : "Μοιραστείτε",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
|
||||
"Timeline" : "Χρονολόγιο",
|
||||
"Add a new list" : "Προσθήκη νέας λίστας",
|
||||
"Assign to users" : "Ανάθεση σε χρήστες",
|
||||
"Due date" : "Ημερομηνία λήξης",
|
||||
"Next week" : "Επόμενη εβδομάδα",
|
||||
|
||||
@@ -249,6 +249,9 @@
|
||||
"List is empty" : "Η λίστα είναι κενή",
|
||||
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
||||
"seconds ago" : " δευτερόλεπτα πριν ",
|
||||
"Action" : "Ενέργεια",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"All boards" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
||||
@@ -309,7 +312,6 @@
|
||||
"Share" : "Μοιραστείτε",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
|
||||
"Timeline" : "Χρονολόγιο",
|
||||
"Add a new list" : "Προσθήκη νέας λίστας",
|
||||
"Assign to users" : "Ανάθεση σε χρήστες",
|
||||
"Due date" : "Ημερομηνία λήξης",
|
||||
"Next week" : "Επόμενη εβδομάδα",
|
||||
|
||||
@@ -37,6 +37,10 @@ OC.L10N.register(
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} has archived card {card} in list {stack} on board {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "You have unarchived card {card} in list {stack} on board {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} has unarchived card {card} in list {stack} on board {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "You have marked the card {card} as done in list {stack} on board {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} has marked card {card} as done in list {stack} on board {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "You have marked the card {card} as undone in list {stack} on board {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} has marked the card {card} as undone in list {stack} on board {board}",
|
||||
"You have removed the due date of card {card}" : "You have removed the due date of card {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} has removed the due date of card {card}",
|
||||
"You have set the due date of card {card} to {after}" : "You have set the due date of card {card} to {after}",
|
||||
@@ -245,6 +249,7 @@ OC.L10N.register(
|
||||
"Choose a date" : "Choose a date",
|
||||
"Remove due date" : "Remove due date",
|
||||
"Completed" : "Completed",
|
||||
"Due at:" : "Due at:",
|
||||
"Not completed" : "Not completed",
|
||||
"Unarchive card" : "Unarchive card",
|
||||
"Archive card" : "Archive card",
|
||||
@@ -254,6 +259,7 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "Set due date for this weekend",
|
||||
"Set due date for next week" : "Set due date for next week",
|
||||
"Assign a tag to this card…" : "Assign a tag to this card…",
|
||||
"Create a new tag:" : "Create a new tag:",
|
||||
"(group)" : "(group)",
|
||||
"Next week – {timeLocale}" : "Next week – {timeLocale}",
|
||||
"Todo items" : "Todo items",
|
||||
@@ -262,6 +268,7 @@ OC.L10N.register(
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
"Mark as done" : "Mark as done",
|
||||
"Move card" : "Move card",
|
||||
"Delete card" : "Delete card",
|
||||
@@ -270,6 +277,11 @@ OC.L10N.register(
|
||||
"List is empty" : "List is empty",
|
||||
"Card deleted" : "Card deleted",
|
||||
"seconds ago" : "seconds ago",
|
||||
"Action" : "Action",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Space",
|
||||
"All boards" : "All boards",
|
||||
"Archived boards" : "Archived boards",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -339,7 +351,6 @@ OC.L10N.register(
|
||||
"Share" : "Share",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
|
||||
"Timeline" : "Timeline",
|
||||
"Add a new list" : "Add a new list",
|
||||
"Assign to users" : "Assign to users",
|
||||
"Due date" : "Due date",
|
||||
"Next week" : "Next week",
|
||||
|
||||
@@ -35,6 +35,10 @@
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} has archived card {card} in list {stack} on board {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "You have unarchived card {card} in list {stack} on board {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} has unarchived card {card} in list {stack} on board {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "You have marked the card {card} as done in list {stack} on board {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} has marked card {card} as done in list {stack} on board {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "You have marked the card {card} as undone in list {stack} on board {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} has marked the card {card} as undone in list {stack} on board {board}",
|
||||
"You have removed the due date of card {card}" : "You have removed the due date of card {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} has removed the due date of card {card}",
|
||||
"You have set the due date of card {card} to {after}" : "You have set the due date of card {card} to {after}",
|
||||
@@ -243,6 +247,7 @@
|
||||
"Choose a date" : "Choose a date",
|
||||
"Remove due date" : "Remove due date",
|
||||
"Completed" : "Completed",
|
||||
"Due at:" : "Due at:",
|
||||
"Not completed" : "Not completed",
|
||||
"Unarchive card" : "Unarchive card",
|
||||
"Archive card" : "Archive card",
|
||||
@@ -252,6 +257,7 @@
|
||||
"Set due date for this weekend" : "Set due date for this weekend",
|
||||
"Set due date for next week" : "Set due date for next week",
|
||||
"Assign a tag to this card…" : "Assign a tag to this card…",
|
||||
"Create a new tag:" : "Create a new tag:",
|
||||
"(group)" : "(group)",
|
||||
"Next week – {timeLocale}" : "Next week – {timeLocale}",
|
||||
"Todo items" : "Todo items",
|
||||
@@ -260,6 +266,7 @@
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
"Mark as done" : "Mark as done",
|
||||
"Move card" : "Move card",
|
||||
"Delete card" : "Delete card",
|
||||
@@ -268,6 +275,11 @@
|
||||
"List is empty" : "List is empty",
|
||||
"Card deleted" : "Card deleted",
|
||||
"seconds ago" : "seconds ago",
|
||||
"Action" : "Action",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Space",
|
||||
"All boards" : "All boards",
|
||||
"Archived boards" : "Archived boards",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -337,7 +349,6 @@
|
||||
"Share" : "Share",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
|
||||
"Timeline" : "Timeline",
|
||||
"Add a new list" : "Add a new list",
|
||||
"Assign to users" : "Assign to users",
|
||||
"Due date" : "Due date",
|
||||
"Next week" : "Next week",
|
||||
|
||||
27
l10n/es.js
27
l10n/es.js
@@ -37,6 +37,10 @@ OC.L10N.register(
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Has marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Has marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
|
||||
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
|
||||
@@ -68,6 +72,8 @@ OC.L10N.register(
|
||||
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
|
||||
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
|
||||
"Cards due today" : "Tarjetas que vencen hoy",
|
||||
"Cards due tomorrow" : "Tarjetas que vencen mañana",
|
||||
"Upcoming cards" : "Próximas tarjetas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
@@ -146,9 +152,13 @@ OC.L10N.register(
|
||||
"Next 30 days" : "Siguientes 30 días",
|
||||
"No due date" : "Sin fecha de vencimiento",
|
||||
"Clear filter" : "Borrar filtro",
|
||||
"View Modes" : "Modos de visualización",
|
||||
"Toggle View Modes" : "Alternar modos de visualización",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
||||
"Hide card cover images" : "Ocultar la imagen principal de las tarjetas",
|
||||
"Show card cover images" : "Mostrar la imagen principal de las tarjetas",
|
||||
"Open details" : "Abrir detalles",
|
||||
"Details" : "Detalles",
|
||||
"Currently present people" : "Personas presentes actualmente",
|
||||
@@ -235,13 +245,21 @@ OC.L10N.register(
|
||||
"Choose attachment" : "Escoger adjunto",
|
||||
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
|
||||
"Set a due date" : "Fijar una fecha límite",
|
||||
"Add due date" : "Añadir fecha de vencimiento",
|
||||
"Choose a date" : "Elige una fecha",
|
||||
"Remove due date" : "Eliminar fecha límite",
|
||||
"Completed" : "Completado",
|
||||
"Due at:" : "Vence el:",
|
||||
"Not completed" : "No completado",
|
||||
"Unarchive card" : "Desarchivar tarjeta",
|
||||
"Archive card" : "Archivar tarjeta",
|
||||
"Select Date" : "Seleccione la fecha",
|
||||
"Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde",
|
||||
"Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento",
|
||||
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
|
||||
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
|
||||
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
|
||||
"Create a new tag:" : "Crear una nueva etiqueta:",
|
||||
"(group)" : "(grupo)",
|
||||
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
||||
"Todo items" : "Ítems pendientes",
|
||||
@@ -250,6 +268,7 @@ OC.L10N.register(
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
"Mark as done" : "Marcar como hecho",
|
||||
"Move card" : "Mover tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -258,6 +277,11 @@ OC.L10N.register(
|
||||
"List is empty" : "La lista está vacía",
|
||||
"Card deleted" : "Tarjeta borrada",
|
||||
"seconds ago" : "hace unos segundos",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Mayús",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Espacio",
|
||||
"All boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido contigo",
|
||||
@@ -307,6 +331,8 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Due on {date}" : "Vence en {date}",
|
||||
@@ -325,7 +351,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Add a new list" : "Añadir una lista nueva",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Fecha límite",
|
||||
"Next week" : "Semana siguiente",
|
||||
|
||||
27
l10n/es.json
27
l10n/es.json
@@ -35,6 +35,10 @@
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha desarchivado la tarjeta {card} en la lista {stack} del tablero {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Has marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como completada en la lista {stack} del tablero {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Has marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcado la tarjeta {card} como no completada en la lista {stack} del tablero {board}",
|
||||
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
|
||||
@@ -66,6 +70,8 @@
|
||||
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
|
||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
|
||||
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
|
||||
"Cards due today" : "Tarjetas que vencen hoy",
|
||||
"Cards due tomorrow" : "Tarjetas que vencen mañana",
|
||||
"Upcoming cards" : "Próximas tarjetas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
@@ -144,9 +150,13 @@
|
||||
"Next 30 days" : "Siguientes 30 días",
|
||||
"No due date" : "Sin fecha de vencimiento",
|
||||
"Clear filter" : "Borrar filtro",
|
||||
"View Modes" : "Modos de visualización",
|
||||
"Toggle View Modes" : "Alternar modos de visualización",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
||||
"Hide card cover images" : "Ocultar la imagen principal de las tarjetas",
|
||||
"Show card cover images" : "Mostrar la imagen principal de las tarjetas",
|
||||
"Open details" : "Abrir detalles",
|
||||
"Details" : "Detalles",
|
||||
"Currently present people" : "Personas presentes actualmente",
|
||||
@@ -233,13 +243,21 @@
|
||||
"Choose attachment" : "Escoger adjunto",
|
||||
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
|
||||
"Set a due date" : "Fijar una fecha límite",
|
||||
"Add due date" : "Añadir fecha de vencimiento",
|
||||
"Choose a date" : "Elige una fecha",
|
||||
"Remove due date" : "Eliminar fecha límite",
|
||||
"Completed" : "Completado",
|
||||
"Due at:" : "Vence el:",
|
||||
"Not completed" : "No completado",
|
||||
"Unarchive card" : "Desarchivar tarjeta",
|
||||
"Archive card" : "Archivar tarjeta",
|
||||
"Select Date" : "Seleccione la fecha",
|
||||
"Set due date for later today" : "Establecer hoy como fecha de vencimiento, más tarde",
|
||||
"Set due date for tomorrow" : "Establecer mañana como fecha de vencimiento",
|
||||
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
|
||||
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
|
||||
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
|
||||
"Create a new tag:" : "Crear una nueva etiqueta:",
|
||||
"(group)" : "(grupo)",
|
||||
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
||||
"Todo items" : "Ítems pendientes",
|
||||
@@ -248,6 +266,7 @@
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
"Mark as done" : "Marcar como hecho",
|
||||
"Move card" : "Mover tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -256,6 +275,11 @@
|
||||
"List is empty" : "La lista está vacía",
|
||||
"Card deleted" : "Tarjeta borrada",
|
||||
"seconds ago" : "hace unos segundos",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Mayús",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Espacio",
|
||||
"All boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido contigo",
|
||||
@@ -305,6 +329,8 @@
|
||||
"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",
|
||||
"Due on {date}" : "Vence en {date}",
|
||||
@@ -323,7 +349,6 @@
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Add a new list" : "Añadir una lista nueva",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Fecha límite",
|
||||
"Next week" : "Semana siguiente",
|
||||
|
||||
@@ -48,6 +48,7 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -82,6 +82,7 @@ OC.L10N.register(
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"seconds ago" : "segundos",
|
||||
"Action" : "Acción",
|
||||
"All boards" : "Todos los Tableros",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Deck settings" : "Configuración del Tablero",
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"seconds ago" : "segundos",
|
||||
"Action" : "Acción",
|
||||
"All boards" : "Todos los Tableros",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Deck settings" : "Configuración del Tablero",
|
||||
|
||||
@@ -51,6 +51,8 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -49,6 +49,8 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -52,6 +52,8 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -50,6 +50,8 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -51,6 +51,8 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -49,6 +49,8 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -51,6 +51,8 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -49,6 +49,8 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -253,6 +253,13 @@ OC.L10N.register(
|
||||
"List is empty" : "La lista está vacía",
|
||||
"Card deleted" : "Tarjeta eliminada",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Buscar",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Espacio",
|
||||
"All boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
@@ -315,7 +322,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Add a new list" : "Añadir una nueva lista",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Fecha de vencimiento",
|
||||
"Next week" : "Semana siguiente",
|
||||
|
||||
@@ -251,6 +251,13 @@
|
||||
"List is empty" : "La lista está vacía",
|
||||
"Card deleted" : "Tarjeta eliminada",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Buscar",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Espacio",
|
||||
"All boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
@@ -313,7 +320,6 @@
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Add a new list" : "Añadir una nueva lista",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Fecha de vencimiento",
|
||||
"Next week" : "Semana siguiente",
|
||||
|
||||
@@ -51,6 +51,9 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -49,6 +49,9 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -47,6 +47,9 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -60,6 +60,10 @@ OC.L10N.register(
|
||||
"(group)" : "(grupo)",
|
||||
"Mark as done" : "Marcar como hecho",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Space" : "Espacio",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -58,6 +58,10 @@
|
||||
"(group)" : "(grupo)",
|
||||
"Mark as done" : "Marcar como hecho",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Space" : "Espacio",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -47,6 +47,9 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -47,6 +47,10 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -45,6 +45,10 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -48,6 +48,10 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -46,6 +46,10 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -47,6 +47,10 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -45,6 +45,10 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -48,6 +48,10 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -46,6 +46,10 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -51,6 +51,10 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -49,6 +49,10 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -47,6 +47,10 @@ OC.L10N.register(
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -45,6 +45,10 @@
|
||||
"Completed" : "Completado",
|
||||
"(group)" : "(grupo)",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Board details" : "Detalles del tablero",
|
||||
|
||||
@@ -41,6 +41,9 @@ OC.L10N.register(
|
||||
"(group)" : "(grupp)",
|
||||
"Delete card" : "Kustuta kaart",
|
||||
"seconds ago" : "sekundit tagasi",
|
||||
"Keyboard shortcuts" : "Klaviatuuri otseteed",
|
||||
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
||||
"Search" : "Otsi",
|
||||
"Shared with you" : "Sinuga jagatud",
|
||||
"No notifications" : "Märguandeid pole",
|
||||
"An error occurred" : "Tekkis tõrge",
|
||||
|
||||
@@ -39,6 +39,9 @@
|
||||
"(group)" : "(grupp)",
|
||||
"Delete card" : "Kustuta kaart",
|
||||
"seconds ago" : "sekundit tagasi",
|
||||
"Keyboard shortcuts" : "Klaviatuuri otseteed",
|
||||
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
||||
"Search" : "Otsi",
|
||||
"Shared with you" : "Sinuga jagatud",
|
||||
"No notifications" : "Märguandeid pole",
|
||||
"An error occurred" : "Tekkis tõrge",
|
||||
|
||||
@@ -258,6 +258,13 @@ OC.L10N.register(
|
||||
"List is empty" : "Zerrenda hutsik dago",
|
||||
"Card deleted" : "Txartela ezabatuta",
|
||||
"seconds ago" : "segundo lehenago",
|
||||
"Keyboard shortcuts" : "Teklatuaren lasterbideak",
|
||||
"Keyboard shortcut" : "Teklatuko lasterbidea",
|
||||
"Action" : "Ekintza",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Bilatu",
|
||||
"Enter" : "Sartu",
|
||||
"All boards" : "Taula guztiak",
|
||||
"Archived boards" : "Artxibatutako taulak",
|
||||
"Shared with you" : "Zurekin partekatua",
|
||||
@@ -325,7 +332,6 @@ OC.L10N.register(
|
||||
"Share" : "Partekatu",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Txartel baten deskribapena</strong> aldatu da Deck aplikazioaren barruan",
|
||||
"Timeline" : "Denbora-lerroa",
|
||||
"Add a new list" : "Gehitu zerrenda berria",
|
||||
"Assign to users" : "Esleitu erabiltzaileei",
|
||||
"Due date" : "Epe-muga",
|
||||
"Next week" : "Hurrengo astea",
|
||||
|
||||
@@ -256,6 +256,13 @@
|
||||
"List is empty" : "Zerrenda hutsik dago",
|
||||
"Card deleted" : "Txartela ezabatuta",
|
||||
"seconds ago" : "segundo lehenago",
|
||||
"Keyboard shortcuts" : "Teklatuaren lasterbideak",
|
||||
"Keyboard shortcut" : "Teklatuko lasterbidea",
|
||||
"Action" : "Ekintza",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Bilatu",
|
||||
"Enter" : "Sartu",
|
||||
"All boards" : "Taula guztiak",
|
||||
"Archived boards" : "Artxibatutako taulak",
|
||||
"Shared with you" : "Zurekin partekatua",
|
||||
@@ -323,7 +330,6 @@
|
||||
"Share" : "Partekatu",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Txartel baten deskribapena</strong> aldatu da Deck aplikazioaren barruan",
|
||||
"Timeline" : "Denbora-lerroa",
|
||||
"Add a new list" : "Gehitu zerrenda berria",
|
||||
"Assign to users" : "Esleitu erabiltzaileei",
|
||||
"Due date" : "Epe-muga",
|
||||
"Next week" : "Hurrengo astea",
|
||||
|
||||
@@ -256,6 +256,14 @@ OC.L10N.register(
|
||||
"List is empty" : "فهرست خالی است",
|
||||
"Card deleted" : "برگه پاک شد",
|
||||
"seconds ago" : "ثانیههایی پیش",
|
||||
"Keyboard shortcuts" : "میانبرهای صفحهکلید",
|
||||
"Keyboard shortcut" : "صفحه کلید",
|
||||
"Action" : "عمل",
|
||||
"Shift" : "تغییر مکان",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "جستجو",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Space",
|
||||
"All boards" : "همه تختهها",
|
||||
"Archived boards" : "تختههای بایگانی شده",
|
||||
"Shared with you" : "با شما به اشتراک گذاشته شده است",
|
||||
@@ -321,7 +329,6 @@ OC.L10N.register(
|
||||
"Share" : "همرسانی",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "شرح برگه در برگهدان تغییر کرده است",
|
||||
"Timeline" : "خط زمانی",
|
||||
"Add a new list" : "فهرست جدید بیفزایید!",
|
||||
"Assign to users" : "به کاربران اختصاص دهید",
|
||||
"Due date" : "موعد مقرر",
|
||||
"Next week" : "هفتهٔ بعد",
|
||||
|
||||
@@ -254,6 +254,14 @@
|
||||
"List is empty" : "فهرست خالی است",
|
||||
"Card deleted" : "برگه پاک شد",
|
||||
"seconds ago" : "ثانیههایی پیش",
|
||||
"Keyboard shortcuts" : "میانبرهای صفحهکلید",
|
||||
"Keyboard shortcut" : "صفحه کلید",
|
||||
"Action" : "عمل",
|
||||
"Shift" : "تغییر مکان",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "جستجو",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Space",
|
||||
"All boards" : "همه تختهها",
|
||||
"Archived boards" : "تختههای بایگانی شده",
|
||||
"Shared with you" : "با شما به اشتراک گذاشته شده است",
|
||||
@@ -319,7 +327,6 @@
|
||||
"Share" : "همرسانی",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "شرح برگه در برگهدان تغییر کرده است",
|
||||
"Timeline" : "خط زمانی",
|
||||
"Add a new list" : "فهرست جدید بیفزایید!",
|
||||
"Assign to users" : "به کاربران اختصاص دهید",
|
||||
"Due date" : "موعد مقرر",
|
||||
"Next week" : "هفتهٔ بعد",
|
||||
|
||||
@@ -210,6 +210,11 @@ OC.L10N.register(
|
||||
"List is empty" : "Lista on tyhjä",
|
||||
"Card deleted" : "Kortti poistettu",
|
||||
"seconds ago" : "sekuntia sitten",
|
||||
"Keyboard shortcuts" : "Pikanäppäimet",
|
||||
"Keyboard shortcut" : "Näppäimistön pikanäppäin",
|
||||
"Action" : "Toiminto",
|
||||
"Shift" : "Siirrä",
|
||||
"Search" : "Etsi",
|
||||
"All boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Shared with you" : "Jaettu kanssasi",
|
||||
@@ -252,7 +257,6 @@ OC.L10N.register(
|
||||
"Share" : "Jaa",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Kortin kuvaus</strong> Pakka-sovelluksessa on vaihtunut",
|
||||
"Timeline" : "Aikajana",
|
||||
"Add a new list" : "Lisää uusi lista",
|
||||
"Due date" : "Eräpäivä",
|
||||
"Next week" : "Seuraava viikko",
|
||||
"Next month" : "Seuraava kuukausi",
|
||||
|
||||
@@ -208,6 +208,11 @@
|
||||
"List is empty" : "Lista on tyhjä",
|
||||
"Card deleted" : "Kortti poistettu",
|
||||
"seconds ago" : "sekuntia sitten",
|
||||
"Keyboard shortcuts" : "Pikanäppäimet",
|
||||
"Keyboard shortcut" : "Näppäimistön pikanäppäin",
|
||||
"Action" : "Toiminto",
|
||||
"Shift" : "Siirrä",
|
||||
"Search" : "Etsi",
|
||||
"All boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Shared with you" : "Jaettu kanssasi",
|
||||
@@ -250,7 +255,6 @@
|
||||
"Share" : "Jaa",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Kortin kuvaus</strong> Pakka-sovelluksessa on vaihtunut",
|
||||
"Timeline" : "Aikajana",
|
||||
"Add a new list" : "Lisää uusi lista",
|
||||
"Due date" : "Eräpäivä",
|
||||
"Next week" : "Seuraava viikko",
|
||||
"Next month" : "Seuraava kuukausi",
|
||||
|
||||
10
l10n/fr.js
10
l10n/fr.js
@@ -259,6 +259,7 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "Définir une date d'échéance pour ce week-end",
|
||||
"Set due date for next week" : "Définir une date d'échéance pour la semaine prochaine",
|
||||
"Assign a tag to this card…" : "Associer une étiquette à cette carte…",
|
||||
"Create a new tag:" : "Créer une nouvelle étiquette :",
|
||||
"(group)" : "(groupe)",
|
||||
"Next week – {timeLocale}" : "Semaine prochaine – {timeLocale}",
|
||||
"Todo items" : "À faire",
|
||||
@@ -276,6 +277,14 @@ OC.L10N.register(
|
||||
"List is empty" : "La liste est vide",
|
||||
"Card deleted" : "Carte supprimée",
|
||||
"seconds ago" : "à l'instant",
|
||||
"Keyboard shortcuts" : "Raccourcis clavier",
|
||||
"Keyboard shortcut" : "Raccourcis clavier",
|
||||
"Action" : "Action",
|
||||
"Shift" : "Maj",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Rechercher",
|
||||
"Enter" : "Entrée",
|
||||
"Space" : "Espace",
|
||||
"All boards" : "Tous les tableaux",
|
||||
"Archived boards" : "Tableaux archivés",
|
||||
"Shared with you" : "Partagés avec vous",
|
||||
@@ -345,7 +354,6 @@ OC.L10N.register(
|
||||
"Share" : "Partager",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>description de la carte</strong> présente dans l'application Deck a été modifiée",
|
||||
"Timeline" : "Journal",
|
||||
"Add a new list" : "Ajouter une nouvelle liste",
|
||||
"Assign to users" : "Attribuer aux utilisateurs",
|
||||
"Due date" : "Date d'échéance",
|
||||
"Next week" : "Semaine suivante",
|
||||
|
||||
10
l10n/fr.json
10
l10n/fr.json
@@ -257,6 +257,7 @@
|
||||
"Set due date for this weekend" : "Définir une date d'échéance pour ce week-end",
|
||||
"Set due date for next week" : "Définir une date d'échéance pour la semaine prochaine",
|
||||
"Assign a tag to this card…" : "Associer une étiquette à cette carte…",
|
||||
"Create a new tag:" : "Créer une nouvelle étiquette :",
|
||||
"(group)" : "(groupe)",
|
||||
"Next week – {timeLocale}" : "Semaine prochaine – {timeLocale}",
|
||||
"Todo items" : "À faire",
|
||||
@@ -274,6 +275,14 @@
|
||||
"List is empty" : "La liste est vide",
|
||||
"Card deleted" : "Carte supprimée",
|
||||
"seconds ago" : "à l'instant",
|
||||
"Keyboard shortcuts" : "Raccourcis clavier",
|
||||
"Keyboard shortcut" : "Raccourcis clavier",
|
||||
"Action" : "Action",
|
||||
"Shift" : "Maj",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Rechercher",
|
||||
"Enter" : "Entrée",
|
||||
"Space" : "Espace",
|
||||
"All boards" : "Tous les tableaux",
|
||||
"Archived boards" : "Tableaux archivés",
|
||||
"Shared with you" : "Partagés avec vous",
|
||||
@@ -343,7 +352,6 @@
|
||||
"Share" : "Partager",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>description de la carte</strong> présente dans l'application Deck a été modifiée",
|
||||
"Timeline" : "Journal",
|
||||
"Add a new list" : "Ajouter une nouvelle liste",
|
||||
"Assign to users" : "Attribuer aux utilisateurs",
|
||||
"Due date" : "Date d'échéance",
|
||||
"Next week" : "Semaine suivante",
|
||||
|
||||
@@ -23,6 +23,7 @@ OC.L10N.register(
|
||||
"Save" : "Sàbhail",
|
||||
"Completed" : "Coileanta",
|
||||
"seconds ago" : "diog air ais",
|
||||
"Search" : "Lorg",
|
||||
"No notifications" : "Gun bhrath",
|
||||
"Today" : "An-diugh",
|
||||
"Close" : "Dùin",
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"Save" : "Sàbhail",
|
||||
"Completed" : "Coileanta",
|
||||
"seconds ago" : "diog air ais",
|
||||
"Search" : "Lorg",
|
||||
"No notifications" : "Gun bhrath",
|
||||
"Today" : "An-diugh",
|
||||
"Close" : "Dùin",
|
||||
|
||||
@@ -277,6 +277,14 @@ OC.L10N.register(
|
||||
"List is empty" : "A lista está baleira",
|
||||
"Card deleted" : "Tarxeta eliminada",
|
||||
"seconds ago" : "segundos atrás",
|
||||
"Keyboard shortcuts" : "Atallos de teclado",
|
||||
"Keyboard shortcut" : "Atallo de teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Cambiar",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Busca",
|
||||
"Enter" : "Introduza",
|
||||
"Space" : "Espazo",
|
||||
"All boards" : "Todos os taboleiros",
|
||||
"Archived boards" : "Taboleiros arquivados",
|
||||
"Shared with you" : "Compartido con Vde.",
|
||||
@@ -346,7 +354,6 @@ OC.L10N.register(
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Cambiouse a <strong>descripción da tarxeta</strong> dentro da aplicación Gabeta",
|
||||
"Timeline" : "Cronoloxía",
|
||||
"Add a new list" : "Engadir unha lista nova",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Data de caducidade",
|
||||
"Next week" : "Semana seguinte",
|
||||
|
||||
@@ -275,6 +275,14 @@
|
||||
"List is empty" : "A lista está baleira",
|
||||
"Card deleted" : "Tarxeta eliminada",
|
||||
"seconds ago" : "segundos atrás",
|
||||
"Keyboard shortcuts" : "Atallos de teclado",
|
||||
"Keyboard shortcut" : "Atallo de teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Cambiar",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Busca",
|
||||
"Enter" : "Introduza",
|
||||
"Space" : "Espazo",
|
||||
"All boards" : "Todos os taboleiros",
|
||||
"Archived boards" : "Taboleiros arquivados",
|
||||
"Shared with you" : "Compartido con Vde.",
|
||||
@@ -344,7 +352,6 @@
|
||||
"Share" : "Compartir",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Cambiouse a <strong>descripción da tarxeta</strong> dentro da aplicación Gabeta",
|
||||
"Timeline" : "Cronoloxía",
|
||||
"Add a new list" : "Engadir unha lista nova",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Due date" : "Data de caducidade",
|
||||
"Next week" : "Semana seguinte",
|
||||
|
||||
@@ -226,6 +226,11 @@ OC.L10N.register(
|
||||
"List is empty" : "הרשימה ריקה",
|
||||
"Card deleted" : "הכרטיס נמחק",
|
||||
"seconds ago" : "לפני מספר שניות",
|
||||
"Keyboard shortcuts" : "קיצורי מקלדת",
|
||||
"Keyboard shortcut" : "קיצור מקלדת",
|
||||
"Action" : "פעולה",
|
||||
"Shift" : "הזזה",
|
||||
"Search" : "חיפוש",
|
||||
"All boards" : "כל הלוחות",
|
||||
"Archived boards" : "לוחות שנשמרו בארכיון",
|
||||
"Shared with you" : "משותף אתך",
|
||||
@@ -268,7 +273,6 @@ OC.L10N.register(
|
||||
"Share" : "שיתוף",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>תיאור של כרטיס</strong> בתוך יישומון החבילה נערך",
|
||||
"Timeline" : "ציר זמן",
|
||||
"Add a new list" : "הוסף רשימה חדשה",
|
||||
"Assign to users" : "הקצאה למשתמשים",
|
||||
"Due date" : "מועד יעד",
|
||||
"Next week" : "השבוע הבא",
|
||||
|
||||
@@ -224,6 +224,11 @@
|
||||
"List is empty" : "הרשימה ריקה",
|
||||
"Card deleted" : "הכרטיס נמחק",
|
||||
"seconds ago" : "לפני מספר שניות",
|
||||
"Keyboard shortcuts" : "קיצורי מקלדת",
|
||||
"Keyboard shortcut" : "קיצור מקלדת",
|
||||
"Action" : "פעולה",
|
||||
"Shift" : "הזזה",
|
||||
"Search" : "חיפוש",
|
||||
"All boards" : "כל הלוחות",
|
||||
"Archived boards" : "לוחות שנשמרו בארכיון",
|
||||
"Shared with you" : "משותף אתך",
|
||||
@@ -266,7 +271,6 @@
|
||||
"Share" : "שיתוף",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>תיאור של כרטיס</strong> בתוך יישומון החבילה נערך",
|
||||
"Timeline" : "ציר זמן",
|
||||
"Add a new list" : "הוסף רשימה חדשה",
|
||||
"Assign to users" : "הקצאה למשתמשים",
|
||||
"Due date" : "מועד יעד",
|
||||
"Next week" : "השבוע הבא",
|
||||
|
||||
@@ -233,6 +233,11 @@ OC.L10N.register(
|
||||
"List is empty" : "Popis je prazan",
|
||||
"Card deleted" : "Kartica je izbrisana",
|
||||
"seconds ago" : "prije nekoliko sekundi",
|
||||
"Keyboard shortcuts" : "Tipkovni prečaci",
|
||||
"Keyboard shortcut" : "Tipkovni prečac",
|
||||
"Action" : "Radnja",
|
||||
"Shift" : "Pomakni",
|
||||
"Search" : "Traži",
|
||||
"All boards" : "Sve ploče",
|
||||
"Archived boards" : "Arhivirane ploče",
|
||||
"Shared with you" : "Podijeljeno s vama",
|
||||
@@ -284,7 +289,6 @@ OC.L10N.register(
|
||||
"Share" : "Dijeli",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Promijenjen je <strong>opis kartice</strong> u aplikaciji Deck",
|
||||
"Timeline" : "Vremenska crta",
|
||||
"Add a new list" : "Dodaj novi popis",
|
||||
"Assign to users" : "Dodijeli korisnicima",
|
||||
"Due date" : "Datum dospijeća",
|
||||
"Next week" : "Sljedeći tjedan",
|
||||
|
||||
@@ -231,6 +231,11 @@
|
||||
"List is empty" : "Popis je prazan",
|
||||
"Card deleted" : "Kartica je izbrisana",
|
||||
"seconds ago" : "prije nekoliko sekundi",
|
||||
"Keyboard shortcuts" : "Tipkovni prečaci",
|
||||
"Keyboard shortcut" : "Tipkovni prečac",
|
||||
"Action" : "Radnja",
|
||||
"Shift" : "Pomakni",
|
||||
"Search" : "Traži",
|
||||
"All boards" : "Sve ploče",
|
||||
"Archived boards" : "Arhivirane ploče",
|
||||
"Shared with you" : "Podijeljeno s vama",
|
||||
@@ -282,7 +287,6 @@
|
||||
"Share" : "Dijeli",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Promijenjen je <strong>opis kartice</strong> u aplikaciji Deck",
|
||||
"Timeline" : "Vremenska crta",
|
||||
"Add a new list" : "Dodaj novi popis",
|
||||
"Assign to users" : "Dodijeli korisnicima",
|
||||
"Due date" : "Datum dospijeća",
|
||||
"Next week" : "Sljedeći tjedan",
|
||||
|
||||
@@ -270,6 +270,14 @@ OC.L10N.register(
|
||||
"List is empty" : "A lista üres",
|
||||
"Card deleted" : "Kártya törölve",
|
||||
"seconds ago" : "másodperce",
|
||||
"Keyboard shortcuts" : "Gyorsbillentyűk",
|
||||
"Keyboard shortcut" : "Gyorsbillentyű",
|
||||
"Action" : "Művelet",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Keresés",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Szóköz",
|
||||
"All boards" : "Az összes tábla",
|
||||
"Archived boards" : "Archivált táblák",
|
||||
"Shared with you" : "Megosztva Önnel",
|
||||
@@ -338,7 +346,6 @@ OC.L10N.register(
|
||||
"Share" : "Megosztás",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>kártyaleírás</strong> megváltozott a Kártyák alkalmazásban",
|
||||
"Timeline" : "Idővonal",
|
||||
"Add a new list" : "Új lista hozzáadása",
|
||||
"Assign to users" : "Felhasználókhoz rendelés",
|
||||
"Due date" : "Határidő",
|
||||
"Next week" : "Következő hét",
|
||||
|
||||
@@ -268,6 +268,14 @@
|
||||
"List is empty" : "A lista üres",
|
||||
"Card deleted" : "Kártya törölve",
|
||||
"seconds ago" : "másodperce",
|
||||
"Keyboard shortcuts" : "Gyorsbillentyűk",
|
||||
"Keyboard shortcut" : "Gyorsbillentyű",
|
||||
"Action" : "Művelet",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Keresés",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Szóköz",
|
||||
"All boards" : "Az összes tábla",
|
||||
"Archived boards" : "Archivált táblák",
|
||||
"Shared with you" : "Megosztva Önnel",
|
||||
@@ -336,7 +344,6 @@
|
||||
"Share" : "Megosztás",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>kártyaleírás</strong> megváltozott a Kártyák alkalmazásban",
|
||||
"Timeline" : "Idővonal",
|
||||
"Add a new list" : "Új lista hozzáadása",
|
||||
"Assign to users" : "Felhasználókhoz rendelés",
|
||||
"Due date" : "Határidő",
|
||||
"Next week" : "Következő hét",
|
||||
|
||||
@@ -28,6 +28,7 @@ OC.L10N.register(
|
||||
"Description" : "Նկարագրություն",
|
||||
"Completed" : "Ավարտվեց",
|
||||
"seconds ago" : "վրկ. առաջ",
|
||||
"Search" : "Search",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "այսօր",
|
||||
"Close" : "Փակել",
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
"Description" : "Նկարագրություն",
|
||||
"Completed" : "Ավարտվեց",
|
||||
"seconds ago" : "վրկ. առաջ",
|
||||
"Search" : "Search",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "այսօր",
|
||||
"Close" : "Փակել",
|
||||
|
||||
@@ -34,6 +34,9 @@ OC.L10N.register(
|
||||
"Completed" : "Completate",
|
||||
"(group)" : "(gruppo)",
|
||||
"seconds ago" : "secundas passate",
|
||||
"Keyboard shortcuts" : "Combinationes de claves",
|
||||
"Keyboard shortcut" : "Combination de claves",
|
||||
"Search" : "Cercar",
|
||||
"Shared with you" : "Compartite con te",
|
||||
"No notifications" : "Nulle notificationes",
|
||||
"Today" : "Hodie",
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
"Completed" : "Completate",
|
||||
"(group)" : "(gruppo)",
|
||||
"seconds ago" : "secundas passate",
|
||||
"Keyboard shortcuts" : "Combinationes de claves",
|
||||
"Keyboard shortcut" : "Combination de claves",
|
||||
"Search" : "Cercar",
|
||||
"Shared with you" : "Compartite con te",
|
||||
"No notifications" : "Nulle notificationes",
|
||||
"Today" : "Hodie",
|
||||
|
||||
@@ -197,6 +197,9 @@ OC.L10N.register(
|
||||
"Move card to another board" : "Pindahkan kartu ke papan lain",
|
||||
"Select a list" : "Pilih daftar",
|
||||
"seconds ago" : "beberapa detik yang lalu",
|
||||
"Keyboard shortcuts" : "Pintasan keyboard",
|
||||
"Keyboard shortcut" : "Pintasan keyboard",
|
||||
"Search" : "Cari",
|
||||
"All boards" : "Semua papan",
|
||||
"Archived boards" : "Papan terarsip",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -223,7 +226,6 @@ OC.L10N.register(
|
||||
"Share" : "Bagikan",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Deskripsi kartu</strong> didalam aplikasi Longgok telah diubah",
|
||||
"Timeline" : "Linimasa",
|
||||
"Add a new list" : "Tambah daftar baru",
|
||||
"Assign to users" : "Penugasan kepada pengguna",
|
||||
"Due date" : "Tenggat",
|
||||
"Next week" : "Minggu setelah",
|
||||
|
||||
@@ -195,6 +195,9 @@
|
||||
"Move card to another board" : "Pindahkan kartu ke papan lain",
|
||||
"Select a list" : "Pilih daftar",
|
||||
"seconds ago" : "beberapa detik yang lalu",
|
||||
"Keyboard shortcuts" : "Pintasan keyboard",
|
||||
"Keyboard shortcut" : "Pintasan keyboard",
|
||||
"Search" : "Cari",
|
||||
"All boards" : "Semua papan",
|
||||
"Archived boards" : "Papan terarsip",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -221,7 +224,6 @@
|
||||
"Share" : "Bagikan",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Deskripsi kartu</strong> didalam aplikasi Longgok telah diubah",
|
||||
"Timeline" : "Linimasa",
|
||||
"Add a new list" : "Tambah daftar baru",
|
||||
"Assign to users" : "Penugasan kepada pengguna",
|
||||
"Due date" : "Tenggat",
|
||||
"Next week" : "Minggu setelah",
|
||||
|
||||
180
l10n/is.js
180
l10n/is.js
@@ -17,18 +17,46 @@ OC.L10N.register(
|
||||
"{user} has archived the board {before}" : "{user} setti borðið {before} í geymslu",
|
||||
"You have unarchived the board {board}" : "Þú tókst borðið {board} úr geymslu",
|
||||
"{user} has unarchived the board {before}" : "{user} tók borðið {before} úr geymslu",
|
||||
"You have created a new list {stack} on board {board}" : "Þú hefur búið til nýjan lista {stack} á borðinu {board}",
|
||||
"{user} has created a new list {stack} on board {board}" : "{user} hefur búið til nýjan lista {stack} á borðinu {board}",
|
||||
"You have renamed list {before} to {stack} on board {board}" : "Þú hefur endurnefnt listann {before} sem {stack} á borðinu {board}",
|
||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} hefur endurnefnt listann {before} sem {stack} á borðinu {board}",
|
||||
"You have deleted list {stack} on board {board}" : "Þú hefur eytt listanum {stack} á borðinu {board}",
|
||||
"{user} has deleted list {stack} on board {board}" : "{user} hefur eytt listanum {stack} á borðinu {board}",
|
||||
"You have created card {card} in list {stack} on board {board}" : "Þú hefur búið til spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has created card {card} in list {stack} on board {board}" : "{user} hefur búið til spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"You have deleted card {card} in list {stack} on board {board}" : "Þú eyddir spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} eyddi spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have renamed the card {before} to {card}" : "Þú hefur endurnefnt spjaldið {before} sem {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hefur endurnefnt spjaldið {before} sem {card}",
|
||||
"You have added a description to card {card} in list {stack} on board {board}" : "Þú bættir við lýsingu á spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} bætti við lýsingu á spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have updated the description of card {card} in list {stack} on board {board}" : "Þú uppfærðir lýsingu á spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} uppfærði lýsingu á spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have archived card {card} in list {stack} on board {board}" : "Þú settir í geymslu spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} setti í geymslu spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Þú tókst úr geymslu spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} tók úr geymslu spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Þú hefur merkt spjaldið {card} sem lokið í listanum {stack} á borðinu {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} hefur merkt spjaldið {card} sem lokið í listanum {stack} á borðinu {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Þú hefur merkt spjaldið {card} sem ólokið í listanum {stack} á borðinu {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hefur merkt spjaldið {card} sem ólokið í listanum {stack} á borðinu {board}",
|
||||
"You have removed the due date of card {card}" : "Þú fjarlægðir gildistíma af spjaldinu {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} fjarlægði gildistíma af spjaldinu {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Þú settir gildistíma spjaldsins {card} á {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} setti gildistíma spjaldsins {card} á {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Þú uppfærðir gildistíma spjaldsins {card} á {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} uppfærði gildistíma spjaldsins {card} á {after}",
|
||||
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Þú bættir við merkingunni {label} af spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} bætti við merkingunni {label} af spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Þú hefur fjarlægt merkinguna {label} af spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} fjarlægði merkinguna {label} af spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Þú úthlutaðir {assigneduser} á spjaldið {card} á borðinu {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} úthlutaði {assigneduser} á spjaldið {card} á borðinu {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Þú hefur afturkallað úthlutun {assigneduser} á spjaldið {card} á borðinu {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hefur afturkallað úthlutun {assigneduser} á spjaldið {card} á borðinu {board}",
|
||||
"You have moved the card {card} from list {stackBefore} to {stack}" : "Þú færðir spjaldið {card} úr listanum {stackBefore} yfir í {stack}",
|
||||
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} færði spjaldið {card} úr listanum {stackBefore} yfir í {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Þú bættir viðhenginu {attachment} við spjaldið {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} bætti viðhenginu {attachment} við spjaldið {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Þú uppfærðir viðhengið {attachment} á spjaldinu {card}",
|
||||
@@ -39,16 +67,32 @@ OC.L10N.register(
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} endurheimti viðhengið {attachment} á spjaldinu {card}",
|
||||
"You have commented on card {card}" : "Þú settir inn athugasemd við spjaldið {card}",
|
||||
"{user} has commented on card {card}" : "{user} setti inn athugasemd við spjaldið {card}",
|
||||
"Deck" : "Dekk",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck spjaldaforritinu</strong>",
|
||||
"Deck" : "Deck-spjaldaforrit",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck-spjaldaforritinu</strong>",
|
||||
"A <strong>board, list or card</strong> was changed" : "<strong>Borði, lista eða spjaldi</strong> hefur verið breytt",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Athugasemd</strong> var gerð á spjaldi",
|
||||
"A <strong>card description</strong> has been changed" : "<strong>Lýsingu á spjaldi</strong> hefur verið breytt",
|
||||
"Cards due today" : "Spjöld sem á að ljúka í dag",
|
||||
"Cards due tomorrow" : "Spjöld sem á að ljúka á morgun",
|
||||
"Upcoming cards" : "Spjöld á næstunni",
|
||||
"Load more" : "Hlaða inn meira",
|
||||
"Personal" : "Einka",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Spjaldinu \"%s\" á \"%s\" hefur verið úthlutað til þín af %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hefur úthlutað spjaldinu {deck-card} á {deck-board} til þín.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Spjaldið \"%s\" á \"%s\" er komið fram yfir lokadagsetningu.",
|
||||
"The card {deck-card} on {deck-board} has reached its due date." : "Spjaldið {deck-card} á {deck-board} er komið fram yfir lokadagsetningu.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s minntist á þig í athugasemd við \"%s\".",
|
||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} minntist á þig í athugasemd við {deck-card}.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Borðinu \"%s\" hefur verið deilt með þér af %s.",
|
||||
"{user} has shared {deck-board} with you." : "{user} deildi {deck-board} með þér.",
|
||||
"Deck board" : "Deck-borð",
|
||||
"Owned by %1$s" : "Í eigu notandans %1$s",
|
||||
"Deck boards, cards and comments" : "Deck-borð, spjöld og athugasemdir",
|
||||
"From %1$s, in %2$s/%3$s, owned by %4$s" : "Frá %1$s, í %2$s/%3$s, í eigu notandans %4$s",
|
||||
"Create a new deck card" : "Búa til nýtt spjald",
|
||||
"Card comments" : "Athugasemdir spjalds",
|
||||
"%s on %s" : "%s á %s",
|
||||
"Deck boards and cards" : "Deck-borð og spjöld",
|
||||
"No data was provided to create an attachment." : "Engin gögn voru gefin til að útbúa viðhengi.",
|
||||
"Finished" : "Lokið",
|
||||
"To review" : "Til að yfirfara",
|
||||
@@ -70,10 +114,15 @@ OC.L10N.register(
|
||||
"Could not write file to disk" : "Tókst ekki að skrifa skrá á disk.",
|
||||
"A PHP extension stopped the file upload" : "PHP-viðbót stöðvaði innsendingu skráar",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Engin innsend skrá eða að skráarstærð fór fram úr hámarksstæðinni %s",
|
||||
"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.",
|
||||
"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",
|
||||
"Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu",
|
||||
"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" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í Markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með Markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
|
||||
"Add board" : "Bæta við borði",
|
||||
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
|
||||
"Search by board title" : "Leita eftir titli borðs",
|
||||
"Select board" : "Veldu borð",
|
||||
"Select a board" : "Veldu borð",
|
||||
"Select a card" : "Veldu spjald",
|
||||
@@ -81,34 +130,51 @@ OC.L10N.register(
|
||||
"Select the card to link to a project" : "Veldu spjaldið sem á að tengja við verkefnið",
|
||||
"Link to card" : "Tengill á spjald",
|
||||
"File already exists" : "Skrá er þegar til",
|
||||
"A file with the name {filename} already exists." : "Skrá með heitinu {filename} er þegar til",
|
||||
"Do you want to overwrite it?" : "Viltu skrifa yfir það?",
|
||||
"Overwrite file" : "Skrifa yfir skrá",
|
||||
"Keep existing file" : "Halda fyrirliggjandi skrá",
|
||||
"This board is read only" : "Þetta spjald er ritvarið",
|
||||
"Drop your files to upload" : "Slepptu skrám til að senda þær inn",
|
||||
"Add card" : "Bæta við spjaldi",
|
||||
"Archived cards" : "Spjöld í geymslu",
|
||||
"Add list" : "Bæta við lista",
|
||||
"List name" : "Heiti á lista",
|
||||
"Active filters" : "Virkar síur",
|
||||
"Apply filter" : "Beita síu",
|
||||
"Filter by tag" : "Sía eftir merki",
|
||||
"Filter by assigned user" : "Sía eftir úthlutuðum notanda",
|
||||
"Unassigned" : "Ekki úthlutað",
|
||||
"Filter by due date" : "Sía eftir lokadagsetningu",
|
||||
"Overdue" : "Fram yfir tímamörk",
|
||||
"Next 24 hours" : "Næstu 24 klukkustundir",
|
||||
"Next 7 days" : "Næstu 7 daga",
|
||||
"Next 30 days" : "Næstu 30 daga",
|
||||
"No due date" : "Enginn lokadagur",
|
||||
"Clear filter" : "Hreinsa síu",
|
||||
"View Modes" : "Skoðunarhamir",
|
||||
"Toggle View Modes" : "Víxla milli skoðunarhama",
|
||||
"Hide archived cards" : "Fela spjöld í geymslu",
|
||||
"Show archived cards" : "Sýna spjöld í geymslu",
|
||||
"Toggle compact mode" : "Víxla þjöppuðum ham af/á",
|
||||
"Hide card cover images" : "Fela kápumyndir spjalda",
|
||||
"Show card cover images" : "Birta kápumyndir spjalda",
|
||||
"Open details" : "Opna nánari upplýsingar",
|
||||
"Details" : "Details",
|
||||
"Currently present people" : "Viðstatt fólk",
|
||||
"Loading board" : "Hleð inn borði",
|
||||
"Board not found" : "Borð fannst ekki",
|
||||
"No lists available" : "Engir listar tiltækir",
|
||||
"Create a new list to add cards to this board" : "Búðu til nýjan lista til að bæta spjöldum á þetta borð",
|
||||
"Sharing" : "Deiling",
|
||||
"Tags" : "Merki",
|
||||
"Deleted items" : "Eydd atriði",
|
||||
"Activity" : "Virkni",
|
||||
"Deleted lists" : "Eyddi listum",
|
||||
"Undo" : "Afturkalla",
|
||||
"Deleted cards" : "Eydd spjöld",
|
||||
"Share board with a user, group or circle …" : "Deila borði með notanda, hóp eða hring …",
|
||||
"Searching for users, groups and circles …" : "Leita að notendum, hópum og hringjum …",
|
||||
"No participants found" : "No participants found",
|
||||
"Board owner" : "Eigandi borðs",
|
||||
"(Group)" : "(Hópur)",
|
||||
@@ -118,63 +184,172 @@ OC.L10N.register(
|
||||
"Can manage" : "Gerur sýslað með",
|
||||
"Owner" : "Eigandi",
|
||||
"Delete" : "Eyða",
|
||||
"Failed to create share with {displayName}" : "Gat ekki búið til sameign með {displayName}",
|
||||
"Are you sure you want to transfer the board {title} to {user}?" : "Ertu viss um að þú viljir yfirfæra borðið {title} til {user}?",
|
||||
"Transfer the board." : "Flytja borðið.",
|
||||
"Transfer" : "Færa",
|
||||
"The board has been transferred to {user}" : "Borðið hefur verið yfirfært til {user}",
|
||||
"Failed to transfer the board to {user}" : "Mistókst að yfirfæra borðið til {user}",
|
||||
"Edit list title" : "Breyta titli lista",
|
||||
"Archive all cards" : "Setja öll spjöld í geymslu",
|
||||
"Unarchive all cards" : "Taka öll spjöld úr geymslu",
|
||||
"Delete list" : "Eyða lista",
|
||||
"Archive all cards in this list" : "Setja öll spjöld á þessum lista í geymslu",
|
||||
"Unarchive all cards in this list" : "Taka öll spjöld á þessum lista úr geymslu",
|
||||
"Add a new card" : "Bæta við nýju spjaldi",
|
||||
"Card name" : "Heiti spjalds",
|
||||
"List deleted" : "Lista eytt",
|
||||
"Edit" : "Breyta",
|
||||
"Add a new tag" : "Bæta við nýju merki",
|
||||
"title and color value must be provided" : "titill og litgildi verða að vera til staðar",
|
||||
"Board name" : "Heiti borðs",
|
||||
"Members" : "Meðlimir",
|
||||
"Assign to users/groups/circles" : "Úthluta á notendur/hópa/hringi",
|
||||
"Assign a user to this card…" : "Úthluta notanda á þetta spjald",
|
||||
"Upload new files" : "Senda inn nýjar skrár",
|
||||
"Share from Files" : "Deila úr skrám",
|
||||
"Pending share" : "Sameign í bið",
|
||||
"Add this attachment" : "Bæta við þessu viðhengi",
|
||||
"Show in Files" : "Sýna í skrám",
|
||||
"Download" : "Sækja",
|
||||
"Remove attachment" : "Fjarlægja viðhengi",
|
||||
"Delete Attachment" : "Eyða viðhengi",
|
||||
"Restore Attachment" : "Endurheimta viðhengi",
|
||||
"File to share" : "Skrá til að deila",
|
||||
"Invalid path selected" : "Ógild slóð valin",
|
||||
"Open in sidebar view" : "Opna í hliðarspjaldssýn",
|
||||
"Open in bigger view" : "Opna í stærri sýn",
|
||||
"Attachments" : "Viðhengi",
|
||||
"Comments" : "Athugasemdir",
|
||||
"Modified" : "Breytt",
|
||||
"Created" : "Búið til þann",
|
||||
"The title cannot be empty." : "Titill getur ekki verið auður.",
|
||||
"No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!",
|
||||
"Failed to load comments" : "Mistókst að hlaða inn athugasemdum",
|
||||
"Save" : "Vista",
|
||||
"The comment cannot be empty." : "Athugasemdin má ekki vera tóm.",
|
||||
"The comment cannot be longer than 1000 characters." : "Athugasemdin má ekki vera lengri en 1000 stafir.",
|
||||
"In reply to" : "Sem svar til",
|
||||
"Cancel reply" : "Hætta við svar",
|
||||
"Reply" : "Svara",
|
||||
"Update" : "Uppfæra",
|
||||
"Created:" : "Búið til:",
|
||||
"Description" : "Lýsing",
|
||||
"(Unsaved)" : "(Óvistað)",
|
||||
"(Saving…)" : "(Vista…)",
|
||||
"Formatting help" : "Hjálp við að sníða",
|
||||
"Edit description" : "Breyta lýsingu",
|
||||
"View description" : "Skoða lýsingu",
|
||||
"Add Attachment" : "Bæta við viðhengi",
|
||||
"Write a description …" : "Skrifaðu lýsingu …",
|
||||
"Choose attachment" : "Veldu viðhengi",
|
||||
"Assign a due date to this card…" : "Úthluta skiladagsetningu á þetta spjald…",
|
||||
"Set a due date" : "Setja lokadag",
|
||||
"Add due date" : "Bæta við skiladegi",
|
||||
"Choose a date" : "Veldu dagsetningu",
|
||||
"Remove due date" : "Fjarlægja skiladag",
|
||||
"Completed" : "Lokið",
|
||||
"Due at:" : "Á að ljúka klukkan:",
|
||||
"Not completed" : "Er ekki lokið",
|
||||
"Unarchive card" : "Taka spjald úr geymslu",
|
||||
"Archive card" : "Setja spjald í geymslu",
|
||||
"Select Date" : "Veldu dag",
|
||||
"Set due date for later today" : "Setja skil á seinna í dag",
|
||||
"Set due date for tomorrow" : "Setja skil á morgun",
|
||||
"Set due date for this weekend" : "Setja skil á þessa helgi",
|
||||
"Set due date for next week" : "Setja skil á í næstu viku",
|
||||
"Assign a tag to this card…" : "Úthluta merki á þetta spjald",
|
||||
"Create a new tag:" : "Búa til nýtt merki:",
|
||||
"(group)" : "(hópur)",
|
||||
"Next week – {timeLocale}" : "Í næstu viku – {timeLocale}",
|
||||
"Todo items" : "Atriði á verkefnalista",
|
||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
"Mark as not done" : "Merkja sem ólokið",
|
||||
"Mark as done" : "Merkja sem lokið",
|
||||
"Move card" : "Færa spjald",
|
||||
"Delete card" : "Eyða spjaldi",
|
||||
"Move card to another board" : "Færa spjald á annað borð",
|
||||
"Select a list" : "Veldu lista",
|
||||
"List is empty" : "Listi er tómur",
|
||||
"Card deleted" : "Spjaldi eytt",
|
||||
"seconds ago" : "sekúndum síðan",
|
||||
"Keyboard shortcuts" : "Flýtileiðir á lyklaborði",
|
||||
"Keyboard shortcut" : "Flýtilykill",
|
||||
"Action" : "Aðgerð",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Search",
|
||||
"Enter" : "Enter",
|
||||
"All boards" : "Öll borð",
|
||||
"Archived boards" : "Borð í geymslu",
|
||||
"Shared with you" : "Deilt með þér",
|
||||
"Deck settings" : "Stillingar Deck",
|
||||
"Use bigger card view" : "Nota stærri spjaldasýn",
|
||||
"Show card ID badge" : "Sýna auðkennismerki spjalds",
|
||||
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
||||
"Limit board creation to some groups" : "Takmarka gerð borða við suma hópa",
|
||||
"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." : "Notendur sem tilheyra ekki þessum hópum eru útilokaðir frá því að útbúa sín eigin borð, en munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
"Unarchive board" : "Taka borð úr geymslu",
|
||||
"Archive board" : "Setja borð í geymslu",
|
||||
"Export board" : "Flytja út borð",
|
||||
"Turn on due date reminders" : "Kveikja á áminningum um skiladagsetningar",
|
||||
"Turn off due date reminders" : "Slökkva á áminningum um skiladagsetningar",
|
||||
"Due date reminders" : "Áminningar um skiladagsetningar",
|
||||
"All cards" : "Öll spjöld",
|
||||
"Assigned cards" : "Úthlutuð spjöld",
|
||||
"No notifications" : "Engar tilkynningar",
|
||||
"Delete board" : "Eyða borði",
|
||||
"Board {0} deleted" : "Borðinu {0} eytt",
|
||||
"Only assigned cards" : "Aðeins úthlutuð spjöld",
|
||||
"No reminder" : "Engin áminning",
|
||||
"An error occurred" : "Villa kom upp",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ertu viss um að þú viljir eyða borðinu {title}?. Þetta mun eyða öllum gögnum í þessu borði, meðal annars spjöldum í geymslu.",
|
||||
"Delete the board?" : "Eyða borðinu?",
|
||||
"Loading filtered view" : "Hleð inn síaðri sýn",
|
||||
"Today" : "Í dag",
|
||||
"Tomorrow" : "Á morgun",
|
||||
"No due" : "Enginn skilatími",
|
||||
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
||||
"No results found" : "Engar niðurstöður fundust",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}",
|
||||
"{stack} in {board}" : "{stack} á {board}",
|
||||
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Búið til {created}\n* Síðast breytt {lastMod}\n* {nbAttachments} viðhengi\n* {nbComments} athugasemdir",
|
||||
"{nbCards} cards" : "{nbCards} spjöld",
|
||||
"Click to expand comment" : "Smelltu til að fella út athugasemd",
|
||||
"Create a new card" : "Búa til nýtt spjald",
|
||||
"Card title" : "Titill á spjaldi",
|
||||
"Create card" : "Búa til spjald",
|
||||
"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",
|
||||
"Due on {date}" : "Skilist {date}",
|
||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
"Link to a card" : "Tengja við spjald",
|
||||
"Create a card" : "Búa til spjald",
|
||||
"Message from {author} in {conversationName}" : "Skilaboð frá {author} í {conversationName}",
|
||||
"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}",
|
||||
"Error creating the share" : "Villa við að búa til sameignina",
|
||||
"Share with a Deck card" : "Deila með Deck-spjaldi",
|
||||
"Share {file} with a Deck card" : "Deila {file} með Deck-spjaldi",
|
||||
"Share" : "Deila",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Lýsingu á spjaldi</strong> inni í Deck-spjaldaforritinu hefur verið breytt",
|
||||
"Timeline" : "Tímalína",
|
||||
@@ -182,6 +357,7 @@ OC.L10N.register(
|
||||
"Due date" : "Skiladagur",
|
||||
"Next week" : "Næsta viku",
|
||||
"Next month" : "Næsti mánuður",
|
||||
"Limit deck usage of groups" : "Takmarka notkun hópa á spjaldaforritinu",
|
||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Takmörkun í Deck spjaldaforritinu mun loka notendur sem tilheyra ekki þessum hópum frá því að útbúa sín eigin borð. Notendurnir munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra."
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
||||
180
l10n/is.json
180
l10n/is.json
@@ -15,18 +15,46 @@
|
||||
"{user} has archived the board {before}" : "{user} setti borðið {before} í geymslu",
|
||||
"You have unarchived the board {board}" : "Þú tókst borðið {board} úr geymslu",
|
||||
"{user} has unarchived the board {before}" : "{user} tók borðið {before} úr geymslu",
|
||||
"You have created a new list {stack} on board {board}" : "Þú hefur búið til nýjan lista {stack} á borðinu {board}",
|
||||
"{user} has created a new list {stack} on board {board}" : "{user} hefur búið til nýjan lista {stack} á borðinu {board}",
|
||||
"You have renamed list {before} to {stack} on board {board}" : "Þú hefur endurnefnt listann {before} sem {stack} á borðinu {board}",
|
||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} hefur endurnefnt listann {before} sem {stack} á borðinu {board}",
|
||||
"You have deleted list {stack} on board {board}" : "Þú hefur eytt listanum {stack} á borðinu {board}",
|
||||
"{user} has deleted list {stack} on board {board}" : "{user} hefur eytt listanum {stack} á borðinu {board}",
|
||||
"You have created card {card} in list {stack} on board {board}" : "Þú hefur búið til spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has created card {card} in list {stack} on board {board}" : "{user} hefur búið til spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"You have deleted card {card} in list {stack} on board {board}" : "Þú eyddir spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} eyddi spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have renamed the card {before} to {card}" : "Þú hefur endurnefnt spjaldið {before} sem {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hefur endurnefnt spjaldið {before} sem {card}",
|
||||
"You have added a description to card {card} in list {stack} on board {board}" : "Þú bættir við lýsingu á spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} bætti við lýsingu á spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have updated the description of card {card} in list {stack} on board {board}" : "Þú uppfærðir lýsingu á spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} uppfærði lýsingu á spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have archived card {card} in list {stack} on board {board}" : "Þú settir í geymslu spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} setti í geymslu spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Þú tókst úr geymslu spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} tók úr geymslu spjaldið {card} í listanum {stack} á borðinu {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Þú hefur merkt spjaldið {card} sem lokið í listanum {stack} á borðinu {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} hefur merkt spjaldið {card} sem lokið í listanum {stack} á borðinu {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Þú hefur merkt spjaldið {card} sem ólokið í listanum {stack} á borðinu {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} hefur merkt spjaldið {card} sem ólokið í listanum {stack} á borðinu {board}",
|
||||
"You have removed the due date of card {card}" : "Þú fjarlægðir gildistíma af spjaldinu {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} fjarlægði gildistíma af spjaldinu {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Þú settir gildistíma spjaldsins {card} á {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} setti gildistíma spjaldsins {card} á {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Þú uppfærðir gildistíma spjaldsins {card} á {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} uppfærði gildistíma spjaldsins {card} á {after}",
|
||||
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Þú bættir við merkingunni {label} af spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} bætti við merkingunni {label} af spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Þú hefur fjarlægt merkinguna {label} af spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} fjarlægði merkinguna {label} af spjaldinu {card} í listanum {stack} á borðinu {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Þú úthlutaðir {assigneduser} á spjaldið {card} á borðinu {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} úthlutaði {assigneduser} á spjaldið {card} á borðinu {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Þú hefur afturkallað úthlutun {assigneduser} á spjaldið {card} á borðinu {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hefur afturkallað úthlutun {assigneduser} á spjaldið {card} á borðinu {board}",
|
||||
"You have moved the card {card} from list {stackBefore} to {stack}" : "Þú færðir spjaldið {card} úr listanum {stackBefore} yfir í {stack}",
|
||||
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} færði spjaldið {card} úr listanum {stackBefore} yfir í {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Þú bættir viðhenginu {attachment} við spjaldið {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} bætti viðhenginu {attachment} við spjaldið {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Þú uppfærðir viðhengið {attachment} á spjaldinu {card}",
|
||||
@@ -37,16 +65,32 @@
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} endurheimti viðhengið {attachment} á spjaldinu {card}",
|
||||
"You have commented on card {card}" : "Þú settir inn athugasemd við spjaldið {card}",
|
||||
"{user} has commented on card {card}" : "{user} setti inn athugasemd við spjaldið {card}",
|
||||
"Deck" : "Dekk",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck spjaldaforritinu</strong>",
|
||||
"Deck" : "Deck-spjaldaforrit",
|
||||
"Changes in the <strong>Deck app</strong>" : "Breytingar í <strong>Deck-spjaldaforritinu</strong>",
|
||||
"A <strong>board, list or card</strong> was changed" : "<strong>Borði, lista eða spjaldi</strong> hefur verið breytt",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Athugasemd</strong> var gerð á spjaldi",
|
||||
"A <strong>card description</strong> has been changed" : "<strong>Lýsingu á spjaldi</strong> hefur verið breytt",
|
||||
"Cards due today" : "Spjöld sem á að ljúka í dag",
|
||||
"Cards due tomorrow" : "Spjöld sem á að ljúka á morgun",
|
||||
"Upcoming cards" : "Spjöld á næstunni",
|
||||
"Load more" : "Hlaða inn meira",
|
||||
"Personal" : "Einka",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Spjaldinu \"%s\" á \"%s\" hefur verið úthlutað til þín af %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hefur úthlutað spjaldinu {deck-card} á {deck-board} til þín.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Spjaldið \"%s\" á \"%s\" er komið fram yfir lokadagsetningu.",
|
||||
"The card {deck-card} on {deck-board} has reached its due date." : "Spjaldið {deck-card} á {deck-board} er komið fram yfir lokadagsetningu.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s minntist á þig í athugasemd við \"%s\".",
|
||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} minntist á þig í athugasemd við {deck-card}.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Borðinu \"%s\" hefur verið deilt með þér af %s.",
|
||||
"{user} has shared {deck-board} with you." : "{user} deildi {deck-board} með þér.",
|
||||
"Deck board" : "Deck-borð",
|
||||
"Owned by %1$s" : "Í eigu notandans %1$s",
|
||||
"Deck boards, cards and comments" : "Deck-borð, spjöld og athugasemdir",
|
||||
"From %1$s, in %2$s/%3$s, owned by %4$s" : "Frá %1$s, í %2$s/%3$s, í eigu notandans %4$s",
|
||||
"Create a new deck card" : "Búa til nýtt spjald",
|
||||
"Card comments" : "Athugasemdir spjalds",
|
||||
"%s on %s" : "%s á %s",
|
||||
"Deck boards and cards" : "Deck-borð og spjöld",
|
||||
"No data was provided to create an attachment." : "Engin gögn voru gefin til að útbúa viðhengi.",
|
||||
"Finished" : "Lokið",
|
||||
"To review" : "Til að yfirfara",
|
||||
@@ -68,10 +112,15 @@
|
||||
"Could not write file to disk" : "Tókst ekki að skrifa skrá á disk.",
|
||||
"A PHP extension stopped the file upload" : "PHP-viðbót stöðvaði innsendingu skráar",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Engin innsend skrá eða að skráarstærð fór fram úr hámarksstæðinni %s",
|
||||
"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.",
|
||||
"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",
|
||||
"Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu",
|
||||
"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" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í Markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með Markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
|
||||
"Add board" : "Bæta við borði",
|
||||
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
|
||||
"Search by board title" : "Leita eftir titli borðs",
|
||||
"Select board" : "Veldu borð",
|
||||
"Select a board" : "Veldu borð",
|
||||
"Select a card" : "Veldu spjald",
|
||||
@@ -79,34 +128,51 @@
|
||||
"Select the card to link to a project" : "Veldu spjaldið sem á að tengja við verkefnið",
|
||||
"Link to card" : "Tengill á spjald",
|
||||
"File already exists" : "Skrá er þegar til",
|
||||
"A file with the name {filename} already exists." : "Skrá með heitinu {filename} er þegar til",
|
||||
"Do you want to overwrite it?" : "Viltu skrifa yfir það?",
|
||||
"Overwrite file" : "Skrifa yfir skrá",
|
||||
"Keep existing file" : "Halda fyrirliggjandi skrá",
|
||||
"This board is read only" : "Þetta spjald er ritvarið",
|
||||
"Drop your files to upload" : "Slepptu skrám til að senda þær inn",
|
||||
"Add card" : "Bæta við spjaldi",
|
||||
"Archived cards" : "Spjöld í geymslu",
|
||||
"Add list" : "Bæta við lista",
|
||||
"List name" : "Heiti á lista",
|
||||
"Active filters" : "Virkar síur",
|
||||
"Apply filter" : "Beita síu",
|
||||
"Filter by tag" : "Sía eftir merki",
|
||||
"Filter by assigned user" : "Sía eftir úthlutuðum notanda",
|
||||
"Unassigned" : "Ekki úthlutað",
|
||||
"Filter by due date" : "Sía eftir lokadagsetningu",
|
||||
"Overdue" : "Fram yfir tímamörk",
|
||||
"Next 24 hours" : "Næstu 24 klukkustundir",
|
||||
"Next 7 days" : "Næstu 7 daga",
|
||||
"Next 30 days" : "Næstu 30 daga",
|
||||
"No due date" : "Enginn lokadagur",
|
||||
"Clear filter" : "Hreinsa síu",
|
||||
"View Modes" : "Skoðunarhamir",
|
||||
"Toggle View Modes" : "Víxla milli skoðunarhama",
|
||||
"Hide archived cards" : "Fela spjöld í geymslu",
|
||||
"Show archived cards" : "Sýna spjöld í geymslu",
|
||||
"Toggle compact mode" : "Víxla þjöppuðum ham af/á",
|
||||
"Hide card cover images" : "Fela kápumyndir spjalda",
|
||||
"Show card cover images" : "Birta kápumyndir spjalda",
|
||||
"Open details" : "Opna nánari upplýsingar",
|
||||
"Details" : "Details",
|
||||
"Currently present people" : "Viðstatt fólk",
|
||||
"Loading board" : "Hleð inn borði",
|
||||
"Board not found" : "Borð fannst ekki",
|
||||
"No lists available" : "Engir listar tiltækir",
|
||||
"Create a new list to add cards to this board" : "Búðu til nýjan lista til að bæta spjöldum á þetta borð",
|
||||
"Sharing" : "Deiling",
|
||||
"Tags" : "Merki",
|
||||
"Deleted items" : "Eydd atriði",
|
||||
"Activity" : "Virkni",
|
||||
"Deleted lists" : "Eyddi listum",
|
||||
"Undo" : "Afturkalla",
|
||||
"Deleted cards" : "Eydd spjöld",
|
||||
"Share board with a user, group or circle …" : "Deila borði með notanda, hóp eða hring …",
|
||||
"Searching for users, groups and circles …" : "Leita að notendum, hópum og hringjum …",
|
||||
"No participants found" : "No participants found",
|
||||
"Board owner" : "Eigandi borðs",
|
||||
"(Group)" : "(Hópur)",
|
||||
@@ -116,63 +182,172 @@
|
||||
"Can manage" : "Gerur sýslað með",
|
||||
"Owner" : "Eigandi",
|
||||
"Delete" : "Eyða",
|
||||
"Failed to create share with {displayName}" : "Gat ekki búið til sameign með {displayName}",
|
||||
"Are you sure you want to transfer the board {title} to {user}?" : "Ertu viss um að þú viljir yfirfæra borðið {title} til {user}?",
|
||||
"Transfer the board." : "Flytja borðið.",
|
||||
"Transfer" : "Færa",
|
||||
"The board has been transferred to {user}" : "Borðið hefur verið yfirfært til {user}",
|
||||
"Failed to transfer the board to {user}" : "Mistókst að yfirfæra borðið til {user}",
|
||||
"Edit list title" : "Breyta titli lista",
|
||||
"Archive all cards" : "Setja öll spjöld í geymslu",
|
||||
"Unarchive all cards" : "Taka öll spjöld úr geymslu",
|
||||
"Delete list" : "Eyða lista",
|
||||
"Archive all cards in this list" : "Setja öll spjöld á þessum lista í geymslu",
|
||||
"Unarchive all cards in this list" : "Taka öll spjöld á þessum lista úr geymslu",
|
||||
"Add a new card" : "Bæta við nýju spjaldi",
|
||||
"Card name" : "Heiti spjalds",
|
||||
"List deleted" : "Lista eytt",
|
||||
"Edit" : "Breyta",
|
||||
"Add a new tag" : "Bæta við nýju merki",
|
||||
"title and color value must be provided" : "titill og litgildi verða að vera til staðar",
|
||||
"Board name" : "Heiti borðs",
|
||||
"Members" : "Meðlimir",
|
||||
"Assign to users/groups/circles" : "Úthluta á notendur/hópa/hringi",
|
||||
"Assign a user to this card…" : "Úthluta notanda á þetta spjald",
|
||||
"Upload new files" : "Senda inn nýjar skrár",
|
||||
"Share from Files" : "Deila úr skrám",
|
||||
"Pending share" : "Sameign í bið",
|
||||
"Add this attachment" : "Bæta við þessu viðhengi",
|
||||
"Show in Files" : "Sýna í skrám",
|
||||
"Download" : "Sækja",
|
||||
"Remove attachment" : "Fjarlægja viðhengi",
|
||||
"Delete Attachment" : "Eyða viðhengi",
|
||||
"Restore Attachment" : "Endurheimta viðhengi",
|
||||
"File to share" : "Skrá til að deila",
|
||||
"Invalid path selected" : "Ógild slóð valin",
|
||||
"Open in sidebar view" : "Opna í hliðarspjaldssýn",
|
||||
"Open in bigger view" : "Opna í stærri sýn",
|
||||
"Attachments" : "Viðhengi",
|
||||
"Comments" : "Athugasemdir",
|
||||
"Modified" : "Breytt",
|
||||
"Created" : "Búið til þann",
|
||||
"The title cannot be empty." : "Titill getur ekki verið auður.",
|
||||
"No comments yet. Begin the discussion!" : "Engar athugasemdir ennþá. Byrjaðu umræðuna!",
|
||||
"Failed to load comments" : "Mistókst að hlaða inn athugasemdum",
|
||||
"Save" : "Vista",
|
||||
"The comment cannot be empty." : "Athugasemdin má ekki vera tóm.",
|
||||
"The comment cannot be longer than 1000 characters." : "Athugasemdin má ekki vera lengri en 1000 stafir.",
|
||||
"In reply to" : "Sem svar til",
|
||||
"Cancel reply" : "Hætta við svar",
|
||||
"Reply" : "Svara",
|
||||
"Update" : "Uppfæra",
|
||||
"Created:" : "Búið til:",
|
||||
"Description" : "Lýsing",
|
||||
"(Unsaved)" : "(Óvistað)",
|
||||
"(Saving…)" : "(Vista…)",
|
||||
"Formatting help" : "Hjálp við að sníða",
|
||||
"Edit description" : "Breyta lýsingu",
|
||||
"View description" : "Skoða lýsingu",
|
||||
"Add Attachment" : "Bæta við viðhengi",
|
||||
"Write a description …" : "Skrifaðu lýsingu …",
|
||||
"Choose attachment" : "Veldu viðhengi",
|
||||
"Assign a due date to this card…" : "Úthluta skiladagsetningu á þetta spjald…",
|
||||
"Set a due date" : "Setja lokadag",
|
||||
"Add due date" : "Bæta við skiladegi",
|
||||
"Choose a date" : "Veldu dagsetningu",
|
||||
"Remove due date" : "Fjarlægja skiladag",
|
||||
"Completed" : "Lokið",
|
||||
"Due at:" : "Á að ljúka klukkan:",
|
||||
"Not completed" : "Er ekki lokið",
|
||||
"Unarchive card" : "Taka spjald úr geymslu",
|
||||
"Archive card" : "Setja spjald í geymslu",
|
||||
"Select Date" : "Veldu dag",
|
||||
"Set due date for later today" : "Setja skil á seinna í dag",
|
||||
"Set due date for tomorrow" : "Setja skil á morgun",
|
||||
"Set due date for this weekend" : "Setja skil á þessa helgi",
|
||||
"Set due date for next week" : "Setja skil á í næstu viku",
|
||||
"Assign a tag to this card…" : "Úthluta merki á þetta spjald",
|
||||
"Create a new tag:" : "Búa til nýtt merki:",
|
||||
"(group)" : "(hópur)",
|
||||
"Next week – {timeLocale}" : "Í næstu viku – {timeLocale}",
|
||||
"Todo items" : "Atriði á verkefnalista",
|
||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
"Mark as not done" : "Merkja sem ólokið",
|
||||
"Mark as done" : "Merkja sem lokið",
|
||||
"Move card" : "Færa spjald",
|
||||
"Delete card" : "Eyða spjaldi",
|
||||
"Move card to another board" : "Færa spjald á annað borð",
|
||||
"Select a list" : "Veldu lista",
|
||||
"List is empty" : "Listi er tómur",
|
||||
"Card deleted" : "Spjaldi eytt",
|
||||
"seconds ago" : "sekúndum síðan",
|
||||
"Keyboard shortcuts" : "Flýtileiðir á lyklaborði",
|
||||
"Keyboard shortcut" : "Flýtilykill",
|
||||
"Action" : "Aðgerð",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Search",
|
||||
"Enter" : "Enter",
|
||||
"All boards" : "Öll borð",
|
||||
"Archived boards" : "Borð í geymslu",
|
||||
"Shared with you" : "Deilt með þér",
|
||||
"Deck settings" : "Stillingar Deck",
|
||||
"Use bigger card view" : "Nota stærri spjaldasýn",
|
||||
"Show card ID badge" : "Sýna auðkennismerki spjalds",
|
||||
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
||||
"Limit board creation to some groups" : "Takmarka gerð borða við suma hópa",
|
||||
"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." : "Notendur sem tilheyra ekki þessum hópum eru útilokaðir frá því að útbúa sín eigin borð, en munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
"Unarchive board" : "Taka borð úr geymslu",
|
||||
"Archive board" : "Setja borð í geymslu",
|
||||
"Export board" : "Flytja út borð",
|
||||
"Turn on due date reminders" : "Kveikja á áminningum um skiladagsetningar",
|
||||
"Turn off due date reminders" : "Slökkva á áminningum um skiladagsetningar",
|
||||
"Due date reminders" : "Áminningar um skiladagsetningar",
|
||||
"All cards" : "Öll spjöld",
|
||||
"Assigned cards" : "Úthlutuð spjöld",
|
||||
"No notifications" : "Engar tilkynningar",
|
||||
"Delete board" : "Eyða borði",
|
||||
"Board {0} deleted" : "Borðinu {0} eytt",
|
||||
"Only assigned cards" : "Aðeins úthlutuð spjöld",
|
||||
"No reminder" : "Engin áminning",
|
||||
"An error occurred" : "Villa kom upp",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ertu viss um að þú viljir eyða borðinu {title}?. Þetta mun eyða öllum gögnum í þessu borði, meðal annars spjöldum í geymslu.",
|
||||
"Delete the board?" : "Eyða borðinu?",
|
||||
"Loading filtered view" : "Hleð inn síaðri sýn",
|
||||
"Today" : "Í dag",
|
||||
"Tomorrow" : "Á morgun",
|
||||
"No due" : "Enginn skilatími",
|
||||
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
||||
"No results found" : "Engar niðurstöður fundust",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}",
|
||||
"{stack} in {board}" : "{stack} á {board}",
|
||||
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Búið til {created}\n* Síðast breytt {lastMod}\n* {nbAttachments} viðhengi\n* {nbComments} athugasemdir",
|
||||
"{nbCards} cards" : "{nbCards} spjöld",
|
||||
"Click to expand comment" : "Smelltu til að fella út athugasemd",
|
||||
"Create a new card" : "Búa til nýtt spjald",
|
||||
"Card title" : "Titill á spjaldi",
|
||||
"Create card" : "Búa til spjald",
|
||||
"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",
|
||||
"Due on {date}" : "Skilist {date}",
|
||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
"Link to a card" : "Tengja við spjald",
|
||||
"Create a card" : "Búa til spjald",
|
||||
"Message from {author} in {conversationName}" : "Skilaboð frá {author} í {conversationName}",
|
||||
"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}",
|
||||
"Error creating the share" : "Villa við að búa til sameignina",
|
||||
"Share with a Deck card" : "Deila með Deck-spjaldi",
|
||||
"Share {file} with a Deck card" : "Deila {file} með Deck-spjaldi",
|
||||
"Share" : "Deila",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Lýsingu á spjaldi</strong> inni í Deck-spjaldaforritinu hefur verið breytt",
|
||||
"Timeline" : "Tímalína",
|
||||
@@ -180,6 +355,7 @@
|
||||
"Due date" : "Skiladagur",
|
||||
"Next week" : "Næsta viku",
|
||||
"Next month" : "Næsti mánuður",
|
||||
"Limit deck usage of groups" : "Takmarka notkun hópa á spjaldaforritinu",
|
||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Takmörkun í Deck spjaldaforritinu mun loka notendur sem tilheyra ekki þessum hópum frá því að útbúa sín eigin borð. Notendurnir munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra."
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
||||
@@ -239,6 +239,14 @@ OC.L10N.register(
|
||||
"List is empty" : "L'elenco è vuoto",
|
||||
"Card deleted" : "Scheda eliminata",
|
||||
"seconds ago" : "secondi fa",
|
||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
||||
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
||||
"Action" : "Azione",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Cerca",
|
||||
"Enter" : "Invio",
|
||||
"Space" : "Spazio",
|
||||
"All boards" : "Tutte le lavagne",
|
||||
"Archived boards" : "Lavagne archiviate",
|
||||
"Shared with you" : "Condiviso con te",
|
||||
@@ -290,7 +298,6 @@ OC.L10N.register(
|
||||
"Share" : "Condividi",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
||||
"Timeline" : "Linea temporale",
|
||||
"Add a new list" : "Aggiungi un nuovo elenco",
|
||||
"Assign to users" : "Assegna a utenti",
|
||||
"Due date" : "Data di scadenza",
|
||||
"Next week" : "Settimana successiva",
|
||||
|
||||
@@ -237,6 +237,14 @@
|
||||
"List is empty" : "L'elenco è vuoto",
|
||||
"Card deleted" : "Scheda eliminata",
|
||||
"seconds ago" : "secondi fa",
|
||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
||||
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
||||
"Action" : "Azione",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Cerca",
|
||||
"Enter" : "Invio",
|
||||
"Space" : "Spazio",
|
||||
"All boards" : "Tutte le lavagne",
|
||||
"Archived boards" : "Lavagne archiviate",
|
||||
"Shared with you" : "Condiviso con te",
|
||||
@@ -288,7 +296,6 @@
|
||||
"Share" : "Condividi",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
||||
"Timeline" : "Linea temporale",
|
||||
"Add a new list" : "Aggiungi un nuovo elenco",
|
||||
"Assign to users" : "Assegna a utenti",
|
||||
"Due date" : "Data di scadenza",
|
||||
"Next week" : "Settimana successiva",
|
||||
|
||||
@@ -242,6 +242,13 @@ OC.L10N.register(
|
||||
"List is empty" : "リストが空です",
|
||||
"Card deleted" : "カードが削除されました",
|
||||
"seconds ago" : "数秒前",
|
||||
"Keyboard shortcuts" : "キーボードショートカット",
|
||||
"Keyboard shortcut" : "キーボードショートカット",
|
||||
"Action" : "アクション",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "検索",
|
||||
"Enter" : "Enter",
|
||||
"All boards" : "すべてのボード",
|
||||
"Archived boards" : "アーカイブ済みのボード",
|
||||
"Shared with you" : "あなたと共有済み",
|
||||
@@ -293,7 +300,6 @@ OC.L10N.register(
|
||||
"Share" : "共有",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "デッキアプリ内の<strong>カードの説明</strong>が変更されたとき",
|
||||
"Timeline" : "タイムライン",
|
||||
"Add a new list" : "新しいリストを追加",
|
||||
"Assign to users" : "ユーザーに割り当てる",
|
||||
"Due date" : "期限",
|
||||
"Next week" : "来週",
|
||||
|
||||
@@ -240,6 +240,13 @@
|
||||
"List is empty" : "リストが空です",
|
||||
"Card deleted" : "カードが削除されました",
|
||||
"seconds ago" : "数秒前",
|
||||
"Keyboard shortcuts" : "キーボードショートカット",
|
||||
"Keyboard shortcut" : "キーボードショートカット",
|
||||
"Action" : "アクション",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "検索",
|
||||
"Enter" : "Enter",
|
||||
"All boards" : "すべてのボード",
|
||||
"Archived boards" : "アーカイブ済みのボード",
|
||||
"Shared with you" : "あなたと共有済み",
|
||||
@@ -291,7 +298,6 @@
|
||||
"Share" : "共有",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "デッキアプリ内の<strong>カードの説明</strong>が変更されたとき",
|
||||
"Timeline" : "タイムライン",
|
||||
"Add a new list" : "新しいリストを追加",
|
||||
"Assign to users" : "ユーザーに割り当てる",
|
||||
"Due date" : "期限",
|
||||
"Next week" : "来週",
|
||||
|
||||
@@ -48,6 +48,10 @@ OC.L10N.register(
|
||||
"Completed" : "დასრულებული",
|
||||
"(group)" : "(ჯგუფი)",
|
||||
"seconds ago" : "წამის წინ",
|
||||
"Keyboard shortcuts" : "კლავიატურის კომბინაციები",
|
||||
"Keyboard shortcut" : "კლავიატურის კომბინაცია",
|
||||
"Action" : "ქმედება",
|
||||
"Search" : "ძიება",
|
||||
"Archived boards" : "არქივირებული დაფები",
|
||||
"Shared with you" : "გაზიარებული თქვენთან",
|
||||
"Board details" : "დაფის დეტალები",
|
||||
|
||||
@@ -46,6 +46,10 @@
|
||||
"Completed" : "დასრულებული",
|
||||
"(group)" : "(ჯგუფი)",
|
||||
"seconds ago" : "წამის წინ",
|
||||
"Keyboard shortcuts" : "კლავიატურის კომბინაციები",
|
||||
"Keyboard shortcut" : "კლავიატურის კომბინაცია",
|
||||
"Action" : "ქმედება",
|
||||
"Search" : "ძიება",
|
||||
"Archived boards" : "არქივირებული დაფები",
|
||||
"Shared with you" : "გაზიარებული თქვენთან",
|
||||
"Board details" : "დაფის დეტალები",
|
||||
|
||||
@@ -25,6 +25,7 @@ OC.L10N.register(
|
||||
"Cancel reply" : "Semmet tiririt.",
|
||||
"Reply" : "Err",
|
||||
"Completed" : "Yemmed",
|
||||
"Search" : "Nadi",
|
||||
"No notifications" : "Ulac tisezmal",
|
||||
"Today" : "Ass-a",
|
||||
"Close" : "Mdel",
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"Cancel reply" : "Semmet tiririt.",
|
||||
"Reply" : "Err",
|
||||
"Completed" : "Yemmed",
|
||||
"Search" : "Nadi",
|
||||
"No notifications" : "Ulac tisezmal",
|
||||
"Today" : "Ass-a",
|
||||
"Close" : "Mdel",
|
||||
|
||||
@@ -22,6 +22,7 @@ OC.L10N.register(
|
||||
"Created:" : "បានបង្កើត៖",
|
||||
"Description" : "ការអធិប្បាយ",
|
||||
"seconds ago" : "វិនាទីមុន",
|
||||
"Search" : "ស្វែងរក",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "ថ្ងៃនេះ",
|
||||
"Close" : "បិទ",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user