Compare commits
38 Commits
get-cards-
...
v1.12.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cd787fb31 | ||
|
|
6434c7afc4 | ||
|
|
23c4730ef0 | ||
|
|
744812f01f | ||
|
|
008732aba1 | ||
|
|
7446acebff | ||
|
|
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 }}
|
||||
|
||||
|
||||
87
CHANGELOG.md
87
CHANGELOG.md
@@ -1,6 +1,93 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.12.0
|
||||
|
||||
### Added
|
||||
|
||||
- Added ability to mark a card as done @TehThanos [#4137](https://github.com/nextcloud/deck/pull/4137)
|
||||
- Card Cover Images @jszeibert [#5035](https://github.com/nextcloud/deck/pull/5035)
|
||||
- Upcoming/Today/Tomorrow dashboard widgets @BKapelari [#2658](https://github.com/nextcloud/deck/pull/2658)
|
||||
- Enabled advanced fields option on tag color picker @faab007nl [#4362](https://github.com/nextcloud/deck/pull/4362)
|
||||
- Remember last board, list for new card dialog @luka-nextcloud [#5046](https://github.com/nextcloud/deck/pull/5046)
|
||||
- Add support for bidirectional text @jamazi [#5258](https://github.com/nextcloud/deck/pull/5258)
|
||||
- Card layout polishing @juliushaertl [#5264](https://github.com/nextcloud/deck/pull/5264)
|
||||
- feat: Move to contenteditable for inline title editing @juliushaertl [#5282](https://github.com/nextcloud/deck/pull/5282)
|
||||
- scroll board by dragging @shoetten [#5293](https://github.com/nextcloud/deck/pull/5293)
|
||||
- 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)
|
||||
- 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)
|
||||
- fix: Properly get done state for dav @juliushaertl [#5287](https://github.com/nextcloud/deck/pull/5287)
|
||||
- Fix upcoming cards and label input @juliushaertl [#5290](https://github.com/nextcloud/deck/pull/5290)
|
||||
- fix: Properly handle adding new tags through multiselect @juliushaertl [#5285](https://github.com/nextcloud/deck/pull/5285)
|
||||
- fix: Avoid throwing errors if no token provided on close @juliushaertl [#5284](https://github.com/nextcloud/deck/pull/5284)
|
||||
- fix: Expose card actions in the card menu (fix #3180) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Use full card menu everywhere (fix #3993) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Detect end of the activity responses (fix #3395) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Add title with absolute date time to activity (fix #4508, fix #2122) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Disable dragging archived cards (fix #3271) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Hide unavailable card menu entries for archived card view [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Use localCompare to sort labels (fix #2736) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: More fitting click target for title editing [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Always load proper dashboard js (fixes a log error) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Set fixed height for card modal (fix #4296) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- fix: Make sure to always update card description when navigating away (fix #5254 #2705) [#5280](https://github.com/nextcloud/deck/pull/5280)
|
||||
- perf: Already pass board list as initial state @juliushaertl [#5281](https://github.com/nextcloud/deck/pull/5281)
|
||||
- Deck card comment notification label improvement @Jerome-Herbinet [#4748](https://github.com/nextcloud/deck/pull/4748)
|
||||
- update smart picker links @luka-nextcloud [#5047](https://github.com/nextcloud/deck/pull/5047)
|
||||
- feat: Enhance dark mode @juliushaertl [#5045](https://github.com/nextcloud/deck/pull/5045)
|
||||
- fix: export doesn't handle lists with no cards @magikmw [#5096](https://github.com/nextcloud/deck/pull/5096)
|
||||
- add attributes aria-label= and title= to Filters & View Modes buttons @privatemaker [#5133](https://github.com/nextcloud/deck/pull/5133)
|
||||
- fix: Check both card reference url patterns @juliushaertl [#5262](https://github.com/nextcloud/deck/pull/5262)
|
||||
- fix: Avoid too large index on postgres as indexing just the last_editor column is enough @juliushaertl [#5260](https://github.com/nextcloud/deck/pull/5260)
|
||||
- feat: error msg on CreateNewCardCustomPicker & only show available bo… @luka-nextcloud [#5029](https://github.com/nextcloud/deck/pull/5029)
|
||||
- test: add cypress tests for create new deck card @luka-nextcloud [#5025](https://github.com/nextcloud/deck/pull/5025)
|
||||
- Remove duplicate button @solracsf [#4850](https://github.com/nextcloud/deck/pull/4850)
|
||||
- [stable27] fix cypress for new file picker [#5088](https://github.com/nextcloud/deck/pull/5088)
|
||||
- Replace "Timeline" wording with "Activity" in order to be consistent with equivalent contexts throughout Nextcloud @Jerome-Herbinet [#5164](https://github.com/nextcloud/deck/pull/5164)
|
||||
- Board creation limitation : More understandable wordings @Jerome-Herbinet [#5168](https://github.com/nextcloud/deck/pull/5168)
|
||||
- ci(cypress): Fix file picker selector @juliushaertl [#5212](https://github.com/nextcloud/deck/pull/5212)
|
||||
- Switch to native date picker @juliushaertl [#4668](https://github.com/nextcloud/deck/pull/4668)
|
||||
- fixes minor spelling error @FundreasFrohsinn [#5216](https://github.com/nextcloud/deck/pull/5216)
|
||||
- feat(card): tooltip for comment timestamp @fitrahfm [#5253](https://github.com/nextcloud/deck/pull/5253)
|
||||
|
||||
## 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</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')
|
||||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
@@ -35,6 +35,9 @@ OC.L10N.register(
|
||||
"Completed" : "Voltooid",
|
||||
"Select Date" : "Kies Datum",
|
||||
"seconds ago" : "sekondes gelede",
|
||||
"Keyboard shortcuts" : "Sneltoetse",
|
||||
"Keyboard shortcut" : "Snelsleutel",
|
||||
"Search" : "Soek",
|
||||
"Shared with you" : "Met u gedeel",
|
||||
"No notifications" : "Geen kennisgewings",
|
||||
"An error occurred" : "'n Fout het voorgekom",
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
"Completed" : "Voltooid",
|
||||
"Select Date" : "Kies Datum",
|
||||
"seconds ago" : "sekondes gelede",
|
||||
"Keyboard shortcuts" : "Sneltoetse",
|
||||
"Keyboard shortcut" : "Snelsleutel",
|
||||
"Search" : "Soek",
|
||||
"Shared with you" : "Met u gedeel",
|
||||
"No notifications" : "Geen kennisgewings",
|
||||
"An error occurred" : "'n Fout het voorgekom",
|
||||
|
||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
||||
"Delete" : "Borrar",
|
||||
"Download" : "Escargar",
|
||||
"Modified" : "Modificau",
|
||||
"Search" : "Buscar",
|
||||
"Today" : "Hue",
|
||||
"Close" : "Zarrar",
|
||||
"Share" : "Compartir"
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"Delete" : "Borrar",
|
||||
"Download" : "Escargar",
|
||||
"Modified" : "Modificau",
|
||||
"Search" : "Buscar",
|
||||
"Today" : "Hue",
|
||||
"Close" : "Zarrar",
|
||||
"Share" : "Compartir"
|
||||
|
||||
30
l10n/ar.js
30
l10n/ar.js
@@ -277,6 +277,32 @@ OC.L10N.register(
|
||||
"List is empty" : "القائمة فارغة",
|
||||
"Card deleted" : "البطاقة حٌذفت ",
|
||||
"seconds ago" : "ثوانٍ مضت",
|
||||
"Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
|
||||
"Speed up using Deck with simple shortcuts." : "سرِّع التعامل مع الرقعة باستعمال الاختصارات البسيطة.",
|
||||
"Board actions" : "إجراءات الرقعة",
|
||||
"Keyboard shortcut" : "إختصار لوحة المفاتيح",
|
||||
"Action" : "الإجراء",
|
||||
"Shift" : "العالي shift",
|
||||
"Scroll" : "تحريك",
|
||||
"Scroll sideways" : "تحريك للجنب",
|
||||
"Navigate between cards" : "التنقُّل بين البطاقات",
|
||||
"Esc" : "خروج",
|
||||
"Close card details" : "أغلِق تفاصيل البطاقة",
|
||||
"Ctrl" : "تحكم Ctrl",
|
||||
"Search" : "بحث",
|
||||
"Show card filters" : "أظهِر فلاتر البطاقة",
|
||||
"Clear card filters" : "إمحُ فلاتر البطاقة",
|
||||
"Show help dialog" : "أظهِر نافذة حوار المساعدة",
|
||||
"Card actions" : "إجراءات البطاقة",
|
||||
"The following actions can be triggered on the currently highlighted card" : "الإجراءات التالية يمكن تنفيذها على البطاقات المُعلّمة حالياً",
|
||||
"Enter" : "إدخال",
|
||||
"Space" : "المدى",
|
||||
"Open card details" : "إفتَح تفاصيل البطاقة",
|
||||
"Edit the card title" : "عدِّل عنوان البطاقة",
|
||||
"Assign yourself to the current card" : "أسنِد هذه البطاقة إلى نفسِك",
|
||||
"Archive/unarchive the current card" : "أرشِف أو ألغِ ترشيف البطاقة الحالية",
|
||||
"Mark card as completed/not completed" : "علِّم بطاقة كـ\"منجزة\" أو \"غير منجزة\"",
|
||||
"Open card menu" : "إفتَح قائمة البطاقات",
|
||||
"All boards" : "جميع الالواح",
|
||||
"Archived boards" : "الالواح المؤرشفة",
|
||||
"Shared with you" : "تم مشاركتها معك",
|
||||
@@ -346,12 +372,12 @@ 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" : "الاسبوع القادم",
|
||||
"Next month" : "الشهر القادم",
|
||||
"Limit deck usage of groups" : "تقييد استخدام Deck للمجموعات",
|
||||
"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." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
|
||||
"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." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
|
||||
"Assign yorself to the current card" : "أسنِد البطاقة الحالية إلى نفسك"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
||||
30
l10n/ar.json
30
l10n/ar.json
@@ -275,6 +275,32 @@
|
||||
"List is empty" : "القائمة فارغة",
|
||||
"Card deleted" : "البطاقة حٌذفت ",
|
||||
"seconds ago" : "ثوانٍ مضت",
|
||||
"Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
|
||||
"Speed up using Deck with simple shortcuts." : "سرِّع التعامل مع الرقعة باستعمال الاختصارات البسيطة.",
|
||||
"Board actions" : "إجراءات الرقعة",
|
||||
"Keyboard shortcut" : "إختصار لوحة المفاتيح",
|
||||
"Action" : "الإجراء",
|
||||
"Shift" : "العالي shift",
|
||||
"Scroll" : "تحريك",
|
||||
"Scroll sideways" : "تحريك للجنب",
|
||||
"Navigate between cards" : "التنقُّل بين البطاقات",
|
||||
"Esc" : "خروج",
|
||||
"Close card details" : "أغلِق تفاصيل البطاقة",
|
||||
"Ctrl" : "تحكم Ctrl",
|
||||
"Search" : "بحث",
|
||||
"Show card filters" : "أظهِر فلاتر البطاقة",
|
||||
"Clear card filters" : "إمحُ فلاتر البطاقة",
|
||||
"Show help dialog" : "أظهِر نافذة حوار المساعدة",
|
||||
"Card actions" : "إجراءات البطاقة",
|
||||
"The following actions can be triggered on the currently highlighted card" : "الإجراءات التالية يمكن تنفيذها على البطاقات المُعلّمة حالياً",
|
||||
"Enter" : "إدخال",
|
||||
"Space" : "المدى",
|
||||
"Open card details" : "إفتَح تفاصيل البطاقة",
|
||||
"Edit the card title" : "عدِّل عنوان البطاقة",
|
||||
"Assign yourself to the current card" : "أسنِد هذه البطاقة إلى نفسِك",
|
||||
"Archive/unarchive the current card" : "أرشِف أو ألغِ ترشيف البطاقة الحالية",
|
||||
"Mark card as completed/not completed" : "علِّم بطاقة كـ\"منجزة\" أو \"غير منجزة\"",
|
||||
"Open card menu" : "إفتَح قائمة البطاقات",
|
||||
"All boards" : "جميع الالواح",
|
||||
"Archived boards" : "الالواح المؤرشفة",
|
||||
"Shared with you" : "تم مشاركتها معك",
|
||||
@@ -344,12 +370,12 @@
|
||||
"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" : "الاسبوع القادم",
|
||||
"Next month" : "الشهر القادم",
|
||||
"Limit deck usage of groups" : "تقييد استخدام Deck للمجموعات",
|
||||
"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." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
|
||||
"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." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
|
||||
"Assign yorself to the current card" : "أسنِد البطاقة الحالية إلى نفسك"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
||||
@@ -21,6 +21,9 @@ OC.L10N.register(
|
||||
"Description" : "Descripción",
|
||||
"(Saving…)" : "(Guardando…)",
|
||||
"Completed" : "Completáu",
|
||||
"Keyboard shortcuts" : "Atayos del tecláu",
|
||||
"Action" : "Aición",
|
||||
"Search" : "Guetar",
|
||||
"All cards" : "Toles tarxetes",
|
||||
"An error occurred" : "Prodúxose un error",
|
||||
"Today" : "Güei",
|
||||
|
||||
@@ -19,6 +19,9 @@
|
||||
"Description" : "Descripción",
|
||||
"(Saving…)" : "(Guardando…)",
|
||||
"Completed" : "Completáu",
|
||||
"Keyboard shortcuts" : "Atayos del tecláu",
|
||||
"Action" : "Aición",
|
||||
"Search" : "Guetar",
|
||||
"All cards" : "Toles tarxetes",
|
||||
"An error occurred" : "Prodúxose un error",
|
||||
"Today" : "Güei",
|
||||
|
||||
@@ -26,6 +26,7 @@ OC.L10N.register(
|
||||
"Completed" : "Bitmişdir",
|
||||
"(group)" : "(qrup)",
|
||||
"seconds ago" : "saniyələr öncə",
|
||||
"Search" : "Axtarış",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "Bu gün",
|
||||
"Tomorrow" : "Sabah",
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"Completed" : "Bitmişdir",
|
||||
"(group)" : "(qrup)",
|
||||
"seconds ago" : "saniyələr öncə",
|
||||
"Search" : "Axtarış",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "Bu gün",
|
||||
"Tomorrow" : "Sabah",
|
||||
|
||||
@@ -253,6 +253,14 @@ OC.L10N.register(
|
||||
"List is empty" : "Списъкът е празен",
|
||||
"Card deleted" : "Картата е изтрита",
|
||||
"seconds ago" : "преди секунди",
|
||||
"Keyboard shortcuts" : "Бързи клавиши",
|
||||
"Keyboard shortcut" : "Клавишни комбинации",
|
||||
"Action" : "Действие",
|
||||
"Shift" : "Shift /бутон/",
|
||||
"Ctrl" : "Ctrl /бутон/",
|
||||
"Search" : "Търсене",
|
||||
"Enter" : "Въвеждане",
|
||||
"Space" : "Пространство",
|
||||
"All boards" : "Всички табла",
|
||||
"Archived boards" : "Архивирани табла",
|
||||
"Shared with you" : "Споделени с вас",
|
||||
@@ -315,7 +323,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,14 @@
|
||||
"List is empty" : "Списъкът е празен",
|
||||
"Card deleted" : "Картата е изтрита",
|
||||
"seconds ago" : "преди секунди",
|
||||
"Keyboard shortcuts" : "Бързи клавиши",
|
||||
"Keyboard shortcut" : "Клавишни комбинации",
|
||||
"Action" : "Действие",
|
||||
"Shift" : "Shift /бутон/",
|
||||
"Ctrl" : "Ctrl /бутон/",
|
||||
"Search" : "Търсене",
|
||||
"Enter" : "Въвеждане",
|
||||
"Space" : "Пространство",
|
||||
"All boards" : "Всички табла",
|
||||
"Archived boards" : "Архивирани табла",
|
||||
"Shared with you" : "Споделени с вас",
|
||||
@@ -313,7 +321,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" : "Следваща седмица",
|
||||
|
||||
@@ -26,6 +26,8 @@ OC.L10N.register(
|
||||
"Completed" : "সুসম্পন্ন",
|
||||
"(group)" : "(গোষ্ঠি)",
|
||||
"seconds ago" : "সেকেন্ড পূর্বে",
|
||||
"Keyboard shortcuts" : "কী-বোর্ড শর্টকাট",
|
||||
"Search" : "Search",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "আজ",
|
||||
"Tomorrow" : "আগামীকাল",
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
"Completed" : "সুসম্পন্ন",
|
||||
"(group)" : "(গোষ্ঠি)",
|
||||
"seconds ago" : "সেকেন্ড পূর্বে",
|
||||
"Keyboard shortcuts" : "কী-বোর্ড শর্টকাট",
|
||||
"Search" : "Search",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "আজ",
|
||||
"Tomorrow" : "আগামীকাল",
|
||||
|
||||
@@ -33,6 +33,7 @@ OC.L10N.register(
|
||||
"Completed" : "Achuet",
|
||||
"(group)" : "(strollad)",
|
||||
"seconds ago" : "eilenn zo",
|
||||
"Search" : "Klask",
|
||||
"Shared with you" : "Rannet ganeoc'h",
|
||||
"No notifications" : "Kemenaden ebet",
|
||||
"Today" : "Hiziv",
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
"Completed" : "Achuet",
|
||||
"(group)" : "(strollad)",
|
||||
"seconds ago" : "eilenn zo",
|
||||
"Search" : "Klask",
|
||||
"Shared with you" : "Rannet ganeoc'h",
|
||||
"No notifications" : "Kemenaden ebet",
|
||||
"Today" : "Hiziv",
|
||||
|
||||
@@ -22,6 +22,8 @@ OC.L10N.register(
|
||||
"Update" : "Ažuriraj",
|
||||
"Description" : "Opis",
|
||||
"Completed" : "Zavrženo",
|
||||
"Keyboard shortcuts" : "Tipkovni prečaci",
|
||||
"Search" : "Search",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "Danas",
|
||||
"Tomorrow" : "Sutra",
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
"Update" : "Ažuriraj",
|
||||
"Description" : "Opis",
|
||||
"Completed" : "Zavrženo",
|
||||
"Keyboard shortcuts" : "Tipkovni prečaci",
|
||||
"Search" : "Search",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Today" : "Danas",
|
||||
"Tomorrow" : "Sutra",
|
||||
|
||||
@@ -256,6 +256,13 @@ OC.L10N.register(
|
||||
"List is empty" : "La llista és buida",
|
||||
"Card deleted" : "Targeta suprimida",
|
||||
"seconds ago" : "fa uns segons",
|
||||
"Keyboard shortcuts" : "Dreceres de teclat",
|
||||
"Keyboard shortcut" : "Drecera de teclat",
|
||||
"Action" : "Acció",
|
||||
"Shift" : "Maj",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Cercar",
|
||||
"Enter" : "Retorn",
|
||||
"All boards" : "Tots els taulers",
|
||||
"Archived boards" : "Taulers arxivats",
|
||||
"Shared with you" : "Us han compartit",
|
||||
@@ -321,7 +328,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,13 @@
|
||||
"List is empty" : "La llista és buida",
|
||||
"Card deleted" : "Targeta suprimida",
|
||||
"seconds ago" : "fa uns segons",
|
||||
"Keyboard shortcuts" : "Dreceres de teclat",
|
||||
"Keyboard shortcut" : "Drecera de teclat",
|
||||
"Action" : "Acció",
|
||||
"Shift" : "Maj",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Cercar",
|
||||
"Enter" : "Retorn",
|
||||
"All boards" : "Tots els taulers",
|
||||
"Archived boards" : "Taulers arxivats",
|
||||
"Shared with you" : "Us han compartit",
|
||||
@@ -319,7 +326,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,14 @@ OC.L10N.register(
|
||||
"List is empty" : "Seznam je prázdný",
|
||||
"Card deleted" : "Karta smazána",
|
||||
"seconds ago" : "před několika sekundami",
|
||||
"Keyboard shortcuts" : "Klávesové zkratky",
|
||||
"Keyboard shortcut" : "Klávesová zkratka",
|
||||
"Action" : "Akce",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Hledat",
|
||||
"Enter" : "Konec řádku",
|
||||
"Space" : "Mezera",
|
||||
"All boards" : "Všechny tabule",
|
||||
"Archived boards" : "Archivované tabule",
|
||||
"Shared with you" : "Sdíleno s vámi",
|
||||
@@ -346,7 +354,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,14 @@
|
||||
"List is empty" : "Seznam je prázdný",
|
||||
"Card deleted" : "Karta smazána",
|
||||
"seconds ago" : "před několika sekundami",
|
||||
"Keyboard shortcuts" : "Klávesové zkratky",
|
||||
"Keyboard shortcut" : "Klávesová zkratka",
|
||||
"Action" : "Akce",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Hledat",
|
||||
"Enter" : "Konec řádku",
|
||||
"Space" : "Mezera",
|
||||
"All boards" : "Všechny tabule",
|
||||
"Archived boards" : "Archivované tabule",
|
||||
"Shared with you" : "Sdíleno s vámi",
|
||||
@@ -344,7 +352,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",
|
||||
|
||||
@@ -25,6 +25,8 @@ OC.L10N.register(
|
||||
"Description" : "Disgrifiad",
|
||||
"Select Date" : "Dewis Dyddiad",
|
||||
"seconds ago" : "eiliad yn ôl",
|
||||
"Keyboard shortcuts" : "Llwybrau byr bysellfwrdd",
|
||||
"Search" : "Chwilio",
|
||||
"Shared with you" : "Shared with you",
|
||||
"No reminder" : "Dim nodyn atgoffa",
|
||||
"An error occurred" : "Digwyddodd gwall",
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
"Description" : "Disgrifiad",
|
||||
"Select Date" : "Dewis Dyddiad",
|
||||
"seconds ago" : "eiliad yn ôl",
|
||||
"Keyboard shortcuts" : "Llwybrau byr bysellfwrdd",
|
||||
"Search" : "Chwilio",
|
||||
"Shared with you" : "Shared with you",
|
||||
"No reminder" : "Dim nodyn atgoffa",
|
||||
"An error occurred" : "Digwyddodd gwall",
|
||||
|
||||
@@ -188,6 +188,12 @@ OC.L10N.register(
|
||||
"Select a list" : "Vælg en kolonne",
|
||||
"Card deleted" : "Kort slettet",
|
||||
"seconds ago" : "få sekunder siden",
|
||||
"Keyboard shortcuts" : "Tastaturgenveje",
|
||||
"Keyboard shortcut" : "Tastaturgenvej",
|
||||
"Action" : "Handling",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Søg",
|
||||
"All boards" : "Alle tavler",
|
||||
"Archived boards" : "Arkiverede lister",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -229,7 +235,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,12 @@
|
||||
"Select a list" : "Vælg en kolonne",
|
||||
"Card deleted" : "Kort slettet",
|
||||
"seconds ago" : "få sekunder siden",
|
||||
"Keyboard shortcuts" : "Tastaturgenveje",
|
||||
"Keyboard shortcut" : "Tastaturgenvej",
|
||||
"Action" : "Handling",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Søg",
|
||||
"All boards" : "Alle tavler",
|
||||
"Archived boards" : "Arkiverede lister",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -227,7 +233,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",
|
||||
|
||||
34
l10n/de.js
34
l10n/de.js
@@ -265,7 +265,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Karten-Details",
|
||||
"Card details" : "Kartendetails",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
@@ -277,6 +277,32 @@ OC.L10N.register(
|
||||
"List is empty" : "Liste ist leer",
|
||||
"Card deleted" : "Karte gelöscht",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Keyboard shortcuts" : "Tastaturkürzel",
|
||||
"Speed up using Deck with simple shortcuts." : "Beschleunige die Verwendung von Deck mit einfachen Tastaturkürzeln.",
|
||||
"Board actions" : "Boardaktionen",
|
||||
"Keyboard shortcut" : "Tastaturkürzel",
|
||||
"Action" : "Aktion",
|
||||
"Shift" : "Umschalttaste",
|
||||
"Scroll" : "Scrollen",
|
||||
"Scroll sideways" : "Seitwärts scrollen",
|
||||
"Navigate between cards" : "Zwischen Karten navigieren",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Kartendetails schließen",
|
||||
"Ctrl" : "Strg",
|
||||
"Search" : "Suche",
|
||||
"Show card filters" : "Kartenfilter anzeigen",
|
||||
"Clear card filters" : "Kartenfilter löschen",
|
||||
"Show help dialog" : "Hilfedialog anzeigen",
|
||||
"Card actions" : "Kartenaktionen",
|
||||
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Leerzeichen",
|
||||
"Open card details" : "Kartendetails öffnen",
|
||||
"Edit the card title" : "Kartentitel bearbeiten",
|
||||
"Assign yourself to the current card" : "Aktuelle Karte dir zuweisen",
|
||||
"Archive/unarchive the current card" : "Aktuelle Karte archivieren/dearchivieren",
|
||||
"Mark card as completed/not completed" : "Karte als abgeschlossen/nicht abgeschlossen markieren",
|
||||
"Open card menu" : "Kartenmenü öffnen",
|
||||
"All boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Shared with you" : "Mit dir geteilt",
|
||||
@@ -286,7 +312,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
|
||||
"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." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Board details" : "Board-Details",
|
||||
"Board details" : "Boarddetails",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
"Unarchive board" : "Board dearchivieren",
|
||||
@@ -346,12 +372,12 @@ 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",
|
||||
"Next month" : "Nächster Monat",
|
||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||
"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." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
|
||||
"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." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
||||
"Assign yorself to the current card" : "Aktuelle Karte dir zuweisen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
34
l10n/de.json
34
l10n/de.json
@@ -263,7 +263,7 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Karten-Details",
|
||||
"Card details" : "Kartendetails",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
@@ -275,6 +275,32 @@
|
||||
"List is empty" : "Liste ist leer",
|
||||
"Card deleted" : "Karte gelöscht",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Keyboard shortcuts" : "Tastaturkürzel",
|
||||
"Speed up using Deck with simple shortcuts." : "Beschleunige die Verwendung von Deck mit einfachen Tastaturkürzeln.",
|
||||
"Board actions" : "Boardaktionen",
|
||||
"Keyboard shortcut" : "Tastaturkürzel",
|
||||
"Action" : "Aktion",
|
||||
"Shift" : "Umschalttaste",
|
||||
"Scroll" : "Scrollen",
|
||||
"Scroll sideways" : "Seitwärts scrollen",
|
||||
"Navigate between cards" : "Zwischen Karten navigieren",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Kartendetails schließen",
|
||||
"Ctrl" : "Strg",
|
||||
"Search" : "Suche",
|
||||
"Show card filters" : "Kartenfilter anzeigen",
|
||||
"Clear card filters" : "Kartenfilter löschen",
|
||||
"Show help dialog" : "Hilfedialog anzeigen",
|
||||
"Card actions" : "Kartenaktionen",
|
||||
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Leerzeichen",
|
||||
"Open card details" : "Kartendetails öffnen",
|
||||
"Edit the card title" : "Kartentitel bearbeiten",
|
||||
"Assign yourself to the current card" : "Aktuelle Karte dir zuweisen",
|
||||
"Archive/unarchive the current card" : "Aktuelle Karte archivieren/dearchivieren",
|
||||
"Mark card as completed/not completed" : "Karte als abgeschlossen/nicht abgeschlossen markieren",
|
||||
"Open card menu" : "Kartenmenü öffnen",
|
||||
"All boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Shared with you" : "Mit dir geteilt",
|
||||
@@ -284,7 +310,7 @@
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
|
||||
"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." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Board details" : "Board-Details",
|
||||
"Board details" : "Boarddetails",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
"Unarchive board" : "Board dearchivieren",
|
||||
@@ -344,12 +370,12 @@
|
||||
"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",
|
||||
"Next month" : "Nächster Monat",
|
||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||
"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." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
|
||||
"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." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
||||
"Assign yorself to the current card" : "Aktuelle Karte dir zuweisen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -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,32 @@ OC.L10N.register(
|
||||
"List is empty" : "Liste ist leer",
|
||||
"Card deleted" : "Karte gelöscht",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Keyboard shortcuts" : "Tastaturkürzel",
|
||||
"Speed up using Deck with simple shortcuts." : "Beschleunigen Sie die Verwendung von Deck mit einfachen Tastaturkürzeln.",
|
||||
"Board actions" : "Board-Aktionen",
|
||||
"Keyboard shortcut" : "Tastaturkürzel",
|
||||
"Action" : "Aktion",
|
||||
"Shift" : "Umschalttaste",
|
||||
"Scroll" : "Scrollen",
|
||||
"Scroll sideways" : "Seitwärts scrollen",
|
||||
"Navigate between cards" : "Zwischen Karten navigieren",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Karten-Details schließen",
|
||||
"Ctrl" : "Strg",
|
||||
"Search" : "Suche",
|
||||
"Show card filters" : "Kartenfilter anzeigen",
|
||||
"Clear card filters" : "Kartenfilter löschen",
|
||||
"Show help dialog" : "Hilfedialog anzeigen",
|
||||
"Card actions" : "Kartenaktionen",
|
||||
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Leerzeichen",
|
||||
"Open card details" : "Kartendetails öffnen",
|
||||
"Edit the card title" : "Kartentitel bearbeiten",
|
||||
"Assign yourself to the current card" : "Weisen Sie sich der aktuellen Karte zu",
|
||||
"Archive/unarchive the current card" : "Die aktuelle Karte archivieren/dearchivieren",
|
||||
"Mark card as completed/not completed" : "Karte als abgeschlossen/nicht abgeschlossen markieren",
|
||||
"Open card menu" : "Kartenmenü öffnen",
|
||||
"All boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Shared with you" : "Mit Ihnen geteilt",
|
||||
@@ -346,12 +372,12 @@ 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",
|
||||
"Next month" : "Nächsten Monat",
|
||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||
"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." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
|
||||
"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." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
||||
"Assign yorself to the current card" : "Weisen Sie sich der aktuellen Karte zu"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -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,32 @@
|
||||
"List is empty" : "Liste ist leer",
|
||||
"Card deleted" : "Karte gelöscht",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Keyboard shortcuts" : "Tastaturkürzel",
|
||||
"Speed up using Deck with simple shortcuts." : "Beschleunigen Sie die Verwendung von Deck mit einfachen Tastaturkürzeln.",
|
||||
"Board actions" : "Board-Aktionen",
|
||||
"Keyboard shortcut" : "Tastaturkürzel",
|
||||
"Action" : "Aktion",
|
||||
"Shift" : "Umschalttaste",
|
||||
"Scroll" : "Scrollen",
|
||||
"Scroll sideways" : "Seitwärts scrollen",
|
||||
"Navigate between cards" : "Zwischen Karten navigieren",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Karten-Details schließen",
|
||||
"Ctrl" : "Strg",
|
||||
"Search" : "Suche",
|
||||
"Show card filters" : "Kartenfilter anzeigen",
|
||||
"Clear card filters" : "Kartenfilter löschen",
|
||||
"Show help dialog" : "Hilfedialog anzeigen",
|
||||
"Card actions" : "Kartenaktionen",
|
||||
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Leerzeichen",
|
||||
"Open card details" : "Kartendetails öffnen",
|
||||
"Edit the card title" : "Kartentitel bearbeiten",
|
||||
"Assign yourself to the current card" : "Weisen Sie sich der aktuellen Karte zu",
|
||||
"Archive/unarchive the current card" : "Die aktuelle Karte archivieren/dearchivieren",
|
||||
"Mark card as completed/not completed" : "Karte als abgeschlossen/nicht abgeschlossen markieren",
|
||||
"Open card menu" : "Kartenmenü öffnen",
|
||||
"All boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Shared with you" : "Mit Ihnen geteilt",
|
||||
@@ -344,12 +370,12 @@
|
||||
"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",
|
||||
"Next month" : "Nächsten Monat",
|
||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||
"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." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
|
||||
"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." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
||||
"Assign yorself to the current card" : "Weisen Sie sich der aktuellen Karte zu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -251,6 +251,12 @@ OC.L10N.register(
|
||||
"List is empty" : "Η λίστα είναι κενή",
|
||||
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
||||
"seconds ago" : " δευτερόλεπτα πριν ",
|
||||
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
|
||||
"Keyboard shortcut" : "Συντόμευση πλητρολογίου",
|
||||
"Action" : "Ενέργεια",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Αναζήτηση",
|
||||
"All boards" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
||||
@@ -311,7 +317,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,12 @@
|
||||
"List is empty" : "Η λίστα είναι κενή",
|
||||
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
||||
"seconds ago" : " δευτερόλεπτα πριν ",
|
||||
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
|
||||
"Keyboard shortcut" : "Συντόμευση πλητρολογίου",
|
||||
"Action" : "Ενέργεια",
|
||||
"Shift" : "Shift",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Αναζήτηση",
|
||||
"All boards" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
||||
@@ -309,7 +315,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,32 @@ OC.L10N.register(
|
||||
"List is empty" : "List is empty",
|
||||
"Card deleted" : "Card deleted",
|
||||
"seconds ago" : "seconds ago",
|
||||
"Keyboard shortcuts" : "Keyboard shortcuts",
|
||||
"Speed up using Deck with simple shortcuts." : "Speed up using Deck with simple shortcuts.",
|
||||
"Board actions" : "Board actions",
|
||||
"Keyboard shortcut" : "Keyboard shortcut",
|
||||
"Action" : "Action",
|
||||
"Shift" : "Shift",
|
||||
"Scroll" : "Scroll",
|
||||
"Scroll sideways" : "Scroll sideways",
|
||||
"Navigate between cards" : "Navigate between cards",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Close card details",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Search",
|
||||
"Show card filters" : "Show card filters",
|
||||
"Clear card filters" : "Clear card filters",
|
||||
"Show help dialog" : "Show help dialog",
|
||||
"Card actions" : "Card actions",
|
||||
"The following actions can be triggered on the currently highlighted card" : "The following actions can be triggered on the currently highlighted card",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Space",
|
||||
"Open card details" : "Open card details",
|
||||
"Edit the card title" : "Edit the card title",
|
||||
"Assign yourself to the current card" : "Assign yourself to the current card",
|
||||
"Archive/unarchive the current card" : "Archive/unarchive the current card",
|
||||
"Mark card as completed/not completed" : "Mark card as completed/not completed",
|
||||
"Open card menu" : "Open card menu",
|
||||
"All boards" : "All boards",
|
||||
"Archived boards" : "Archived boards",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -339,12 +372,12 @@ 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",
|
||||
"Next month" : "Next month",
|
||||
"Limit deck usage of groups" : "Limit deck usage of groups",
|
||||
"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." : "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."
|
||||
"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." : "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.",
|
||||
"Assign yorself to the current card" : "Assign yorself to the current card"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -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,32 @@
|
||||
"List is empty" : "List is empty",
|
||||
"Card deleted" : "Card deleted",
|
||||
"seconds ago" : "seconds ago",
|
||||
"Keyboard shortcuts" : "Keyboard shortcuts",
|
||||
"Speed up using Deck with simple shortcuts." : "Speed up using Deck with simple shortcuts.",
|
||||
"Board actions" : "Board actions",
|
||||
"Keyboard shortcut" : "Keyboard shortcut",
|
||||
"Action" : "Action",
|
||||
"Shift" : "Shift",
|
||||
"Scroll" : "Scroll",
|
||||
"Scroll sideways" : "Scroll sideways",
|
||||
"Navigate between cards" : "Navigate between cards",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Close card details",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Search",
|
||||
"Show card filters" : "Show card filters",
|
||||
"Clear card filters" : "Clear card filters",
|
||||
"Show help dialog" : "Show help dialog",
|
||||
"Card actions" : "Card actions",
|
||||
"The following actions can be triggered on the currently highlighted card" : "The following actions can be triggered on the currently highlighted card",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Space",
|
||||
"Open card details" : "Open card details",
|
||||
"Edit the card title" : "Edit the card title",
|
||||
"Assign yourself to the current card" : "Assign yourself to the current card",
|
||||
"Archive/unarchive the current card" : "Archive/unarchive the current card",
|
||||
"Mark card as completed/not completed" : "Mark card as completed/not completed",
|
||||
"Open card menu" : "Open card menu",
|
||||
"All boards" : "All boards",
|
||||
"Archived boards" : "Archived boards",
|
||||
"Shared with you" : "Shared with you",
|
||||
@@ -337,12 +370,12 @@
|
||||
"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",
|
||||
"Next month" : "Next month",
|
||||
"Limit deck usage of groups" : "Limit deck usage of groups",
|
||||
"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." : "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."
|
||||
"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." : "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.",
|
||||
"Assign yorself to the current card" : "Assign yorself to the current card"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -113,6 +113,8 @@ OC.L10N.register(
|
||||
"(group)" : "(grupo)",
|
||||
"Delete card" : "Forigi karton",
|
||||
"seconds ago" : "antaŭ kelkaj sekundoj",
|
||||
"Keyboard shortcuts" : "Fulmoklavoj",
|
||||
"Search" : "Serĉi",
|
||||
"Archived boards" : "Arĥivigitaj tabuloj",
|
||||
"Shared with you" : "Kunhavata kun vi",
|
||||
"Edit board" : "Modifi tabulon",
|
||||
|
||||
@@ -111,6 +111,8 @@
|
||||
"(group)" : "(grupo)",
|
||||
"Delete card" : "Forigi karton",
|
||||
"seconds ago" : "antaŭ kelkaj sekundoj",
|
||||
"Keyboard shortcuts" : "Fulmoklavoj",
|
||||
"Search" : "Serĉi",
|
||||
"Archived boards" : "Arĥivigitaj tabuloj",
|
||||
"Shared with you" : "Kunhavata kun vi",
|
||||
"Edit board" : "Modifi tabulon",
|
||||
|
||||
30
l10n/es.js
30
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,14 @@ OC.L10N.register(
|
||||
"List is empty" : "La lista está vacía",
|
||||
"Card deleted" : "Tarjeta borrada",
|
||||
"seconds ago" : "hace unos segundos",
|
||||
"Keyboard shortcuts" : "Atajos de teclado",
|
||||
"Keyboard shortcut" : "Atajo de teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Mayús",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Buscar",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Espacio",
|
||||
"All boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido contigo",
|
||||
@@ -307,6 +334,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 +354,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",
|
||||
|
||||
30
l10n/es.json
30
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,14 @@
|
||||
"List is empty" : "La lista está vacía",
|
||||
"Card deleted" : "Tarjeta borrada",
|
||||
"seconds ago" : "hace unos segundos",
|
||||
"Keyboard shortcuts" : "Atajos de teclado",
|
||||
"Keyboard shortcut" : "Atajo de teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Mayús",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Buscar",
|
||||
"Enter" : "Enter",
|
||||
"Space" : "Espacio",
|
||||
"All boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido contigo",
|
||||
@@ -305,6 +332,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 +352,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,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",
|
||||
|
||||
@@ -82,6 +82,10 @@ OC.L10N.register(
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"seconds ago" : "segundos",
|
||||
"Keyboard shortcuts" : "Atajos de teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"All boards" : "Todos los Tableros",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Deck settings" : "Configuración del Tablero",
|
||||
|
||||
@@ -80,6 +80,10 @@
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"seconds ago" : "segundos",
|
||||
"Keyboard shortcuts" : "Atajos de teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Search" : "Buscar",
|
||||
"All boards" : "Todos los Tableros",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Deck settings" : "Configuración 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",
|
||||
|
||||
@@ -52,6 +52,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",
|
||||
|
||||
@@ -50,6 +50,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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -253,6 +253,14 @@ OC.L10N.register(
|
||||
"List is empty" : "La lista está vacía",
|
||||
"Card deleted" : "Tarjeta eliminada",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo 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 +323,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,14 @@
|
||||
"List is empty" : "La lista está vacía",
|
||||
"Card deleted" : "Tarjeta eliminada",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo 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 +321,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,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",
|
||||
|
||||
@@ -60,6 +60,11 @@ OC.L10N.register(
|
||||
"(group)" : "(grupo)",
|
||||
"Mark as done" : "Marcar como hecho",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo 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,11 @@
|
||||
"(group)" : "(grupo)",
|
||||
"Mark as done" : "Marcar como hecho",
|
||||
"seconds ago" : "hace segundos",
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo 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,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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
30
l10n/gl.js
30
l10n/gl.js
@@ -277,6 +277,32 @@ OC.L10N.register(
|
||||
"List is empty" : "A lista está baleira",
|
||||
"Card deleted" : "Tarxeta eliminada",
|
||||
"seconds ago" : "segundos atrás",
|
||||
"Keyboard shortcuts" : "Atallos de teclado",
|
||||
"Speed up using Deck with simple shortcuts." : "Acelera o uso de Gabeta con atallos sinxelos.",
|
||||
"Board actions" : "Accións de taboleiro",
|
||||
"Keyboard shortcut" : "Atallo de teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Cambiar",
|
||||
"Scroll" : "Desprazamento",
|
||||
"Scroll sideways" : "Desprazamento lateral",
|
||||
"Navigate between cards" : "Navega entre as tarxetas",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Pechar os detalles da tarxeta",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Busca",
|
||||
"Show card filters" : "Mostrar os filtros de tarxeta",
|
||||
"Clear card filters" : "Limpar os filtros de tarxeta",
|
||||
"Show help dialog" : "Mostrar o diálogo de axuda",
|
||||
"Card actions" : "Accións de tarxeta",
|
||||
"The following actions can be triggered on the currently highlighted card" : "As seguintes accións pódense activar na tarxeta resaltada actualmente",
|
||||
"Enter" : "Introduza",
|
||||
"Space" : "Espazo",
|
||||
"Open card details" : "Abrir os detalles da tarxeta",
|
||||
"Edit the card title" : "Editar o título da tarxeta",
|
||||
"Assign yourself to the current card" : "Atribúase a tarxeta a Vde. mesmo",
|
||||
"Archive/unarchive the current card" : "Arquivar/desarquivar a tarxeta actual",
|
||||
"Mark card as completed/not completed" : "Marcar a tarxeta como completada/sen completar",
|
||||
"Open card menu" : "Abrir o menú da tarxeta",
|
||||
"All boards" : "Todos os taboleiros",
|
||||
"Archived boards" : "Taboleiros arquivados",
|
||||
"Shared with you" : "Compartido con Vde.",
|
||||
@@ -346,12 +372,12 @@ 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",
|
||||
"Next month" : "Mes seguinte",
|
||||
"Limit deck usage of groups" : "Limitar o uso da plataforma a grupos",
|
||||
"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." : "Limitando a Gabeta bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles."
|
||||
"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." : "Limitando a Gabeta bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles.",
|
||||
"Assign yorself to the current card" : "Atribúase a Vde. mesmo a tarxeta actual"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
30
l10n/gl.json
30
l10n/gl.json
@@ -275,6 +275,32 @@
|
||||
"List is empty" : "A lista está baleira",
|
||||
"Card deleted" : "Tarxeta eliminada",
|
||||
"seconds ago" : "segundos atrás",
|
||||
"Keyboard shortcuts" : "Atallos de teclado",
|
||||
"Speed up using Deck with simple shortcuts." : "Acelera o uso de Gabeta con atallos sinxelos.",
|
||||
"Board actions" : "Accións de taboleiro",
|
||||
"Keyboard shortcut" : "Atallo de teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Cambiar",
|
||||
"Scroll" : "Desprazamento",
|
||||
"Scroll sideways" : "Desprazamento lateral",
|
||||
"Navigate between cards" : "Navega entre as tarxetas",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Pechar os detalles da tarxeta",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Busca",
|
||||
"Show card filters" : "Mostrar os filtros de tarxeta",
|
||||
"Clear card filters" : "Limpar os filtros de tarxeta",
|
||||
"Show help dialog" : "Mostrar o diálogo de axuda",
|
||||
"Card actions" : "Accións de tarxeta",
|
||||
"The following actions can be triggered on the currently highlighted card" : "As seguintes accións pódense activar na tarxeta resaltada actualmente",
|
||||
"Enter" : "Introduza",
|
||||
"Space" : "Espazo",
|
||||
"Open card details" : "Abrir os detalles da tarxeta",
|
||||
"Edit the card title" : "Editar o título da tarxeta",
|
||||
"Assign yourself to the current card" : "Atribúase a tarxeta a Vde. mesmo",
|
||||
"Archive/unarchive the current card" : "Arquivar/desarquivar a tarxeta actual",
|
||||
"Mark card as completed/not completed" : "Marcar a tarxeta como completada/sen completar",
|
||||
"Open card menu" : "Abrir o menú da tarxeta",
|
||||
"All boards" : "Todos os taboleiros",
|
||||
"Archived boards" : "Taboleiros arquivados",
|
||||
"Shared with you" : "Compartido con Vde.",
|
||||
@@ -344,12 +370,12 @@
|
||||
"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",
|
||||
"Next month" : "Mes seguinte",
|
||||
"Limit deck usage of groups" : "Limitar o uso da plataforma a grupos",
|
||||
"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." : "Limitando a Gabeta bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles."
|
||||
"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." : "Limitando a Gabeta bloqueará os usuarios que non formen parte destes grupos, para crear os seus propios taboleiros. Os usuarios aínda así poderán traballar en taboleiros compartidos con eles.",
|
||||
"Assign yorself to the current card" : "Atribúase a Vde. mesmo a tarxeta actual"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user